Class: Aws::SageMaker::Types::UpdatePipelineExecutionRequest
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::SageMaker::Types::UpdatePipelineExecutionRequest
 
- Defined in:
- gems/aws-sdk-sagemaker/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.
| 52473 52474 52475 52476 52477 52478 52479 52480 | # File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 52473 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.
| 52473 52474 52475 52476 52477 52478 52479 52480 | # File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 52473 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.
| 52473 52474 52475 52476 52477 52478 52479 52480 | # File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 52473 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.
| 52473 52474 52475 52476 52477 52478 52479 52480 | # File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 52473 class UpdatePipelineExecutionRequest < Struct.new( :pipeline_execution_arn, :pipeline_execution_description, :pipeline_execution_display_name, :parallelism_configuration) SENSITIVE = [] include Aws::Structure end |