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.
      43785 43786 43787 43788 43789 43790 43791 43792 43793 43794 43795  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 43785 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.
      43785 43786 43787 43788 43789 43790 43791 43792 43793 43794 43795  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 43785 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.
      43785 43786 43787 43788 43789 43790 43791 43792 43793 43794 43795  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 43785 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.
      43785 43786 43787 43788 43789 43790 43791 43792 43793 43794 43795  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 43785 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.
      43785 43786 43787 43788 43789 43790 43791 43792 43793 43794 43795  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 43785 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.
      43785 43786 43787 43788 43789 43790 43791 43792 43793 43794 43795  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 43785 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.
      43785 43786 43787 43788 43789 43790 43791 43792 43793 43794 43795  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 43785 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  |