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.
3307 3308 3309 3310 3311 3312 3313 3314 3315 |
# File 'lib/aws-sdk-comprehend/types.rb', line 3307 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.
3307 3308 3309 3310 3311 3312 3313 3314 3315 |
# File 'lib/aws-sdk-comprehend/types.rb', line 3307 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.
3307 3308 3309 3310 3311 3312 3313 3314 3315 |
# File 'lib/aws-sdk-comprehend/types.rb', line 3307 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.
3307 3308 3309 3310 3311 3312 3313 3314 3315 |
# File 'lib/aws-sdk-comprehend/types.rb', line 3307 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.
3307 3308 3309 3310 3311 3312 3313 3314 3315 |
# File 'lib/aws-sdk-comprehend/types.rb', line 3307 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 |