Class: Aws::Bedrock::Types::AutomatedReasoningPolicyBuildStep

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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

Instance Attribute Details

#contextTypes::AutomatedReasoningPolicyBuildStepContext

Contextual information about what was being processed during this build step, such as the type of operation or the source material being analyzed.



991
992
993
994
995
996
997
# File 'lib/aws-sdk-bedrock/types.rb', line 991

class AutomatedReasoningPolicyBuildStep < Struct.new(
  :context,
  :prior_element,
  :messages)
  SENSITIVE = []
  include Aws::Structure
end

#messagesArray<Types::AutomatedReasoningPolicyBuildStepMessage>

A list of messages generated during this build step, including informational messages, warnings, and error details.



991
992
993
994
995
996
997
# File 'lib/aws-sdk-bedrock/types.rb', line 991

class AutomatedReasoningPolicyBuildStep < Struct.new(
  :context,
  :prior_element,
  :messages)
  SENSITIVE = []
  include Aws::Structure
end

#prior_elementTypes::AutomatedReasoningPolicyDefinitionElement

Reference to the previous element or step in the build process, helping to trace the sequence of operations.



991
992
993
994
995
996
997
# File 'lib/aws-sdk-bedrock/types.rb', line 991

class AutomatedReasoningPolicyBuildStep < Struct.new(
  :context,
  :prior_element,
  :messages)
  SENSITIVE = []
  include Aws::Structure
end