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

Description

 
Synopsis

Documentation

data PipelineExecution Source #

An execution of a pipeline.

See: newPipelineExecution smart constructor.

Constructors

PipelineExecution' 

Fields

Instances

Instances details
Eq PipelineExecution Source # 
Instance details

Defined in Amazonka.SageMaker.Types.PipelineExecution

Read PipelineExecution Source # 
Instance details

Defined in Amazonka.SageMaker.Types.PipelineExecution

Show PipelineExecution Source # 
Instance details

Defined in Amazonka.SageMaker.Types.PipelineExecution

Generic PipelineExecution Source # 
Instance details

Defined in Amazonka.SageMaker.Types.PipelineExecution

Associated Types

type Rep PipelineExecution :: Type -> Type #

NFData PipelineExecution Source # 
Instance details

Defined in Amazonka.SageMaker.Types.PipelineExecution

Methods

rnf :: PipelineExecution -> () #

Hashable PipelineExecution Source # 
Instance details

Defined in Amazonka.SageMaker.Types.PipelineExecution

FromJSON PipelineExecution Source # 
Instance details

Defined in Amazonka.SageMaker.Types.PipelineExecution

type Rep PipelineExecution Source # 
Instance details

Defined in Amazonka.SageMaker.Types.PipelineExecution

type Rep PipelineExecution = D1 ('MetaData "PipelineExecution" "Amazonka.SageMaker.Types.PipelineExecution" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "PipelineExecution'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "creationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "pipelineExecutionStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe PipelineExecutionStatus)) :*: S1 ('MetaSel ('Just "failureReason") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "pipelineExecutionArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "pipelineParameters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Parameter])) :*: S1 ('MetaSel ('Just "createdBy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe UserContext))))) :*: ((S1 ('MetaSel ('Just "lastModifiedTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "pipelineArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "pipelineExecutionDisplayName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "lastModifiedBy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe UserContext)) :*: (S1 ('MetaSel ('Just "pipelineExecutionDescription") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "pipelineExperimentConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe PipelineExperimentConfig)))))))

newPipelineExecution :: PipelineExecution Source #

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

$sel:pipelineExecutionStatus:PipelineExecution', pipelineExecution_pipelineExecutionStatus - The status of the pipeline status.

$sel:failureReason:PipelineExecution', pipelineExecution_failureReason - If the execution failed, a message describing why.

$sel:pipelineExecutionArn:PipelineExecution', pipelineExecution_pipelineExecutionArn - The Amazon Resource Name (ARN) of the pipeline execution.

$sel:pipelineParameters:PipelineExecution', pipelineExecution_pipelineParameters - Contains a list of pipeline parameters. This list can be empty.

$sel:createdBy:PipelineExecution', pipelineExecution_createdBy - Undocumented member.

$sel:lastModifiedTime:PipelineExecution', pipelineExecution_lastModifiedTime - The time that the pipeline execution was last modified.

$sel:pipelineArn:PipelineExecution', pipelineExecution_pipelineArn - The Amazon Resource Name (ARN) of the pipeline that was executed.

$sel:pipelineExecutionDisplayName:PipelineExecution', pipelineExecution_pipelineExecutionDisplayName - The display name of the pipeline execution.

$sel:lastModifiedBy:PipelineExecution', pipelineExecution_lastModifiedBy - Undocumented member.

$sel:pipelineExecutionDescription:PipelineExecution', pipelineExecution_pipelineExecutionDescription - The description of the pipeline execution.

$sel:pipelineExperimentConfig:PipelineExecution', pipelineExecution_pipelineExperimentConfig - Undocumented member.

pipelineExecution_creationTime :: Lens' PipelineExecution (Maybe UTCTime) Source #

The creation time of the pipeline execution.

pipelineExecution_failureReason :: Lens' PipelineExecution (Maybe Text) Source #

If the execution failed, a message describing why.

pipelineExecution_pipelineExecutionArn :: Lens' PipelineExecution (Maybe Text) Source #

The Amazon Resource Name (ARN) of the pipeline execution.

pipelineExecution_pipelineParameters :: Lens' PipelineExecution (Maybe [Parameter]) Source #

Contains a list of pipeline parameters. This list can be empty.

pipelineExecution_lastModifiedTime :: Lens' PipelineExecution (Maybe UTCTime) Source #

The time that the pipeline execution was last modified.

pipelineExecution_pipelineArn :: Lens' PipelineExecution (Maybe Text) Source #

The Amazon Resource Name (ARN) of the pipeline that was executed.