documentErrors property

List<GoogleRpcStatus>? documentErrors
getter/setter pair

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.

Implementation

core.List<GoogleRpcStatus>? documentErrors;