AutomatedReasoningPolicyBuildWorkflowDocument

Represents a source document used in the policy build workflow, containing the content and metadata needed for policy generation.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The actual content of the source document that will be analyzed to extract policy rules and concepts.

Link copied to clipboard

The MIME type of the document content (e.g., text/plain, application/pdf, text/markdown).

Link copied to clipboard

A detailed description of the document's content and how it should be used in the policy generation process.

Link copied to clipboard

A descriptive name for the document that helps identify its purpose and content.

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String