public static interface TrainProcessorVersionMetadata.DatasetValidationOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and 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.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofint getDocumentErrorCount()
The total number of document errors.
int32 document_error_count = 3;int getDatasetErrorCount()
The total number of dataset errors.
int32 dataset_error_count = 4;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;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;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;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;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;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;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;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;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;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;Copyright © 2024 Google LLC. All rights reserved.