tencentcloud-sdk-nodejs-es 4.1.158 → 4.1.161
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -1922,6 +1922,22 @@ export interface InstallInstanceModelRequest {
|
|
|
1922
1922
|
* 模型使用的任务类型,包括:fill_mask, ner, question_answering, text_classification, text_embedding, text_expansion, text_similarity和zero_shot_classification,默认为text_embedding
|
|
1923
1923
|
*/
|
|
1924
1924
|
TaskTypes?: Array<string>;
|
|
1925
|
+
/**
|
|
1926
|
+
* HuggingFace模型名称
|
|
1927
|
+
*/
|
|
1928
|
+
HuggingFaceModelNames?: Array<string>;
|
|
1929
|
+
/**
|
|
1930
|
+
* 模型描述
|
|
1931
|
+
*/
|
|
1932
|
+
ModelDescription?: string;
|
|
1933
|
+
/**
|
|
1934
|
+
* 模型来源:UserModel、HuggingFace和PlatformModel
|
|
1935
|
+
*/
|
|
1936
|
+
ModelSourceType?: string;
|
|
1937
|
+
/**
|
|
1938
|
+
* 已上传的模型路径
|
|
1939
|
+
*/
|
|
1940
|
+
UploadedCosPaths?: Array<string>;
|
|
1925
1941
|
}
|
|
1926
1942
|
/**
|
|
1927
1943
|
* 数据接入serverless目的端信息
|