Snowflake · Schema

VectorBoost

Data LakesData SharingData WarehousingDatabaseSQL

Properties

Name Type Description
column object
weight number Weight to apply for boosting this vector column.
View JSON Schema on GitHub

JSON Schema

snowflake-vectorboost-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/VectorBoost",
  "title": "VectorBoost",
  "type": "object",
  "properties": {
    "column": {
      "$ref": "#/components/schemas/Column"
    },
    "weight": {
      "description": "Weight to apply for boosting this vector column.",
      "type": "number",
      "example": 0.5
    }
  }
}