Package com.google.cloud.documentai.v1
Interface TrainProcessorVersionMetadata.DatasetValidationOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
TrainProcessorVersionMetadata.DatasetValidation
,TrainProcessorVersionMetadata.DatasetValidation.Builder
- Enclosing class:
- TrainProcessorVersionMetadata
public static interface TrainProcessorVersionMetadata.DatasetValidationOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getDatasetErrorCount()
The total number of dataset errors.com.google.rpc.Status
getDatasetErrors(int index)
Error information for the dataset as a whole.int
getDatasetErrorsCount()
Error information for the dataset as a whole.List<com.google.rpc.Status>
getDatasetErrorsList()
Error information for the dataset as a whole.com.google.rpc.StatusOrBuilder
getDatasetErrorsOrBuilder(int index)
Error information for the dataset as a whole.List<? extends com.google.rpc.StatusOrBuilder>
getDatasetErrorsOrBuilderList()
Error information for the dataset as a whole.int
getDocumentErrorCount()
The total number of document errors.com.google.rpc.Status
getDocumentErrors(int index)
Error information pertaining to specific documents.int
getDocumentErrorsCount()
Error information pertaining to specific documents.List<com.google.rpc.Status>
getDocumentErrorsList()
Error information pertaining to specific documents.com.google.rpc.StatusOrBuilder
getDocumentErrorsOrBuilder(int index)
Error information pertaining to specific documents.List<? extends com.google.rpc.StatusOrBuilder>
getDocumentErrorsOrBuilderList()
Error information pertaining to specific documents.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getDocumentErrorCount
int getDocumentErrorCount()
The total number of document errors.
int32 document_error_count = 3;
- Returns:
- The documentErrorCount.
-
getDatasetErrorCount
int getDatasetErrorCount()
The total number of dataset errors.
int32 dataset_error_count = 4;
- Returns:
- The datasetErrorCount.
-
getDocumentErrorsList
List<com.google.rpc.Status> getDocumentErrorsList()
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.
repeated .google.rpc.Status document_errors = 1;
-
getDocumentErrors
com.google.rpc.Status getDocumentErrors(int index)
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.
repeated .google.rpc.Status document_errors = 1;
-
getDocumentErrorsCount
int getDocumentErrorsCount()
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.
repeated .google.rpc.Status document_errors = 1;
-
getDocumentErrorsOrBuilderList
List<? extends com.google.rpc.StatusOrBuilder> getDocumentErrorsOrBuilderList()
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.
repeated .google.rpc.Status document_errors = 1;
-
getDocumentErrorsOrBuilder
com.google.rpc.StatusOrBuilder getDocumentErrorsOrBuilder(int index)
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.
repeated .google.rpc.Status document_errors = 1;
-
getDatasetErrorsList
List<com.google.rpc.Status> getDatasetErrorsList()
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.
repeated .google.rpc.Status dataset_errors = 2;
-
getDatasetErrors
com.google.rpc.Status getDatasetErrors(int index)
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.
repeated .google.rpc.Status dataset_errors = 2;
-
getDatasetErrorsCount
int getDatasetErrorsCount()
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.
repeated .google.rpc.Status dataset_errors = 2;
-
getDatasetErrorsOrBuilderList
List<? extends com.google.rpc.StatusOrBuilder> getDatasetErrorsOrBuilderList()
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.
repeated .google.rpc.Status dataset_errors = 2;
-
getDatasetErrorsOrBuilder
com.google.rpc.StatusOrBuilder getDatasetErrorsOrBuilder(int index)
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.
repeated .google.rpc.Status dataset_errors = 2;
-
-