Class: Aws::SageMaker::Types::DescribeExperimentRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::DescribeExperimentRequest
- Defined in:
- gems/aws-sdk-sagemaker/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.
14116 14117 14118 14119 14120 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 14116 class DescribeExperimentRequest < Struct.new( :experiment_name) SENSITIVE = [] include Aws::Structure end |