Class: Aws::Bedrock::Types::CreateAutomatedReasoningPolicyRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Bedrock::Types::CreateAutomatedReasoningPolicyRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-bedrock/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:name, :description]
Instance Attribute Summary collapse
-
#client_request_token ⇒ String
A unique, case-sensitive identifier to ensure that the operation completes no more than once.
-
#description ⇒ String
A description of the Automated Reasoning policy.
-
#kms_key_id ⇒ String
The identifier of the KMS key to use for encrypting the automated reasoning policy and its associated artifacts.
-
#name ⇒ String
A unique name for the Automated Reasoning policy.
-
#policy_definition ⇒ Types::AutomatedReasoningPolicyDefinition
The policy definition that contains the formal logic rules, variables, and custom variable types used to validate foundation model responses in your application.
-
#tags ⇒ Array<Types::Tag>
A list of tags to associate with the Automated Reasoning policy.
Instance Attribute Details
#client_request_token ⇒ String
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.
**A suitable default value is auto-generated.** You should normally not need to pass this option.
2376 2377 2378 2379 2380 2381 2382 2383 2384 2385 |
# File 'lib/aws-sdk-bedrock/types.rb', line 2376 class CreateAutomatedReasoningPolicyRequest < Struct.new( :name, :description, :client_request_token, :policy_definition, :kms_key_id, :tags) SENSITIVE = [:name, :description] include Aws::Structure end |
#description ⇒ String
A description of the Automated Reasoning policy. Use this to provide context about the policy’s purpose and the types of validations it performs.
2376 2377 2378 2379 2380 2381 2382 2383 2384 2385 |
# File 'lib/aws-sdk-bedrock/types.rb', line 2376 class CreateAutomatedReasoningPolicyRequest < Struct.new( :name, :description, :client_request_token, :policy_definition, :kms_key_id, :tags) SENSITIVE = [:name, :description] include Aws::Structure end |
#kms_key_id ⇒ String
The identifier of the KMS key to use for encrypting the automated reasoning policy and its associated artifacts. If you don’t specify a KMS key, Amazon Bedrock uses an KMS managed key for encryption. For enhanced security and control, you can specify a customer managed KMS key.
2376 2377 2378 2379 2380 2381 2382 2383 2384 2385 |
# File 'lib/aws-sdk-bedrock/types.rb', line 2376 class CreateAutomatedReasoningPolicyRequest < Struct.new( :name, :description, :client_request_token, :policy_definition, :kms_key_id, :tags) SENSITIVE = [:name, :description] include Aws::Structure end |
#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.
2376 2377 2378 2379 2380 2381 2382 2383 2384 2385 |
# File 'lib/aws-sdk-bedrock/types.rb', line 2376 class CreateAutomatedReasoningPolicyRequest < Struct.new( :name, :description, :client_request_token, :policy_definition, :kms_key_id, :tags) SENSITIVE = [:name, :description] include Aws::Structure end |
#policy_definition ⇒ Types::AutomatedReasoningPolicyDefinition
The policy definition that contains the formal logic rules, variables, and custom variable types used to validate foundation model responses in your application.
2376 2377 2378 2379 2380 2381 2382 2383 2384 2385 |
# File 'lib/aws-sdk-bedrock/types.rb', line 2376 class CreateAutomatedReasoningPolicyRequest < Struct.new( :name, :description, :client_request_token, :policy_definition, :kms_key_id, :tags) SENSITIVE = [:name, :description] include Aws::Structure end |
#tags ⇒ Array<Types::Tag>
A list of tags to associate with the Automated Reasoning policy. Tags help you organize and manage your policies.
2376 2377 2378 2379 2380 2381 2382 2383 2384 2385 |
# File 'lib/aws-sdk-bedrock/types.rb', line 2376 class CreateAutomatedReasoningPolicyRequest < Struct.new( :name, :description, :client_request_token, :policy_definition, :kms_key_id, :tags) SENSITIVE = [:name, :description] include Aws::Structure end |