| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
DeployedImage |
DeployedImage.clone() |
DeployedImage |
DeployedImage.withResolutionTime(Date resolutionTime)
The date and time when the image path for the model resolved to the
ResolvedImage |
DeployedImage |
DeployedImage.withResolvedImage(String resolvedImage)
The specific digest path of the image hosted in this
ProductionVariant. |
DeployedImage |
DeployedImage.withSpecifiedImage(String specifiedImage)
The image path you specified when you created the model.
|
| Modifier and Type | Method and Description |
|---|---|
List<DeployedImage> |
ProductionVariantSummary.getDeployedImages()
An array of
DeployedImage objects that specify the Amazon EC2 Container Registry paths of the
inference images deployed on instances of this ProductionVariant. |
| Modifier and Type | Method and Description |
|---|---|
ProductionVariantSummary |
ProductionVariantSummary.withDeployedImages(DeployedImage... deployedImages)
An array of
DeployedImage objects that specify the Amazon EC2 Container Registry paths of the
inference images deployed on instances of this ProductionVariant. |
| Modifier and Type | Method and Description |
|---|---|
void |
ProductionVariantSummary.setDeployedImages(Collection<DeployedImage> deployedImages)
An array of
DeployedImage objects that specify the Amazon EC2 Container Registry paths of the
inference images deployed on instances of this ProductionVariant. |
ProductionVariantSummary |
ProductionVariantSummary.withDeployedImages(Collection<DeployedImage> deployedImages)
An array of
DeployedImage objects that specify the Amazon EC2 Container Registry paths of the
inference images deployed on instances of this ProductionVariant. |
Copyright © 2020. All rights reserved.