ksyun-sdk-node 1.5.9 → 1.5.11
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/dist/service/Aicp/v20240612/index.js +55 -4
- package/dist/service/Epc/v20151101/index.js +1682 -1679
- package/dist/service/Sks/v20151101/index.js +75 -70
- package/dist/service/Vpc/v20160304/index.js +1777 -1776
- package/package.json +1 -1
- package/src/service/Aicp/v20240612/index.js +53 -2
- package/src/service/Epc/v20151101/index.js +2087 -2081
- package/src/service/Sks/v20151101/index.js +101 -96
- package/src/service/Vpc/v20160304/index.js +2438 -2436
|
@@ -407,7 +407,8 @@ module.exports = class Client extends BaseClient {
|
|
|
407
407
|
AssociatedModelId: "Filter",
|
|
408
408
|
Status: "Filter",
|
|
409
409
|
Namekeyword: "String",
|
|
410
|
-
DefaultKey: "Boolean"
|
|
410
|
+
DefaultKey: "Boolean",
|
|
411
|
+
KeyId: "Filter"
|
|
411
412
|
}
|
|
412
413
|
},
|
|
413
414
|
QueryTokenData: {
|
|
@@ -430,7 +431,8 @@ module.exports = class Client extends BaseClient {
|
|
|
430
431
|
GroupBy: "String",
|
|
431
432
|
ReasoningType: "String",
|
|
432
433
|
Marker: "Int",
|
|
433
|
-
IsGlobalServer: "Boolean"
|
|
434
|
+
IsGlobalServer: "Boolean",
|
|
435
|
+
ModelName: "String"
|
|
434
436
|
}
|
|
435
437
|
},
|
|
436
438
|
DisableApikeyStatus: {
|
|
@@ -940,13 +942,30 @@ module.exports = class Client extends BaseClient {
|
|
|
940
942
|
Filter: "Array"
|
|
941
943
|
}
|
|
942
944
|
},
|
|
943
|
-
|
|
945
|
+
EnableEndpointRateLimit: {
|
|
944
946
|
url: "/",
|
|
945
947
|
method: "POST",
|
|
946
948
|
config: {
|
|
947
949
|
query: {
|
|
948
950
|
Version: "2024-06-12",
|
|
949
|
-
Action: "
|
|
951
|
+
Action: "EnableEndpointRateLimit"
|
|
952
|
+
},
|
|
953
|
+
headers: {
|
|
954
|
+
"Content-Type": "application/json"
|
|
955
|
+
}
|
|
956
|
+
},
|
|
957
|
+
paramsType: {
|
|
958
|
+
EndpointId: "String",
|
|
959
|
+
RateLimit: "Object"
|
|
960
|
+
}
|
|
961
|
+
},
|
|
962
|
+
UpdateInferenceEndpoint: {
|
|
963
|
+
url: "/",
|
|
964
|
+
method: "POST",
|
|
965
|
+
config: {
|
|
966
|
+
query: {
|
|
967
|
+
Version: "2024-06-12",
|
|
968
|
+
Action: "UpdateInferenceEndpoint"
|
|
950
969
|
},
|
|
951
970
|
headers: {
|
|
952
971
|
"Content-Type": "application/json"
|
|
@@ -960,6 +979,38 @@ module.exports = class Client extends BaseClient {
|
|
|
960
979
|
EndpointId: "String"
|
|
961
980
|
}
|
|
962
981
|
},
|
|
982
|
+
StartInferenceEndpoint: {
|
|
983
|
+
url: "/",
|
|
984
|
+
method: "POST",
|
|
985
|
+
config: {
|
|
986
|
+
query: {
|
|
987
|
+
Version: "2024-06-12",
|
|
988
|
+
Action: "StartInferenceEndpoint"
|
|
989
|
+
},
|
|
990
|
+
headers: {
|
|
991
|
+
"Content-Type": "application/json"
|
|
992
|
+
}
|
|
993
|
+
},
|
|
994
|
+
paramsType: {
|
|
995
|
+
EndpointId: "String"
|
|
996
|
+
}
|
|
997
|
+
},
|
|
998
|
+
StopInferenceEndpoint: {
|
|
999
|
+
url: "/",
|
|
1000
|
+
method: "POST",
|
|
1001
|
+
config: {
|
|
1002
|
+
query: {
|
|
1003
|
+
Version: "2024-06-12",
|
|
1004
|
+
Action: "StopInferenceEndpoint"
|
|
1005
|
+
},
|
|
1006
|
+
headers: {
|
|
1007
|
+
"Content-Type": "application/json"
|
|
1008
|
+
}
|
|
1009
|
+
},
|
|
1010
|
+
paramsType: {
|
|
1011
|
+
EndpointId: "String"
|
|
1012
|
+
}
|
|
1013
|
+
},
|
|
963
1014
|
DeleteInferenceEndpoint: {
|
|
964
1015
|
url: "/",
|
|
965
1016
|
method: "POST",
|