Class: Aws::Bedrock::Types::AutomatedReasoningPolicyBuildStep
- Inherits:
-
Struct
- Object
- Struct
- Aws::Bedrock::Types::AutomatedReasoningPolicyBuildStep
- Defined in:
- gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb
Overview
Represents a single step in the policy build process, containing context about what was being processed and any messages or results.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#context ⇒ Types::AutomatedReasoningPolicyBuildStepContext
Contextual information about what was being processed during this build step, such as the type of operation or the source material being analyzed.
-
#messages ⇒ Array<Types::AutomatedReasoningPolicyBuildStepMessage>
A list of messages generated during this build step, including informational messages, warnings, and error details.
-
#prior_element ⇒ Types::AutomatedReasoningPolicyDefinitionElement
Reference to the previous element or step in the build process, helping to trace the sequence of operations.
Instance Attribute Details
#context ⇒ Types::AutomatedReasoningPolicyBuildStepContext
Contextual information about what was being processed during this build step, such as the type of operation or the source material being analyzed.
896 897 898 899 900 901 902 |
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 896 class AutomatedReasoningPolicyBuildStep < Struct.new( :context, :prior_element, :messages) SENSITIVE = [] include Aws::Structure end |
#messages ⇒ Array<Types::AutomatedReasoningPolicyBuildStepMessage>
A list of messages generated during this build step, including informational messages, warnings, and error details.
896 897 898 899 900 901 902 |
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 896 class AutomatedReasoningPolicyBuildStep < Struct.new( :context, :prior_element, :messages) SENSITIVE = [] include Aws::Structure end |
#prior_element ⇒ Types::AutomatedReasoningPolicyDefinitionElement
Reference to the previous element or step in the build process, helping to trace the sequence of operations.
896 897 898 899 900 901 902 |
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 896 class AutomatedReasoningPolicyBuildStep < Struct.new( :context, :prior_element, :messages) SENSITIVE = [] include Aws::Structure end |