| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
ProductionVariantSummary |
ProductionVariantSummary.clone() |
ProductionVariantSummary |
ProductionVariantSummary.withCurrentInstanceCount(Integer currentInstanceCount)
The number of instances associated with the variant.
|
ProductionVariantSummary |
ProductionVariantSummary.withCurrentWeight(Float currentWeight)
The weight associated with the variant.
|
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. |
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. |
ProductionVariantSummary |
ProductionVariantSummary.withDesiredInstanceCount(Integer desiredInstanceCount)
The number of instances requested in the
UpdateEndpointWeightsAndCapacities request. |
ProductionVariantSummary |
ProductionVariantSummary.withDesiredWeight(Float desiredWeight)
The requested weight, as specified in the
UpdateEndpointWeightsAndCapacities request. |
ProductionVariantSummary |
ProductionVariantSummary.withVariantName(String variantName)
The name of the variant.
|
| Modifier and Type | Method and Description |
|---|---|
List<ProductionVariantSummary> |
DescribeEndpointResult.getProductionVariants()
An array of ProductionVariantSummary objects, one for each model hosted behind this endpoint.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeEndpointResult |
DescribeEndpointResult.withProductionVariants(ProductionVariantSummary... productionVariants)
An array of ProductionVariantSummary objects, one for each model hosted behind this endpoint.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeEndpointResult.setProductionVariants(Collection<ProductionVariantSummary> productionVariants)
An array of ProductionVariantSummary objects, one for each model hosted behind this endpoint.
|
DescribeEndpointResult |
DescribeEndpointResult.withProductionVariants(Collection<ProductionVariantSummary> productionVariants)
An array of ProductionVariantSummary objects, one for each model hosted behind this endpoint.
|
Copyright © 2020. All rights reserved.