Snowflake · JSON Structure

Cortex Inference Guardrails Config Structure

Type: object Properties: 2
Data LakesData SharingData WarehousingDatabaseSQL

GuardrailsConfig is a JSON Structure definition published by Snowflake, describing 2 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

enabled response_when_unsafe

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "GuardrailsConfig",
  "type": "object",
  "properties": {
    "enabled": {
      "type": "boolean"
    },
    "response_when_unsafe": {
      "type": "string"
    }
  }
}