CreateAutomatedReasoningPolicyRequest

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A unique, case-sensitive identifier to ensure that the operation completes no more than once. If this token matches a previous request, Amazon Bedrock ignores the request but doesn't return an error.

Link copied to clipboard

A description of the Automated Reasoning policy. Use this to provide context about the policy's purpose and the types of validations it performs.

Link copied to clipboard
val name: String?

A unique name for the Automated Reasoning policy. The name must be between 1 and 63 characters and can contain letters, numbers, hyphens, and underscores.

Link copied to clipboard

The policy definition that contains the formal logic rules, variables, and custom variable types used to validate foundation model responses in your application.

Link copied to clipboard
val tags: List<Tag>?

A list of tags to associate with the Automated Reasoning policy. Tags help you organize and manage your policies.

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String