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

Description

Describes the details of a pipeline.

Synopsis

Creating a Request

data DescribePipeline Source #

See: newDescribePipeline smart constructor.

Constructors

DescribePipeline' 

Fields

Instances

Instances details
Eq DescribePipeline Source # 
Instance details

Defined in Amazonka.SageMaker.DescribePipeline

Read DescribePipeline Source # 
Instance details

Defined in Amazonka.SageMaker.DescribePipeline

Show DescribePipeline Source # 
Instance details

Defined in Amazonka.SageMaker.DescribePipeline

Generic DescribePipeline Source # 
Instance details

Defined in Amazonka.SageMaker.DescribePipeline

Associated Types

type Rep DescribePipeline :: Type -> Type #

NFData DescribePipeline Source # 
Instance details

Defined in Amazonka.SageMaker.DescribePipeline

Methods

rnf :: DescribePipeline -> () #

Hashable DescribePipeline Source # 
Instance details

Defined in Amazonka.SageMaker.DescribePipeline

ToJSON DescribePipeline Source # 
Instance details

Defined in Amazonka.SageMaker.DescribePipeline

AWSRequest DescribePipeline Source # 
Instance details

Defined in Amazonka.SageMaker.DescribePipeline

Associated Types

type AWSResponse DescribePipeline #

ToHeaders DescribePipeline Source # 
Instance details

Defined in Amazonka.SageMaker.DescribePipeline

ToPath DescribePipeline Source # 
Instance details

Defined in Amazonka.SageMaker.DescribePipeline

ToQuery DescribePipeline Source # 
Instance details

Defined in Amazonka.SageMaker.DescribePipeline

type Rep DescribePipeline Source # 
Instance details

Defined in Amazonka.SageMaker.DescribePipeline

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

Defined in Amazonka.SageMaker.DescribePipeline

newDescribePipeline Source #

Create a value of DescribePipeline 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:pipelineName:DescribePipeline', describePipeline_pipelineName - The name of the pipeline to describe.

Request Lenses

describePipeline_pipelineName :: Lens' DescribePipeline Text Source #

The name of the pipeline to describe.

Destructuring the Response

data DescribePipelineResponse Source #

See: newDescribePipelineResponse smart constructor.

Constructors

DescribePipelineResponse' 

Fields

Instances

Instances details
Eq DescribePipelineResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribePipeline

Read DescribePipelineResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribePipeline

Show DescribePipelineResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribePipeline

Generic DescribePipelineResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribePipeline

Associated Types

type Rep DescribePipelineResponse :: Type -> Type #

NFData DescribePipelineResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribePipeline

type Rep DescribePipelineResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribePipeline

type Rep DescribePipelineResponse = D1 ('MetaData "DescribePipelineResponse" "Amazonka.SageMaker.DescribePipeline" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "DescribePipelineResponse'" '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 "pipelineDefinition") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "lastModifiedBy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe UserContext))) :*: (S1 ('MetaSel ('Just "roleArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))))

newDescribePipelineResponse Source #

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

$sel:pipelineDisplayName:DescribePipelineResponse', describePipelineResponse_pipelineDisplayName - The display name of the pipeline.

$sel:pipelineName:DescribePipeline', describePipelineResponse_pipelineName - The name of the pipeline.

$sel:createdBy:DescribePipelineResponse', describePipelineResponse_createdBy - Undocumented member.

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

$sel:lastModifiedTime:DescribePipelineResponse', describePipelineResponse_lastModifiedTime - The time when the pipeline was last modified.

$sel:pipelineStatus:DescribePipelineResponse', describePipelineResponse_pipelineStatus - The status of the pipeline execution.

$sel:pipelineDescription:DescribePipelineResponse', describePipelineResponse_pipelineDescription - The description of the pipeline.

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

$sel:pipelineDefinition:DescribePipelineResponse', describePipelineResponse_pipelineDefinition - The JSON pipeline definition.

$sel:lastModifiedBy:DescribePipelineResponse', describePipelineResponse_lastModifiedBy - Undocumented member.

$sel:roleArn:DescribePipelineResponse', describePipelineResponse_roleArn - The Amazon Resource Name (ARN) that the pipeline uses to execute.

$sel:httpStatus:DescribePipelineResponse', describePipelineResponse_httpStatus - The response's http status code.

Response Lenses

describePipelineResponse_pipelineArn :: Lens' DescribePipelineResponse (Maybe Text) Source #

The Amazon Resource Name (ARN) of the pipeline.

describePipelineResponse_roleArn :: Lens' DescribePipelineResponse (Maybe Text) Source #

The Amazon Resource Name (ARN) that the pipeline uses to execute.