| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
PendingProductionVariantSummary |
PendingProductionVariantSummary.clone() |
PendingProductionVariantSummary |
PendingProductionVariantSummary.withAcceleratorType(ProductionVariantAcceleratorType acceleratorType)
The size of the Elastic Inference (EI) instance to use for the production variant.
|
PendingProductionVariantSummary |
PendingProductionVariantSummary.withAcceleratorType(String acceleratorType)
The size of the Elastic Inference (EI) instance to use for the production variant.
|
PendingProductionVariantSummary |
PendingProductionVariantSummary.withCurrentInstanceCount(Integer currentInstanceCount)
The number of instances associated with the variant.
|
PendingProductionVariantSummary |
PendingProductionVariantSummary.withCurrentServerlessConfig(ProductionVariantServerlessConfig currentServerlessConfig)
The serverless configuration for the endpoint.
|
PendingProductionVariantSummary |
PendingProductionVariantSummary.withCurrentWeight(Float currentWeight)
The weight associated with the variant.
|
PendingProductionVariantSummary |
PendingProductionVariantSummary.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. |
PendingProductionVariantSummary |
PendingProductionVariantSummary.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. |
PendingProductionVariantSummary |
PendingProductionVariantSummary.withDesiredInstanceCount(Integer desiredInstanceCount)
The number of instances requested in this deployment, as specified in the endpoint configuration for the
endpoint.
|
PendingProductionVariantSummary |
PendingProductionVariantSummary.withDesiredServerlessConfig(ProductionVariantServerlessConfig desiredServerlessConfig)
The serverless configuration requested for this deployment, as specified in the endpoint configuration for the
endpoint.
|
PendingProductionVariantSummary |
PendingProductionVariantSummary.withDesiredWeight(Float desiredWeight)
The requested weight for the variant in this deployment, as specified in the endpoint configuration for the
endpoint.
|
PendingProductionVariantSummary |
PendingProductionVariantSummary.withInstanceType(ProductionVariantInstanceType instanceType)
The type of instances associated with the variant.
|
PendingProductionVariantSummary |
PendingProductionVariantSummary.withInstanceType(String instanceType)
The type of instances associated with the variant.
|
PendingProductionVariantSummary |
PendingProductionVariantSummary.withVariantName(String variantName)
The name of the variant.
|
PendingProductionVariantSummary |
PendingProductionVariantSummary.withVariantStatus(Collection<ProductionVariantStatus> variantStatus)
The endpoint variant status which describes the current deployment stage status or operational status.
|
PendingProductionVariantSummary |
PendingProductionVariantSummary.withVariantStatus(ProductionVariantStatus... variantStatus)
The endpoint variant status which describes the current deployment stage status or operational status.
|
| Modifier and Type | Method and Description |
|---|---|
List<PendingProductionVariantSummary> |
PendingDeploymentSummary.getProductionVariants()
List of
PendingProductionVariantSummary objects. |
List<PendingProductionVariantSummary> |
PendingDeploymentSummary.getShadowProductionVariants()
Array of
ProductionVariant objects, one for each model that you want to host at this endpoint in
shadow mode with production traffic replicated from the model specified on ProductionVariants.If you
use this field, you can only specify one variant for ProductionVariants and one variant for
ShadowProductionVariants. |
| Modifier and Type | Method and Description |
|---|---|
PendingDeploymentSummary |
PendingDeploymentSummary.withProductionVariants(PendingProductionVariantSummary... productionVariants)
List of
PendingProductionVariantSummary objects. |
PendingDeploymentSummary |
PendingDeploymentSummary.withShadowProductionVariants(PendingProductionVariantSummary... shadowProductionVariants)
Array of
ProductionVariant objects, one for each model that you want to host at this endpoint in
shadow mode with production traffic replicated from the model specified on ProductionVariants.If you
use this field, you can only specify one variant for ProductionVariants and one variant for
ShadowProductionVariants. |
| Modifier and Type | Method and Description |
|---|---|
void |
PendingDeploymentSummary.setProductionVariants(Collection<PendingProductionVariantSummary> productionVariants)
List of
PendingProductionVariantSummary objects. |
void |
PendingDeploymentSummary.setShadowProductionVariants(Collection<PendingProductionVariantSummary> shadowProductionVariants)
Array of
ProductionVariant objects, one for each model that you want to host at this endpoint in
shadow mode with production traffic replicated from the model specified on ProductionVariants.If you
use this field, you can only specify one variant for ProductionVariants and one variant for
ShadowProductionVariants. |
PendingDeploymentSummary |
PendingDeploymentSummary.withProductionVariants(Collection<PendingProductionVariantSummary> productionVariants)
List of
PendingProductionVariantSummary objects. |
PendingDeploymentSummary |
PendingDeploymentSummary.withShadowProductionVariants(Collection<PendingProductionVariantSummary> shadowProductionVariants)
Array of
ProductionVariant objects, one for each model that you want to host at this endpoint in
shadow mode with production traffic replicated from the model specified on ProductionVariants.If you
use this field, you can only specify one variant for ProductionVariants and one variant for
ShadowProductionVariants. |
Copyright © 2022. All rights reserved.