Class: Google::Cloud::DocumentAI::V1beta3::TrainProcessorVersionMetadata::DatasetValidation

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#dataset_error_count::Integer

Returns The total number of dataset errors.

Returns:

  • (::Integer)

    The total number of dataset errors.



810
811
812
813
# File 'proto_docs/google/cloud/documentai/v1beta3/document_processor_service.rb', line 810

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.

Returns:

  • (::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.



810
811
812
813
# File 'proto_docs/google/cloud/documentai/v1beta3/document_processor_service.rb', line 810

class DatasetValidation
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#document_error_count::Integer

Returns The total number of document errors.

Returns:

  • (::Integer)

    The total number of document errors.



810
811
812
813
# File 'proto_docs/google/cloud/documentai/v1beta3/document_processor_service.rb', line 810

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.

Returns:

  • (::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.



810
811
812
813
# File 'proto_docs/google/cloud/documentai/v1beta3/document_processor_service.rb', line 810

class DatasetValidation
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end