@Generated(value="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 this ProductionVariant
, the path resolves to a path of the form
registry/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.
Modifier and Type | Class and Description |
---|---|
static interface |
DeployedImage.Builder |
Modifier and Type | Method and Description |
---|---|
static DeployedImage.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Instant |
resolutionTime()
The date and time when the image path for the model resolved to the
ResolvedImage |
String |
resolvedImage()
The specific digest path of the image hosted in this
ProductionVariant . |
List<SdkField<?>> |
sdkFields() |
static Class<? extends DeployedImage.Builder> |
serializableBuilderClass() |
String |
specifiedImage()
The image path you specified when you created the model.
|
DeployedImage.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public final String specifiedImage()
The image path you specified when you created the model.
public final String resolvedImage()
The specific digest path of the image hosted in this ProductionVariant
.
ProductionVariant
.public final Instant resolutionTime()
The date and time when the image path for the model resolved to the ResolvedImage
ResolvedImage
public DeployedImage.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<DeployedImage.Builder,DeployedImage>
public static DeployedImage.Builder builder()
public static Class<? extends DeployedImage.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public final String toString()
Copyright © 2021. All rights reserved.