Class CreateProcessorRequest (2.4.1)

CreateProcessorRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Request message for create a processor. Notice this request is sent to a regionalized backend service, and if the processor type is not available on that region, the creation will fail.

Attributes

NameDescription
parent str
Required. The parent (project and location) under which to create the processor. Format: projects/{project}/locations/{location}
processor google.cloud.documentai_v1beta3.types.Processor
Required. The processor to be created, requires [processor_type] and [display_name] to be set. Also, the processor is under CMEK if CMEK fields are set.