Class: Aws::SageMaker::Types::UpdateEndpointWeightsAndCapacitiesOutput

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

#endpoint_arnString

The Amazon Resource Name (ARN) of the updated endpoint.

Returns:

  • (String)


43202
43203
43204
43205
43206
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 43202

class UpdateEndpointWeightsAndCapacitiesOutput < Struct.new(
  :endpoint_arn)
  SENSITIVE = []
  include Aws::Structure
end