Class: Aws::Bedrock::Types::AutomatedReasoningPolicyBuildWorkflowSource
- Inherits:
-
Struct
- Object
- Struct
- Aws::Bedrock::Types::AutomatedReasoningPolicyBuildWorkflowSource
- 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
-
#policy_definition ⇒ Types::AutomatedReasoningPolicyDefinition
Contains the formal logic rules, variables, and custom variable types that define an Automated Reasoning policy.
-
#workflow_content ⇒ Types::AutomatedReasoningPolicyWorkflowTypeContent
The actual content to be processed in the build workflow, such as documents to analyze or repair instructions to apply.
Instance Attribute Details
#policy_definition ⇒ Types::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_content ⇒ Types::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 |