AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Container for the parameters to the UpdatePipeline operation. Updates a pipeline.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.SageMaker.AmazonSageMakerRequest
      Amazon.SageMaker.Model.UpdatePipelineRequest

Namespace: Amazon.SageMaker.Model
Assembly: AWSSDK.SageMaker.dll
Version: 3.x.y.z

Syntax

C#
public class UpdatePipelineRequest : AmazonSageMakerRequest
         IAmazonWebServiceRequest

The UpdatePipelineRequest type exposes the following members

Constructors

NameDescription
Public Method UpdatePipelineRequest()

Properties

NameTypeDescription
Public Property ParallelismConfiguration Amazon.SageMaker.Model.ParallelismConfiguration

Gets and sets the property ParallelismConfiguration.

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

Public Property PipelineDefinition System.String

Gets and sets the property PipelineDefinition.

The JSON pipeline definition.

Public Property PipelineDefinitionS3Location Amazon.SageMaker.Model.PipelineDefinitionS3Location

Gets and sets the property PipelineDefinitionS3Location.

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

Public Property PipelineDescription System.String

Gets and sets the property PipelineDescription.

The description of the pipeline.

Public Property PipelineDisplayName System.String

Gets and sets the property PipelineDisplayName.

The display name of the pipeline.

Public Property PipelineName System.String

Gets and sets the property PipelineName.

The name of the pipeline to update.

Public Property RoleArn System.String

Gets and sets the property RoleArn.

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

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5