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)


40753
40754
40755
40756
40757
# File 'lib/aws-sdk-sagemaker/types.rb', line 40753

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