@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) |
<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()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copy
public String specifiedImage()
The image path you specified when you created the model.
public String resolvedImage()
The specific digest path of the image hosted in this ProductionVariant
.
ProductionVariant
.public Instant resolutionTime()
The date and time when the image path for the model resolved to the ResolvedImage
ResolvedImage
public DeployedImage.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<DeployedImage.Builder,DeployedImage>
public static DeployedImage.Builder builder()
public static Class<? extends DeployedImage.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.