|
1686 | 1686 | } |
1687 | 1687 | } |
1688 | 1688 | }, |
1689 | | - "revision": "20231008", |
| 1689 | + "revision": "20231202", |
1690 | 1690 | "rootUrl": "https://bigquery.googleapis.com/", |
1691 | 1691 | "schemas": { |
1692 | 1692 | "AggregateClassificationMetrics": { |
|
5966 | 5966 | "REMOTE_SERVICE_TYPE_UNSPECIFIED", |
5967 | 5967 | "CLOUD_AI_TRANSLATE_V3", |
5968 | 5968 | "CLOUD_AI_VISION_V1", |
5969 | | - "CLOUD_AI_NATURAL_LANGUAGE_V1" |
| 5969 | + "CLOUD_AI_NATURAL_LANGUAGE_V1", |
| 5970 | + "CLOUD_AI_SPEECH_TO_TEXT_V2" |
5970 | 5971 | ], |
5971 | 5972 | "enumDescriptions": [ |
5972 | 5973 | "Unspecified remote service type.", |
5973 | 5974 | "V3 Cloud AI Translation API. See more details at [Cloud Translation API] (https://cloud.google.com/translate/docs/reference/rest).", |
5974 | 5975 | "V1 Cloud AI Vision API See more details at [Cloud Vision API] (https://cloud.google.com/vision/docs/reference/rest).", |
5975 | | - "V1 Cloud AI Natural Language API. See more details at [REST Resource: documents](https://cloud.google.com/natural-language/docs/reference/rest/v1/documents)." |
| 5976 | + "V1 Cloud AI Natural Language API. See more details at [REST Resource: documents](https://cloud.google.com/natural-language/docs/reference/rest/v1/documents).", |
| 5977 | + "V2 Speech-to-Text API. See more details at [Google Cloud Speech-to-Text V2 API](https://cloud.google.com/speech-to-text/v2/docs)" |
5976 | 5978 | ], |
5977 | 5979 | "readOnly": true, |
5978 | 5980 | "type": "string" |
| 5981 | + }, |
| 5982 | + "speechRecognizer": { |
| 5983 | + "description": "Output only. The name of the speech recognizer to use for speech recognition. The expected format is `projects/{project}/locations/{location}/recognizers/{recognizer}`. Customers can specify this field at model creation. If not specified, a default recognizer `projects/{model project}/locations/global/recognizers/_` will be used. See more details at [recognizers](https://cloud.google.com/speech-to-text/v2/docs/reference/rest/v2/projects.locations.recognizers)", |
| 5984 | + "readOnly": true, |
| 5985 | + "type": "string" |
5979 | 5986 | } |
5980 | 5987 | }, |
5981 | 5988 | "type": "object" |
|
8273 | 8280 | }, |
8274 | 8281 | "type": "object" |
8275 | 8282 | }, |
| 8283 | + "VectorSearchStatistics": { |
| 8284 | + "description": "Statistics for a vector search query. Populated as part of JobStatistics2.", |
| 8285 | + "id": "VectorSearchStatistics", |
| 8286 | + "properties": { |
| 8287 | + "indexUnusedReasons": { |
| 8288 | + "description": "When `indexUsageMode` is `UNUSED` or `PARTIALLY_USED`, this field explains why indexes were not used in all or part of the vector search query. If `indexUsageMode` is `FULLY_USED`, this field is not populated.", |
| 8289 | + "items": { |
| 8290 | + "$ref": "IndexUnusedReason" |
| 8291 | + }, |
| 8292 | + "type": "array" |
| 8293 | + }, |
| 8294 | + "indexUsageMode": { |
| 8295 | + "description": "Specifies the index usage mode for the query.", |
| 8296 | + "enum": [ |
| 8297 | + "INDEX_USAGE_MODE_UNSPECIFIED", |
| 8298 | + "UNUSED", |
| 8299 | + "PARTIALLY_USED", |
| 8300 | + "FULLY_USED" |
| 8301 | + ], |
| 8302 | + "enumDescriptions": [ |
| 8303 | + "Index usage mode not specified.", |
| 8304 | + "No vector indexes were used in the vector search query. See [`indexUnusedReasons`] (/bigquery/docs/reference/rest/v2/Job#IndexUnusedReason) for detailed reasons.", |
| 8305 | + "Part of the vector search query used vector indexes. See [`indexUnusedReasons`] (/bigquery/docs/reference/rest/v2/Job#IndexUnusedReason) for why other parts of the query did not use vector indexes.", |
| 8306 | + "The entire vector search query used vector indexes." |
| 8307 | + ], |
| 8308 | + "type": "string" |
| 8309 | + } |
| 8310 | + }, |
| 8311 | + "type": "object" |
| 8312 | + }, |
8276 | 8313 | "ViewDefinition": { |
8277 | 8314 | "id": "ViewDefinition", |
8278 | 8315 | "properties": { |
|
0 commit comments