Class: Aws::Comprehend::Types::DocumentClassifierSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::Comprehend::Types::DocumentClassifierSummary
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-comprehend/types.rb
Overview
Describes information about a document classifier and its versions.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#document_classifier_name ⇒ String
The name that you assigned the document classifier.
-
#latest_version_created_at ⇒ Time
The time that the latest document classifier version was submitted for processing.
-
#latest_version_name ⇒ String
The version name you assigned to the latest document classifier version.
-
#latest_version_status ⇒ String
Provides the status of the latest document classifier version.
-
#number_of_versions ⇒ Integer
The number of versions you created.
Instance Attribute Details
#document_classifier_name ⇒ String
The name that you assigned the document classifier.
3251 3252 3253 3254 3255 3256 3257 3258 3259 |
# File 'lib/aws-sdk-comprehend/types.rb', line 3251 class DocumentClassifierSummary < Struct.new( :document_classifier_name, :number_of_versions, :latest_version_created_at, :latest_version_name, :latest_version_status) SENSITIVE = [] include Aws::Structure end |
#latest_version_created_at ⇒ Time
The time that the latest document classifier version was submitted for processing.
3251 3252 3253 3254 3255 3256 3257 3258 3259 |
# File 'lib/aws-sdk-comprehend/types.rb', line 3251 class DocumentClassifierSummary < Struct.new( :document_classifier_name, :number_of_versions, :latest_version_created_at, :latest_version_name, :latest_version_status) SENSITIVE = [] include Aws::Structure end |
#latest_version_name ⇒ String
The version name you assigned to the latest document classifier version.
3251 3252 3253 3254 3255 3256 3257 3258 3259 |
# File 'lib/aws-sdk-comprehend/types.rb', line 3251 class DocumentClassifierSummary < Struct.new( :document_classifier_name, :number_of_versions, :latest_version_created_at, :latest_version_name, :latest_version_status) SENSITIVE = [] include Aws::Structure end |
#latest_version_status ⇒ String
Provides the status of the latest document classifier version.
3251 3252 3253 3254 3255 3256 3257 3258 3259 |
# File 'lib/aws-sdk-comprehend/types.rb', line 3251 class DocumentClassifierSummary < Struct.new( :document_classifier_name, :number_of_versions, :latest_version_created_at, :latest_version_name, :latest_version_status) SENSITIVE = [] include Aws::Structure end |
#number_of_versions ⇒ Integer
The number of versions you created.
3251 3252 3253 3254 3255 3256 3257 3258 3259 |
# File 'lib/aws-sdk-comprehend/types.rb', line 3251 class DocumentClassifierSummary < Struct.new( :document_classifier_name, :number_of_versions, :latest_version_created_at, :latest_version_name, :latest_version_status) SENSITIVE = [] include Aws::Structure end |