Struct aws_sdk_sagemaker::model::production_variant_summary::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for ProductionVariantSummary
Implementations
The name of the variant.
The name of the variant.
Appends an item to deployed_images
.
To override the contents of this collection use set_deployed_images
.
An array of DeployedImage
objects that specify the Amazon EC2 Container Registry paths of the
inference images deployed on instances of this ProductionVariant
.
An array of DeployedImage
objects that specify the Amazon EC2 Container Registry paths of the
inference images deployed on instances of this ProductionVariant
.
The weight associated with the variant.
The weight associated with the variant.
The requested weight, as specified in the
UpdateEndpointWeightsAndCapacities
request.
The requested weight, as specified in the
UpdateEndpointWeightsAndCapacities
request.
The number of instances associated with the variant.
The number of instances associated with the variant.
The number of instances requested in the
UpdateEndpointWeightsAndCapacities
request.
The number of instances requested in the
UpdateEndpointWeightsAndCapacities
request.
Appends an item to variant_status
.
To override the contents of this collection use set_variant_status
.
The endpoint variant status which describes the current deployment stage status or operational status.
The endpoint variant status which describes the current deployment stage status or operational status.
Consumes the builder and constructs a ProductionVariantSummary
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more