@Generated(value="software.amazon.awssdk:codegen") public final class RecommendationJobInputConfig extends Object implements SdkPojo, Serializable, ToCopyableBuilder<RecommendationJobInputConfig.Builder,RecommendationJobInputConfig>
The input configuration of the recommendation job.
| Modifier and Type | Class and Description |
|---|---|
static interface |
RecommendationJobInputConfig.Builder |
| Modifier and Type | Method and Description |
|---|---|
static RecommendationJobInputConfig.Builder |
builder() |
List<EndpointInputConfiguration> |
endpointConfigurations()
Specifies the endpoint configuration to use for a job.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
boolean |
hasEndpointConfigurations()
For responses, this returns true if the service returned a value for the EndpointConfigurations property.
|
int |
hashCode() |
Integer |
jobDurationInSeconds()
Specifies the maximum duration of the job, in seconds.>
|
String |
modelPackageVersionArn()
The Amazon Resource Name (ARN) of a versioned model package.
|
RecommendationJobResourceLimit |
resourceLimit()
Defines the resource limit of the job.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends RecommendationJobInputConfig.Builder> |
serializableBuilderClass() |
RecommendationJobInputConfig.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
TrafficPattern |
trafficPattern()
Specifies the traffic pattern of the job.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String modelPackageVersionArn()
The Amazon Resource Name (ARN) of a versioned model package.
public final Integer jobDurationInSeconds()
Specifies the maximum duration of the job, in seconds.>
public final TrafficPattern trafficPattern()
Specifies the traffic pattern of the job.
public final RecommendationJobResourceLimit resourceLimit()
Defines the resource limit of the job.
public final boolean hasEndpointConfigurations()
isEmpty() method on the
property). This is useful because the SDK will never return a null collection or map, but you may need to
differentiate between the service returning nothing (or null) and the service returning an empty collection or
map. For requests, this returns true if a value for the property was specified in the request builder, and false
if a value was not specified.public final List<EndpointInputConfiguration> endpointConfigurations()
Specifies the endpoint configuration to use for a job.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that
you can differentiate between null and empty), you can use the hasEndpointConfigurations() method.
public RecommendationJobInputConfig.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<RecommendationJobInputConfig.Builder,RecommendationJobInputConfig>public static RecommendationJobInputConfig.Builder builder()
public static Class<? extends RecommendationJobInputConfig.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.