Class: Aws::SageMaker::Types::AssociateTrialComponentRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::AssociateTrialComponentRequest
- 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 component to associated with the trial.
-
#trial_name ⇒ String
The name of the trial to associate with.
Instance Attribute Details
#trial_component_name ⇒ String
The name of the component to associated with the trial.
1538 1539 1540 1541 1542 1543 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 1538 class AssociateTrialComponentRequest < Struct.new( :trial_component_name, :trial_name) SENSITIVE = [] include Aws::Structure end |
#trial_name ⇒ String
The name of the trial to associate with.
1538 1539 1540 1541 1542 1543 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 1538 class AssociateTrialComponentRequest < Struct.new( :trial_component_name, :trial_name) SENSITIVE = [] include Aws::Structure end |