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.
1526 1527 1528 1529 1530 1531 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 1526 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.
1526 1527 1528 1529 1530 1531 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 1526 class AssociateTrialComponentRequest < Struct.new( :trial_component_name, :trial_name) SENSITIVE = [] include Aws::Structure end |