Class: Google::Cloud::DocumentAI::V1::TrainProcessorVersionMetadata
- Inherits:
-
Object
- Object
- Google::Cloud::DocumentAI::V1::TrainProcessorVersionMetadata
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/documentai/v1/document_processor_service.rb
Overview
The metadata that represents a processor version being created.
Defined Under Namespace
Classes: DatasetValidation
Instance Attribute Summary collapse
-
#common_metadata ⇒ ::Google::Cloud::DocumentAI::V1::CommonOperationMetadata
The basic metadata of the long-running operation.
-
#test_dataset_validation ⇒ ::Google::Cloud::DocumentAI::V1::TrainProcessorVersionMetadata::DatasetValidation
The test dataset validation information.
-
#training_dataset_validation ⇒ ::Google::Cloud::DocumentAI::V1::TrainProcessorVersionMetadata::DatasetValidation
The training dataset validation information.
Instance Attribute Details
#common_metadata ⇒ ::Google::Cloud::DocumentAI::V1::CommonOperationMetadata
Returns The basic metadata of the long-running operation.
815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 837 838 839 840 841 |
# File 'proto_docs/google/cloud/documentai/v1/document_processor_service.rb', line 815 class TrainProcessorVersionMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # The dataset validation information. # This includes any and all errors with documents and the dataset. # @!attribute [rw] document_error_count # @return [::Integer] # The total number of document errors. # @!attribute [rw] dataset_error_count # @return [::Integer] # The total number of dataset errors. # @!attribute [rw] document_errors # @return [::Array<::Google::Rpc::Status>] # Error information pertaining to specific documents. A maximum of 10 # document errors will be returned. # Any document with errors will not be used throughout training. # @!attribute [rw] dataset_errors # @return [::Array<::Google::Rpc::Status>] # Error information for the dataset as a whole. A maximum of 10 dataset # errors will be returned. # A single dataset error is terminal for training. class DatasetValidation include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#test_dataset_validation ⇒ ::Google::Cloud::DocumentAI::V1::TrainProcessorVersionMetadata::DatasetValidation
Returns The test dataset validation information.
815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 837 838 839 840 841 |
# File 'proto_docs/google/cloud/documentai/v1/document_processor_service.rb', line 815 class TrainProcessorVersionMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # The dataset validation information. # This includes any and all errors with documents and the dataset. # @!attribute [rw] document_error_count # @return [::Integer] # The total number of document errors. # @!attribute [rw] dataset_error_count # @return [::Integer] # The total number of dataset errors. # @!attribute [rw] document_errors # @return [::Array<::Google::Rpc::Status>] # Error information pertaining to specific documents. A maximum of 10 # document errors will be returned. # Any document with errors will not be used throughout training. # @!attribute [rw] dataset_errors # @return [::Array<::Google::Rpc::Status>] # Error information for the dataset as a whole. A maximum of 10 dataset # errors will be returned. # A single dataset error is terminal for training. class DatasetValidation include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#training_dataset_validation ⇒ ::Google::Cloud::DocumentAI::V1::TrainProcessorVersionMetadata::DatasetValidation
Returns The training dataset validation information.
815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 837 838 839 840 841 |
# File 'proto_docs/google/cloud/documentai/v1/document_processor_service.rb', line 815 class TrainProcessorVersionMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # The dataset validation information. # This includes any and all errors with documents and the dataset. # @!attribute [rw] document_error_count # @return [::Integer] # The total number of document errors. # @!attribute [rw] dataset_error_count # @return [::Integer] # The total number of dataset errors. # @!attribute [rw] document_errors # @return [::Array<::Google::Rpc::Status>] # Error information pertaining to specific documents. A maximum of 10 # document errors will be returned. # Any document with errors will not be used throughout training. # @!attribute [rw] dataset_errors # @return [::Array<::Google::Rpc::Status>] # Error information for the dataset as a whole. A maximum of 10 dataset # errors will be returned. # A single dataset error is terminal for training. class DatasetValidation include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |