Class DeployedImage
- java.lang.Object
-
- software.amazon.awssdk.services.sagemaker.model.DeployedImage
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<DeployedImage.Builder,DeployedImage>
@Generated("software.amazon.awssdk:codegen") public final class DeployedImage extends Object implements SdkPojo, Serializable, ToCopyableBuilder<DeployedImage.Builder,DeployedImage>
Gets the Amazon EC2 Container Registry path of the docker image of the model that is hosted in this ProductionVariant.
If you used the
registry/repository[:tag]form to specify the image path of the primary container when you created the model hosted in thisProductionVariant, the path resolves to a path of the formregistry/repository[@digest]. A digest is a hash value that identifies a specific version of an image. For information about Amazon ECR paths, see Pulling an Image in the Amazon ECR User Guide.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceDeployedImage.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static DeployedImage.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()InstantresolutionTime()The date and time when the image path for the model resolved to theResolvedImageStringresolvedImage()The specific digest path of the image hosted in thisProductionVariant.List<SdkField<?>>sdkFields()static Class<? extends DeployedImage.Builder>serializableBuilderClass()StringspecifiedImage()The image path you specified when you created the model.DeployedImage.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
specifiedImage
public final String specifiedImage()
The image path you specified when you created the model.
- Returns:
- The image path you specified when you created the model.
-
resolvedImage
public final String resolvedImage()
The specific digest path of the image hosted in this
ProductionVariant.- Returns:
- The specific digest path of the image hosted in this
ProductionVariant.
-
resolutionTime
public final Instant resolutionTime()
The date and time when the image path for the model resolved to the
ResolvedImage- Returns:
- The date and time when the image path for the model resolved to the
ResolvedImage
-
toBuilder
public DeployedImage.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<DeployedImage.Builder,DeployedImage>
-
builder
public static DeployedImage.Builder builder()
-
serializableBuilderClass
public static Class<? extends DeployedImage.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-