AutomatedReasoningPolicyBuildLogEntry
Represents a single entry in the policy build log, containing information about a specific step or event in the build process.
Types
Properties
Link copied to clipboard
The annotation or operation that was being processed when this log entry was created.
Link copied to clipboard
Detailed information about the specific build steps that were executed, including any sub-operations or transformations.
Link copied to clipboard
The status of the build step (e.g., SUCCESS, FAILED, IN_PROGRESS).
Functions
Link copied to clipboard
inline fun copy(block: AutomatedReasoningPolicyBuildLogEntry.Builder.() -> Unit = {}): AutomatedReasoningPolicyBuildLogEntry