feat(ui): refine governed workbench and dual-screen flows
This commit is contained in:
@@ -99,6 +99,15 @@ export interface DatasetCreateResponse {
|
||||
reference_layer_name?: string | null
|
||||
source_metadata?: Record<string, unknown> | null
|
||||
provenance_metadata?: Record<string, unknown> | null
|
||||
source_registry_id?: string | null
|
||||
source_snapshot_id?: string | null
|
||||
data_contract_key?: string | null
|
||||
data_contract_version?: string | null
|
||||
validation_status?: string | null
|
||||
validation_report_json?: Record<string, unknown> | null
|
||||
provenance_status?: string | null
|
||||
lineage_status?: string | null
|
||||
quarantine_status?: string | null
|
||||
imported_at?: string | null
|
||||
temporal_series_key?: string | null
|
||||
observed_at?: string | null
|
||||
@@ -1307,6 +1316,10 @@ export interface ModelAssetRead {
|
||||
size_bytes: number
|
||||
sha256: string
|
||||
active: boolean
|
||||
runtime_available: boolean
|
||||
runtime_status: string
|
||||
governed_validation_status: string
|
||||
promotion_status: string
|
||||
status: string
|
||||
limitation_message: string
|
||||
will_download_models: boolean
|
||||
|
||||
Reference in New Issue
Block a user