CreateSearchConfigRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Request message for CreateSearchConfig.
Attributes |
|
---|---|
Name | Description |
parent |
str
Required. The parent resource where this search configuration will be created. Format: projects/{project_number}/locations/{location_id}/corpora/{corpus_id}
|
search_config |
google.cloud.visionai_v1.types.SearchConfig
Required. The search config to create. |
search_config_id |
str
Required. ID to use for the new search config. Will become the final component of the SearchConfig's resource name. This value should be up to 63 characters, and valid characters are / a-z][0-9] -_/. The first character must be a
letter, the last could be a letter or a number.
|