Class: Aws::SageMaker::Types::PipelineExperimentConfig

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

Overview

Specifies the names of the experiment and trial created by a pipeline.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#experiment_nameString

The name of the experiment.

Returns:

  • (String)


34653
34654
34655
34656
34657
34658
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 34653

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

#trial_nameString

The name of the trial.

Returns:

  • (String)


34653
34654
34655
34656
34657
34658
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 34653

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