Class: Aws::SageMaker::Types::UpdateExperimentResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#experiment_arnString

The Amazon Resource Name (ARN) of the experiment.

Returns:

  • (String)


43609
43610
43611
43612
43613
# File 'lib/aws-sdk-sagemaker/types.rb', line 43609

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