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
Note:
When making an API call, you may pass AssociateTrialComponentRequest data as a hash:
{
trial_component_name: "ExperimentEntityName", # required
trial_name: "ExperimentEntityName", # required
}
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.
836 837 838 839 840 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 836 class AssociateTrialComponentRequest < Struct.new( :trial_component_name, :trial_name) include Aws::Structure end |
#trial_name ⇒ String
The name of the trial to associate with.
836 837 838 839 840 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 836 class AssociateTrialComponentRequest < Struct.new( :trial_component_name, :trial_name) include Aws::Structure end |