Structural Cloud LLM configuration

Models used on Structural Cloud

For its AI-enhanced features, Structural Cloud uses Opus 4.6, Sonnet 4.5, and Haiku 4.5 from Anthropic deployed on Amazon Bedrock.

Configuring AI-based Structural functionality

Excluding sample data from LLM-based sensitivity detection

By default, LLM-based sensitivity detection sends both the database schema and sample source data values to the LLM.

To exclude the contextual source data, and only send the schema, on the Organization Settings tab on Structural Settings, set TONIC_LLM_ENABLE_ENHANCED_RECOMMENDATIONS_SAMPLE_DATA to false.

Disabling LLM-based sensitivity detection in a workspace

On Structural Cloud, LLM-based sensitivity detection is enabled by default.

You can disable LLM-based sensitivity detection within individual workspaces.

To do this, in the advanced workspace overrides, set TONIC_LLM_ENABLE_ENHANCED_RECOMMENDATIONS to false.

Excluding sample data from all LLM-based Structural features

To configure Structural to not send sample data for any LLM-based features at all, on the Organization Settings tab of Structural Settings, set TONIC_LLM_ENABLE_SAMPLE_DATA to false.

Last updated

Was this helpful?