Class: Aws::SageMaker::Types::DescribeTrialComponentRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::DescribeTrialComponentRequest
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sagemaker/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#trial_component_name ⇒ String
The name of the trial component to describe.
Instance Attribute Details
#trial_component_name ⇒ String
The name of the trial component to describe.
18043 18044 18045 18046 18047 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 18043 class DescribeTrialComponentRequest < Struct.new( :trial_component_name) SENSITIVE = [] include Aws::Structure end |