class Aws::SageMaker::Types::CreatePipelineRequest

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

data as a hash:

    {
      pipeline_name: "PipelineName", # required
      pipeline_display_name: "PipelineName",
      pipeline_definition: "PipelineDefinition", # required
      pipeline_description: "PipelineDescription",
      client_request_token: "IdempotencyToken", # required
      role_arn: "RoleArn", # required
      tags: [
        {
          key: "TagKey", # required
          value: "TagValue", # required
        },
      ],
    }

@!attribute [rw] pipeline_name

The name of the pipeline.
@return [String]

@!attribute [rw] pipeline_display_name

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

@!attribute [rw] pipeline_definition

The JSON pipeline definition of the pipeline.
@return [String]

@!attribute [rw] pipeline_description

A description of the pipeline.
@return [String]

@!attribute [rw] client_request_token

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

**A suitable default value is auto-generated.** You should normally
not need to pass this option.
@return [String]

@!attribute [rw] role_arn

The Amazon Resource Name (ARN) of the role used by the pipeline to
access and create resources.
@return [String]

@!attribute [rw] tags

A list of tags to apply to the created pipeline.
@return [Array<Types::Tag>]

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

Constants

SENSITIVE