| 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.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.