| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
static DeployedImage.Builder |
DeployedImage.builder() |
DeployedImage.Builder |
DeployedImage.Builder.resolutionTime(Instant resolutionTime)
The date and time when the image path for the model resolved to the
ResolvedImage |
DeployedImage.Builder |
DeployedImage.Builder.resolvedImage(String resolvedImage)
The specific digest path of the image hosted in this
ProductionVariant. |
DeployedImage.Builder |
DeployedImage.Builder.specifiedImage(String specifiedImage)
The image path you specified when you created the model.
|
DeployedImage.Builder |
DeployedImage.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends DeployedImage.Builder> |
DeployedImage.serializableBuilderClass() |
Copyright © 2019. All rights reserved.