Class: Aws::SageMaker::Types::RetryPipelineExecutionRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::SageMaker::Types::RetryPipelineExecutionRequest
 
 
- 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.
 - 
  
    
      #pipeline_execution_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Amazon Resource Name (ARN) of the pipeline execution.
 
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.
      41525 41526 41527 41528 41529 41530 41531  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 41525 class RetryPipelineExecutionRequest < Struct.new( :pipeline_execution_arn, :client_request_token, :parallelism_configuration) SENSITIVE = [] include Aws::Structure end  | 
  
#parallelism_configuration ⇒ Types::ParallelismConfiguration
This configuration, if specified, overrides the parallelism configuration of the parent pipeline.
      41525 41526 41527 41528 41529 41530 41531  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 41525 class RetryPipelineExecutionRequest < Struct.new( :pipeline_execution_arn, :client_request_token, :parallelism_configuration) SENSITIVE = [] include Aws::Structure end  | 
  
#pipeline_execution_arn ⇒ String
The Amazon Resource Name (ARN) of the pipeline execution.
      41525 41526 41527 41528 41529 41530 41531  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 41525 class RetryPipelineExecutionRequest < Struct.new( :pipeline_execution_arn, :client_request_token, :parallelism_configuration) SENSITIVE = [] include Aws::Structure end  |