| 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.ArtifactSummary
Description
Synopsis
- data ArtifactSummary = ArtifactSummary' {}
- newArtifactSummary :: ArtifactSummary
- artifactSummary_artifactArn :: Lens' ArtifactSummary (Maybe Text)
- artifactSummary_artifactName :: Lens' ArtifactSummary (Maybe Text)
- artifactSummary_artifactType :: Lens' ArtifactSummary (Maybe Text)
- artifactSummary_creationTime :: Lens' ArtifactSummary (Maybe UTCTime)
- artifactSummary_lastModifiedTime :: Lens' ArtifactSummary (Maybe UTCTime)
- artifactSummary_source :: Lens' ArtifactSummary (Maybe ArtifactSource)
Documentation
data ArtifactSummary Source #
Lists a summary of the properties of an artifact. An artifact represents a URI addressable object or data. Some examples are a dataset and a model.
See: newArtifactSummary smart constructor.
Constructors
| ArtifactSummary' | |
Fields
| |
Instances
newArtifactSummary :: ArtifactSummary Source #
Create a value of ArtifactSummary 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:artifactArn:ArtifactSummary', artifactSummary_artifactArn - The Amazon Resource Name (ARN) of the artifact.
$sel:artifactName:ArtifactSummary', artifactSummary_artifactName - The name of the artifact.
$sel:artifactType:ArtifactSummary', artifactSummary_artifactType - The type of the artifact.
$sel:creationTime:ArtifactSummary', artifactSummary_creationTime - When the artifact was created.
$sel:lastModifiedTime:ArtifactSummary', artifactSummary_lastModifiedTime - When the artifact was last modified.
$sel:source:ArtifactSummary', artifactSummary_source - The source of the artifact.
artifactSummary_artifactArn :: Lens' ArtifactSummary (Maybe Text) Source #
The Amazon Resource Name (ARN) of the artifact.
artifactSummary_artifactName :: Lens' ArtifactSummary (Maybe Text) Source #
The name of the artifact.
artifactSummary_artifactType :: Lens' ArtifactSummary (Maybe Text) Source #
The type of the artifact.
artifactSummary_creationTime :: Lens' ArtifactSummary (Maybe UTCTime) Source #
When the artifact was created.
artifactSummary_lastModifiedTime :: Lens' ArtifactSummary (Maybe UTCTime) Source #
When the artifact was last modified.
artifactSummary_source :: Lens' ArtifactSummary (Maybe ArtifactSource) Source #
The source of the artifact.