Class: Aws::Bedrock::Types::CreateAutomatedReasoningPolicyRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Bedrock::Types::CreateAutomatedReasoningPolicyRequest
- Defined in:
- gems/aws-sdk-bedrock/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.
-
#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.
2211 2212 2213 2214 2215 2216 2217 2218 2219 |
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 2211 class CreateAutomatedReasoningPolicyRequest < Struct.new( :name, :description, :client_request_token, :policy_definition, :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.
2211 2212 2213 2214 2215 2216 2217 2218 2219 |
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 2211 class CreateAutomatedReasoningPolicyRequest < Struct.new( :name, :description, :client_request_token, :policy_definition, :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.
2211 2212 2213 2214 2215 2216 2217 2218 2219 |
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 2211 class CreateAutomatedReasoningPolicyRequest < Struct.new( :name, :description, :client_request_token, :policy_definition, :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.
2211 2212 2213 2214 2215 2216 2217 2218 2219 |
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 2211 class CreateAutomatedReasoningPolicyRequest < Struct.new( :name, :description, :client_request_token, :policy_definition, :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.
2211 2212 2213 2214 2215 2216 2217 2218 2219 |
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 2211 class CreateAutomatedReasoningPolicyRequest < Struct.new( :name, :description, :client_request_token, :policy_definition, :tags) SENSITIVE = [:name, :description] include Aws::Structure end |