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

Description

Updates a pipeline.

Synopsis

Creating a Request

data UpdatePipeline Source #

See: newUpdatePipeline smart constructor.

Constructors

UpdatePipeline' 

Fields

Instances

Instances details
ToJSON UpdatePipeline Source # 
Instance details

Defined in Amazonka.SageMaker.UpdatePipeline

ToHeaders UpdatePipeline Source # 
Instance details

Defined in Amazonka.SageMaker.UpdatePipeline

ToPath UpdatePipeline Source # 
Instance details

Defined in Amazonka.SageMaker.UpdatePipeline

ToQuery UpdatePipeline Source # 
Instance details

Defined in Amazonka.SageMaker.UpdatePipeline

AWSRequest UpdatePipeline Source # 
Instance details

Defined in Amazonka.SageMaker.UpdatePipeline

Associated Types

type AWSResponse UpdatePipeline #

Generic UpdatePipeline Source # 
Instance details

Defined in Amazonka.SageMaker.UpdatePipeline

Associated Types

type Rep UpdatePipeline :: Type -> Type #

Read UpdatePipeline Source # 
Instance details

Defined in Amazonka.SageMaker.UpdatePipeline

Show UpdatePipeline Source # 
Instance details

Defined in Amazonka.SageMaker.UpdatePipeline

NFData UpdatePipeline Source # 
Instance details

Defined in Amazonka.SageMaker.UpdatePipeline

Methods

rnf :: UpdatePipeline -> () #

Eq UpdatePipeline Source # 
Instance details

Defined in Amazonka.SageMaker.UpdatePipeline

Hashable UpdatePipeline Source # 
Instance details

Defined in Amazonka.SageMaker.UpdatePipeline

type AWSResponse UpdatePipeline Source # 
Instance details

Defined in Amazonka.SageMaker.UpdatePipeline

type Rep UpdatePipeline Source # 
Instance details

Defined in Amazonka.SageMaker.UpdatePipeline

type Rep UpdatePipeline = D1 ('MetaData "UpdatePipeline" "Amazonka.SageMaker.UpdatePipeline" "amazonka-sagemaker-2.0-9SyrKZ4KqhsL1qX9u3ILA3" 'False) (C1 ('MetaCons "UpdatePipeline'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "parallelismConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ParallelismConfiguration)) :*: (S1 ('MetaSel ('Just "pipelineDefinition") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "pipelineDefinitionS3Location") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe PipelineDefinitionS3Location)))) :*: ((S1 ('MetaSel ('Just "pipelineDescription") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "pipelineDisplayName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "roleArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "pipelineName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))

newUpdatePipeline Source #

Create a value of UpdatePipeline 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:

UpdatePipeline, updatePipeline_parallelismConfiguration - If specified, it applies to all executions of this pipeline by default.

$sel:pipelineDefinition:UpdatePipeline', updatePipeline_pipelineDefinition - The JSON pipeline definition.

$sel:pipelineDefinitionS3Location:UpdatePipeline', updatePipeline_pipelineDefinitionS3Location - The location of the pipeline definition stored in Amazon S3. If specified, SageMaker will retrieve the pipeline definition from this location.

UpdatePipeline, updatePipeline_pipelineDescription - The description of the pipeline.

UpdatePipeline, updatePipeline_pipelineDisplayName - The display name of the pipeline.

UpdatePipeline, updatePipeline_roleArn - The Amazon Resource Name (ARN) that the pipeline uses to execute.

UpdatePipeline, updatePipeline_pipelineName - The name of the pipeline to update.

Request Lenses

updatePipeline_parallelismConfiguration :: Lens' UpdatePipeline (Maybe ParallelismConfiguration) Source #

If specified, it applies to all executions of this pipeline by default.

updatePipeline_pipelineDefinitionS3Location :: Lens' UpdatePipeline (Maybe PipelineDefinitionS3Location) Source #

The location of the pipeline definition stored in Amazon S3. If specified, SageMaker will retrieve the pipeline definition from this location.

updatePipeline_roleArn :: Lens' UpdatePipeline (Maybe Text) Source #

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

updatePipeline_pipelineName :: Lens' UpdatePipeline Text Source #

The name of the pipeline to update.

Destructuring the Response

data UpdatePipelineResponse Source #

See: newUpdatePipelineResponse smart constructor.

Constructors

UpdatePipelineResponse' 

Fields

Instances

Instances details
Generic UpdatePipelineResponse Source # 
Instance details

Defined in Amazonka.SageMaker.UpdatePipeline

Associated Types

type Rep UpdatePipelineResponse :: Type -> Type #

Read UpdatePipelineResponse Source # 
Instance details

Defined in Amazonka.SageMaker.UpdatePipeline

Show UpdatePipelineResponse Source # 
Instance details

Defined in Amazonka.SageMaker.UpdatePipeline

NFData UpdatePipelineResponse Source # 
Instance details

Defined in Amazonka.SageMaker.UpdatePipeline

Methods

rnf :: UpdatePipelineResponse -> () #

Eq UpdatePipelineResponse Source # 
Instance details

Defined in Amazonka.SageMaker.UpdatePipeline

type Rep UpdatePipelineResponse Source # 
Instance details

Defined in Amazonka.SageMaker.UpdatePipeline

type Rep UpdatePipelineResponse = D1 ('MetaData "UpdatePipelineResponse" "Amazonka.SageMaker.UpdatePipeline" "amazonka-sagemaker-2.0-9SyrKZ4KqhsL1qX9u3ILA3" 'False) (C1 ('MetaCons "UpdatePipelineResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "pipelineArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newUpdatePipelineResponse Source #

Create a value of UpdatePipelineResponse 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:

UpdatePipelineResponse, updatePipelineResponse_pipelineArn - The Amazon Resource Name (ARN) of the updated pipeline.

$sel:httpStatus:UpdatePipelineResponse', updatePipelineResponse_httpStatus - The response's http status code.

Response Lenses

updatePipelineResponse_pipelineArn :: Lens' UpdatePipelineResponse (Maybe Text) Source #

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