Class: Aws::SageMaker::Types::DescribeExperimentRequest

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_nameString

The name of the experiment to describe.

Returns:

  • (String)


13233
13234
13235
13236
13237
# File 'lib/aws-sdk-sagemaker/types.rb', line 13233

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