Class GoogleCloudDocumentaiV1TrainProcessorVersionMetadataDatasetValidation
The dataset validation information. This includes any and all errors with documents and the dataset.
Implements
Inherited Members
Namespace: Google.Apis.Document.v1.Data
Assembly: Google.Apis.Document.v1.dll
Syntax
public class GoogleCloudDocumentaiV1TrainProcessorVersionMetadataDatasetValidation : IDirectResponseSchema
Properties
DatasetErrorCount
The total number of dataset errors.
Declaration
[JsonProperty("datasetErrorCount")]
public virtual int? DatasetErrorCount { get; set; }
Property Value
Type | Description |
---|---|
int? |
DatasetErrors
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.
Declaration
[JsonProperty("datasetErrors")]
public virtual IList<GoogleRpcStatus> DatasetErrors { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleRpcStatus> |
DocumentErrorCount
The total number of document errors.
Declaration
[JsonProperty("documentErrorCount")]
public virtual int? DocumentErrorCount { get; set; }
Property Value
Type | Description |
---|---|
int? |
DocumentErrors
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.
Declaration
[JsonProperty("documentErrors")]
public virtual IList<GoogleRpcStatus> DocumentErrors { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleRpcStatus> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |