AutomatedReasoningPolicyBuildLogEntry¶
Structure Class¶
AutomatedReasoningPolicyBuildLogEntry
dataclass
¶
Represents a single entry in the policy build log, containing information about a specific step or event in the build process.
Attributes¶
annotation
instance-attribute
¶
annotation: AutomatedReasoningPolicyAnnotation
The annotation or operation that was being processed when this log entry was created.
build_steps
instance-attribute
¶
build_steps: list[AutomatedReasoningPolicyBuildStep]
Detailed information about the specific build steps that were executed, including any sub-operations or transformations.
status
instance-attribute
¶
The status of the build step (e.g., SUCCESS, FAILED, IN_PROGRESS).