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

Description

 
Synopsis

Documentation

data Pipeline Source #

A SageMaker Model Building Pipeline instance.

See: newPipeline smart constructor.

Constructors

Pipeline' 

Fields

Instances

Instances details
Eq Pipeline Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Pipeline

Read Pipeline Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Pipeline

Show Pipeline Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Pipeline

Generic Pipeline Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Pipeline

Associated Types

type Rep Pipeline :: Type -> Type #

Methods

from :: Pipeline -> Rep Pipeline x #

to :: Rep Pipeline x -> Pipeline #

NFData Pipeline Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Pipeline

Methods

rnf :: Pipeline -> () #

Hashable Pipeline Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Pipeline

Methods

hashWithSalt :: Int -> Pipeline -> Int #

hash :: Pipeline -> Int #

FromJSON Pipeline Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Pipeline

type Rep Pipeline Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Pipeline

type Rep Pipeline = D1 ('MetaData "Pipeline" "Amazonka.SageMaker.Types.Pipeline" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "Pipeline'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "creationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "pipelineDisplayName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "pipelineName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "createdBy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe UserContext)) :*: (S1 ('MetaSel ('Just "lastRunTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "lastModifiedTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))))) :*: ((S1 ('MetaSel ('Just "pipelineStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe PipelineStatus)) :*: (S1 ('MetaSel ('Just "pipelineDescription") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "pipelineArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "lastModifiedBy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe UserContext)) :*: (S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Tag])) :*: S1 ('MetaSel ('Just "roleArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))))

newPipeline :: Pipeline Source #

Create a value of Pipeline 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:Pipeline', pipeline_creationTime - The creation time of the pipeline.

$sel:pipelineDisplayName:Pipeline', pipeline_pipelineDisplayName - The display name of the pipeline.

$sel:pipelineName:Pipeline', pipeline_pipelineName - The name of the pipeline.

$sel:createdBy:Pipeline', pipeline_createdBy - Undocumented member.

$sel:lastRunTime:Pipeline', pipeline_lastRunTime - The time when the pipeline was last run.

$sel:lastModifiedTime:Pipeline', pipeline_lastModifiedTime - The time that the pipeline was last modified.

$sel:pipelineStatus:Pipeline', pipeline_pipelineStatus - The status of the pipeline.

$sel:pipelineDescription:Pipeline', pipeline_pipelineDescription - The description of the pipeline.

$sel:pipelineArn:Pipeline', pipeline_pipelineArn - The Amazon Resource Name (ARN) of the pipeline.

$sel:lastModifiedBy:Pipeline', pipeline_lastModifiedBy - Undocumented member.

$sel:tags:Pipeline', pipeline_tags - A list of tags that apply to the pipeline.

$sel:roleArn:Pipeline', pipeline_roleArn - The Amazon Resource Name (ARN) of the role that created the pipeline.

pipeline_creationTime :: Lens' Pipeline (Maybe UTCTime) Source #

The creation time of the pipeline.

pipeline_pipelineDisplayName :: Lens' Pipeline (Maybe Text) Source #

The display name of the pipeline.

pipeline_pipelineName :: Lens' Pipeline (Maybe Text) Source #

The name of the pipeline.

pipeline_lastRunTime :: Lens' Pipeline (Maybe UTCTime) Source #

The time when the pipeline was last run.

pipeline_lastModifiedTime :: Lens' Pipeline (Maybe UTCTime) Source #

The time that the pipeline was last modified.

pipeline_pipelineDescription :: Lens' Pipeline (Maybe Text) Source #

The description of the pipeline.

pipeline_pipelineArn :: Lens' Pipeline (Maybe Text) Source #

The Amazon Resource Name (ARN) of the pipeline.

pipeline_tags :: Lens' Pipeline (Maybe [Tag]) Source #

A list of tags that apply to the pipeline.

pipeline_roleArn :: Lens' Pipeline (Maybe Text) Source #

The Amazon Resource Name (ARN) of the role that created the pipeline.