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.
41497 41498 41499 41500 41501 41502 41503 41504 41505 41506 41507 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 41497 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.
41497 41498 41499 41500 41501 41502 41503 41504 41505 41506 41507 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 41497 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.
41497 41498 41499 41500 41501 41502 41503 41504 41505 41506 41507 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 41497 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.
41497 41498 41499 41500 41501 41502 41503 41504 41505 41506 41507 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 41497 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.
41497 41498 41499 41500 41501 41502 41503 41504 41505 41506 41507 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 41497 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.
41497 41498 41499 41500 41501 41502 41503 41504 41505 41506 41507 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 41497 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.
41497 41498 41499 41500 41501 41502 41503 41504 41505 41506 41507 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 41497 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 |