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

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#endpoint_arnString

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

Returns:

  • (String)


19822
19823
19824
19825
# File 'lib/aws-sdk-sagemaker/types.rb', line 19822

class UpdateEndpointWeightsAndCapacitiesOutput < Struct.new(
  :endpoint_arn)
  include Aws::Structure
end