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

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
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)


16364
16365
16366
16367
16368
16369
# File 'lib/aws-sdk-sagemaker/types.rb', line 16364

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)


16364
16365
16366
16367
16368
16369
# File 'lib/aws-sdk-sagemaker/types.rb', line 16364

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