Class CreateProcessorRequest (2.25.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

Name Description
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.