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
Note:
When making an API call, you may pass DescribeTrialComponentRequest data as a hash:
{
trial_component_name: "ExperimentEntityName", # required
}
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.
8356 8357 8358 8359 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 8356 class DescribeTrialComponentRequest < Struct.new( :trial_component_name) include Aws::Structure end |