| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
static ProductionVariantSummary.Builder |
ProductionVariantSummary.builder() |
ProductionVariantSummary.Builder |
ProductionVariantSummary.Builder.currentInstanceCount(Integer currentInstanceCount)
The number of instances associated with the variant.
|
ProductionVariantSummary.Builder |
ProductionVariantSummary.Builder.currentWeight(Float currentWeight)
The weight associated with the variant.
|
ProductionVariantSummary.Builder |
ProductionVariantSummary.Builder.deployedImages(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.Builder |
ProductionVariantSummary.Builder.deployedImages(Consumer<DeployedImage.Builder>... 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.Builder |
ProductionVariantSummary.Builder.deployedImages(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.Builder |
ProductionVariantSummary.Builder.desiredInstanceCount(Integer desiredInstanceCount)
The number of instances requested in the
UpdateEndpointWeightsAndCapacities request. |
ProductionVariantSummary.Builder |
ProductionVariantSummary.Builder.desiredWeight(Float desiredWeight)
The requested weight, as specified in the
UpdateEndpointWeightsAndCapacities request. |
ProductionVariantSummary.Builder |
ProductionVariantSummary.toBuilder() |
ProductionVariantSummary.Builder |
ProductionVariantSummary.Builder.variantName(String variantName)
The name of the variant.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ProductionVariantSummary.Builder> |
ProductionVariantSummary.serializableBuilderClass() |
Copyright © 2019. All rights reserved.