Class: Aws::SageMaker::Types::StartPipelineExecutionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::StartPipelineExecutionRequest
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sagemaker/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#client_request_token ⇒ String
A unique, case-sensitive identifier that you provide to ensure the idempotency of the operation.
-
#parallelism_configuration ⇒ Types::ParallelismConfiguration
This configuration, if specified, overrides the parallelism configuration of the parent pipeline for this specific run.
-
#pipeline_execution_description ⇒ String
The description of the pipeline execution.
-
#pipeline_execution_display_name ⇒ String
The display name of the pipeline execution.
-
#pipeline_name ⇒ String
The name or Amazon Resource Name (ARN) of the pipeline.
-
#pipeline_parameters ⇒ Array<Types::Parameter>
Contains a list of pipeline parameters.
-
#selective_execution_config ⇒ Types::SelectiveExecutionConfig
The selective execution configuration applied to the pipeline run.
Instance Attribute Details
#client_request_token ⇒ String
A unique, case-sensitive identifier that you provide to ensure the idempotency of the operation. An idempotent operation completes no more than once.
**A suitable default value is auto-generated.** You should normally not need to pass this option.
41560 41561 41562 41563 41564 41565 41566 41567 41568 41569 41570 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 41560 class StartPipelineExecutionRequest < Struct.new( :pipeline_name, :pipeline_execution_display_name, :pipeline_parameters, :pipeline_execution_description, :client_request_token, :parallelism_configuration, :selective_execution_config) SENSITIVE = [] include Aws::Structure end |
#parallelism_configuration ⇒ Types::ParallelismConfiguration
This configuration, if specified, overrides the parallelism configuration of the parent pipeline for this specific run.
41560 41561 41562 41563 41564 41565 41566 41567 41568 41569 41570 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 41560 class StartPipelineExecutionRequest < Struct.new( :pipeline_name, :pipeline_execution_display_name, :pipeline_parameters, :pipeline_execution_description, :client_request_token, :parallelism_configuration, :selective_execution_config) SENSITIVE = [] include Aws::Structure end |
#pipeline_execution_description ⇒ String
The description of the pipeline execution.
41560 41561 41562 41563 41564 41565 41566 41567 41568 41569 41570 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 41560 class StartPipelineExecutionRequest < Struct.new( :pipeline_name, :pipeline_execution_display_name, :pipeline_parameters, :pipeline_execution_description, :client_request_token, :parallelism_configuration, :selective_execution_config) SENSITIVE = [] include Aws::Structure end |
#pipeline_execution_display_name ⇒ String
The display name of the pipeline execution.
41560 41561 41562 41563 41564 41565 41566 41567 41568 41569 41570 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 41560 class StartPipelineExecutionRequest < Struct.new( :pipeline_name, :pipeline_execution_display_name, :pipeline_parameters, :pipeline_execution_description, :client_request_token, :parallelism_configuration, :selective_execution_config) SENSITIVE = [] include Aws::Structure end |
#pipeline_name ⇒ String
The name or Amazon Resource Name (ARN) of the pipeline.
41560 41561 41562 41563 41564 41565 41566 41567 41568 41569 41570 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 41560 class StartPipelineExecutionRequest < Struct.new( :pipeline_name, :pipeline_execution_display_name, :pipeline_parameters, :pipeline_execution_description, :client_request_token, :parallelism_configuration, :selective_execution_config) SENSITIVE = [] include Aws::Structure end |
#pipeline_parameters ⇒ Array<Types::Parameter>
Contains a list of pipeline parameters. This list can be empty.
41560 41561 41562 41563 41564 41565 41566 41567 41568 41569 41570 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 41560 class StartPipelineExecutionRequest < Struct.new( :pipeline_name, :pipeline_execution_display_name, :pipeline_parameters, :pipeline_execution_description, :client_request_token, :parallelism_configuration, :selective_execution_config) SENSITIVE = [] include Aws::Structure end |
#selective_execution_config ⇒ Types::SelectiveExecutionConfig
The selective execution configuration applied to the pipeline run.
41560 41561 41562 41563 41564 41565 41566 41567 41568 41569 41570 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 41560 class StartPipelineExecutionRequest < Struct.new( :pipeline_name, :pipeline_execution_display_name, :pipeline_parameters, :pipeline_execution_description, :client_request_token, :parallelism_configuration, :selective_execution_config) SENSITIVE = [] include Aws::Structure end |