public class KnowledgeDocumentSetInfo extends AbstractModel
header, skipSign
Constructor and Description |
---|
KnowledgeDocumentSetInfo() |
KnowledgeDocumentSetInfo(KnowledgeDocumentSetInfo source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
Modifier and Type | Method and Description |
---|---|
Long |
getByteLength()
Get 文件的字节数。
|
String |
getCreateTime()
Get 文件创建时间。
|
Long |
getIndexedProgress()
Get 文件被预处理、Embedding 向量化的进度。
|
String |
getIndexedStatus()
Get 文件预处理、Embedding 向量化的状态。
New:等待解析。
Loading:文件解析中。
Failure:文件解析、写入出错。
Ready:文件解析、写入完成。
|
String |
getKeywords()
Get 文件关键字。
|
String |
getLastUpdateTime()
Get 文件最后更新时间。
|
Long |
getTextLength()
Get 文件的字符数。
|
void |
setByteLength(Long ByteLength)
Set 文件的字节数。
|
void |
setCreateTime(String CreateTime)
Set 文件创建时间。
|
void |
setIndexedProgress(Long IndexedProgress)
Set 文件被预处理、Embedding 向量化的进度。
|
void |
setIndexedStatus(String IndexedStatus)
Set 文件预处理、Embedding 向量化的状态。
New:等待解析。
Loading:文件解析中。
Failure:文件解析、写入出错。
Ready:文件解析、写入完成。
|
void |
setKeywords(String Keywords)
Set 文件关键字。
|
void |
setLastUpdateTime(String LastUpdateTime)
Set 文件最后更新时间。
|
void |
setTextLength(Long TextLength)
Set 文件的字符数。
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public KnowledgeDocumentSetInfo()
public KnowledgeDocumentSetInfo(KnowledgeDocumentSetInfo source)
public Long getTextLength()
public void setTextLength(Long TextLength)
TextLength
- 文件的字符数。public Long getByteLength()
public void setByteLength(Long ByteLength)
ByteLength
- 文件的字节数。public Long getIndexedProgress()
public void setIndexedProgress(Long IndexedProgress)
IndexedProgress
- 文件被预处理、Embedding 向量化的进度。public String getIndexedStatus()
public void setIndexedStatus(String IndexedStatus)
IndexedStatus
- 文件预处理、Embedding 向量化的状态。
New:等待解析。
Loading:文件解析中。
Failure:文件解析、写入出错。
Ready:文件解析、写入完成。public String getCreateTime()
public void setCreateTime(String CreateTime)
CreateTime
- 文件创建时间。public String getLastUpdateTime()
public void setLastUpdateTime(String LastUpdateTime)
LastUpdateTime
- 文件最后更新时间。public String getKeywords()
public void setKeywords(String Keywords)
Keywords
- 文件关键字。Copyright © 2025. All rights reserved.