| 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.ExperimentSource
Description
Documentation
data ExperimentSource Source #
The source of the experiment.
See: newExperimentSource smart constructor.
Constructors
| ExperimentSource' | |
Fields 
  | |
Instances
Arguments
| :: Text | |
| -> ExperimentSource | 
Create a value of ExperimentSource 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:sourceType:ExperimentSource', experimentSource_sourceType - The source type.
$sel:sourceArn:ExperimentSource', experimentSource_sourceArn - The Amazon Resource Name (ARN) of the source.
experimentSource_sourceType :: Lens' ExperimentSource (Maybe Text) Source #
The source type.
experimentSource_sourceArn :: Lens' ExperimentSource Text Source #
The Amazon Resource Name (ARN) of the source.