| 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()
An array of PendingProductionVariantSummary objects, one for each model hosted behind this endpoint for the in-progress
deployment.
|
List<PendingProductionVariantSummary> |
PendingDeploymentSummary.getShadowProductionVariants()
An array of PendingProductionVariantSummary objects, one for each model hosted behind this endpoint in shadow mode with
production traffic replicated from the model specified on
ProductionVariants for the in-progress
deployment. |
| Modifier and Type | Method and Description |
|---|---|
PendingDeploymentSummary |
PendingDeploymentSummary.withProductionVariants(PendingProductionVariantSummary... productionVariants)
An array of PendingProductionVariantSummary objects, one for each model hosted behind this endpoint for the in-progress
deployment.
|
PendingDeploymentSummary |
PendingDeploymentSummary.withShadowProductionVariants(PendingProductionVariantSummary... shadowProductionVariants)
An array of PendingProductionVariantSummary objects, one for each model hosted behind this endpoint in shadow mode with
production traffic replicated from the model specified on
ProductionVariants for the in-progress
deployment. |
| Modifier and Type | Method and Description |
|---|---|
void |
PendingDeploymentSummary.setProductionVariants(Collection<PendingProductionVariantSummary> productionVariants)
An array of PendingProductionVariantSummary objects, one for each model hosted behind this endpoint for the in-progress
deployment.
|
void |
PendingDeploymentSummary.setShadowProductionVariants(Collection<PendingProductionVariantSummary> shadowProductionVariants)
An array of PendingProductionVariantSummary objects, one for each model hosted behind this endpoint in shadow mode with
production traffic replicated from the model specified on
ProductionVariants for the in-progress
deployment. |
PendingDeploymentSummary |
PendingDeploymentSummary.withProductionVariants(Collection<PendingProductionVariantSummary> productionVariants)
An array of PendingProductionVariantSummary objects, one for each model hosted behind this endpoint for the in-progress
deployment.
|
PendingDeploymentSummary |
PendingDeploymentSummary.withShadowProductionVariants(Collection<PendingProductionVariantSummary> shadowProductionVariants)
An array of PendingProductionVariantSummary objects, one for each model hosted behind this endpoint in shadow mode with
production traffic replicated from the model specified on
ProductionVariants for the in-progress
deployment. |
Copyright © 2023. All rights reserved.