public static interface DeployedImage.Builder extends SdkPojo, CopyableBuilder<DeployedImage.Builder,DeployedImage>
| Modifier and Type | Method and Description |
|---|---|
DeployedImage.Builder |
resolutionTime(Instant resolutionTime)
The date and time when the image path for the model resolved to the
ResolvedImage |
DeployedImage.Builder |
resolvedImage(String resolvedImage)
The specific digest path of the image hosted in this
ProductionVariant. |
DeployedImage.Builder |
specifiedImage(String specifiedImage)
The image path you specified when you created the model.
|
copyapplyMutation, buildDeployedImage.Builder specifiedImage(String specifiedImage)
The image path you specified when you created the model.
specifiedImage - The image path you specified when you created the model.DeployedImage.Builder resolvedImage(String resolvedImage)
The specific digest path of the image hosted in this ProductionVariant.
resolvedImage - The specific digest path of the image hosted in this ProductionVariant.DeployedImage.Builder resolutionTime(Instant resolutionTime)
The date and time when the image path for the model resolved to the ResolvedImage
resolutionTime - The date and time when the image path for the model resolved to the ResolvedImageCopyright © 2017 Amazon Web Services, Inc. All Rights Reserved.