| 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.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 ProductionVariant objects, one for each model hosted behind this endpoint.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeEndpointResult |
DescribeEndpointResult.withProductionVariants(ProductionVariantSummary... productionVariants)
An array of ProductionVariant objects, one for each model hosted behind this endpoint.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeEndpointResult.setProductionVariants(Collection<ProductionVariantSummary> productionVariants)
An array of ProductionVariant objects, one for each model hosted behind this endpoint.
|
DescribeEndpointResult |
DescribeEndpointResult.withProductionVariants(Collection<ProductionVariantSummary> productionVariants)
An array of ProductionVariant objects, one for each model hosted behind this endpoint.
|
Copyright © 2018. All rights reserved.