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

Description

Describes the details of a pipeline execution.

Synopsis

Creating a Request

data DescribePipelineExecution Source #

See: newDescribePipelineExecution smart constructor.

Constructors

DescribePipelineExecution' 

Fields

Instances

Instances details
Eq DescribePipelineExecution Source # 
Instance details

Defined in Amazonka.SageMaker.DescribePipelineExecution

Read DescribePipelineExecution Source # 
Instance details

Defined in Amazonka.SageMaker.DescribePipelineExecution

Show DescribePipelineExecution Source # 
Instance details

Defined in Amazonka.SageMaker.DescribePipelineExecution

Generic DescribePipelineExecution Source # 
Instance details

Defined in Amazonka.SageMaker.DescribePipelineExecution

Associated Types

type Rep DescribePipelineExecution :: Type -> Type #

NFData DescribePipelineExecution Source # 
Instance details

Defined in Amazonka.SageMaker.DescribePipelineExecution

Hashable DescribePipelineExecution Source # 
Instance details

Defined in Amazonka.SageMaker.DescribePipelineExecution

ToJSON DescribePipelineExecution Source # 
Instance details

Defined in Amazonka.SageMaker.DescribePipelineExecution

AWSRequest DescribePipelineExecution Source # 
Instance details

Defined in Amazonka.SageMaker.DescribePipelineExecution

ToHeaders DescribePipelineExecution Source # 
Instance details

Defined in Amazonka.SageMaker.DescribePipelineExecution

ToPath DescribePipelineExecution Source # 
Instance details

Defined in Amazonka.SageMaker.DescribePipelineExecution

ToQuery DescribePipelineExecution Source # 
Instance details

Defined in Amazonka.SageMaker.DescribePipelineExecution

type Rep DescribePipelineExecution Source # 
Instance details

Defined in Amazonka.SageMaker.DescribePipelineExecution

type Rep DescribePipelineExecution = D1 ('MetaData "DescribePipelineExecution" "Amazonka.SageMaker.DescribePipelineExecution" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "DescribePipelineExecution'" 'PrefixI 'True) (S1 ('MetaSel ('Just "pipelineExecutionArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse DescribePipelineExecution Source # 
Instance details

Defined in Amazonka.SageMaker.DescribePipelineExecution

newDescribePipelineExecution Source #

Create a value of DescribePipelineExecution 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:pipelineExecutionArn:DescribePipelineExecution', describePipelineExecution_pipelineExecutionArn - The Amazon Resource Name (ARN) of the pipeline execution.

Request Lenses

describePipelineExecution_pipelineExecutionArn :: Lens' DescribePipelineExecution Text Source #

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

Destructuring the Response

data DescribePipelineExecutionResponse Source #

See: newDescribePipelineExecutionResponse smart constructor.

Constructors

DescribePipelineExecutionResponse' 

Fields

Instances

Instances details
Eq DescribePipelineExecutionResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribePipelineExecution

Read DescribePipelineExecutionResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribePipelineExecution

Show DescribePipelineExecutionResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribePipelineExecution

Generic DescribePipelineExecutionResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribePipelineExecution

Associated Types

type Rep DescribePipelineExecutionResponse :: Type -> Type #

NFData DescribePipelineExecutionResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribePipelineExecution

type Rep DescribePipelineExecutionResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribePipelineExecution

type Rep DescribePipelineExecutionResponse = D1 ('MetaData "DescribePipelineExecutionResponse" "Amazonka.SageMaker.DescribePipelineExecution" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "DescribePipelineExecutionResponse'" '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 "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)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))))

newDescribePipelineExecutionResponse Source #

Create a value of DescribePipelineExecutionResponse 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:DescribePipelineExecutionResponse', describePipelineExecutionResponse_creationTime - The time when the pipeline execution was created.

$sel:pipelineExecutionStatus:DescribePipelineExecutionResponse', describePipelineExecutionResponse_pipelineExecutionStatus - The status of the pipeline execution.

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

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

$sel:createdBy:DescribePipelineExecutionResponse', describePipelineExecutionResponse_createdBy - Undocumented member.

$sel:lastModifiedTime:DescribePipelineExecutionResponse', describePipelineExecutionResponse_lastModifiedTime - The time when the pipeline execution was modified last.

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

$sel:pipelineExecutionDisplayName:DescribePipelineExecutionResponse', describePipelineExecutionResponse_pipelineExecutionDisplayName - The display name of the pipeline execution.

$sel:lastModifiedBy:DescribePipelineExecutionResponse', describePipelineExecutionResponse_lastModifiedBy - Undocumented member.

$sel:pipelineExecutionDescription:DescribePipelineExecutionResponse', describePipelineExecutionResponse_pipelineExecutionDescription - The description of the pipeline execution.

$sel:pipelineExperimentConfig:DescribePipelineExecutionResponse', describePipelineExecutionResponse_pipelineExperimentConfig - Undocumented member.

$sel:httpStatus:DescribePipelineExecutionResponse', describePipelineExecutionResponse_httpStatus - The response's http status code.

Response Lenses