Class: Aws::SageMaker::Types::UpdatePipelineExecutionRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::SageMaker::Types::UpdatePipelineExecutionRequest
 
 
- Includes:
 - Aws::Structure
 
- Defined in:
 - lib/aws-sdk-sagemaker/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #parallelism_configuration  ⇒ Types::ParallelismConfiguration 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
This configuration, if specified, overrides the parallelism configuration of the parent pipeline for this specific run.
 - 
  
    
      #pipeline_execution_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Amazon Resource Name (ARN) of the pipeline execution.
 - 
  
    
      #pipeline_execution_description  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The description of the pipeline execution.
 - 
  
    
      #pipeline_execution_display_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The display name of the pipeline execution.
 
Instance Attribute Details
#parallelism_configuration ⇒ Types::ParallelismConfiguration
This configuration, if specified, overrides the parallelism configuration of the parent pipeline for this specific run.
      49218 49219 49220 49221 49222 49223 49224 49225  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 49218 class UpdatePipelineExecutionRequest < Struct.new( :pipeline_execution_arn, :pipeline_execution_description, :pipeline_execution_display_name, :parallelism_configuration) SENSITIVE = [] include Aws::Structure end  | 
  
#pipeline_execution_arn ⇒ String
The Amazon Resource Name (ARN) of the pipeline execution.
      49218 49219 49220 49221 49222 49223 49224 49225  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 49218 class UpdatePipelineExecutionRequest < Struct.new( :pipeline_execution_arn, :pipeline_execution_description, :pipeline_execution_display_name, :parallelism_configuration) SENSITIVE = [] include Aws::Structure end  | 
  
#pipeline_execution_description ⇒ String
The description of the pipeline execution.
      49218 49219 49220 49221 49222 49223 49224 49225  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 49218 class UpdatePipelineExecutionRequest < Struct.new( :pipeline_execution_arn, :pipeline_execution_description, :pipeline_execution_display_name, :parallelism_configuration) SENSITIVE = [] include Aws::Structure end  | 
  
#pipeline_execution_display_name ⇒ String
The display name of the pipeline execution.
      49218 49219 49220 49221 49222 49223 49224 49225  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 49218 class UpdatePipelineExecutionRequest < Struct.new( :pipeline_execution_arn, :pipeline_execution_description, :pipeline_execution_display_name, :parallelism_configuration) SENSITIVE = [] include Aws::Structure end  |