#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for UpdateEndpointWeightsAndCapacitiesInput
Implementations
The name of an existing Amazon SageMaker endpoint.
The name of an existing Amazon SageMaker endpoint.
Appends an item to desired_weights_and_capacities
.
To override the contents of this collection use set_desired_weights_and_capacities
.
An object that provides new capacity and weight values for a variant.
pub fn set_desired_weights_and_capacities(
self,
input: Option<Vec<DesiredWeightAndCapacity>>
) -> Self
pub fn set_desired_weights_and_capacities(
self,
input: Option<Vec<DesiredWeightAndCapacity>>
) -> Self
An object that provides new capacity and weight values for a variant.
Consumes the builder and constructs a UpdateEndpointWeightsAndCapacitiesInput
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