Googly.DocumentAI.Model.GoogleCloudDocumentaiV1TrainProcessorVersionRequest (googly_document_ai v0.1.0)

Copy Markdown View Source

Request message for the TrainProcessorVersion method.

Attributes

  • base_processor_version (type: String.t()) - 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}.
  • custom_document_extraction_options (type: Googly.DocumentAI.Model.GoogleCloudDocumentaiV1TrainProcessorVersionRequestCustomDocumentExtractionOptions.t()) - Options to control Custom Document Extraction (CDE) Processor.
  • document_schema (type: Googly.DocumentAI.Model.GoogleCloudDocumentaiV1DocumentSchema.t()) - Optional. The schema the processor version will be trained with.
  • foundation_model_tuning_options (type: Googly.DocumentAI.Model.GoogleCloudDocumentaiV1TrainProcessorVersionRequestFoundationModelTuningOptions.t()) - Options to control foundation model tuning of a processor.
  • input_data (type: Googly.DocumentAI.Model.GoogleCloudDocumentaiV1TrainProcessorVersionRequestInputData.t()) - Optional. The input data used to train the ProcessorVersion.
  • processor_version (type: Googly.DocumentAI.Model.GoogleCloudDocumentaiV1ProcessorVersion.t()) - Required. The processor version to be created.

Summary

Types

t()

@type t() ::
  %Googly.DocumentAI.Model.GoogleCloudDocumentaiV1TrainProcessorVersionRequest{
    base_processor_version: String.t() | nil,
    custom_document_extraction_options:
      Googly.DocumentAI.Model.GoogleCloudDocumentaiV1TrainProcessorVersionRequestCustomDocumentExtractionOptions.t()
      | nil,
    document_schema:
      Googly.DocumentAI.Model.GoogleCloudDocumentaiV1DocumentSchema.t() | nil,
    foundation_model_tuning_options:
      Googly.DocumentAI.Model.GoogleCloudDocumentaiV1TrainProcessorVersionRequestFoundationModelTuningOptions.t()
      | nil,
    input_data:
      Googly.DocumentAI.Model.GoogleCloudDocumentaiV1TrainProcessorVersionRequestInputData.t()
      | nil,
    processor_version:
      Googly.DocumentAI.Model.GoogleCloudDocumentaiV1ProcessorVersion.t() | nil
  }