View Source GoogleApi.DocumentAI.V1beta3.Model.GoogleCloudDocumentaiV1beta3TrainProcessorVersionRequest (google_api_document_ai v0.45.0)
Request message for the TrainProcessorVersion method.
Attributes
-
baseProcessorVersion(type:String.t, default:nil) - Optional. The processor version to use as a base for training. This processor version must be a child ofparent. Format:projects/{project}/locations/{location}/processors/{processor}/processorVersions/{processorVersion}. -
customDocumentExtractionOptions(type:GoogleApi.DocumentAI.V1beta3.Model.GoogleCloudDocumentaiV1beta3TrainProcessorVersionRequestCustomDocumentExtractionOptions.t, default:nil) - Options to control Custom Document Extraction (CDE) Processor. -
documentSchema(type:GoogleApi.DocumentAI.V1beta3.Model.GoogleCloudDocumentaiV1beta3DocumentSchema.t, default:nil) - Optional. The schema the processor version will be trained with. -
foundationModelTuningOptions(type:GoogleApi.DocumentAI.V1beta3.Model.GoogleCloudDocumentaiV1beta3TrainProcessorVersionRequestFoundationModelTuningOptions.t, default:nil) - Options to control foundation model tuning of a processor. -
inputData(type:GoogleApi.DocumentAI.V1beta3.Model.GoogleCloudDocumentaiV1beta3TrainProcessorVersionRequestInputData.t, default:nil) - Optional. The input data used to train the ProcessorVersion. -
processorVersion(type:GoogleApi.DocumentAI.V1beta3.Model.GoogleCloudDocumentaiV1beta3ProcessorVersion.t, default:nil) - Required. The processor version to be created.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.DocumentAI.V1beta3.Model.GoogleCloudDocumentaiV1beta3TrainProcessorVersionRequest{ baseProcessorVersion: String.t() | nil, customDocumentExtractionOptions: GoogleApi.DocumentAI.V1beta3.Model.GoogleCloudDocumentaiV1beta3TrainProcessorVersionRequestCustomDocumentExtractionOptions.t() | nil, documentSchema: GoogleApi.DocumentAI.V1beta3.Model.GoogleCloudDocumentaiV1beta3DocumentSchema.t() | nil, foundationModelTuningOptions: GoogleApi.DocumentAI.V1beta3.Model.GoogleCloudDocumentaiV1beta3TrainProcessorVersionRequestFoundationModelTuningOptions.t() | nil, inputData: GoogleApi.DocumentAI.V1beta3.Model.GoogleCloudDocumentaiV1beta3TrainProcessorVersionRequestInputData.t() | nil, processorVersion: GoogleApi.DocumentAI.V1beta3.Model.GoogleCloudDocumentaiV1beta3ProcessorVersion.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.