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.ContextSource

Description

 
Synopsis

Documentation

data ContextSource Source #

A structure describing the source of a context.

See: newContextSource smart constructor.

Constructors

ContextSource' 

Fields

Instances

Instances details
Eq ContextSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ContextSource

Read ContextSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ContextSource

Show ContextSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ContextSource

Generic ContextSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ContextSource

Associated Types

type Rep ContextSource :: Type -> Type #

NFData ContextSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ContextSource

Methods

rnf :: ContextSource -> () #

Hashable ContextSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ContextSource

ToJSON ContextSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ContextSource

FromJSON ContextSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ContextSource

type Rep ContextSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ContextSource

type Rep ContextSource = D1 ('MetaData "ContextSource" "Amazonka.SageMaker.Types.ContextSource" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "ContextSource'" 'PrefixI 'True) (S1 ('MetaSel ('Just "sourceType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "sourceId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "sourceUri") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newContextSource Source #

Create a value of ContextSource 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:sourceType:ContextSource', contextSource_sourceType - The type of the source.

$sel:sourceId:ContextSource', contextSource_sourceId - The ID of the source.

$sel:sourceUri:ContextSource', contextSource_sourceUri - The URI of the source.