RagAdminTenantDetail

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>)

Properties

Link copied to clipboard
Link copied to clipboard
val docs: Long
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard