The dataset validation information.
This includes any and all errors with documents and the dataset.
Attributes
Name
Description
document_error_count
int
The total number of document errors.
dataset_error_count
int
The total number of dataset errors.
document_errors
MutableSequence[google.rpc.status_pb2.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.
dataset_errors
MutableSequence[google.rpc.status_pb2.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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2026-04-03 UTC."],[],[]]