Snowflake · Schema

GetModelsResponse

Data LakesData SharingData WarehousingDatabaseSQL

Properties

Name Type Description
models array
View JSON Schema on GitHub

JSON Schema

cortex-inference-get-models-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "GetModelsResponse",
  "type": "object",
  "properties": {
    "models": {
      "type": "array"
    }
  }
}