Class: Aws::SageMaker::Types::FlowDefinitionSummary
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::SageMaker::Types::FlowDefinitionSummary
 
 
- Includes:
 - Aws::Structure
 
- Defined in:
 - lib/aws-sdk-sagemaker/types.rb
 
Overview
Contains summary information about the flow definition.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #creation_time  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The timestamp when SageMaker created the flow definition.
 - 
  
    
      #failure_reason  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The reason why the flow definition creation failed.
 - 
  
    
      #flow_definition_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Amazon Resource Name (ARN) of the flow definition.
 - 
  
    
      #flow_definition_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the flow definition.
 - 
  
    
      #flow_definition_status  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The status of the flow definition.
 
Instance Attribute Details
#creation_time ⇒ Time
The timestamp when SageMaker created the flow definition.
      22181 22182 22183 22184 22185 22186 22187 22188 22189  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 22181 class FlowDefinitionSummary < Struct.new( :flow_definition_name, :flow_definition_arn, :flow_definition_status, :creation_time, :failure_reason) SENSITIVE = [] include Aws::Structure end  | 
  
#failure_reason ⇒ String
The reason why the flow definition creation failed. A failure reason is returned only when the flow definition status is ‘Failed`.
      22181 22182 22183 22184 22185 22186 22187 22188 22189  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 22181 class FlowDefinitionSummary < Struct.new( :flow_definition_name, :flow_definition_arn, :flow_definition_status, :creation_time, :failure_reason) SENSITIVE = [] include Aws::Structure end  | 
  
#flow_definition_arn ⇒ String
The Amazon Resource Name (ARN) of the flow definition.
      22181 22182 22183 22184 22185 22186 22187 22188 22189  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 22181 class FlowDefinitionSummary < Struct.new( :flow_definition_name, :flow_definition_arn, :flow_definition_status, :creation_time, :failure_reason) SENSITIVE = [] include Aws::Structure end  | 
  
#flow_definition_name ⇒ String
The name of the flow definition.
      22181 22182 22183 22184 22185 22186 22187 22188 22189  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 22181 class FlowDefinitionSummary < Struct.new( :flow_definition_name, :flow_definition_arn, :flow_definition_status, :creation_time, :failure_reason) SENSITIVE = [] include Aws::Structure end  | 
  
#flow_definition_status ⇒ String
The status of the flow definition. Valid values:
      22181 22182 22183 22184 22185 22186 22187 22188 22189  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 22181 class FlowDefinitionSummary < Struct.new( :flow_definition_name, :flow_definition_arn, :flow_definition_status, :creation_time, :failure_reason) SENSITIVE = [] include Aws::Structure end  |