Document AI V1beta3 API - Class Google::Cloud::DocumentAI::V1beta3::TrainProcessorVersionMetadata::DatasetValidation (v0.19.0)

Reference documentation and code samples for the Document AI V1beta3 API class Google::Cloud::DocumentAI::V1beta3::TrainProcessorVersionMetadata::DatasetValidation.

The dataset validation information. This includes any and all errors with documents and the dataset.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#dataset_error_count

def dataset_error_count() -> ::Integer
Returns
  • (::Integer) — The total number of dataset errors.

#dataset_error_count=

def dataset_error_count=(value) -> ::Integer
Parameter
  • value (::Integer) — The total number of dataset errors.
Returns
  • (::Integer) — The total number of dataset errors.

#dataset_errors

def dataset_errors() -> ::Array<::Google::Rpc::Status>
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.

#dataset_errors=

def dataset_errors=(value) -> ::Array<::Google::Rpc::Status>
Parameter
  • value (::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.
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.

#document_error_count

def document_error_count() -> ::Integer
Returns
  • (::Integer) — The total number of document errors.

#document_error_count=

def document_error_count=(value) -> ::Integer
Parameter
  • value (::Integer) — The total number of document errors.
Returns
  • (::Integer) — The total number of document errors.

#document_errors

def document_errors() -> ::Array<::Google::Rpc::Status>
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.

#document_errors=

def document_errors=(value) -> ::Array<::Google::Rpc::Status>
Parameter
  • value (::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.
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.