public sealed class TrainProcessorVersionRequest : IMessage<TrainProcessorVersionRequest>, IEquatable<TrainProcessorVersionRequest>, IDeepCloneable<TrainProcessorVersionRequest>, IBufferMessage, IMessageReference documentation and code samples for the Cloud Document AI v1 API class TrainProcessorVersionRequest.
Request message for the create processor version method.
Implements
IMessage<TrainProcessorVersionRequest>, IEquatable<TrainProcessorVersionRequest>, IDeepCloneable<TrainProcessorVersionRequest>, IBufferMessage, IMessageNamespace
Google.Cloud.DocumentAI.V1Assembly
Google.Cloud.DocumentAI.V1.dll
Constructors
TrainProcessorVersionRequest()
public TrainProcessorVersionRequest()TrainProcessorVersionRequest(TrainProcessorVersionRequest)
public TrainProcessorVersionRequest(TrainProcessorVersionRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
TrainProcessorVersionRequest |
Properties
BaseProcessorVersion
public string BaseProcessorVersion { get; set; }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}.
| Property Value | |
|---|---|
| Type | Description |
String |
|
DocumentSchema
public DocumentSchema DocumentSchema { get; set; }Optional. The schema the processor version will be trained with.
| Property Value | |
|---|---|
| Type | Description |
DocumentSchema |
|
InputData
public TrainProcessorVersionRequest.Types.InputData InputData { get; set; }Optional. The input data used to train the ProcessorVersion.
| Property Value | |
|---|---|
| Type | Description |
TrainProcessorVersionRequest.Types.InputData |
|
Parent
public string Parent { get; set; }Required. The parent (project, location and processor) to create the new
version for. Format:
projects/{project}/locations/{location}/processors/{processor}.
| Property Value | |
|---|---|
| Type | Description |
String |
|
ParentAsProcessorName
public ProcessorName ParentAsProcessorName { get; set; }ProcessorName-typed view over the Parent resource name property.
| Property Value | |
|---|---|
| Type | Description |
ProcessorName |
|
ProcessorVersion
public ProcessorVersion ProcessorVersion { get; set; }Required. The processor version to be created.
| Property Value | |
|---|---|
| Type | Description |
ProcessorVersion |
|