public static interface PendingDeploymentSummary.Builder extends SdkPojo, CopyableBuilder<PendingDeploymentSummary.Builder,PendingDeploymentSummary>
| Modifier and Type | Method and Description |
|---|---|
PendingDeploymentSummary.Builder |
endpointConfigName(String endpointConfigName)
The name of the endpoint configuration used in the deployment.
|
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 |
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 |
productionVariants(PendingProductionVariantSummary... productionVariants)
An array of PendingProductionVariantSummary objects, one for each model hosted behind this endpoint for the
in-progress deployment.
|
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 |
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 |
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 |
startTime(Instant startTime)
The start time of the deployment.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildPendingDeploymentSummary.Builder endpointConfigName(String endpointConfigName)
The name of the endpoint configuration used in the deployment.
endpointConfigName - The name of the endpoint configuration used in the deployment.PendingDeploymentSummary.Builder productionVariants(Collection<PendingProductionVariantSummary> productionVariants)
An array of PendingProductionVariantSummary objects, one for each model hosted behind this endpoint for the in-progress deployment.
productionVariants - An array of PendingProductionVariantSummary objects, one for each model hosted behind this endpoint for the
in-progress deployment.PendingDeploymentSummary.Builder productionVariants(PendingProductionVariantSummary... productionVariants)
An array of PendingProductionVariantSummary objects, one for each model hosted behind this endpoint for the in-progress deployment.
productionVariants - An array of PendingProductionVariantSummary objects, one for each model hosted behind this endpoint for the
in-progress deployment.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.
This is a convenience method that creates an instance of thePendingProductionVariantSummary.Builder avoiding the
need to create one manually via
PendingProductionVariantSummary.builder().
When the Consumer completes,
SdkBuilder.build() is
called immediately and its result is passed to #productionVariants(List.
productionVariants - a consumer that will call methods on
PendingProductionVariantSummary.Builder#productionVariants(java.util.Collection) PendingDeploymentSummary.Builder startTime(Instant startTime)
The start time of the deployment.
startTime - The start time of the deployment.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.
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 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.
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 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.
PendingProductionVariantSummary.Builder avoiding the
need to create one manually via
PendingProductionVariantSummary.builder().
When the Consumer completes,
SdkBuilder.build() is
called immediately and its result is passed to #shadowProductionVariants(List.
shadowProductionVariants - a consumer that will call methods on
PendingProductionVariantSummary.Builder#shadowProductionVariants(java.util.Collection) Copyright © 2023. All rights reserved.