Show / Hide Table of Contents

Class GoogleCloudDocumentaiUiv1beta3TrainProcessorVersionMetadataDatasetValidation

The dataset validation information. This includes any and all errors with documents and the dataset.

Inheritance
object
GoogleCloudDocumentaiUiv1beta3TrainProcessorVersionMetadataDatasetValidation
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Document.v1beta3.Data
Assembly: Google.Apis.Document.v1beta3.dll
Syntax
public class GoogleCloudDocumentaiUiv1beta3TrainProcessorVersionMetadataDatasetValidation : 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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX