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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2026-03-30 UTC."],[],[]]