amazonka-sagemaker-2.0: Amazon SageMaker Service SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.SageMaker.Types.LineageGroupSummary

Description

 
Synopsis

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

Instances details
FromJSON LineageGroupSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.LineageGroupSummary

Generic LineageGroupSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.LineageGroupSummary

Associated Types

type Rep LineageGroupSummary :: Type -> Type #

Read LineageGroupSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.LineageGroupSummary

Show LineageGroupSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.LineageGroupSummary

NFData LineageGroupSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.LineageGroupSummary

Methods

rnf :: LineageGroupSummary -> () #

Eq LineageGroupSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.LineageGroupSummary

Hashable LineageGroupSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.LineageGroupSummary

type Rep LineageGroupSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.LineageGroupSummary

type Rep LineageGroupSummary = D1 ('MetaData "LineageGroupSummary" "Amazonka.SageMaker.Types.LineageGroupSummary" "amazonka-sagemaker-2.0-9SyrKZ4KqhsL1qX9u3ILA3" 'False) (C1 ('MetaCons "LineageGroupSummary'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "creationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "displayName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "lastModifiedTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "lineageGroupArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "lineageGroupName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))

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.