public sealed class TrainProcessorVersionRequest : IMessage<TrainProcessorVersionRequest>, IEquatable<TrainProcessorVersionRequest>, IDeepCloneable<TrainProcessorVersionRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Document AI v1beta3 API class TrainProcessorVersionRequest.
Request message for the create processor version method.
Implements
IMessageTrainProcessorVersionRequest, IEquatableTrainProcessorVersionRequest, IDeepCloneableTrainProcessorVersionRequest, IBufferMessage, IMessageNamespace
GoogleCloudGoogle.Cloud.DocumentAIV1Beta3Assembly
Google.Cloud.DocumentAI.V1Beta3.dll
Constructors
TrainProcessorVersionRequest()
public TrainProcessorVersionRequest()
TrainProcessorVersionRequest(TrainProcessorVersionRequest)
public TrainProcessorVersionRequest(TrainProcessorVersionRequest other)
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}
.
Type | Description |
string |
DocumentSchema
public DocumentSchema DocumentSchema { get; set; }
Optional. The schema the processor version will be trained with.
Type | Description |
DocumentSchema |
InputData
public TrainProcessorVersionRequest.Types.InputData InputData { get; set; }
Optional. The input data used to train the ProcessorVersion
.
Type | Description |
TrainProcessorVersionRequestTypesInputData |
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}
.
Type | Description |
string |
ParentAsProcessorName
public ProcessorName ParentAsProcessorName { get; set; }
ProcessorName-typed view over the Parent resource name property.
Type | Description |
ProcessorName |
ProcessorVersion
public ProcessorVersion ProcessorVersion { get; set; }
Required. The processor version to be created.
Type | Description |
ProcessorVersion |