| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
List<PendingProductionVariantSummary> |
PendingDeploymentSummary.productionVariants()
An array of PendingProductionVariantSummary objects, one for each model hosted behind this endpoint for the in-progress
deployment.
|
List<PendingProductionVariantSummary> |
PendingDeploymentSummary.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 |
|---|---|
PendingDeploymentSummary.Builder |
PendingDeploymentSummary.Builder.productionVariants(PendingProductionVariantSummary... productionVariants)
An array of PendingProductionVariantSummary objects, one for each model hosted behind this endpoint for the
in-progress deployment.
|
PendingDeploymentSummary.Builder |
PendingDeploymentSummary.Builder.shadowProductionVariants(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 |
|---|---|
PendingDeploymentSummary.Builder |
PendingDeploymentSummary.Builder.productionVariants(Collection<PendingProductionVariantSummary> productionVariants)
An array of PendingProductionVariantSummary objects, one for each model hosted behind this endpoint for the
in-progress deployment.
|
PendingDeploymentSummary.Builder |
PendingDeploymentSummary.Builder.shadowProductionVariants(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.