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

Description

Starts a pipeline execution.

Synopsis

Creating a Request

data StartPipelineExecution Source #

See: newStartPipelineExecution smart constructor.

Constructors

StartPipelineExecution' 

Fields

Instances

Instances details
Eq StartPipelineExecution Source # 
Instance details

Defined in Amazonka.SageMaker.StartPipelineExecution

Read StartPipelineExecution Source # 
Instance details

Defined in Amazonka.SageMaker.StartPipelineExecution

Show StartPipelineExecution Source # 
Instance details

Defined in Amazonka.SageMaker.StartPipelineExecution

Generic StartPipelineExecution Source # 
Instance details

Defined in Amazonka.SageMaker.StartPipelineExecution

Associated Types

type Rep StartPipelineExecution :: Type -> Type #

NFData StartPipelineExecution Source # 
Instance details

Defined in Amazonka.SageMaker.StartPipelineExecution

Methods

rnf :: StartPipelineExecution -> () #

Hashable StartPipelineExecution Source # 
Instance details

Defined in Amazonka.SageMaker.StartPipelineExecution

ToJSON StartPipelineExecution Source # 
Instance details

Defined in Amazonka.SageMaker.StartPipelineExecution

AWSRequest StartPipelineExecution Source # 
Instance details

Defined in Amazonka.SageMaker.StartPipelineExecution

Associated Types

type AWSResponse StartPipelineExecution #

ToHeaders StartPipelineExecution Source # 
Instance details

Defined in Amazonka.SageMaker.StartPipelineExecution

ToPath StartPipelineExecution Source # 
Instance details

Defined in Amazonka.SageMaker.StartPipelineExecution

ToQuery StartPipelineExecution Source # 
Instance details

Defined in Amazonka.SageMaker.StartPipelineExecution

type Rep StartPipelineExecution Source # 
Instance details

Defined in Amazonka.SageMaker.StartPipelineExecution

type Rep StartPipelineExecution = D1 ('MetaData "StartPipelineExecution" "Amazonka.SageMaker.StartPipelineExecution" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "StartPipelineExecution'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "pipelineParameters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Parameter])) :*: S1 ('MetaSel ('Just "pipelineExecutionDisplayName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "pipelineExecutionDescription") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "pipelineName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "clientRequestToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))
type AWSResponse StartPipelineExecution Source # 
Instance details

Defined in Amazonka.SageMaker.StartPipelineExecution

newStartPipelineExecution Source #

Create a value of StartPipelineExecution 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:pipelineParameters:StartPipelineExecution', startPipelineExecution_pipelineParameters - Contains a list of pipeline parameters. This list can be empty.

$sel:pipelineExecutionDisplayName:StartPipelineExecution', startPipelineExecution_pipelineExecutionDisplayName - The display name of the pipeline execution.

$sel:pipelineExecutionDescription:StartPipelineExecution', startPipelineExecution_pipelineExecutionDescription - The description of the pipeline execution.

$sel:pipelineName:StartPipelineExecution', startPipelineExecution_pipelineName - The name of the pipeline.

$sel:clientRequestToken:StartPipelineExecution', startPipelineExecution_clientRequestToken - A unique, case-sensitive identifier that you provide to ensure the idempotency of the operation. An idempotent operation completes no more than once.

Request Lenses

startPipelineExecution_pipelineParameters :: Lens' StartPipelineExecution (Maybe [Parameter]) Source #

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

startPipelineExecution_clientRequestToken :: Lens' StartPipelineExecution Text Source #

A unique, case-sensitive identifier that you provide to ensure the idempotency of the operation. An idempotent operation completes no more than once.

Destructuring the Response

data StartPipelineExecutionResponse Source #

See: newStartPipelineExecutionResponse smart constructor.

Constructors

StartPipelineExecutionResponse' 

Fields

Instances

Instances details
Eq StartPipelineExecutionResponse Source # 
Instance details

Defined in Amazonka.SageMaker.StartPipelineExecution

Read StartPipelineExecutionResponse Source # 
Instance details

Defined in Amazonka.SageMaker.StartPipelineExecution

Show StartPipelineExecutionResponse Source # 
Instance details

Defined in Amazonka.SageMaker.StartPipelineExecution

Generic StartPipelineExecutionResponse Source # 
Instance details

Defined in Amazonka.SageMaker.StartPipelineExecution

Associated Types

type Rep StartPipelineExecutionResponse :: Type -> Type #

NFData StartPipelineExecutionResponse Source # 
Instance details

Defined in Amazonka.SageMaker.StartPipelineExecution

type Rep StartPipelineExecutionResponse Source # 
Instance details

Defined in Amazonka.SageMaker.StartPipelineExecution

type Rep StartPipelineExecutionResponse = D1 ('MetaData "StartPipelineExecutionResponse" "Amazonka.SageMaker.StartPipelineExecution" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "StartPipelineExecutionResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "pipelineExecutionArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newStartPipelineExecutionResponse Source #

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

$sel:httpStatus:StartPipelineExecutionResponse', startPipelineExecutionResponse_httpStatus - The response's http status code.

Response Lenses

startPipelineExecutionResponse_pipelineExecutionArn :: Lens' StartPipelineExecutionResponse (Maybe Text) Source #

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