datasetErrors property

List<GoogleRpcStatus>? datasetErrors
getter/setter pair

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.

Implementation

core.List<GoogleRpcStatus>? datasetErrors;