Class: Google::Cloud::DocumentAI::V1beta3::TrainProcessorVersionMetadata::DatasetValidation
- Inherits:
-
Object
- Object
- Google::Cloud::DocumentAI::V1beta3::TrainProcessorVersionMetadata::DatasetValidation
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/documentai/v1beta3/document_processor_service.rb
Overview
The dataset validation information. This includes any and all errors with documents and the dataset.
Instance Attribute Summary collapse
-
#dataset_error_count ⇒ ::Integer
The total number of dataset errors.
-
#dataset_errors ⇒ ::Array<::Google::Rpc::Status>
Error information for the dataset as a whole.
-
#document_error_count ⇒ ::Integer
The total number of document errors.
-
#document_errors ⇒ ::Array<::Google::Rpc::Status>
Error information pertaining to specific documents.
Instance Attribute Details
#dataset_error_count ⇒ ::Integer
Returns The total number of dataset errors.
784 785 786 787 |
# File 'proto_docs/google/cloud/documentai/v1beta3/document_processor_service.rb', line 784 class DatasetValidation include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#dataset_errors ⇒ ::Array<::Google::Rpc::Status>
Returns 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.
784 785 786 787 |
# File 'proto_docs/google/cloud/documentai/v1beta3/document_processor_service.rb', line 784 class DatasetValidation include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#document_error_count ⇒ ::Integer
Returns The total number of document errors.
784 785 786 787 |
# File 'proto_docs/google/cloud/documentai/v1beta3/document_processor_service.rb', line 784 class DatasetValidation include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#document_errors ⇒ ::Array<::Google::Rpc::Status>
Returns 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.
784 785 786 787 |
# File 'proto_docs/google/cloud/documentai/v1beta3/document_processor_service.rb', line 784 class DatasetValidation include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |