Class: Aws::SageMaker::Types::ExperimentConfig

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

Overview

Associates a SageMaker job as a trial component with an experiment and trial. Specified when you call the following APIs:

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#experiment_nameString

The name of an existing experiment to associate with the trial component.

Returns:

  • (String)


18903
18904
18905
18906
18907
18908
18909
18910
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 18903

class ExperimentConfig < Struct.new(
  :experiment_name,
  :trial_name,
  :trial_component_display_name,
  :run_name)
  SENSITIVE = []
  include Aws::Structure
end

#run_nameString

The name of the experiment run to associate with the trial component.

Returns:

  • (String)


18903
18904
18905
18906
18907
18908
18909
18910
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 18903

class ExperimentConfig < Struct.new(
  :experiment_name,
  :trial_name,
  :trial_component_display_name,
  :run_name)
  SENSITIVE = []
  include Aws::Structure
end

#trial_component_display_nameString

The display name for the trial component. If this key isn't specified, the display name is the trial component name.

Returns:

  • (String)


18903
18904
18905
18906
18907
18908
18909
18910
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 18903

class ExperimentConfig < Struct.new(
  :experiment_name,
  :trial_name,
  :trial_component_display_name,
  :run_name)
  SENSITIVE = []
  include Aws::Structure
end

#trial_nameString

The name of an existing trial to associate the trial component with. If not specified, a new trial is created.

Returns:

  • (String)


18903
18904
18905
18906
18907
18908
18909
18910
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 18903

class ExperimentConfig < Struct.new(
  :experiment_name,
  :trial_name,
  :trial_component_display_name,
  :run_name)
  SENSITIVE = []
  include Aws::Structure
end