Class UpdateDocumentProcessingConfigRequest (0.11.13)

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

Request for DataStoreService.UpdateDocumentProcessingConfig method.

Attributes

Name Description
document_processing_config google.cloud.discoveryengine_v1alpha.types.DocumentProcessingConfig
Required. The DocumentProcessingConfig to update. If the caller does not have permission to update the DocumentProcessingConfig, then a PERMISSION_DENIED error is returned. If the DocumentProcessingConfig to update does not exist, a NOT_FOUND error is returned.
update_mask google.protobuf.field_mask_pb2.FieldMask
Indicates which fields in the provided DocumentProcessingConfig to update. The following are the only supported fields: - DocumentProcessingConfig.ocr_config If not set, all supported fields are updated.