Show / Hide Table of Contents

Class GoogleCloudDocumentaiV1TrainProcessorVersionRequest

Request message for the TrainProcessorVersion method.

Inheritance
object
GoogleCloudDocumentaiV1TrainProcessorVersionRequest
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.v1.Data
Assembly: Google.Apis.Document.v1.dll
Syntax
public class GoogleCloudDocumentaiV1TrainProcessorVersionRequest : IDirectResponseSchema

Properties

BaseProcessorVersion

Optional. The processor version to use as a base for training. This processor version must be a child of parent. Format: projects/{project}/locations/{location}/processors/{processor}/processorVersions/{processorVersion}.

Declaration
[JsonProperty("baseProcessorVersion")]
public virtual string BaseProcessorVersion { get; set; }
Property Value
Type Description
string

CustomDocumentExtractionOptions

Options to control Custom Document Extraction (CDE) Processor.

Declaration
[JsonProperty("customDocumentExtractionOptions")]
public virtual GoogleCloudDocumentaiV1TrainProcessorVersionRequestCustomDocumentExtractionOptions CustomDocumentExtractionOptions { get; set; }
Property Value
Type Description
GoogleCloudDocumentaiV1TrainProcessorVersionRequestCustomDocumentExtractionOptions

DocumentSchema

Optional. The schema the processor version will be trained with.

Declaration
[JsonProperty("documentSchema")]
public virtual GoogleCloudDocumentaiV1DocumentSchema DocumentSchema { get; set; }
Property Value
Type Description
GoogleCloudDocumentaiV1DocumentSchema

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

FoundationModelTuningOptions

Options to control foundation model tuning of a processor.

Declaration
[JsonProperty("foundationModelTuningOptions")]
public virtual GoogleCloudDocumentaiV1TrainProcessorVersionRequestFoundationModelTuningOptions FoundationModelTuningOptions { get; set; }
Property Value
Type Description
GoogleCloudDocumentaiV1TrainProcessorVersionRequestFoundationModelTuningOptions

InputData

Optional. The input data used to train the ProcessorVersion.

Declaration
[JsonProperty("inputData")]
public virtual GoogleCloudDocumentaiV1TrainProcessorVersionRequestInputData InputData { get; set; }
Property Value
Type Description
GoogleCloudDocumentaiV1TrainProcessorVersionRequestInputData

ProcessorVersion

Required. The processor version to be created.

Declaration
[JsonProperty("processorVersion")]
public virtual GoogleCloudDocumentaiV1ProcessorVersion ProcessorVersion { get; set; }
Property Value
Type Description
GoogleCloudDocumentaiV1ProcessorVersion

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX