Class CreateProcessorRequest (2.27.0)

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

Request message for the CreateProcessor method. Notice this request is sent to a regionalized backend service. If the ProcessorType isn't available in that region, the creation fails.

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 Processor.display_name to be set. Also, the Processor.kms_key_name field must be set if the processor is under CMEK.