Snowflake · Schema

GenerateVerifiedQuerySuggestionsResponse

The non-streaming response object for the VQ Suggestions request

Data LakesData SharingData WarehousingDatabaseSQL

Properties

Name Type Description
request_id string Unique request ID
vq_suggestions array
warnings array
View JSON Schema on GitHub

JSON Schema

cortex-analyst-generate-verified-query-suggestions-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "GenerateVerifiedQuerySuggestionsResponse",
  "type": "object",
  "description": "The non-streaming response object for the VQ Suggestions request",
  "properties": {
    "request_id": {
      "type": "string",
      "description": "Unique request ID"
    },
    "vq_suggestions": {
      "type": "array"
    },
    "warnings": {
      "type": "array"
    }
  }
}