Class: Aws::SageMaker::Types::DisassociateTrialComponentRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::DisassociateTrialComponentRequest
- 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 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.
18738 18739 18740 18741 18742 18743 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 18738 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.
18738 18739 18740 18741 18742 18743 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 18738 class DisassociateTrialComponentRequest < Struct.new( :trial_component_name, :trial_name) SENSITIVE = [] include Aws::Structure end |