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
Constant Summary collapse
- SENSITIVE =
[]
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.
18162 18163 18164 18165 18166 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 18162 class DescribeTrialRequest < Struct.new( :trial_name) SENSITIVE = [] include Aws::Structure end |