Show / Hide Table of Contents

Class GoogleCloudDocumentaiV1beta3ImportProcessorVersionRequest

The request message for the ImportProcessorVersion method. The Document AI Service Agent of the destination project must have Document AI Editor role on the source project. The destination project is specified as part of the parent field. The source project is specified as part of the source or external_processor_version_source field.

Inheritance
object
GoogleCloudDocumentaiV1beta3ImportProcessorVersionRequest
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 GoogleCloudDocumentaiV1beta3ImportProcessorVersionRequest : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

ExternalProcessorVersionSource

The source processor version to import from. It can be from a different environment and region than the destination processor.

Declaration
[JsonProperty("externalProcessorVersionSource")]
public virtual GoogleCloudDocumentaiV1beta3ImportProcessorVersionRequestExternalProcessorVersionSource ExternalProcessorVersionSource { get; set; }
Property Value
Type Description
GoogleCloudDocumentaiV1beta3ImportProcessorVersionRequestExternalProcessorVersionSource

ProcessorVersionSource

The source processor version to import from. The source processor version and destination processor need to be in the same environment and region. Note that ProcessorVersions with model_type MODEL_TYPE_LLM are not supported.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX