Class: Aws::SageMaker::Types::DescribeTrialRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::DescribeTrialRequest
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sagemaker/types.rb
Overview
Note:
When making an API call, you may pass DescribeTrialRequest data as a hash:
{
trial_name: "ExperimentEntityName", # required
}
Instance Attribute Summary collapse
-
#trial_name ⇒ String
The name of the trial to describe.
Instance Attribute Details
#trial_name ⇒ String
The name of the trial to describe.
8463 8464 8465 8466 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 8463 class DescribeTrialRequest < Struct.new( :trial_name) include Aws::Structure end |