Class: Aws::Bedrock::Types::CreateAutomatedReasoningPolicyRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[:name, :description]

Instance Attribute Summary collapse

Instance Attribute Details

#client_request_tokenString

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.

Returns:

  • (String)


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

#descriptionString

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

Returns:

  • (String)


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

#nameString

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.

Returns:

  • (String)


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_definitionTypes::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

#tagsArray<Types::Tag>

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

Returns:



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