| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
static PendingDeploymentSummary.Builder |
PendingDeploymentSummary.builder() |
PendingDeploymentSummary.Builder |
PendingDeploymentSummary.Builder.endpointConfigName(String endpointConfigName)
The name of the endpoint configuration used in the deployment.
|
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.productionVariants(Consumer<PendingProductionVariantSummary.Builder>... productionVariants)
An array of PendingProductionVariantSummary objects, one for each model hosted behind this endpoint
for the in-progress deployment.
|
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(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.Builder |
PendingDeploymentSummary.Builder.shadowProductionVariants(Consumer<PendingProductionVariantSummary.Builder>... 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.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. |
PendingDeploymentSummary.Builder |
PendingDeploymentSummary.Builder.startTime(Instant startTime)
The start time of the deployment.
|
PendingDeploymentSummary.Builder |
PendingDeploymentSummary.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends PendingDeploymentSummary.Builder> |
PendingDeploymentSummary.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default DescribeEndpointResponse.Builder |
DescribeEndpointResponse.Builder.pendingDeploymentSummary(Consumer<PendingDeploymentSummary.Builder> pendingDeploymentSummary)
Returns the summary of an in-progress deployment.
|
Copyright © 2022. All rights reserved.