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

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#experiment_arnString

The Amazon Resource Name (ARN) of the experiment.

Returns:

  • (String)


19865
19866
19867
19868
# File 'lib/aws-sdk-sagemaker/types.rb', line 19865

class UpdateExperimentResponse < Struct.new(
  :experiment_arn)
  include Aws::Structure
end