Class: Aws::SageMaker::Types::UpdateEndpointWeightsAndCapacitiesInput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#desired_weights_and_capacitiesArray<Types::DesiredWeightAndCapacity>

An object that provides new capacity and weight values for a variant.



43251
43252
43253
43254
43255
43256
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 43251

class UpdateEndpointWeightsAndCapacitiesInput < Struct.new(
  :endpoint_name,
  :desired_weights_and_capacities)
  SENSITIVE = []
  include Aws::Structure
end

#endpoint_nameString

The name of an existing SageMaker endpoint.

Returns:

  • (String)


43251
43252
43253
43254
43255
43256
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 43251

class UpdateEndpointWeightsAndCapacitiesInput < Struct.new(
  :endpoint_name,
  :desired_weights_and_capacities)
  SENSITIVE = []
  include Aws::Structure
end