Skip to content

Bedrock  >  Unions  >  AutomatedReasoningPolicyBuildStepContext

AutomatedReasoningPolicyBuildStepContext

Union Type

AutomatedReasoningPolicyBuildStepContext module-attribute

Provides context about what type of operation was being performed during a build step.

Union Member Types

AutomatedReasoningPolicyBuildStepContextPlanning dataclass

Indicates that this build step was part of the planning phase, where the system determines what operations to perform.

Attributes

value instance-attribute

AutomatedReasoningPolicyBuildStepContextMutation dataclass

Indicates that this build step involved modifying the policy structure, such as adding or updating rules, variables, or types.

Attributes

value instance-attribute

AutomatedReasoningPolicyBuildStepContextUnknown dataclass

Represents an unknown variant.

If you receive this value, you will need to update your library to receive the parsed value.

This value may not be deliberately sent.

Attributes

tag instance-attribute
tag: str