| Copyright | (c) 2013-2023 Brendan Hay | 
|---|---|
| License | Mozilla Public License, v. 2.0. | 
| Maintainer | Brendan Hay | 
| Stability | auto-generated | 
| Portability | non-portable (GHC extensions) | 
| Safe Haskell | Safe-Inferred | 
| Language | Haskell2010 | 
Amazonka.SageMaker.Types.ExperimentConfig
Description
Synopsis
- data ExperimentConfig = ExperimentConfig' {}
 - newExperimentConfig :: ExperimentConfig
 - experimentConfig_experimentName :: Lens' ExperimentConfig (Maybe Text)
 - experimentConfig_runName :: Lens' ExperimentConfig (Maybe Text)
 - experimentConfig_trialComponentDisplayName :: Lens' ExperimentConfig (Maybe Text)
 - experimentConfig_trialName :: Lens' ExperimentConfig (Maybe Text)
 
Documentation
data ExperimentConfig Source #
Associates a SageMaker job as a trial component with an experiment and trial. Specified when you call the following APIs:
- CreateProcessingJob
 - CreateTrainingJob
 - CreateTransformJob
 
See: newExperimentConfig smart constructor.
Constructors
| ExperimentConfig' | |
Fields 
  | |
Instances
newExperimentConfig :: ExperimentConfig Source #
Create a value of ExperimentConfig with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:experimentName:ExperimentConfig', experimentConfig_experimentName - The name of an existing experiment to associate with the trial
 component.
$sel:runName:ExperimentConfig', experimentConfig_runName - The name of the experiment run to associate with the trial component.
$sel:trialComponentDisplayName:ExperimentConfig', experimentConfig_trialComponentDisplayName - The display name for the trial component. If this key isn't specified,
 the display name is the trial component name.
$sel:trialName:ExperimentConfig', experimentConfig_trialName - The name of an existing trial to associate the trial component with. If
 not specified, a new trial is created.
experimentConfig_experimentName :: Lens' ExperimentConfig (Maybe Text) Source #
The name of an existing experiment to associate with the trial component.
experimentConfig_runName :: Lens' ExperimentConfig (Maybe Text) Source #
The name of the experiment run to associate with the trial component.
experimentConfig_trialComponentDisplayName :: Lens' ExperimentConfig (Maybe Text) Source #
The display name for the trial component. If this key isn't specified, the display name is the trial component name.
experimentConfig_trialName :: Lens' ExperimentConfig (Maybe Text) Source #
The name of an existing trial to associate the trial component with. If not specified, a new trial is created.