Class: Aws::SageMaker::Types::DescribePipelineDefinitionForExecutionResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::SageMaker::Types::DescribePipelineDefinitionForExecutionResponse
 
 
- Includes:
 - Aws::Structure
 
- Defined in:
 - lib/aws-sdk-sagemaker/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #creation_time  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The time when the pipeline was created.
 - 
  
    
      #pipeline_definition  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The JSON pipeline definition.
 
Instance Attribute Details
#creation_time ⇒ Time
The time when the pipeline was created.
      17939 17940 17941 17942 17943 17944  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 17939 class DescribePipelineDefinitionForExecutionResponse < Struct.new( :pipeline_definition, :creation_time) SENSITIVE = [] include Aws::Structure end  | 
  
#pipeline_definition ⇒ String
The JSON pipeline definition.
      17939 17940 17941 17942 17943 17944  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 17939 class DescribePipelineDefinitionForExecutionResponse < Struct.new( :pipeline_definition, :creation_time) SENSITIVE = [] include Aws::Structure end  |