AutomatedReasoningPolicyDefinitionVariable - Amazon Bedrock

AutomatedReasoningPolicyDefinitionVariable

Represents a variable in an Automated Reasoning policy. Variables represent concepts that can have values assigned during natural language translation.

Contents

description

The description of the variable that explains what it represents and how users might refer to it. Clear and comprehensive descriptions are essential for accurate natural language translation.

Type: String

Length Constraints: Minimum length of 0. Maximum length of 1024.

Pattern: [\s\S]+

Required: Yes

name

The name of the variable. Use descriptive names that clearly indicate the concept being represented.

Type: String

Length Constraints: Minimum length of 1. Maximum length of 64.

Pattern: [A-Za-z][A-Za-z0-9_]*

Required: Yes

type

The data type of the variable. Valid types include bool, int, real, enum, and custom types that you can provide.

Type: String

Length Constraints: Minimum length of 1. Maximum length of 64.

Pattern: [A-Za-z][A-Za-z0-9_]*

Required: Yes

See Also

For more information about using this API in one of the language-specific AWS SDKs, see the following: