#[non_exhaustive]pub struct UpdateEndpointWeightsAndCapacitiesInput { /* private fields */ }
Implementations§
source§impl UpdateEndpointWeightsAndCapacitiesInput
impl UpdateEndpointWeightsAndCapacitiesInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateEndpointWeightsAndCapacities, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateEndpointWeightsAndCapacities, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<UpdateEndpointWeightsAndCapacities
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture UpdateEndpointWeightsAndCapacitiesInput
.
source§impl UpdateEndpointWeightsAndCapacitiesInput
impl UpdateEndpointWeightsAndCapacitiesInput
sourcepub fn endpoint_name(&self) -> Option<&str>
pub fn endpoint_name(&self) -> Option<&str>
The name of an existing SageMaker endpoint.
sourcepub fn desired_weights_and_capacities(
&self
) -> Option<&[DesiredWeightAndCapacity]>
pub fn desired_weights_and_capacities(
&self
) -> Option<&[DesiredWeightAndCapacity]>
An object that provides new capacity and weight values for a variant.
Trait Implementations§
source§impl Clone for UpdateEndpointWeightsAndCapacitiesInput
impl Clone for UpdateEndpointWeightsAndCapacitiesInput
source§fn clone(&self) -> UpdateEndpointWeightsAndCapacitiesInput
fn clone(&self) -> UpdateEndpointWeightsAndCapacitiesInput
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl PartialEq<UpdateEndpointWeightsAndCapacitiesInput> for UpdateEndpointWeightsAndCapacitiesInput
impl PartialEq<UpdateEndpointWeightsAndCapacitiesInput> for UpdateEndpointWeightsAndCapacitiesInput
source§fn eq(&self, other: &UpdateEndpointWeightsAndCapacitiesInput) -> bool
fn eq(&self, other: &UpdateEndpointWeightsAndCapacitiesInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.