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

Description

 
Synopsis

Documentation

data ArtifactSource Source #

A structure describing the source of an artifact.

See: newArtifactSource smart constructor.

Constructors

ArtifactSource' 

Fields

Instances

Instances details
Eq ArtifactSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ArtifactSource

Read ArtifactSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ArtifactSource

Show ArtifactSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ArtifactSource

Generic ArtifactSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ArtifactSource

Associated Types

type Rep ArtifactSource :: Type -> Type #

NFData ArtifactSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ArtifactSource

Methods

rnf :: ArtifactSource -> () #

Hashable ArtifactSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ArtifactSource

ToJSON ArtifactSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ArtifactSource

FromJSON ArtifactSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ArtifactSource

type Rep ArtifactSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ArtifactSource

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

newArtifactSource Source #

Create a value of ArtifactSource 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:sourceTypes:ArtifactSource', artifactSource_sourceTypes - A list of source types.

$sel:sourceUri:ArtifactSource', artifactSource_sourceUri - The URI of the source.