| 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.ArtifactSourceType
Description
Documentation
data ArtifactSourceType Source #
The ID and ID type of an artifact source.
See: newArtifactSourceType smart constructor.
Constructors
| ArtifactSourceType' | |
Fields
| |
Instances
newArtifactSourceType Source #
Arguments
| :: ArtifactSourceIdType | |
| -> Text | |
| -> ArtifactSourceType |
Create a value of ArtifactSourceType 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:sourceIdType:ArtifactSourceType', artifactSourceType_sourceIdType - The type of ID.
$sel:value:ArtifactSourceType', artifactSourceType_value - The ID.
artifactSourceType_sourceIdType :: Lens' ArtifactSourceType ArtifactSourceIdType Source #
The type of ID.
artifactSourceType_value :: Lens' ArtifactSourceType Text Source #
The ID.