Class: Aws::Textract::Types::AdapterVersionOverview
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Textract::Types::AdapterVersionOverview
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-textract/types.rb
 
Overview
Summary info for an adapter version. Contains information on the AdapterId, AdapterVersion, CreationTime, FeatureTypes, and Status.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #adapter_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A unique identifier for the adapter associated with a given adapter version.
 - 
  
    
      #adapter_version  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
An identified for a given adapter version.
 - 
  
    
      #creation_time  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The date and time that a given adapter version was created.
 - 
  
    
      #feature_types  ⇒ Array<String> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The feature types that the adapter version is operating on.
 - 
  
    
      #status  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Contains information on the status of a given adapter version.
 - 
  
    
      #status_message  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A message explaining the status of a given adapter vesion.
 
Instance Attribute Details
#adapter_id ⇒ String
A unique identifier for the adapter associated with a given adapter version.
      170 171 172 173 174 175 176 177 178 179  | 
    
      # File 'lib/aws-sdk-textract/types.rb', line 170 class AdapterVersionOverview < Struct.new( :adapter_id, :adapter_version, :creation_time, :feature_types, :status, :status_message) SENSITIVE = [] include Aws::Structure end  | 
  
#adapter_version ⇒ String
An identified for a given adapter version.
      170 171 172 173 174 175 176 177 178 179  | 
    
      # File 'lib/aws-sdk-textract/types.rb', line 170 class AdapterVersionOverview < Struct.new( :adapter_id, :adapter_version, :creation_time, :feature_types, :status, :status_message) SENSITIVE = [] include Aws::Structure end  | 
  
#creation_time ⇒ Time
The date and time that a given adapter version was created.
      170 171 172 173 174 175 176 177 178 179  | 
    
      # File 'lib/aws-sdk-textract/types.rb', line 170 class AdapterVersionOverview < Struct.new( :adapter_id, :adapter_version, :creation_time, :feature_types, :status, :status_message) SENSITIVE = [] include Aws::Structure end  | 
  
#feature_types ⇒ Array<String>
The feature types that the adapter version is operating on.
      170 171 172 173 174 175 176 177 178 179  | 
    
      # File 'lib/aws-sdk-textract/types.rb', line 170 class AdapterVersionOverview < Struct.new( :adapter_id, :adapter_version, :creation_time, :feature_types, :status, :status_message) SENSITIVE = [] include Aws::Structure end  | 
  
#status ⇒ String
Contains information on the status of a given adapter version.
      170 171 172 173 174 175 176 177 178 179  | 
    
      # File 'lib/aws-sdk-textract/types.rb', line 170 class AdapterVersionOverview < Struct.new( :adapter_id, :adapter_version, :creation_time, :feature_types, :status, :status_message) SENSITIVE = [] include Aws::Structure end  | 
  
#status_message ⇒ String
A message explaining the status of a given adapter vesion.
      170 171 172 173 174 175 176 177 178 179  | 
    
      # File 'lib/aws-sdk-textract/types.rb', line 170 class AdapterVersionOverview < Struct.new( :adapter_id, :adapter_version, :creation_time, :feature_types, :status, :status_message) SENSITIVE = [] include Aws::Structure end  |