class Aws::SageMaker::Types::UpdatePipelineRequest

@note When making an API call, you may pass UpdatePipelineRequest

data as a hash:

    {
      pipeline_name: "PipelineName", # required
      pipeline_display_name: "PipelineName",
      pipeline_definition: "PipelineDefinition",
      pipeline_description: "PipelineDescription",
      role_arn: "RoleArn",
    }

@!attribute [rw] pipeline_name

The name of the pipeline to update.
@return [String]

@!attribute [rw] pipeline_display_name

The display name of the pipeline.
@return [String]

@!attribute [rw] pipeline_definition

The JSON pipeline definition.
@return [String]

@!attribute [rw] pipeline_description

The description of the pipeline.
@return [String]

@!attribute [rw] role_arn

The Amazon Resource Name (ARN) that the pipeline uses to execute.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/UpdatePipelineRequest AWS API Documentation

Constants

SENSITIVE