Class: Aws::SageMaker::Types::PipelineExperimentConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::PipelineExperimentConfig
- 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
-
#experiment_name ⇒ String
The name of the experiment.
-
#trial_name ⇒ String
The name of the trial.
Instance Attribute Details
#experiment_name ⇒ String
The name of the experiment.
36813 36814 36815 36816 36817 36818 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 36813 class PipelineExperimentConfig < Struct.new( :experiment_name, :trial_name) SENSITIVE = [] include Aws::Structure end |
#trial_name ⇒ String
The name of the trial.
36813 36814 36815 36816 36817 36818 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 36813 class PipelineExperimentConfig < Struct.new( :experiment_name, :trial_name) SENSITIVE = [] include Aws::Structure end |