primaryContainer
- Returns:
- The value of the PrimaryContainer property for this object.
Serializable
, SdkPojo
, ToCopyableBuilder<Model.Builder,Model>
The properties of a model as returned by the Search API.
static Model.Builder
builder()
final List<ContainerDefinition>
final Instant
final DeploymentRecommendation
final Boolean
final boolean
final boolean
equalsBySdkFields(Object obj)
final String
final <T> Optional<T>
getValueForField(String fieldName,
Class<T> clazz)
final boolean
final int
hashCode()
final boolean
hasTags()
final InferenceExecutionConfig
final String
modelArn()
final String
final ContainerDefinition
static Class<? extends Model.Builder>
tags()
final String
toString()
final VpcConfig
copy
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.The containers in the inference pipeline.
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 hasContainers()
method.
The Amazon Resource Name (ARN) of the IAM role that you specified for the model.
A timestamp that indicates when the model was created.
The Amazon Resource Name (ARN) of the model.
Isolates the model container. No inbound or outbound network calls can be made to or from the model container.
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.A list of key-value pairs associated with the model. For more information, see Tagging Amazon Web Services resources in the Amazon Web Services General Reference Guide.
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 hasTags()
method.
A set of recommended deployment configurations for the model.
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<Model.Builder,Model>
SdkPojo
SdkPojo
class,
and is generated based on a service model.
If an SdkPojo
class does not have any inherited fields, equalsBySdkFields
and equals
are essentially the same.
equalsBySdkFields
in interface SdkPojo
obj
- the object to be compared with