| 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.ArtifactSource
Description
Documentation
data ArtifactSource Source #
A structure describing the source of an artifact.
See: newArtifactSource smart constructor.
Constructors
| ArtifactSource' | |
Fields 
  | |
Instances
Arguments
| :: Text | |
| -> ArtifactSource | 
Create a value of ArtifactSource 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:sourceTypes:ArtifactSource', artifactSource_sourceTypes - A list of source types.
$sel:sourceUri:ArtifactSource', artifactSource_sourceUri - The URI of the source.
artifactSource_sourceTypes :: Lens' ArtifactSource (Maybe [ArtifactSourceType]) Source #
A list of source types.
artifactSource_sourceUri :: Lens' ArtifactSource Text Source #
The URI of the source.