You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Automated mirror from monorepo commit
`8ebd377200f4f4bf26d6f33c440dccb8fb54f79c`.\n\nThis PR was automatically
generated by the terraform provider mirroring workflow.
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Copy file name to clipboardExpand all lines: docs/resources/resource_classifier_configuration.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,6 +17,7 @@ A Resource Classifier Configuration is a configuration for a resource classifier
17
17
18
18
### Required
19
19
20
+
-`ai_analysis_scope` (String) Which direction to apply AI analysis. Required. Supported values are `request` or `response`. Use preference=none to disable AI analysis entirely.
20
21
-`ai_analysis_timeout_seconds` (Number) The timeout for the AI analysis in seconds.
21
22
-`preference` (String) The preference. Supported values are `nlp`, `llm`, `both`, and `none`.
Description: "Which direction to apply AI analysis. Required. Supported values are `request` or `response`. Use preference=none to disable AI analysis entirely.",
53
+
Type: schema.TypeString,
54
+
Required: true,
55
+
},
51
56
52
57
"created_at": {
53
58
Description: "The timestamp of the Resource Classifier Preference creation.",
@@ -72,12 +77,14 @@ func resourceResourceClassifierConfigurationCreate(ctx context.Context, d *schem
0 commit comments