Class: Aws::SageMaker::Types::AssociateTrialComponentRequest

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 associated with the trial.

Returns:

  • (String)


1471
1472
1473
1474
1475
1476
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 1471

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

#trial_nameString

The name of the trial to associate with.

Returns:

  • (String)


1471
1472
1473
1474
1475
1476
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 1471

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