Class: Aws::SageMaker::Types::PipelineSummary
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::SageMaker::Types::PipelineSummary
 
 
- Includes:
 - Aws::Structure
 
- Defined in:
 - lib/aws-sdk-sagemaker/types.rb
 
Overview
A summary of a pipeline.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #creation_time  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The creation time of the pipeline.
 - 
  
    
      #last_execution_time  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The last time that a pipeline execution began.
 - 
  
    
      #last_modified_time  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The time that the pipeline was last modified.
 - 
  
    
      #pipeline_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Amazon Resource Name (ARN) of the pipeline.
 - 
  
    
      #pipeline_description  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The description of the pipeline.
 - 
  
    
      #pipeline_display_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The display name of the pipeline.
 - 
  
    
      #pipeline_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the pipeline.
 - 
  
    
      #role_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Amazon Resource Name (ARN) that the pipeline used to execute.
 
Instance Attribute Details
#creation_time ⇒ Time
The creation time of the pipeline.
      38301 38302 38303 38304 38305 38306 38307 38308 38309 38310 38311 38312  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 38301 class PipelineSummary < Struct.new( :pipeline_arn, :pipeline_name, :pipeline_display_name, :pipeline_description, :role_arn, :creation_time, :last_modified_time, :last_execution_time) SENSITIVE = [] include Aws::Structure end  | 
  
#last_execution_time ⇒ Time
The last time that a pipeline execution began.
      38301 38302 38303 38304 38305 38306 38307 38308 38309 38310 38311 38312  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 38301 class PipelineSummary < Struct.new( :pipeline_arn, :pipeline_name, :pipeline_display_name, :pipeline_description, :role_arn, :creation_time, :last_modified_time, :last_execution_time) SENSITIVE = [] include Aws::Structure end  | 
  
#last_modified_time ⇒ Time
The time that the pipeline was last modified.
      38301 38302 38303 38304 38305 38306 38307 38308 38309 38310 38311 38312  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 38301 class PipelineSummary < Struct.new( :pipeline_arn, :pipeline_name, :pipeline_display_name, :pipeline_description, :role_arn, :creation_time, :last_modified_time, :last_execution_time) SENSITIVE = [] include Aws::Structure end  | 
  
#pipeline_arn ⇒ String
The Amazon Resource Name (ARN) of the pipeline.
      38301 38302 38303 38304 38305 38306 38307 38308 38309 38310 38311 38312  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 38301 class PipelineSummary < Struct.new( :pipeline_arn, :pipeline_name, :pipeline_display_name, :pipeline_description, :role_arn, :creation_time, :last_modified_time, :last_execution_time) SENSITIVE = [] include Aws::Structure end  | 
  
#pipeline_description ⇒ String
The description of the pipeline.
      38301 38302 38303 38304 38305 38306 38307 38308 38309 38310 38311 38312  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 38301 class PipelineSummary < Struct.new( :pipeline_arn, :pipeline_name, :pipeline_display_name, :pipeline_description, :role_arn, :creation_time, :last_modified_time, :last_execution_time) SENSITIVE = [] include Aws::Structure end  | 
  
#pipeline_display_name ⇒ String
The display name of the pipeline.
      38301 38302 38303 38304 38305 38306 38307 38308 38309 38310 38311 38312  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 38301 class PipelineSummary < Struct.new( :pipeline_arn, :pipeline_name, :pipeline_display_name, :pipeline_description, :role_arn, :creation_time, :last_modified_time, :last_execution_time) SENSITIVE = [] include Aws::Structure end  | 
  
#pipeline_name ⇒ String
The name of the pipeline.
      38301 38302 38303 38304 38305 38306 38307 38308 38309 38310 38311 38312  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 38301 class PipelineSummary < Struct.new( :pipeline_arn, :pipeline_name, :pipeline_display_name, :pipeline_description, :role_arn, :creation_time, :last_modified_time, :last_execution_time) SENSITIVE = [] include Aws::Structure end  | 
  
#role_arn ⇒ String
The Amazon Resource Name (ARN) that the pipeline used to execute.
      38301 38302 38303 38304 38305 38306 38307 38308 38309 38310 38311 38312  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 38301 class PipelineSummary < Struct.new( :pipeline_arn, :pipeline_name, :pipeline_display_name, :pipeline_description, :role_arn, :creation_time, :last_modified_time, :last_execution_time) SENSITIVE = [] include Aws::Structure end  |