| 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.LineageGroupSummary
Description
Synopsis
- data LineageGroupSummary = LineageGroupSummary' {}
- newLineageGroupSummary :: LineageGroupSummary
- lineageGroupSummary_creationTime :: Lens' LineageGroupSummary (Maybe UTCTime)
- lineageGroupSummary_displayName :: Lens' LineageGroupSummary (Maybe Text)
- lineageGroupSummary_lastModifiedTime :: Lens' LineageGroupSummary (Maybe UTCTime)
- lineageGroupSummary_lineageGroupArn :: Lens' LineageGroupSummary (Maybe Text)
- lineageGroupSummary_lineageGroupName :: Lens' LineageGroupSummary (Maybe Text)
Documentation
data LineageGroupSummary Source #
Lists a summary of the properties of a lineage group. A lineage group provides a group of shareable lineage entity resources.
See: newLineageGroupSummary smart constructor.
Constructors
| LineageGroupSummary' | |
Fields
| |
Instances
newLineageGroupSummary :: LineageGroupSummary Source #
Create a value of LineageGroupSummary 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:creationTime:LineageGroupSummary', lineageGroupSummary_creationTime - The creation time of the lineage group summary.
$sel:displayName:LineageGroupSummary', lineageGroupSummary_displayName - The display name of the lineage group summary.
$sel:lastModifiedTime:LineageGroupSummary', lineageGroupSummary_lastModifiedTime - The last modified time of the lineage group summary.
$sel:lineageGroupArn:LineageGroupSummary', lineageGroupSummary_lineageGroupArn - The Amazon Resource Name (ARN) of the lineage group resource.
$sel:lineageGroupName:LineageGroupSummary', lineageGroupSummary_lineageGroupName - The name or Amazon Resource Name (ARN) of the lineage group.
lineageGroupSummary_creationTime :: Lens' LineageGroupSummary (Maybe UTCTime) Source #
The creation time of the lineage group summary.
lineageGroupSummary_displayName :: Lens' LineageGroupSummary (Maybe Text) Source #
The display name of the lineage group summary.
lineageGroupSummary_lastModifiedTime :: Lens' LineageGroupSummary (Maybe UTCTime) Source #
The last modified time of the lineage group summary.
lineageGroupSummary_lineageGroupArn :: Lens' LineageGroupSummary (Maybe Text) Source #
The Amazon Resource Name (ARN) of the lineage group resource.
lineageGroupSummary_lineageGroupName :: Lens' LineageGroupSummary (Maybe Text) Source #
The name or Amazon Resource Name (ARN) of the lineage group.