Snowflake · Schema

TextBoost

Data LakesData SharingData WarehousingDatabaseSQL

Properties

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

JSON Schema

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