class Aws::SageMaker::Types::UpdateEndpointWeightsAndCapacitiesInput
@note When making an API call, you may pass UpdateEndpointWeightsAndCapacitiesInput
data as a hash: { endpoint_name: "EndpointName", # required desired_weights_and_capacities: [ # required { variant_name: "VariantName", # required desired_weight: 1.0, desired_instance_count: 1, }, ], }
@!attribute [rw] endpoint_name
The name of an existing Amazon SageMaker endpoint. @return [String]
@!attribute [rw] desired_weights_and_capacities
An object that provides new capacity and weight values for a variant. @return [Array<Types::DesiredWeightAndCapacity>]
@see docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/UpdateEndpointWeightsAndCapacitiesInput AWS API Documentation
Constants
- SENSITIVE