Class: Aws::SageMaker::Types::DisassociateTrialComponentRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::DisassociateTrialComponentRequest
- 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 component to disassociate from the trial.
-
#trial_name ⇒ String
The name of the trial to disassociate from.
Instance Attribute Details
#trial_component_name ⇒ String
The name of the component to disassociate from the trial.
18777 18778 18779 18780 18781 18782 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 18777 class DisassociateTrialComponentRequest < Struct.new( :trial_component_name, :trial_name) SENSITIVE = [] include Aws::Structure end |
#trial_name ⇒ String
The name of the trial to disassociate from.
18777 18778 18779 18780 18781 18782 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 18777 class DisassociateTrialComponentRequest < Struct.new( :trial_component_name, :trial_name) SENSITIVE = [] include Aws::Structure end |