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.
18239 18240 18241 18242 18243 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 18239 class DescribeTrialRequest < Struct.new( :trial_name) SENSITIVE = [] include Aws::Structure end |