public static interface PendingProductionVariantSummary.Builder extends SdkPojo, CopyableBuilder<PendingProductionVariantSummary.Builder,PendingProductionVariantSummary>
| Modifier and Type | Method and Description |
|---|---|
PendingProductionVariantSummary.Builder |
acceleratorType(ProductionVariantAcceleratorType acceleratorType)
The size of the Elastic Inference (EI) instance to use for the production variant.
|
PendingProductionVariantSummary.Builder |
acceleratorType(String acceleratorType)
The size of the Elastic Inference (EI) instance to use for the production variant.
|
PendingProductionVariantSummary.Builder |
currentInstanceCount(Integer currentInstanceCount)
The number of instances associated with the variant.
|
PendingProductionVariantSummary.Builder |
currentWeight(Float currentWeight)
The weight associated with the variant.
|
PendingProductionVariantSummary.Builder |
deployedImages(Collection<DeployedImage> deployedImages)
An array of
DeployedImage objects that specify the Amazon EC2 Container Registry paths of the
inference images deployed on instances of this ProductionVariant. |
PendingProductionVariantSummary.Builder |
deployedImages(Consumer<DeployedImage.Builder>... deployedImages)
An array of
DeployedImage objects that specify the Amazon EC2 Container Registry paths of the
inference images deployed on instances of this ProductionVariant. |
PendingProductionVariantSummary.Builder |
deployedImages(DeployedImage... deployedImages)
An array of
DeployedImage objects that specify the Amazon EC2 Container Registry paths of the
inference images deployed on instances of this ProductionVariant. |
PendingProductionVariantSummary.Builder |
desiredInstanceCount(Integer desiredInstanceCount)
The number of instances requested in this deployment, as specified in the endpoint configuration for the
endpoint.
|
PendingProductionVariantSummary.Builder |
desiredWeight(Float desiredWeight)
The requested weight for the variant in this deployment, as specified in the endpoint configuration for the
endpoint.
|
PendingProductionVariantSummary.Builder |
instanceType(ProductionVariantInstanceType instanceType)
The type of instances associated with the variant.
|
PendingProductionVariantSummary.Builder |
instanceType(String instanceType)
The type of instances associated with the variant.
|
PendingProductionVariantSummary.Builder |
variantName(String variantName)
The name of the variant.
|
PendingProductionVariantSummary.Builder |
variantStatus(Collection<ProductionVariantStatus> variantStatus)
The endpoint variant status which describes the current deployment stage status or operational status.
|
PendingProductionVariantSummary.Builder |
variantStatus(Consumer<ProductionVariantStatus.Builder>... variantStatus)
The endpoint variant status which describes the current deployment stage status or operational status.
|
PendingProductionVariantSummary.Builder |
variantStatus(ProductionVariantStatus... variantStatus)
The endpoint variant status which describes the current deployment stage status or operational status.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildPendingProductionVariantSummary.Builder variantName(String variantName)
The name of the variant.
variantName - The name of the variant.PendingProductionVariantSummary.Builder deployedImages(Collection<DeployedImage> deployedImages)
An array of DeployedImage objects that specify the Amazon EC2 Container Registry paths of the
inference images deployed on instances of this ProductionVariant.
deployedImages - An array of DeployedImage objects that specify the Amazon EC2 Container Registry paths of
the inference images deployed on instances of this ProductionVariant.PendingProductionVariantSummary.Builder deployedImages(DeployedImage... deployedImages)
An array of DeployedImage objects that specify the Amazon EC2 Container Registry paths of the
inference images deployed on instances of this ProductionVariant.
deployedImages - An array of DeployedImage objects that specify the Amazon EC2 Container Registry paths of
the inference images deployed on instances of this ProductionVariant.PendingProductionVariantSummary.Builder deployedImages(Consumer<DeployedImage.Builder>... deployedImages)
An array of DeployedImage objects that specify the Amazon EC2 Container Registry paths of the
inference images deployed on instances of this ProductionVariant.
List.Builder avoiding the need
to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and
its result is passed to #deployedImages(List) .deployedImages - a consumer that will call methods on List.Builder #deployedImages(List) PendingProductionVariantSummary.Builder currentWeight(Float currentWeight)
The weight associated with the variant.
currentWeight - The weight associated with the variant.PendingProductionVariantSummary.Builder desiredWeight(Float desiredWeight)
The requested weight for the variant in this deployment, as specified in the endpoint configuration for the
endpoint. The value is taken from the request to the CreateEndpointConfig operation.
desiredWeight - The requested weight for the variant in this deployment, as specified in the endpoint configuration
for the endpoint. The value is taken from the request to the
CreateEndpointConfig operation.PendingProductionVariantSummary.Builder currentInstanceCount(Integer currentInstanceCount)
The number of instances associated with the variant.
currentInstanceCount - The number of instances associated with the variant.PendingProductionVariantSummary.Builder desiredInstanceCount(Integer desiredInstanceCount)
The number of instances requested in this deployment, as specified in the endpoint configuration for the
endpoint. The value is taken from the request to the CreateEndpointConfig operation.
desiredInstanceCount - The number of instances requested in this deployment, as specified in the endpoint configuration for
the endpoint. The value is taken from the request to the CreateEndpointConfig
operation.PendingProductionVariantSummary.Builder instanceType(String instanceType)
The type of instances associated with the variant.
instanceType - The type of instances associated with the variant.ProductionVariantInstanceType,
ProductionVariantInstanceTypePendingProductionVariantSummary.Builder instanceType(ProductionVariantInstanceType instanceType)
The type of instances associated with the variant.
instanceType - The type of instances associated with the variant.ProductionVariantInstanceType,
ProductionVariantInstanceTypePendingProductionVariantSummary.Builder acceleratorType(String acceleratorType)
The size of the Elastic Inference (EI) instance to use for the production variant. EI instances provide on-demand GPU computing for inference. For more information, see Using Elastic Inference in Amazon SageMaker.
acceleratorType - The size of the Elastic Inference (EI) instance to use for the production variant. EI instances
provide on-demand GPU computing for inference. For more information, see Using Elastic Inference in Amazon
SageMaker.ProductionVariantAcceleratorType,
ProductionVariantAcceleratorTypePendingProductionVariantSummary.Builder acceleratorType(ProductionVariantAcceleratorType acceleratorType)
The size of the Elastic Inference (EI) instance to use for the production variant. EI instances provide on-demand GPU computing for inference. For more information, see Using Elastic Inference in Amazon SageMaker.
acceleratorType - The size of the Elastic Inference (EI) instance to use for the production variant. EI instances
provide on-demand GPU computing for inference. For more information, see Using Elastic Inference in Amazon
SageMaker.ProductionVariantAcceleratorType,
ProductionVariantAcceleratorTypePendingProductionVariantSummary.Builder variantStatus(Collection<ProductionVariantStatus> variantStatus)
The endpoint variant status which describes the current deployment stage status or operational status.
variantStatus - The endpoint variant status which describes the current deployment stage status or operational status.PendingProductionVariantSummary.Builder variantStatus(ProductionVariantStatus... variantStatus)
The endpoint variant status which describes the current deployment stage status or operational status.
variantStatus - The endpoint variant status which describes the current deployment stage status or operational status.PendingProductionVariantSummary.Builder variantStatus(Consumer<ProductionVariantStatus.Builder>... variantStatus)
The endpoint variant status which describes the current deployment stage status or operational status.
This is a convenience that creates an instance of theList.Builder avoiding
the need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called
immediately and its result is passed to #variantStatus(List) .variantStatus - a consumer that will call methods on List.Builder #variantStatus(List) Copyright © 2021. All rights reserved.