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

Description

 
Synopsis

Documentation

data ActionSource Source #

A structure describing the source of an action.

See: newActionSource smart constructor.

Constructors

ActionSource' 

Fields

Instances

Instances details
Eq ActionSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ActionSource

Read ActionSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ActionSource

Show ActionSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ActionSource

Generic ActionSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ActionSource

Associated Types

type Rep ActionSource :: Type -> Type #

NFData ActionSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ActionSource

Methods

rnf :: ActionSource -> () #

Hashable ActionSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ActionSource

ToJSON ActionSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ActionSource

FromJSON ActionSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ActionSource

type Rep ActionSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ActionSource

type Rep ActionSource = D1 ('MetaData "ActionSource" "Amazonka.SageMaker.Types.ActionSource" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "ActionSource'" '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))))

newActionSource Source #

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

$sel:sourceId:ActionSource', actionSource_sourceId - The ID of the source.

$sel:sourceUri:ActionSource', actionSource_sourceUri - The URI of the source.