| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
PendingDeploymentSummary |
PendingDeploymentSummary.clone() |
PendingDeploymentSummary |
DescribeEndpointResult.getPendingDeploymentSummary()
Returns the summary of an in-progress deployment.
|
PendingDeploymentSummary |
PendingDeploymentSummary.withEndpointConfigName(String endpointConfigName)
The name of the endpoint configuration used in the 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.withProductionVariants(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. |
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. |
PendingDeploymentSummary |
PendingDeploymentSummary.withStartTime(Date startTime)
The start time of the deployment.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeEndpointResult.setPendingDeploymentSummary(PendingDeploymentSummary pendingDeploymentSummary)
Returns the summary of an in-progress deployment.
|
DescribeEndpointResult |
DescribeEndpointResult.withPendingDeploymentSummary(PendingDeploymentSummary pendingDeploymentSummary)
Returns the summary of an in-progress deployment.
|
Copyright © 2025. All rights reserved.