| 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)
List of
PendingProductionVariantSummary objects. |
PendingDeploymentSummary |
PendingDeploymentSummary.withProductionVariants(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. |
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. |
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 © 2022. All rights reserved.