Snowflake · Schema

GenerateVerifiedQuerySuggestionsRequest

The request object for getting VQ suggestions

Data LakesData SharingData WarehousingDatabaseSQL

Properties

Name Type Description
warehouse string Warehouse name to use for processing suggestions.
experimental string JSON serialized string of experimental API fields (undocumented).
View JSON Schema on GitHub

JSON Schema

cortex-analyst-generate-verified-query-suggestions-request-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "GenerateVerifiedQuerySuggestionsRequest",
  "type": "object",
  "description": "The request object for getting VQ suggestions",
  "properties": {
    "warehouse": {
      "type": "string",
      "description": "Warehouse name to use for processing suggestions."
    },
    "experimental": {
      "type": "string",
      "description": "JSON serialized string of experimental API fields (undocumented)."
    }
  }
}