amazonka-sagemaker-2.0: Amazon SageMaker Service SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

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
ToJSON StartPipelineExecution Source # 
Instance details

Defined in Amazonka.SageMaker.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

AWSRequest StartPipelineExecution Source # 
Instance details

Defined in Amazonka.SageMaker.StartPipelineExecution

Associated Types

type AWSResponse StartPipelineExecution #

Generic StartPipelineExecution Source # 
Instance details

Defined in Amazonka.SageMaker.StartPipelineExecution

Associated Types

type Rep StartPipelineExecution :: Type -> Type #

Read StartPipelineExecution Source # 
Instance details

Defined in Amazonka.SageMaker.StartPipelineExecution

Show StartPipelineExecution Source # 
Instance details

Defined in Amazonka.SageMaker.StartPipelineExecution

NFData StartPipelineExecution Source # 
Instance details

Defined in Amazonka.SageMaker.StartPipelineExecution

Methods

rnf :: StartPipelineExecution -> () #

Eq StartPipelineExecution Source # 
Instance details

Defined in Amazonka.SageMaker.StartPipelineExecution

Hashable StartPipelineExecution Source # 
Instance details

Defined in Amazonka.SageMaker.StartPipelineExecution

type AWSResponse 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" "amazonka-sagemaker-2.0-9SyrKZ4KqhsL1qX9u3ILA3" 'False) (C1 ('MetaCons "StartPipelineExecution'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "parallelismConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ParallelismConfiguration)) :*: (S1 ('MetaSel ('Just "pipelineExecutionDescription") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "pipelineExecutionDisplayName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "pipelineParameters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Parameter])) :*: (S1 ('MetaSel ('Just "pipelineName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "clientRequestToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))

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:

StartPipelineExecution, startPipelineExecution_parallelismConfiguration - This configuration, if specified, overrides the parallelism configuration of the parent pipeline for this specific run.

StartPipelineExecution, startPipelineExecution_pipelineExecutionDescription - The description of the pipeline execution.

StartPipelineExecution, startPipelineExecution_pipelineExecutionDisplayName - The display name of the pipeline execution.

StartPipelineExecution, startPipelineExecution_pipelineParameters - Contains a list of pipeline parameters. This list can be empty.

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_parallelismConfiguration :: Lens' StartPipelineExecution (Maybe ParallelismConfiguration) Source #

This configuration, if specified, overrides the parallelism configuration of the parent pipeline for this specific run.

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
Generic StartPipelineExecutionResponse Source # 
Instance details

Defined in Amazonka.SageMaker.StartPipelineExecution

Associated Types

type Rep StartPipelineExecutionResponse :: Type -> Type #

Read StartPipelineExecutionResponse Source # 
Instance details

Defined in Amazonka.SageMaker.StartPipelineExecution

Show StartPipelineExecutionResponse Source # 
Instance details

Defined in Amazonka.SageMaker.StartPipelineExecution

NFData StartPipelineExecutionResponse Source # 
Instance details

Defined in Amazonka.SageMaker.StartPipelineExecution

Eq 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" "amazonka-sagemaker-2.0-9SyrKZ4KqhsL1qX9u3ILA3" '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:

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.