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
Note:
When making an API call, you may pass DescribeExperimentRequest data as a hash:
{
experiment_name: "ExperimentEntityName", # required
}
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.
6772 6773 6774 6775 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 6772 class DescribeExperimentRequest < Struct.new( :experiment_name) include Aws::Structure end |