class Aws::SageMaker::Types::StartPipelineExecutionRequest
@note When making an API call, you may pass StartPipelineExecutionRequest
data as a hash: { pipeline_name: "PipelineName", # required pipeline_execution_display_name: "PipelineExecutionName", pipeline_parameters: [ { name: "PipelineParameterName", # required value: "String1024", # required }, ], pipeline_execution_description: "PipelineExecutionDescription", client_request_token: "IdempotencyToken", # required }
@!attribute [rw] pipeline_name
The name of the pipeline. @return [String]
@!attribute [rw] pipeline_execution_display_name
The display name of the pipeline execution. @return [String]
@!attribute [rw] pipeline_parameters
Contains a list of pipeline parameters. This list can be empty. @return [Array<Types::Parameter>]
@!attribute [rw] pipeline_execution_description
The description of the pipeline execution. @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]
@see docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/StartPipelineExecutionRequest AWS API Documentation
Constants
- SENSITIVE