toggle menu
ainsoft-rag-spring-boot-autoconfigure
0.1.0-SNAPSHOT
jvm
switch theme
search in API
ainsoft-rag-spring-boot-autoconfigure
/
com.ainsoft.rag.spring
/
RagAdminDocumentDetail
Rag
Admin
Document
Detail
data
class
RagAdminDocumentDetail
(
val
tenantId
:
String
,
val
docId
:
String
,
val
metadata
:
Map
<
String
,
String
>
,
val
acl
:
List
<
String
>
,
val
sourceUris
:
List
<
String
>
,
val
chunkCount
:
Int
,
val
lastUpdatedEpochMillis
:
Long
,
val
lastUpdatedIso
:
String
?
,
val
chunks
:
List
<
RagAdminDocumentChunk
>
)
Members
Constructors
Rag
Admin
Document
Detail
Link copied to clipboard
constructor
(
tenantId
:
String
,
docId
:
String
,
metadata
:
Map
<
String
,
String
>
,
acl
:
List
<
String
>
,
sourceUris
:
List
<
String
>
,
chunkCount
:
Int
,
lastUpdatedEpochMillis
:
Long
,
lastUpdatedIso
:
String
?
,
chunks
:
List
<
RagAdminDocumentChunk
>
)
Properties
acl
Link copied to clipboard
val
acl
:
List
<
String
>
chunk
Count
Link copied to clipboard
val
chunkCount
:
Int
chunks
Link copied to clipboard
val
chunks
:
List
<
RagAdminDocumentChunk
>
doc
Id
Link copied to clipboard
val
docId
:
String
last
Updated
Epoch
Millis
Link copied to clipboard
val
lastUpdatedEpochMillis
:
Long
last
Updated
Iso
Link copied to clipboard
val
lastUpdatedIso
:
String
?
metadata
Link copied to clipboard
val
metadata
:
Map
<
String
,
String
>
source
Uris
Link copied to clipboard
val
sourceUris
:
List
<
String
>
tenant
Id
Link copied to clipboard
val
tenantId
:
String