libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.SageMaker.Types.ContextSummary

Description

 
Synopsis

Documentation

data ContextSummary Source #

Lists a summary of the properties of a context. A context provides a logical grouping of other entities.

See: newContextSummary smart constructor.

Constructors

ContextSummary' 

Fields

Instances

Instances details
Eq ContextSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ContextSummary

Read ContextSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ContextSummary

Show ContextSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ContextSummary

Generic ContextSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ContextSummary

Associated Types

type Rep ContextSummary :: Type -> Type #

NFData ContextSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ContextSummary

Methods

rnf :: ContextSummary -> () #

Hashable ContextSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ContextSummary

FromJSON ContextSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ContextSummary

type Rep ContextSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ContextSummary

type Rep ContextSummary = D1 ('MetaData "ContextSummary" "Amazonka.SageMaker.Types.ContextSummary" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "ContextSummary'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "creationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "lastModifiedTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "contextType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "contextArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "source") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ContextSource)) :*: S1 ('MetaSel ('Just "contextName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))

newContextSummary :: ContextSummary Source #

Create a value of ContextSummary 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:ContextSummary', contextSummary_creationTime - When the context was created.

$sel:lastModifiedTime:ContextSummary', contextSummary_lastModifiedTime - When the context was last modified.

$sel:contextType:ContextSummary', contextSummary_contextType - The type of the context.

$sel:contextArn:ContextSummary', contextSummary_contextArn - The Amazon Resource Name (ARN) of the context.

$sel:source:ContextSummary', contextSummary_source - The source of the context.

$sel:contextName:ContextSummary', contextSummary_contextName - The name of the context.

contextSummary_lastModifiedTime :: Lens' ContextSummary (Maybe UTCTime) Source #

When the context was last modified.

contextSummary_contextArn :: Lens' ContextSummary (Maybe Text) Source #

The Amazon Resource Name (ARN) of the context.