Class: Aws::SageMaker::Types::DisassociateTrialComponentRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#trial_component_nameString

The name of the component to disassociate from the trial.

Returns:

  • (String)


17589
17590
17591
17592
17593
17594
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 17589

class DisassociateTrialComponentRequest < Struct.new(
  :trial_component_name,
  :trial_name)
  SENSITIVE = []
  include Aws::Structure
end

#trial_nameString

The name of the trial to disassociate from.

Returns:

  • (String)


17589
17590
17591
17592
17593
17594
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 17589

class DisassociateTrialComponentRequest < Struct.new(
  :trial_component_name,
  :trial_name)
  SENSITIVE = []
  include Aws::Structure
end