Class: Aws::Bedrock::Types::AutomatedReasoningPolicyBuildWorkflowSource

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

Overview

Defines the source content for a policy build workflow, which can include documents, repair instructions, or other input materials.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#policy_definitionTypes::AutomatedReasoningPolicyDefinition

Contains the formal logic rules, variables, and custom variable types that define an Automated Reasoning policy. The policy definition specifies the constraints used to validate foundation model responses for accuracy and logical consistency.



1023
1024
1025
1026
1027
1028
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 1023

class AutomatedReasoningPolicyBuildWorkflowSource < Struct.new(
  :policy_definition,
  :workflow_content)
  SENSITIVE = []
  include Aws::Structure
end

#workflow_contentTypes::AutomatedReasoningPolicyWorkflowTypeContent

The actual content to be processed in the build workflow, such as documents to analyze or repair instructions to apply.



1023
1024
1025
1026
1027
1028
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 1023

class AutomatedReasoningPolicyBuildWorkflowSource < Struct.new(
  :policy_definition,
  :workflow_content)
  SENSITIVE = []
  include Aws::Structure
end