Class: Aws::SageMaker::Types::DescribeExperimentRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::DescribeExperimentRequest
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sagemaker/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#experiment_name ⇒ String
The name of the experiment to describe.
Instance Attribute Details
#experiment_name ⇒ String
The name of the experiment to describe.
14077 14078 14079 14080 14081 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 14077 class DescribeExperimentRequest < Struct.new( :experiment_name) SENSITIVE = [] include Aws::Structure end |