AutomatedReasoningPolicyBuildResultAssetManifestEntry¶
Structure Class¶
AutomatedReasoningPolicyBuildResultAssetManifestEntry
dataclass
¶
Represents a single entry in the asset manifest, describing one artifact produced by the build workflow.
Attributes¶
asset_id
class-attribute
instance-attribute
¶
asset_id: str | None = None
A unique identifier for the asset, if applicable. Use this ID when requesting specific assets through the API.
asset_name
class-attribute
instance-attribute
¶
asset_name: str | None = field(repr=False, default=None)
A human-readable name for the asset, if applicable. This helps identify specific documents or reports within the workflow results.
asset_type
instance-attribute
¶
asset_type: AutomatedReasoningPolicyBuildResultAssetType
The type of asset (e.g., BUILD_LOG, QUALITY_REPORT, POLICY_DEFINITION, GENERATED_TEST_CASES, POLICY_SCENARIOS, FIDELITY_REPORT, ASSET_MANIFEST, SOURCE_DOCUMENT).