Class: Aws::SageMaker::Types::DescribeTrialComponentRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::DescribeTrialComponentRequest
- Defined in:
- gems/aws-sdk-sagemaker/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.
18159 18160 18161 18162 18163 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 18159 class DescribeTrialComponentRequest < Struct.new( :trial_component_name) SENSITIVE = [] include Aws::Structure end |