Rag Admin Tenant Detail
data class RagAdminTenantDetail(val tenantId: String, val docs: Long, val chunks: Long, val lastCommitEpochMillis: Long?, val lastCommitIso: String?, val snapshots: List<RagAdminSnapshotSummary>, val documents: List<RagAdminDocumentSummary>)
Constructors
Link copied to clipboard
constructor(tenantId: String, docs: Long, chunks: Long, lastCommitEpochMillis: Long?, lastCommitIso: String?, snapshots: List<RagAdminSnapshotSummary>, documents: List<RagAdminDocumentSummary>)