UpdateSearchConfigRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)Request message for UpdateSearchConfig.
Attributes |
|
|---|---|
| Name | Description |
search_config |
google.cloud.visionai_v1alpha1.types.SearchConfig
Required. The search configuration to update. The search configuration's name field is used to
identify the resource to be updated. Format:
projects/{project_number}/locations/{location}/corpora/{corpus}/searchConfigs/{search_config}
|
update_mask |
google.protobuf.field_mask_pb2.FieldMask
The list of fields to be updated. If left unset, all field paths will be updated/overwritten. |