@alicloud/gpdb20160503 3.9.0 → 3.11.0
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/client.d.ts +318 -130
- package/dist/client.js +631 -130
- package/dist/client.js.map +1 -1
- package/dist/models/CreateAiserviceRequest.d.ts +16 -25
- package/dist/models/CreateAiserviceRequest.js.map +1 -1
- package/dist/models/CreateApiKeyRequest.d.ts +40 -0
- package/dist/models/CreateApiKeyRequest.js +69 -0
- package/dist/models/CreateApiKeyRequest.js.map +1 -0
- package/dist/models/CreateApiKeyResponse.d.ts +19 -0
- package/dist/models/CreateApiKeyResponse.js +69 -0
- package/dist/models/CreateApiKeyResponse.js.map +1 -0
- package/dist/models/CreateApiKeyResponseBody.d.ts +28 -0
- package/dist/models/CreateApiKeyResponseBody.js +62 -0
- package/dist/models/CreateApiKeyResponseBody.js.map +1 -0
- package/dist/models/CreateApiKeyShrinkRequest.d.ts +40 -0
- package/dist/models/CreateApiKeyShrinkRequest.js +66 -0
- package/dist/models/CreateApiKeyShrinkRequest.js.map +1 -0
- package/dist/models/CreateBranchRequest.d.ts +6 -6
- package/dist/models/CreateBranchResponseBody.d.ts +2 -2
- package/dist/models/CreateDocumentCollectionRequest.d.ts +94 -148
- package/dist/models/CreateDocumentCollectionRequest.js.map +1 -1
- package/dist/models/CreateDocumentCollectionResponseBody.d.ts +2 -4
- package/dist/models/CreateDocumentCollectionResponseBody.js.map +1 -1
- package/dist/models/CreateDocumentCollectionShrinkRequest.d.ts +81 -127
- package/dist/models/CreateDocumentCollectionShrinkRequest.js.map +1 -1
- package/dist/models/CreateIndexRequest.d.ts +13 -21
- package/dist/models/CreateIndexRequest.js.map +1 -1
- package/dist/models/CreateIndexResponseBody.d.ts +6 -7
- package/dist/models/CreateIndexResponseBody.js.map +1 -1
- package/dist/models/CreateModelOperatorApiKeyRequest.d.ts +23 -0
- package/dist/models/CreateModelOperatorApiKeyRequest.js +58 -0
- package/dist/models/CreateModelOperatorApiKeyRequest.js.map +1 -0
- package/dist/models/CreateModelOperatorApiKeyResponse.d.ts +19 -0
- package/dist/models/CreateModelOperatorApiKeyResponse.js +69 -0
- package/dist/models/CreateModelOperatorApiKeyResponse.js.map +1 -0
- package/dist/models/CreateModelOperatorApiKeyResponseBody.d.ts +29 -0
- package/dist/models/CreateModelOperatorApiKeyResponseBody.js +60 -0
- package/dist/models/CreateModelOperatorApiKeyResponseBody.js.map +1 -0
- package/dist/models/CreateModelServiceRequest.d.ts +9 -9
- package/dist/models/CreateModelServiceResponseBody.d.ts +1 -1
- package/dist/models/CreateModelServiceShrinkRequest.d.ts +9 -9
- package/dist/models/CreateSaasServiceRequest.d.ts +2 -2
- package/dist/models/CreateSnapshotResponseBody.d.ts +1 -1
- package/dist/models/CreateSupabaseProjectRequest.d.ts +8 -8
- package/dist/models/CreateSupabaseProjectResponseBody.d.ts +1 -1
- package/dist/models/DeleteAiserviceRequest.d.ts +2 -2
- package/dist/models/DeleteApiKeyRequest.d.ts +26 -0
- package/dist/models/DeleteApiKeyRequest.js +60 -0
- package/dist/models/DeleteApiKeyRequest.js.map +1 -0
- package/dist/models/DeleteApiKeyResponse.d.ts +19 -0
- package/dist/models/DeleteApiKeyResponse.js +69 -0
- package/dist/models/DeleteApiKeyResponse.js.map +1 -0
- package/dist/models/DeleteApiKeyResponseBody.d.ts +23 -0
- package/dist/models/DeleteApiKeyResponseBody.js +60 -0
- package/dist/models/DeleteApiKeyResponseBody.js.map +1 -0
- package/dist/models/DeleteBranchRequest.d.ts +1 -1
- package/dist/models/DeleteSnapshotRequest.d.ts +7 -0
- package/dist/models/DeleteSnapshotRequest.js.map +1 -1
- package/dist/models/DeleteSnapshotResponseBody.d.ts +3 -0
- package/dist/models/DeleteSnapshotResponseBody.js.map +1 -1
- package/dist/models/DescribeAiserviceRequest.d.ts +4 -5
- package/dist/models/DescribeAiserviceRequest.js.map +1 -1
- package/dist/models/DescribeAiserviceResponseBody.d.ts +10 -12
- package/dist/models/DescribeAiserviceResponseBody.js.map +1 -1
- package/dist/models/DescribeBranchResponseBody.d.ts +7 -7
- package/dist/models/DescribeDbinstanceAttributeRequest.d.ts +3 -3
- package/dist/models/DescribeDbinstanceAttributeResponseBody.d.ts +1 -1
- package/dist/models/DescribeModelOperatorApiKeyRequest.d.ts +21 -0
- package/dist/models/DescribeModelOperatorApiKeyRequest.js +58 -0
- package/dist/models/DescribeModelOperatorApiKeyRequest.js.map +1 -0
- package/dist/models/DescribeModelOperatorApiKeyResponse.d.ts +19 -0
- package/dist/models/DescribeModelOperatorApiKeyResponse.js +69 -0
- package/dist/models/DescribeModelOperatorApiKeyResponse.js.map +1 -0
- package/dist/models/DescribeModelOperatorApiKeyResponseBody.d.ts +61 -0
- package/dist/models/DescribeModelOperatorApiKeyResponseBody.js +68 -0
- package/dist/models/DescribeModelOperatorApiKeyResponseBody.js.map +1 -0
- package/dist/models/DescribeModelOperatorUsageRequest.d.ts +85 -0
- package/dist/models/DescribeModelOperatorUsageRequest.js +79 -0
- package/dist/models/DescribeModelOperatorUsageRequest.js.map +1 -0
- package/dist/models/DescribeModelOperatorUsageResponse.d.ts +19 -0
- package/dist/models/DescribeModelOperatorUsageResponse.js +69 -0
- package/dist/models/DescribeModelOperatorUsageResponse.js.map +1 -0
- package/dist/models/DescribeModelOperatorUsageResponseBody.d.ts +145 -0
- package/dist/models/DescribeModelOperatorUsageResponseBody.js +145 -0
- package/dist/models/DescribeModelOperatorUsageResponseBody.js.map +1 -0
- package/dist/models/DescribeModelOperatorUsageShrinkRequest.d.ts +85 -0
- package/dist/models/DescribeModelOperatorUsageShrinkRequest.js +70 -0
- package/dist/models/DescribeModelOperatorUsageShrinkRequest.js.map +1 -0
- package/dist/models/DescribeModelServiceRequest.d.ts +2 -2
- package/dist/models/DescribeModelServiceResponseBody.d.ts +6 -6
- package/dist/models/DescribeTableRequest.d.ts +7 -7
- package/dist/models/DescribeTableResponseBody.d.ts +4 -5
- package/dist/models/DescribeTableResponseBody.js.map +1 -1
- package/dist/models/ExecuteStatementRequest.d.ts +18 -19
- package/dist/models/ExecuteStatementRequest.js.map +1 -1
- package/dist/models/ExecuteStatementResponseBody.d.ts +10 -11
- package/dist/models/ExecuteStatementResponseBody.js.map +1 -1
- package/dist/models/ExecuteStatementShrinkRequest.d.ts +14 -15
- package/dist/models/ExecuteStatementShrinkRequest.js.map +1 -1
- package/dist/models/GetAccountRequest.d.ts +7 -3
- package/dist/models/GetAccountRequest.js.map +1 -1
- package/dist/models/GetAccountResponseBody.d.ts +20 -17
- package/dist/models/GetAccountResponseBody.js.map +1 -1
- package/dist/models/GetApiKeyRequest.d.ts +26 -0
- package/dist/models/GetApiKeyRequest.js +60 -0
- package/dist/models/GetApiKeyRequest.js.map +1 -0
- package/dist/models/GetApiKeyResponse.d.ts +19 -0
- package/dist/models/GetApiKeyResponse.js +69 -0
- package/dist/models/GetApiKeyResponse.js.map +1 -0
- package/dist/models/GetApiKeyResponseBody.d.ts +71 -0
- package/dist/models/GetApiKeyResponseBody.js +96 -0
- package/dist/models/GetApiKeyResponseBody.js.map +1 -0
- package/dist/models/GetStatementResultRequest.d.ts +6 -6
- package/dist/models/GetStatementResultResponseBody.d.ts +6 -6
- package/dist/models/GetUploadDocumentJobRequest.d.ts +8 -8
- package/dist/models/GetUploadDocumentJobResponseBody.d.ts +27 -29
- package/dist/models/GetUploadDocumentJobResponseBody.js.map +1 -1
- package/dist/models/GetWorkspaceRequest.d.ts +26 -0
- package/dist/models/GetWorkspaceRequest.js +60 -0
- package/dist/models/GetWorkspaceRequest.js.map +1 -0
- package/dist/models/GetWorkspaceResponse.d.ts +19 -0
- package/dist/models/GetWorkspaceResponse.js +69 -0
- package/dist/models/GetWorkspaceResponse.js.map +1 -0
- package/dist/models/GetWorkspaceResponseBody.d.ts +147 -0
- package/dist/models/GetWorkspaceResponseBody.js +160 -0
- package/dist/models/GetWorkspaceResponseBody.js.map +1 -0
- package/dist/models/ListAinodePoolsRequest.d.ts +1 -1
- package/dist/models/ListAinodePoolsResponseBody.d.ts +11 -13
- package/dist/models/ListAinodePoolsResponseBody.js.map +1 -1
- package/dist/models/ListAiservicesRequest.d.ts +5 -8
- package/dist/models/ListAiservicesRequest.js.map +1 -1
- package/dist/models/ListAiservicesResponseBody.d.ts +13 -15
- package/dist/models/ListAiservicesResponseBody.js.map +1 -1
- package/dist/models/ListApiKeysRequest.d.ts +41 -0
- package/dist/models/ListApiKeysRequest.js +66 -0
- package/dist/models/ListApiKeysRequest.js.map +1 -0
- package/dist/models/ListApiKeysResponse.d.ts +19 -0
- package/dist/models/ListApiKeysResponse.js +69 -0
- package/dist/models/ListApiKeysResponse.js.map +1 -0
- package/dist/models/ListApiKeysResponseBody.d.ts +94 -0
- package/dist/models/ListApiKeysResponseBody.js +122 -0
- package/dist/models/ListApiKeysResponseBody.js.map +1 -0
- package/dist/models/ListBranchesRequest.d.ts +12 -12
- package/dist/models/ListBranchesResponseBody.d.ts +3 -3
- package/dist/models/ListChunksRequest.d.ts +13 -17
- package/dist/models/ListChunksRequest.js.map +1 -1
- package/dist/models/ListModelOperatorApiKeysRequest.d.ts +35 -0
- package/dist/models/ListModelOperatorApiKeysRequest.js +60 -0
- package/dist/models/ListModelOperatorApiKeysRequest.js.map +1 -0
- package/dist/models/ListModelOperatorApiKeysResponse.d.ts +19 -0
- package/dist/models/ListModelOperatorApiKeysResponse.js +69 -0
- package/dist/models/ListModelOperatorApiKeysResponse.js.map +1 -0
- package/dist/models/ListModelOperatorApiKeysResponseBody.d.ts +94 -0
- package/dist/models/ListModelOperatorApiKeysResponseBody.js +94 -0
- package/dist/models/ListModelOperatorApiKeysResponseBody.js.map +1 -0
- package/dist/models/ListModelOperatorServicesRequest.d.ts +34 -0
- package/dist/models/ListModelOperatorServicesRequest.js +60 -0
- package/dist/models/ListModelOperatorServicesRequest.js.map +1 -0
- package/dist/models/ListModelOperatorServicesResponse.d.ts +19 -0
- package/dist/models/ListModelOperatorServicesResponse.js +69 -0
- package/dist/models/ListModelOperatorServicesResponse.js.map +1 -0
- package/dist/models/ListModelOperatorServicesResponseBody.d.ts +70 -0
- package/dist/models/ListModelOperatorServicesResponseBody.js +88 -0
- package/dist/models/ListModelOperatorServicesResponseBody.js.map +1 -0
- package/dist/models/ListSaasServiceRequest.d.ts +2 -2
- package/dist/models/ListSaasServiceResponseBody.d.ts +10 -10
- package/dist/models/ListSupabaseProjectTagsRequest.d.ts +15 -17
- package/dist/models/ListSupabaseProjectTagsRequest.js.map +1 -1
- package/dist/models/ListSupabaseProjectTagsResponseBody.d.ts +3 -3
- package/dist/models/ListWorkspacesResponseBody.d.ts +3 -3
- package/dist/models/ModifyAiserviceSecurityIpsRequest.d.ts +7 -10
- package/dist/models/ModifyAiserviceSecurityIpsRequest.js.map +1 -1
- package/dist/models/ModifyAiserviceSecurityIpsResponseBody.d.ts +1 -1
- package/dist/models/ModifyDbinstanceDeploymentModeRequest.d.ts +11 -17
- package/dist/models/ModifyDbinstanceDeploymentModeRequest.js.map +1 -1
- package/dist/models/ModifyDbinstanceDeploymentModeResponseBody.d.ts +1 -1
- package/dist/models/ModifySupabaseAutoScalePolicyRequest.d.ts +4 -6
- package/dist/models/ModifySupabaseAutoScalePolicyRequest.js.map +1 -1
- package/dist/models/ModifySupabaseProjectResourceRequest.d.ts +3 -3
- package/dist/models/ModifySupabaseProjectResourceResponseBody.d.ts +1 -1
- package/dist/models/PauseSupabaseProjectRequest.d.ts +1 -1
- package/dist/models/QueryKnowledgeBasesContentRequest.d.ts +18 -18
- package/dist/models/QueryKnowledgeBasesContentShrinkRequest.d.ts +1 -1
- package/dist/models/RestoreSnapshotRequest.d.ts +1 -1
- package/dist/models/ResumeSupabaseProjectRequest.d.ts +1 -1
- package/dist/models/ResumeSupabaseProjectResponseBody.d.ts +1 -1
- package/dist/models/TagSupabaseProjectRequest.d.ts +5 -5
- package/dist/models/TagSupabaseProjectResponseBody.d.ts +1 -1
- package/dist/models/TextEmbeddingRequest.d.ts +12 -14
- package/dist/models/TextEmbeddingRequest.js.map +1 -1
- package/dist/models/TextEmbeddingResponseBody.d.ts +5 -6
- package/dist/models/TextEmbeddingResponseBody.js.map +1 -1
- package/dist/models/TextEmbeddingShrinkRequest.d.ts +12 -14
- package/dist/models/TextEmbeddingShrinkRequest.js.map +1 -1
- package/dist/models/UntagSupabaseProjectRequest.d.ts +6 -9
- package/dist/models/UntagSupabaseProjectRequest.js.map +1 -1
- package/dist/models/UntagSupabaseProjectResponseBody.d.ts +1 -1
- package/dist/models/UpgradeDbinstanceRequest.d.ts +34 -50
- package/dist/models/UpgradeDbinstanceRequest.js.map +1 -1
- package/dist/models/UploadDocumentAsyncAdvanceRequest.d.ts +57 -49
- package/dist/models/UploadDocumentAsyncAdvanceRequest.js.map +1 -1
- package/dist/models/UploadDocumentAsyncRequest.d.ts +57 -49
- package/dist/models/UploadDocumentAsyncRequest.js.map +1 -1
- package/dist/models/UploadDocumentAsyncResponseBody.d.ts +4 -4
- package/dist/models/UploadDocumentAsyncShrinkRequest.d.ts +57 -49
- package/dist/models/UploadDocumentAsyncShrinkRequest.js.map +1 -1
- package/dist/models/model.d.ts +43 -0
- package/dist/models/model.js +108 -21
- package/dist/models/model.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +684 -130
- package/src/models/CreateAiserviceRequest.ts +16 -25
- package/src/models/CreateApiKeyRequest.ts +64 -0
- package/src/models/CreateApiKeyResponse.ts +40 -0
- package/src/models/CreateApiKeyResponseBody.ts +45 -0
- package/src/models/CreateApiKeyShrinkRequest.ts +61 -0
- package/src/models/CreateBranchRequest.ts +6 -6
- package/src/models/CreateBranchResponseBody.ts +2 -2
- package/src/models/CreateDocumentCollectionRequest.ts +94 -148
- package/src/models/CreateDocumentCollectionResponseBody.ts +2 -4
- package/src/models/CreateDocumentCollectionShrinkRequest.ts +81 -127
- package/src/models/CreateIndexRequest.ts +13 -21
- package/src/models/CreateIndexResponseBody.ts +6 -7
- package/src/models/CreateModelOperatorApiKeyRequest.ts +36 -0
- package/src/models/CreateModelOperatorApiKeyResponse.ts +40 -0
- package/src/models/CreateModelOperatorApiKeyResponseBody.ts +44 -0
- package/src/models/CreateModelServiceRequest.ts +9 -9
- package/src/models/CreateModelServiceResponseBody.ts +1 -1
- package/src/models/CreateModelServiceShrinkRequest.ts +9 -9
- package/src/models/CreateSaasServiceRequest.ts +2 -2
- package/src/models/CreateSnapshotResponseBody.ts +1 -1
- package/src/models/CreateSupabaseProjectRequest.ts +8 -8
- package/src/models/CreateSupabaseProjectResponseBody.ts +1 -1
- package/src/models/DeleteAiserviceRequest.ts +2 -2
- package/src/models/DeleteApiKeyRequest.ts +41 -0
- package/src/models/DeleteApiKeyResponse.ts +40 -0
- package/src/models/DeleteApiKeyResponseBody.ts +38 -0
- package/src/models/DeleteBranchRequest.ts +1 -1
- package/src/models/DeleteSnapshotRequest.ts +7 -0
- package/src/models/DeleteSnapshotResponseBody.ts +3 -0
- package/src/models/DescribeAiserviceRequest.ts +4 -5
- package/src/models/DescribeAiserviceResponseBody.ts +10 -12
- package/src/models/DescribeBranchResponseBody.ts +7 -7
- package/src/models/DescribeDbinstanceAttributeRequest.ts +3 -3
- package/src/models/DescribeDbinstanceAttributeResponseBody.ts +1 -1
- package/src/models/DescribeModelOperatorApiKeyRequest.ts +34 -0
- package/src/models/DescribeModelOperatorApiKeyResponse.ts +40 -0
- package/src/models/DescribeModelOperatorApiKeyResponseBody.ts +84 -0
- package/src/models/DescribeModelOperatorUsageRequest.ts +119 -0
- package/src/models/DescribeModelOperatorUsageResponse.ts +40 -0
- package/src/models/DescribeModelOperatorUsageResponseBody.ts +218 -0
- package/src/models/DescribeModelOperatorUsageShrinkRequest.ts +110 -0
- package/src/models/DescribeModelServiceRequest.ts +2 -2
- package/src/models/DescribeModelServiceResponseBody.ts +6 -6
- package/src/models/DescribeTableRequest.ts +7 -7
- package/src/models/DescribeTableResponseBody.ts +4 -5
- package/src/models/ExecuteStatementRequest.ts +18 -19
- package/src/models/ExecuteStatementResponseBody.ts +10 -11
- package/src/models/ExecuteStatementShrinkRequest.ts +14 -15
- package/src/models/GetAccountRequest.ts +7 -3
- package/src/models/GetAccountResponseBody.ts +20 -17
- package/src/models/GetApiKeyRequest.ts +41 -0
- package/src/models/GetApiKeyResponse.ts +40 -0
- package/src/models/GetApiKeyResponseBody.ts +113 -0
- package/src/models/GetStatementResultRequest.ts +6 -6
- package/src/models/GetStatementResultResponseBody.ts +6 -6
- package/src/models/GetUploadDocumentJobRequest.ts +8 -8
- package/src/models/GetUploadDocumentJobResponseBody.ts +27 -29
- package/src/models/GetWorkspaceRequest.ts +41 -0
- package/src/models/GetWorkspaceResponse.ts +40 -0
- package/src/models/GetWorkspaceResponseBody.ts +235 -0
- package/src/models/ListAinodePoolsRequest.ts +1 -1
- package/src/models/ListAinodePoolsResponseBody.ts +11 -13
- package/src/models/ListAiservicesRequest.ts +5 -8
- package/src/models/ListAiservicesResponseBody.ts +13 -15
- package/src/models/ListApiKeysRequest.ts +62 -0
- package/src/models/ListApiKeysResponse.ts +40 -0
- package/src/models/ListApiKeysResponseBody.ts +153 -0
- package/src/models/ListBranchesRequest.ts +12 -12
- package/src/models/ListBranchesResponseBody.ts +3 -3
- package/src/models/ListChunksRequest.ts +13 -17
- package/src/models/ListModelOperatorApiKeysRequest.ts +50 -0
- package/src/models/ListModelOperatorApiKeysResponse.ts +40 -0
- package/src/models/ListModelOperatorApiKeysResponseBody.ts +134 -0
- package/src/models/ListModelOperatorServicesRequest.ts +49 -0
- package/src/models/ListModelOperatorServicesResponse.ts +40 -0
- package/src/models/ListModelOperatorServicesResponseBody.ts +104 -0
- package/src/models/ListSaasServiceRequest.ts +2 -2
- package/src/models/ListSaasServiceResponseBody.ts +10 -10
- package/src/models/ListSupabaseProjectTagsRequest.ts +15 -17
- package/src/models/ListSupabaseProjectTagsResponseBody.ts +3 -3
- package/src/models/ListWorkspacesResponseBody.ts +3 -3
- package/src/models/ModifyAiserviceSecurityIpsRequest.ts +7 -10
- package/src/models/ModifyAiserviceSecurityIpsResponseBody.ts +1 -1
- package/src/models/ModifyDbinstanceDeploymentModeRequest.ts +11 -17
- package/src/models/ModifyDbinstanceDeploymentModeResponseBody.ts +1 -1
- package/src/models/ModifySupabaseAutoScalePolicyRequest.ts +4 -6
- package/src/models/ModifySupabaseProjectResourceRequest.ts +3 -3
- package/src/models/ModifySupabaseProjectResourceResponseBody.ts +1 -1
- package/src/models/PauseSupabaseProjectRequest.ts +1 -1
- package/src/models/QueryKnowledgeBasesContentRequest.ts +18 -18
- package/src/models/QueryKnowledgeBasesContentShrinkRequest.ts +1 -1
- package/src/models/RestoreSnapshotRequest.ts +1 -1
- package/src/models/ResumeSupabaseProjectRequest.ts +1 -1
- package/src/models/ResumeSupabaseProjectResponseBody.ts +1 -1
- package/src/models/TagSupabaseProjectRequest.ts +5 -5
- package/src/models/TagSupabaseProjectResponseBody.ts +1 -1
- package/src/models/TextEmbeddingRequest.ts +12 -14
- package/src/models/TextEmbeddingResponseBody.ts +5 -6
- package/src/models/TextEmbeddingShrinkRequest.ts +12 -14
- package/src/models/UntagSupabaseProjectRequest.ts +6 -9
- package/src/models/UntagSupabaseProjectResponseBody.ts +1 -1
- package/src/models/UpgradeDbinstanceRequest.ts +34 -50
- package/src/models/UploadDocumentAsyncAdvanceRequest.ts +57 -49
- package/src/models/UploadDocumentAsyncRequest.ts +57 -49
- package/src/models/UploadDocumentAsyncResponseBody.ts +4 -4
- package/src/models/UploadDocumentAsyncShrinkRequest.ts +57 -49
- package/src/models/model.ts +43 -0
package/dist/client.js
CHANGED
|
@@ -1158,6 +1158,68 @@ class Client extends openapi_core_1.default {
|
|
|
1158
1158
|
let runtime = new $dara.RuntimeOptions({});
|
|
1159
1159
|
return await this.createAccountWithOptions(request, runtime);
|
|
1160
1160
|
}
|
|
1161
|
+
/**
|
|
1162
|
+
* 创建API密钥
|
|
1163
|
+
*
|
|
1164
|
+
* @remarks
|
|
1165
|
+
* 创建API密钥。
|
|
1166
|
+
*
|
|
1167
|
+
* @param tmpReq - CreateApiKeyRequest
|
|
1168
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
1169
|
+
* @returns CreateApiKeyResponse
|
|
1170
|
+
*/
|
|
1171
|
+
async createApiKeyWithOptions(tmpReq, runtime) {
|
|
1172
|
+
tmpReq.validate();
|
|
1173
|
+
let request = new $_model.CreateApiKeyShrinkRequest({});
|
|
1174
|
+
openapi_core_2.OpenApiUtil.convert(tmpReq, request);
|
|
1175
|
+
if (!$dara.isNull(tmpReq.serviceIds)) {
|
|
1176
|
+
request.serviceIdsShrink = openapi_core_2.OpenApiUtil.arrayToStringWithSpecifiedStyle(tmpReq.serviceIds, "ServiceIds", "json");
|
|
1177
|
+
}
|
|
1178
|
+
let query = {};
|
|
1179
|
+
if (!$dara.isNull(request.description)) {
|
|
1180
|
+
query["Description"] = request.description;
|
|
1181
|
+
}
|
|
1182
|
+
if (!$dara.isNull(request.keyName)) {
|
|
1183
|
+
query["KeyName"] = request.keyName;
|
|
1184
|
+
}
|
|
1185
|
+
if (!$dara.isNull(request.regionId)) {
|
|
1186
|
+
query["RegionId"] = request.regionId;
|
|
1187
|
+
}
|
|
1188
|
+
if (!$dara.isNull(request.serviceIdsShrink)) {
|
|
1189
|
+
query["ServiceIds"] = request.serviceIdsShrink;
|
|
1190
|
+
}
|
|
1191
|
+
if (!$dara.isNull(request.workspaceId)) {
|
|
1192
|
+
query["WorkspaceId"] = request.workspaceId;
|
|
1193
|
+
}
|
|
1194
|
+
let req = new openapi_core_2.$OpenApiUtil.OpenApiRequest({
|
|
1195
|
+
query: openapi_core_2.OpenApiUtil.query(query),
|
|
1196
|
+
});
|
|
1197
|
+
let params = new openapi_core_2.$OpenApiUtil.Params({
|
|
1198
|
+
action: "CreateApiKey",
|
|
1199
|
+
version: "2016-05-03",
|
|
1200
|
+
protocol: "HTTPS",
|
|
1201
|
+
pathname: "/",
|
|
1202
|
+
method: "POST",
|
|
1203
|
+
authType: "AK",
|
|
1204
|
+
style: "RPC",
|
|
1205
|
+
reqBodyType: "formData",
|
|
1206
|
+
bodyType: "json",
|
|
1207
|
+
});
|
|
1208
|
+
return $dara.cast(await this.callApi(params, req, runtime), new $_model.CreateApiKeyResponse({}));
|
|
1209
|
+
}
|
|
1210
|
+
/**
|
|
1211
|
+
* 创建API密钥
|
|
1212
|
+
*
|
|
1213
|
+
* @remarks
|
|
1214
|
+
* 创建API密钥。
|
|
1215
|
+
*
|
|
1216
|
+
* @param request - CreateApiKeyRequest
|
|
1217
|
+
* @returns CreateApiKeyResponse
|
|
1218
|
+
*/
|
|
1219
|
+
async createApiKey(request) {
|
|
1220
|
+
let runtime = new $dara.RuntimeOptions({});
|
|
1221
|
+
return await this.createApiKeyWithOptions(request, runtime);
|
|
1222
|
+
}
|
|
1161
1223
|
/**
|
|
1162
1224
|
* Creates a backup set.
|
|
1163
1225
|
*
|
|
@@ -1797,7 +1859,7 @@ class Client extends openapi_core_1.default {
|
|
|
1797
1859
|
return await this.createDatabaseWithOptions(request, runtime);
|
|
1798
1860
|
}
|
|
1799
1861
|
/**
|
|
1800
|
-
*
|
|
1862
|
+
* Creates a knowledge base.
|
|
1801
1863
|
*
|
|
1802
1864
|
* @param tmpReq - CreateDocumentCollectionRequest
|
|
1803
1865
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -1921,7 +1983,7 @@ class Client extends openapi_core_1.default {
|
|
|
1921
1983
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.CreateDocumentCollectionResponse({}));
|
|
1922
1984
|
}
|
|
1923
1985
|
/**
|
|
1924
|
-
*
|
|
1986
|
+
* Creates a knowledge base.
|
|
1925
1987
|
*
|
|
1926
1988
|
* @param request - CreateDocumentCollectionRequest
|
|
1927
1989
|
* @returns CreateDocumentCollectionResponse
|
|
@@ -2105,7 +2167,11 @@ class Client extends openapi_core_1.default {
|
|
|
2105
2167
|
return await this.createHadoopDataSourceWithOptions(request, runtime);
|
|
2106
2168
|
}
|
|
2107
2169
|
/**
|
|
2108
|
-
* Creates an index.
|
|
2170
|
+
* Creates an index.
|
|
2171
|
+
* Usage notes:
|
|
2172
|
+
* 1. Only scalar indexes are supported.
|
|
2173
|
+
* 2. Write operations on the table are prohibited during index creation.
|
|
2174
|
+
* 3. Creating an index on a table with a large amount of data consumes CPU and I/O resources of the instance. If instance availability is affected, call CancelCreateIndexJob to cancel the index creation.
|
|
2109
2175
|
*
|
|
2110
2176
|
* @param request - CreateIndexRequest
|
|
2111
2177
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -2161,7 +2227,11 @@ class Client extends openapi_core_1.default {
|
|
|
2161
2227
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.CreateIndexResponse({}));
|
|
2162
2228
|
}
|
|
2163
2229
|
/**
|
|
2164
|
-
* Creates an index.
|
|
2230
|
+
* Creates an index.
|
|
2231
|
+
* Usage notes:
|
|
2232
|
+
* 1. Only scalar indexes are supported.
|
|
2233
|
+
* 2. Write operations on the table are prohibited during index creation.
|
|
2234
|
+
* 3. Creating an index on a table with a large amount of data consumes CPU and I/O resources of the instance. If instance availability is affected, call CancelCreateIndexJob to cancel the index creation.
|
|
2165
2235
|
*
|
|
2166
2236
|
* @param request - CreateIndexRequest
|
|
2167
2237
|
* @returns CreateIndexResponse
|
|
@@ -2230,11 +2300,50 @@ class Client extends openapi_core_1.default {
|
|
|
2230
2300
|
let runtime = new $dara.RuntimeOptions({});
|
|
2231
2301
|
return await this.createJDBCDataSourceWithOptions(request, runtime);
|
|
2232
2302
|
}
|
|
2303
|
+
/**
|
|
2304
|
+
* Creates a model creation operator API key.
|
|
2305
|
+
*
|
|
2306
|
+
* @param request - CreateModelOperatorApiKeyRequest
|
|
2307
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
2308
|
+
* @returns CreateModelOperatorApiKeyResponse
|
|
2309
|
+
*/
|
|
2310
|
+
async createModelOperatorApiKeyWithOptions(request, runtime) {
|
|
2311
|
+
request.validate();
|
|
2312
|
+
let query = {};
|
|
2313
|
+
if (!$dara.isNull(request.description)) {
|
|
2314
|
+
query["Description"] = request.description;
|
|
2315
|
+
}
|
|
2316
|
+
let req = new openapi_core_2.$OpenApiUtil.OpenApiRequest({
|
|
2317
|
+
query: openapi_core_2.OpenApiUtil.query(query),
|
|
2318
|
+
});
|
|
2319
|
+
let params = new openapi_core_2.$OpenApiUtil.Params({
|
|
2320
|
+
action: "CreateModelOperatorApiKey",
|
|
2321
|
+
version: "2016-05-03",
|
|
2322
|
+
protocol: "HTTPS",
|
|
2323
|
+
pathname: "/",
|
|
2324
|
+
method: "POST",
|
|
2325
|
+
authType: "AK",
|
|
2326
|
+
style: "RPC",
|
|
2327
|
+
reqBodyType: "formData",
|
|
2328
|
+
bodyType: "json",
|
|
2329
|
+
});
|
|
2330
|
+
return $dara.cast(await this.callApi(params, req, runtime), new $_model.CreateModelOperatorApiKeyResponse({}));
|
|
2331
|
+
}
|
|
2332
|
+
/**
|
|
2333
|
+
* Creates a model creation operator API key.
|
|
2334
|
+
*
|
|
2335
|
+
* @param request - CreateModelOperatorApiKeyRequest
|
|
2336
|
+
* @returns CreateModelOperatorApiKeyResponse
|
|
2337
|
+
*/
|
|
2338
|
+
async createModelOperatorApiKey(request) {
|
|
2339
|
+
let runtime = new $dara.RuntimeOptions({});
|
|
2340
|
+
return await this.createModelOperatorApiKeyWithOptions(request, runtime);
|
|
2341
|
+
}
|
|
2233
2342
|
/**
|
|
2234
2343
|
* Creates a model service.
|
|
2235
2344
|
*
|
|
2236
2345
|
* @remarks
|
|
2237
|
-
* Before you call this operation,
|
|
2346
|
+
* Before you call this operation, make sure that you are familiar with the [billing methods](https://help.aliyun.com/document_detail/35406.html) and <props="china">[pricing](https://www.aliyun.com/price/product#/gpdb/detail/GreenplumPost)<props="intl">[pricing](https://www.alibabacloud.com/zh/product/hybriddb-postgresql/pricing) of AnalyticDB for PostgreSQL.
|
|
2238
2347
|
*
|
|
2239
2348
|
* @param tmpReq - CreateModelServiceRequest
|
|
2240
2349
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -2306,7 +2415,7 @@ class Client extends openapi_core_1.default {
|
|
|
2306
2415
|
* Creates a model service.
|
|
2307
2416
|
*
|
|
2308
2417
|
* @remarks
|
|
2309
|
-
* Before you call this operation,
|
|
2418
|
+
* Before you call this operation, make sure that you are familiar with the [billing methods](https://help.aliyun.com/document_detail/35406.html) and <props="china">[pricing](https://www.aliyun.com/price/product#/gpdb/detail/GreenplumPost)<props="intl">[pricing](https://www.alibabacloud.com/zh/product/hybriddb-postgresql/pricing) of AnalyticDB for PostgreSQL.
|
|
2310
2419
|
*
|
|
2311
2420
|
* @param request - CreateModelServiceRequest
|
|
2312
2421
|
* @returns CreateModelServiceResponse
|
|
@@ -2445,7 +2554,7 @@ class Client extends openapi_core_1.default {
|
|
|
2445
2554
|
* Creates a SaaS service.
|
|
2446
2555
|
*
|
|
2447
2556
|
* @remarks
|
|
2448
|
-
* Before you
|
|
2557
|
+
* Before you use this operation, make sure that you fully understand the [billing methods](https://help.aliyun.com/document_detail/35406.html) and <props="china">[pricing](https://www.aliyun.com/price/product#/gpdb/detail/GreenplumPost)<props="intl">[pricing](https://www.alibabacloud.com/zh/product/hybriddb-postgresql/pricing) of AnalyticDB for PostgreSQL.
|
|
2449
2558
|
*
|
|
2450
2559
|
* @param request - CreateSaasServiceRequest
|
|
2451
2560
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -2498,7 +2607,7 @@ class Client extends openapi_core_1.default {
|
|
|
2498
2607
|
* Creates a SaaS service.
|
|
2499
2608
|
*
|
|
2500
2609
|
* @remarks
|
|
2501
|
-
* Before you
|
|
2610
|
+
* Before you use this operation, make sure that you fully understand the [billing methods](https://help.aliyun.com/document_detail/35406.html) and <props="china">[pricing](https://www.aliyun.com/price/product#/gpdb/detail/GreenplumPost)<props="intl">[pricing](https://www.alibabacloud.com/zh/product/hybriddb-postgresql/pricing) of AnalyticDB for PostgreSQL.
|
|
2502
2611
|
*
|
|
2503
2612
|
* @param request - CreateSaasServiceRequest
|
|
2504
2613
|
* @returns CreateSaasServiceResponse
|
|
@@ -3313,6 +3422,54 @@ class Client extends openapi_core_1.default {
|
|
|
3313
3422
|
let runtime = new $dara.RuntimeOptions({});
|
|
3314
3423
|
return await this.deleteAccountWithOptions(request, runtime);
|
|
3315
3424
|
}
|
|
3425
|
+
/**
|
|
3426
|
+
* 删除API密钥
|
|
3427
|
+
*
|
|
3428
|
+
* @remarks
|
|
3429
|
+
* 删除API密钥。
|
|
3430
|
+
*
|
|
3431
|
+
* @param request - DeleteApiKeyRequest
|
|
3432
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
3433
|
+
* @returns DeleteApiKeyResponse
|
|
3434
|
+
*/
|
|
3435
|
+
async deleteApiKeyWithOptions(request, runtime) {
|
|
3436
|
+
request.validate();
|
|
3437
|
+
let query = {};
|
|
3438
|
+
if (!$dara.isNull(request.keyId)) {
|
|
3439
|
+
query["KeyId"] = request.keyId;
|
|
3440
|
+
}
|
|
3441
|
+
if (!$dara.isNull(request.regionId)) {
|
|
3442
|
+
query["RegionId"] = request.regionId;
|
|
3443
|
+
}
|
|
3444
|
+
let req = new openapi_core_2.$OpenApiUtil.OpenApiRequest({
|
|
3445
|
+
query: openapi_core_2.OpenApiUtil.query(query),
|
|
3446
|
+
});
|
|
3447
|
+
let params = new openapi_core_2.$OpenApiUtil.Params({
|
|
3448
|
+
action: "DeleteApiKey",
|
|
3449
|
+
version: "2016-05-03",
|
|
3450
|
+
protocol: "HTTPS",
|
|
3451
|
+
pathname: "/",
|
|
3452
|
+
method: "POST",
|
|
3453
|
+
authType: "AK",
|
|
3454
|
+
style: "RPC",
|
|
3455
|
+
reqBodyType: "formData",
|
|
3456
|
+
bodyType: "json",
|
|
3457
|
+
});
|
|
3458
|
+
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DeleteApiKeyResponse({}));
|
|
3459
|
+
}
|
|
3460
|
+
/**
|
|
3461
|
+
* 删除API密钥
|
|
3462
|
+
*
|
|
3463
|
+
* @remarks
|
|
3464
|
+
* 删除API密钥。
|
|
3465
|
+
*
|
|
3466
|
+
* @param request - DeleteApiKeyRequest
|
|
3467
|
+
* @returns DeleteApiKeyResponse
|
|
3468
|
+
*/
|
|
3469
|
+
async deleteApiKey(request) {
|
|
3470
|
+
let runtime = new $dara.RuntimeOptions({});
|
|
3471
|
+
return await this.deleteApiKeyWithOptions(request, runtime);
|
|
3472
|
+
}
|
|
3316
3473
|
/**
|
|
3317
3474
|
* Deletes a backup set. You can call this operation to delete only physical backup sets that are manually backed up.
|
|
3318
3475
|
*
|
|
@@ -3359,7 +3516,7 @@ class Client extends openapi_core_1.default {
|
|
|
3359
3516
|
* Deletes a Supabase branch.
|
|
3360
3517
|
*
|
|
3361
3518
|
* @remarks
|
|
3362
|
-
* Deletes a specified Supabase branch. The default branch or
|
|
3519
|
+
* Deletes a specified Supabase branch. The default branch or a branch that still has child branches cannot be deleted.
|
|
3363
3520
|
*
|
|
3364
3521
|
* @param request - DeleteBranchRequest
|
|
3365
3522
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -3394,7 +3551,7 @@ class Client extends openapi_core_1.default {
|
|
|
3394
3551
|
* Deletes a Supabase branch.
|
|
3395
3552
|
*
|
|
3396
3553
|
* @remarks
|
|
3397
|
-
* Deletes a specified Supabase branch. The default branch or
|
|
3554
|
+
* Deletes a specified Supabase branch. The default branch or a branch that still has child branches cannot be deleted.
|
|
3398
3555
|
*
|
|
3399
3556
|
* @param request - DeleteBranchRequest
|
|
3400
3557
|
* @returns DeleteBranchResponse
|
|
@@ -4472,10 +4629,10 @@ class Client extends openapi_core_1.default {
|
|
|
4472
4629
|
return await this.deleteSecretWithOptions(request, runtime);
|
|
4473
4630
|
}
|
|
4474
4631
|
/**
|
|
4475
|
-
*
|
|
4632
|
+
* Deletes a snapshot of a Supabase project.
|
|
4476
4633
|
*
|
|
4477
4634
|
* @remarks
|
|
4478
|
-
*
|
|
4635
|
+
* Deletes a snapshot from a specified Supabase project by ProjectId and Lsn.
|
|
4479
4636
|
*
|
|
4480
4637
|
* @param request - DeleteSnapshotRequest
|
|
4481
4638
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -4510,10 +4667,10 @@ class Client extends openapi_core_1.default {
|
|
|
4510
4667
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DeleteSnapshotResponse({}));
|
|
4511
4668
|
}
|
|
4512
4669
|
/**
|
|
4513
|
-
*
|
|
4670
|
+
* Deletes a snapshot of a Supabase project.
|
|
4514
4671
|
*
|
|
4515
4672
|
* @remarks
|
|
4516
|
-
*
|
|
4673
|
+
* Deletes a snapshot from a specified Supabase project by ProjectId and Lsn.
|
|
4517
4674
|
*
|
|
4518
4675
|
* @param request - DeleteSnapshotRequest
|
|
4519
4676
|
* @returns DeleteSnapshotResponse
|
|
@@ -5454,14 +5611,14 @@ class Client extends openapi_core_1.default {
|
|
|
5454
5611
|
return await this.describeDBClusterPerformanceWithOptions(request, runtime);
|
|
5455
5612
|
}
|
|
5456
5613
|
/**
|
|
5457
|
-
*
|
|
5614
|
+
* Queries the details of an AnalyticDB for PostgreSQL instance.
|
|
5458
5615
|
*
|
|
5459
5616
|
* @remarks
|
|
5460
|
-
* ##
|
|
5461
|
-
* This
|
|
5462
|
-
* ##
|
|
5463
|
-
* The default QPS limit for this
|
|
5464
|
-
* <props="china">The QPS
|
|
5617
|
+
* ## Operation description
|
|
5618
|
+
* This operation is used to query information about an AnalyticDB for PostgreSQL instance, such as the instance specifications, network type, and instance status.
|
|
5619
|
+
* ## QPS limit
|
|
5620
|
+
* The default QPS limit for a single user for this operation is 1,000 calls per second. If the limit is exceeded, API calls are throttled, which may affect your business. Call this operation as needed.
|
|
5621
|
+
* <props="china">The QPS limit in this topic is a default reference value. For accurate information, refer to the [API rate limit list](https://quotas.console.aliyun.com/flow-control-products/gpdb/quotas).
|
|
5465
5622
|
*
|
|
5466
5623
|
* @param request - DescribeDBInstanceAttributeRequest
|
|
5467
5624
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -5496,14 +5653,14 @@ class Client extends openapi_core_1.default {
|
|
|
5496
5653
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeDBInstanceAttributeResponse({}));
|
|
5497
5654
|
}
|
|
5498
5655
|
/**
|
|
5499
|
-
*
|
|
5656
|
+
* Queries the details of an AnalyticDB for PostgreSQL instance.
|
|
5500
5657
|
*
|
|
5501
5658
|
* @remarks
|
|
5502
|
-
* ##
|
|
5503
|
-
* This
|
|
5504
|
-
* ##
|
|
5505
|
-
* The default QPS limit for this
|
|
5506
|
-
* <props="china">The QPS
|
|
5659
|
+
* ## Operation description
|
|
5660
|
+
* This operation is used to query information about an AnalyticDB for PostgreSQL instance, such as the instance specifications, network type, and instance status.
|
|
5661
|
+
* ## QPS limit
|
|
5662
|
+
* The default QPS limit for a single user for this operation is 1,000 calls per second. If the limit is exceeded, API calls are throttled, which may affect your business. Call this operation as needed.
|
|
5663
|
+
* <props="china">The QPS limit in this topic is a default reference value. For accurate information, refer to the [API rate limit list](https://quotas.console.aliyun.com/flow-control-products/gpdb/quotas).
|
|
5507
5664
|
*
|
|
5508
5665
|
* @param request - DescribeDBInstanceAttributeRequest
|
|
5509
5666
|
* @returns DescribeDBInstanceAttributeResponse
|
|
@@ -6084,7 +6241,7 @@ class Client extends openapi_core_1.default {
|
|
|
6084
6241
|
return await this.describeDBInstanceSSLWithOptions(request, runtime);
|
|
6085
6242
|
}
|
|
6086
6243
|
/**
|
|
6087
|
-
* Queries the maximum
|
|
6244
|
+
* Queries the maximum throughput of an instance.
|
|
6088
6245
|
*
|
|
6089
6246
|
* @param request - DescribeDBInstanceSupportMaxPerformanceRequest
|
|
6090
6247
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -6116,7 +6273,7 @@ class Client extends openapi_core_1.default {
|
|
|
6116
6273
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeDBInstanceSupportMaxPerformanceResponse({}));
|
|
6117
6274
|
}
|
|
6118
6275
|
/**
|
|
6119
|
-
* Queries the maximum
|
|
6276
|
+
* Queries the maximum throughput of an instance.
|
|
6120
6277
|
*
|
|
6121
6278
|
* @param request - DescribeDBInstanceSupportMaxPerformanceRequest
|
|
6122
6279
|
* @returns DescribeDBInstanceSupportMaxPerformanceResponse
|
|
@@ -7505,13 +7662,120 @@ class Client extends openapi_core_1.default {
|
|
|
7505
7662
|
return await this.describeLogBackupsWithOptions(request, runtime);
|
|
7506
7663
|
}
|
|
7507
7664
|
/**
|
|
7508
|
-
*
|
|
7665
|
+
* Retrieves the details of a model operator API key.
|
|
7666
|
+
*
|
|
7667
|
+
* @param request - DescribeModelOperatorApiKeyRequest
|
|
7668
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
7669
|
+
* @returns DescribeModelOperatorApiKeyResponse
|
|
7670
|
+
*/
|
|
7671
|
+
async describeModelOperatorApiKeyWithOptions(request, runtime) {
|
|
7672
|
+
request.validate();
|
|
7673
|
+
let query = {};
|
|
7674
|
+
if (!$dara.isNull(request.apiKeyId)) {
|
|
7675
|
+
query["ApiKeyId"] = request.apiKeyId;
|
|
7676
|
+
}
|
|
7677
|
+
let req = new openapi_core_2.$OpenApiUtil.OpenApiRequest({
|
|
7678
|
+
query: openapi_core_2.OpenApiUtil.query(query),
|
|
7679
|
+
});
|
|
7680
|
+
let params = new openapi_core_2.$OpenApiUtil.Params({
|
|
7681
|
+
action: "DescribeModelOperatorApiKey",
|
|
7682
|
+
version: "2016-05-03",
|
|
7683
|
+
protocol: "HTTPS",
|
|
7684
|
+
pathname: "/",
|
|
7685
|
+
method: "POST",
|
|
7686
|
+
authType: "AK",
|
|
7687
|
+
style: "RPC",
|
|
7688
|
+
reqBodyType: "formData",
|
|
7689
|
+
bodyType: "json",
|
|
7690
|
+
});
|
|
7691
|
+
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeModelOperatorApiKeyResponse({}));
|
|
7692
|
+
}
|
|
7693
|
+
/**
|
|
7694
|
+
* Retrieves the details of a model operator API key.
|
|
7695
|
+
*
|
|
7696
|
+
* @param request - DescribeModelOperatorApiKeyRequest
|
|
7697
|
+
* @returns DescribeModelOperatorApiKeyResponse
|
|
7698
|
+
*/
|
|
7699
|
+
async describeModelOperatorApiKey(request) {
|
|
7700
|
+
let runtime = new $dara.RuntimeOptions({});
|
|
7701
|
+
return await this.describeModelOperatorApiKeyWithOptions(request, runtime);
|
|
7702
|
+
}
|
|
7703
|
+
/**
|
|
7704
|
+
* Retrieves the usage metrics of model operators.
|
|
7705
|
+
*
|
|
7706
|
+
* @param tmpReq - DescribeModelOperatorUsageRequest
|
|
7707
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
7708
|
+
* @returns DescribeModelOperatorUsageResponse
|
|
7709
|
+
*/
|
|
7710
|
+
async describeModelOperatorUsageWithOptions(tmpReq, runtime) {
|
|
7711
|
+
tmpReq.validate();
|
|
7712
|
+
let request = new $_model.DescribeModelOperatorUsageShrinkRequest({});
|
|
7713
|
+
openapi_core_2.OpenApiUtil.convert(tmpReq, request);
|
|
7714
|
+
if (!$dara.isNull(tmpReq.apiKeyIds)) {
|
|
7715
|
+
request.apiKeyIdsShrink = openapi_core_2.OpenApiUtil.arrayToStringWithSpecifiedStyle(tmpReq.apiKeyIds, "ApiKeyIds", "simple");
|
|
7716
|
+
}
|
|
7717
|
+
if (!$dara.isNull(tmpReq.keys)) {
|
|
7718
|
+
request.keysShrink = openapi_core_2.OpenApiUtil.arrayToStringWithSpecifiedStyle(tmpReq.keys, "Keys", "simple");
|
|
7719
|
+
}
|
|
7720
|
+
if (!$dara.isNull(tmpReq.modelNames)) {
|
|
7721
|
+
request.modelNamesShrink = openapi_core_2.OpenApiUtil.arrayToStringWithSpecifiedStyle(tmpReq.modelNames, "ModelNames", "simple");
|
|
7722
|
+
}
|
|
7723
|
+
let query = {};
|
|
7724
|
+
if (!$dara.isNull(request.apiKeyIdsShrink)) {
|
|
7725
|
+
query["ApiKeyIds"] = request.apiKeyIdsShrink;
|
|
7726
|
+
}
|
|
7727
|
+
if (!$dara.isNull(request.endTime)) {
|
|
7728
|
+
query["EndTime"] = request.endTime;
|
|
7729
|
+
}
|
|
7730
|
+
if (!$dara.isNull(request.groupBy)) {
|
|
7731
|
+
query["GroupBy"] = request.groupBy;
|
|
7732
|
+
}
|
|
7733
|
+
if (!$dara.isNull(request.keysShrink)) {
|
|
7734
|
+
query["Keys"] = request.keysShrink;
|
|
7735
|
+
}
|
|
7736
|
+
if (!$dara.isNull(request.modelNamesShrink)) {
|
|
7737
|
+
query["ModelNames"] = request.modelNamesShrink;
|
|
7738
|
+
}
|
|
7739
|
+
if (!$dara.isNull(request.period)) {
|
|
7740
|
+
query["Period"] = request.period;
|
|
7741
|
+
}
|
|
7742
|
+
if (!$dara.isNull(request.startTime)) {
|
|
7743
|
+
query["StartTime"] = request.startTime;
|
|
7744
|
+
}
|
|
7745
|
+
let req = new openapi_core_2.$OpenApiUtil.OpenApiRequest({
|
|
7746
|
+
query: openapi_core_2.OpenApiUtil.query(query),
|
|
7747
|
+
});
|
|
7748
|
+
let params = new openapi_core_2.$OpenApiUtil.Params({
|
|
7749
|
+
action: "DescribeModelOperatorUsage",
|
|
7750
|
+
version: "2016-05-03",
|
|
7751
|
+
protocol: "HTTPS",
|
|
7752
|
+
pathname: "/",
|
|
7753
|
+
method: "POST",
|
|
7754
|
+
authType: "AK",
|
|
7755
|
+
style: "RPC",
|
|
7756
|
+
reqBodyType: "formData",
|
|
7757
|
+
bodyType: "json",
|
|
7758
|
+
});
|
|
7759
|
+
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeModelOperatorUsageResponse({}));
|
|
7760
|
+
}
|
|
7761
|
+
/**
|
|
7762
|
+
* Retrieves the usage metrics of model operators.
|
|
7763
|
+
*
|
|
7764
|
+
* @param request - DescribeModelOperatorUsageRequest
|
|
7765
|
+
* @returns DescribeModelOperatorUsageResponse
|
|
7766
|
+
*/
|
|
7767
|
+
async describeModelOperatorUsage(request) {
|
|
7768
|
+
let runtime = new $dara.RuntimeOptions({});
|
|
7769
|
+
return await this.describeModelOperatorUsageWithOptions(request, runtime);
|
|
7770
|
+
}
|
|
7771
|
+
/**
|
|
7772
|
+
* Queries a model service.
|
|
7509
7773
|
*
|
|
7510
7774
|
* @remarks
|
|
7511
|
-
* ##
|
|
7512
|
-
*
|
|
7513
|
-
* ##
|
|
7514
|
-
*
|
|
7775
|
+
* ## Operation description
|
|
7776
|
+
* You can call this operation to query the details of a model service.
|
|
7777
|
+
* ## Rate limit
|
|
7778
|
+
* The maximum number of queries per second (QPS) per user for this operation is 1,000. If the number of calls exceeds the limit, throttling is triggered. Throttling may affect your business. Call this operation as needed.
|
|
7515
7779
|
*
|
|
7516
7780
|
* @param request - DescribeModelServiceRequest
|
|
7517
7781
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -7543,13 +7807,13 @@ class Client extends openapi_core_1.default {
|
|
|
7543
7807
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeModelServiceResponse({}));
|
|
7544
7808
|
}
|
|
7545
7809
|
/**
|
|
7546
|
-
* Queries
|
|
7810
|
+
* Queries a model service.
|
|
7547
7811
|
*
|
|
7548
7812
|
* @remarks
|
|
7549
|
-
* ##
|
|
7550
|
-
*
|
|
7551
|
-
* ##
|
|
7552
|
-
*
|
|
7813
|
+
* ## Operation description
|
|
7814
|
+
* You can call this operation to query the details of a model service.
|
|
7815
|
+
* ## Rate limit
|
|
7816
|
+
* The maximum number of queries per second (QPS) per user for this operation is 1,000. If the number of calls exceeds the limit, throttling is triggered. Throttling may affect your business. Call this operation as needed.
|
|
7553
7817
|
*
|
|
7554
7818
|
* @param request - DescribeModelServiceRequest
|
|
7555
7819
|
* @returns DescribeModelServiceResponse
|
|
@@ -8508,7 +8772,7 @@ class Client extends openapi_core_1.default {
|
|
|
8508
8772
|
return await this.describeSupportFeaturesWithOptions(request, runtime);
|
|
8509
8773
|
}
|
|
8510
8774
|
/**
|
|
8511
|
-
*
|
|
8775
|
+
* Queries the details of a table.
|
|
8512
8776
|
*
|
|
8513
8777
|
* @param request - DescribeTableRequest
|
|
8514
8778
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -8558,7 +8822,7 @@ class Client extends openapi_core_1.default {
|
|
|
8558
8822
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeTableResponse({}));
|
|
8559
8823
|
}
|
|
8560
8824
|
/**
|
|
8561
|
-
*
|
|
8825
|
+
* Queries the details of a table.
|
|
8562
8826
|
*
|
|
8563
8827
|
* @param request - DescribeTableRequest
|
|
8564
8828
|
* @returns DescribeTableResponse
|
|
@@ -9249,7 +9513,7 @@ class Client extends openapi_core_1.default {
|
|
|
9249
9513
|
return await this.enableDBResourceGroupWithOptions(request, runtime);
|
|
9250
9514
|
}
|
|
9251
9515
|
/**
|
|
9252
|
-
*
|
|
9516
|
+
* Executes an SQL statement.
|
|
9253
9517
|
*
|
|
9254
9518
|
* @param tmpReq - ExecuteStatementRequest
|
|
9255
9519
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -9324,7 +9588,7 @@ class Client extends openapi_core_1.default {
|
|
|
9324
9588
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.ExecuteStatementResponse({}));
|
|
9325
9589
|
}
|
|
9326
9590
|
/**
|
|
9327
|
-
*
|
|
9591
|
+
* Executes an SQL statement.
|
|
9328
9592
|
*
|
|
9329
9593
|
* @param request - ExecuteStatementRequest
|
|
9330
9594
|
* @returns ExecuteStatementResponse
|
|
@@ -9334,7 +9598,7 @@ class Client extends openapi_core_1.default {
|
|
|
9334
9598
|
return await this.executeStatementWithOptions(request, runtime);
|
|
9335
9599
|
}
|
|
9336
9600
|
/**
|
|
9337
|
-
*
|
|
9601
|
+
* Retrieves information about a specific account.
|
|
9338
9602
|
*
|
|
9339
9603
|
* @param request - GetAccountRequest
|
|
9340
9604
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -9366,7 +9630,7 @@ class Client extends openapi_core_1.default {
|
|
|
9366
9630
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.GetAccountResponse({}));
|
|
9367
9631
|
}
|
|
9368
9632
|
/**
|
|
9369
|
-
*
|
|
9633
|
+
* Retrieves information about a specific account.
|
|
9370
9634
|
*
|
|
9371
9635
|
* @param request - GetAccountRequest
|
|
9372
9636
|
* @returns GetAccountResponse
|
|
@@ -9375,6 +9639,54 @@ class Client extends openapi_core_1.default {
|
|
|
9375
9639
|
let runtime = new $dara.RuntimeOptions({});
|
|
9376
9640
|
return await this.getAccountWithOptions(request, runtime);
|
|
9377
9641
|
}
|
|
9642
|
+
/**
|
|
9643
|
+
* 获取API密钥详情
|
|
9644
|
+
*
|
|
9645
|
+
* @remarks
|
|
9646
|
+
* 获取API密钥详情。
|
|
9647
|
+
*
|
|
9648
|
+
* @param request - GetApiKeyRequest
|
|
9649
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
9650
|
+
* @returns GetApiKeyResponse
|
|
9651
|
+
*/
|
|
9652
|
+
async getApiKeyWithOptions(request, runtime) {
|
|
9653
|
+
request.validate();
|
|
9654
|
+
let query = {};
|
|
9655
|
+
if (!$dara.isNull(request.keyId)) {
|
|
9656
|
+
query["KeyId"] = request.keyId;
|
|
9657
|
+
}
|
|
9658
|
+
if (!$dara.isNull(request.regionId)) {
|
|
9659
|
+
query["RegionId"] = request.regionId;
|
|
9660
|
+
}
|
|
9661
|
+
let req = new openapi_core_2.$OpenApiUtil.OpenApiRequest({
|
|
9662
|
+
query: openapi_core_2.OpenApiUtil.query(query),
|
|
9663
|
+
});
|
|
9664
|
+
let params = new openapi_core_2.$OpenApiUtil.Params({
|
|
9665
|
+
action: "GetApiKey",
|
|
9666
|
+
version: "2016-05-03",
|
|
9667
|
+
protocol: "HTTPS",
|
|
9668
|
+
pathname: "/",
|
|
9669
|
+
method: "POST",
|
|
9670
|
+
authType: "AK",
|
|
9671
|
+
style: "RPC",
|
|
9672
|
+
reqBodyType: "formData",
|
|
9673
|
+
bodyType: "json",
|
|
9674
|
+
});
|
|
9675
|
+
return $dara.cast(await this.callApi(params, req, runtime), new $_model.GetApiKeyResponse({}));
|
|
9676
|
+
}
|
|
9677
|
+
/**
|
|
9678
|
+
* 获取API密钥详情
|
|
9679
|
+
*
|
|
9680
|
+
* @remarks
|
|
9681
|
+
* 获取API密钥详情。
|
|
9682
|
+
*
|
|
9683
|
+
* @param request - GetApiKeyRequest
|
|
9684
|
+
* @returns GetApiKeyResponse
|
|
9685
|
+
*/
|
|
9686
|
+
async getApiKey(request) {
|
|
9687
|
+
let runtime = new $dara.RuntimeOptions({});
|
|
9688
|
+
return await this.getApiKeyWithOptions(request, runtime);
|
|
9689
|
+
}
|
|
9378
9690
|
/**
|
|
9379
9691
|
* Retrieves the database schema of a Supabase branch.
|
|
9380
9692
|
*
|
|
@@ -9643,7 +9955,7 @@ class Client extends openapi_core_1.default {
|
|
|
9643
9955
|
return await this.getServiceAccessInfoWithOptions(request, runtime);
|
|
9644
9956
|
}
|
|
9645
9957
|
/**
|
|
9646
|
-
*
|
|
9958
|
+
* Retrieves the result of an asynchronous SQL execution.
|
|
9647
9959
|
*
|
|
9648
9960
|
* @param request - GetStatementResultRequest
|
|
9649
9961
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -9687,7 +9999,7 @@ class Client extends openapi_core_1.default {
|
|
|
9687
9999
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.GetStatementResultResponse({}));
|
|
9688
10000
|
}
|
|
9689
10001
|
/**
|
|
9690
|
-
*
|
|
10002
|
+
* Retrieves the result of an asynchronous SQL execution.
|
|
9691
10003
|
*
|
|
9692
10004
|
* @param request - GetStatementResultRequest
|
|
9693
10005
|
* @returns GetStatementResultResponse
|
|
@@ -9841,12 +10153,12 @@ class Client extends openapi_core_1.default {
|
|
|
9841
10153
|
return await this.getSupabaseProjectDashboardAccountWithOptions(request, runtime);
|
|
9842
10154
|
}
|
|
9843
10155
|
/**
|
|
9844
|
-
*
|
|
10156
|
+
* Retrieves the progress and result of an asynchronous document upload task by job ID.
|
|
9845
10157
|
*
|
|
9846
10158
|
* @remarks
|
|
9847
|
-
* This operation is related to
|
|
9848
|
-
* >
|
|
9849
|
-
*
|
|
10159
|
+
* This operation is related to UploadDocumentAsync. You can call UploadDocumentAsync to create an upload task and obtain a job ID, and then call this operation to view the execution information of the job.
|
|
10160
|
+
* > Usage notes
|
|
10161
|
+
* > - Estimate the timeout based on the document complexity and the number of vector entries after chunking. The timeout generally does not exceed 2 hours.
|
|
9850
10162
|
*
|
|
9851
10163
|
* @param request - GetUploadDocumentJobRequest
|
|
9852
10164
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -9895,12 +10207,12 @@ class Client extends openapi_core_1.default {
|
|
|
9895
10207
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.GetUploadDocumentJobResponse({}));
|
|
9896
10208
|
}
|
|
9897
10209
|
/**
|
|
9898
|
-
*
|
|
10210
|
+
* Retrieves the progress and result of an asynchronous document upload task by job ID.
|
|
9899
10211
|
*
|
|
9900
10212
|
* @remarks
|
|
9901
|
-
* This operation is related to
|
|
9902
|
-
* >
|
|
9903
|
-
*
|
|
10213
|
+
* This operation is related to UploadDocumentAsync. You can call UploadDocumentAsync to create an upload task and obtain a job ID, and then call this operation to view the execution information of the job.
|
|
10214
|
+
* > Usage notes
|
|
10215
|
+
* > - Estimate the timeout based on the document complexity and the number of vector entries after chunking. The timeout generally does not exceed 2 hours.
|
|
9904
10216
|
*
|
|
9905
10217
|
* @param request - GetUploadDocumentJobRequest
|
|
9906
10218
|
* @returns GetUploadDocumentJobResponse
|
|
@@ -9979,6 +10291,56 @@ class Client extends openapi_core_1.default {
|
|
|
9979
10291
|
let runtime = new $dara.RuntimeOptions({});
|
|
9980
10292
|
return await this.getUpsertCollectionDataJobWithOptions(request, runtime);
|
|
9981
10293
|
}
|
|
10294
|
+
/**
|
|
10295
|
+
* 查询SaaS工作空间
|
|
10296
|
+
*
|
|
10297
|
+
* @remarks
|
|
10298
|
+
* ## 使用说明
|
|
10299
|
+
* 本接口用于查看指定工作空间信息。
|
|
10300
|
+
*
|
|
10301
|
+
* @param request - GetWorkspaceRequest
|
|
10302
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
10303
|
+
* @returns GetWorkspaceResponse
|
|
10304
|
+
*/
|
|
10305
|
+
async getWorkspaceWithOptions(request, runtime) {
|
|
10306
|
+
request.validate();
|
|
10307
|
+
let query = {};
|
|
10308
|
+
if (!$dara.isNull(request.regionId)) {
|
|
10309
|
+
query["RegionId"] = request.regionId;
|
|
10310
|
+
}
|
|
10311
|
+
if (!$dara.isNull(request.workspaceId)) {
|
|
10312
|
+
query["WorkspaceId"] = request.workspaceId;
|
|
10313
|
+
}
|
|
10314
|
+
let req = new openapi_core_2.$OpenApiUtil.OpenApiRequest({
|
|
10315
|
+
query: openapi_core_2.OpenApiUtil.query(query),
|
|
10316
|
+
});
|
|
10317
|
+
let params = new openapi_core_2.$OpenApiUtil.Params({
|
|
10318
|
+
action: "GetWorkspace",
|
|
10319
|
+
version: "2016-05-03",
|
|
10320
|
+
protocol: "HTTPS",
|
|
10321
|
+
pathname: "/",
|
|
10322
|
+
method: "POST",
|
|
10323
|
+
authType: "AK",
|
|
10324
|
+
style: "RPC",
|
|
10325
|
+
reqBodyType: "formData",
|
|
10326
|
+
bodyType: "json",
|
|
10327
|
+
});
|
|
10328
|
+
return $dara.cast(await this.callApi(params, req, runtime), new $_model.GetWorkspaceResponse({}));
|
|
10329
|
+
}
|
|
10330
|
+
/**
|
|
10331
|
+
* 查询SaaS工作空间
|
|
10332
|
+
*
|
|
10333
|
+
* @remarks
|
|
10334
|
+
* ## 使用说明
|
|
10335
|
+
* 本接口用于查看指定工作空间信息。
|
|
10336
|
+
*
|
|
10337
|
+
* @param request - GetWorkspaceRequest
|
|
10338
|
+
* @returns GetWorkspaceResponse
|
|
10339
|
+
*/
|
|
10340
|
+
async getWorkspace(request) {
|
|
10341
|
+
let runtime = new $dara.RuntimeOptions({});
|
|
10342
|
+
return await this.getWorkspaceWithOptions(request, runtime);
|
|
10343
|
+
}
|
|
9982
10344
|
/**
|
|
9983
10345
|
* Grants vector collection permissions to a namespace.
|
|
9984
10346
|
*
|
|
@@ -10142,10 +10504,10 @@ class Client extends openapi_core_1.default {
|
|
|
10142
10504
|
return await this.initVectorDatabaseWithOptions(request, runtime);
|
|
10143
10505
|
}
|
|
10144
10506
|
/**
|
|
10145
|
-
* Queries
|
|
10507
|
+
* Queries the list of AI nodes.
|
|
10146
10508
|
*
|
|
10147
10509
|
* @remarks
|
|
10148
|
-
* - This operation
|
|
10510
|
+
* - This operation is used to query the list of AI nodes.
|
|
10149
10511
|
*
|
|
10150
10512
|
* @param request - ListAINodePoolsRequest
|
|
10151
10513
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -10177,10 +10539,10 @@ class Client extends openapi_core_1.default {
|
|
|
10177
10539
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.ListAINodePoolsResponse({}));
|
|
10178
10540
|
}
|
|
10179
10541
|
/**
|
|
10180
|
-
* Queries
|
|
10542
|
+
* Queries the list of AI nodes.
|
|
10181
10543
|
*
|
|
10182
10544
|
* @remarks
|
|
10183
|
-
* - This operation
|
|
10545
|
+
* - This operation is used to query the list of AI nodes.
|
|
10184
10546
|
*
|
|
10185
10547
|
* @param request - ListAINodePoolsRequest
|
|
10186
10548
|
* @returns ListAINodePoolsResponse
|
|
@@ -10190,7 +10552,7 @@ class Client extends openapi_core_1.default {
|
|
|
10190
10552
|
return await this.listAINodePoolsWithOptions(request, runtime);
|
|
10191
10553
|
}
|
|
10192
10554
|
/**
|
|
10193
|
-
*
|
|
10555
|
+
* Retrieves the list of AI services.
|
|
10194
10556
|
*
|
|
10195
10557
|
* @param request - ListAIServicesRequest
|
|
10196
10558
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -10228,7 +10590,7 @@ class Client extends openapi_core_1.default {
|
|
|
10228
10590
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.ListAIServicesResponse({}));
|
|
10229
10591
|
}
|
|
10230
10592
|
/**
|
|
10231
|
-
*
|
|
10593
|
+
* Retrieves the list of AI services.
|
|
10232
10594
|
*
|
|
10233
10595
|
* @param request - ListAIServicesRequest
|
|
10234
10596
|
* @returns ListAIServicesResponse
|
|
@@ -10237,6 +10599,63 @@ class Client extends openapi_core_1.default {
|
|
|
10237
10599
|
let runtime = new $dara.RuntimeOptions({});
|
|
10238
10600
|
return await this.listAIServicesWithOptions(request, runtime);
|
|
10239
10601
|
}
|
|
10602
|
+
/**
|
|
10603
|
+
* 查询API密钥列表
|
|
10604
|
+
*
|
|
10605
|
+
* @remarks
|
|
10606
|
+
* 查询API密钥列表。
|
|
10607
|
+
*
|
|
10608
|
+
* @param request - ListApiKeysRequest
|
|
10609
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
10610
|
+
* @returns ListApiKeysResponse
|
|
10611
|
+
*/
|
|
10612
|
+
async listApiKeysWithOptions(request, runtime) {
|
|
10613
|
+
request.validate();
|
|
10614
|
+
let query = {};
|
|
10615
|
+
if (!$dara.isNull(request.keyName)) {
|
|
10616
|
+
query["KeyName"] = request.keyName;
|
|
10617
|
+
}
|
|
10618
|
+
if (!$dara.isNull(request.maxResults)) {
|
|
10619
|
+
query["MaxResults"] = request.maxResults;
|
|
10620
|
+
}
|
|
10621
|
+
if (!$dara.isNull(request.nextToken)) {
|
|
10622
|
+
query["NextToken"] = request.nextToken;
|
|
10623
|
+
}
|
|
10624
|
+
if (!$dara.isNull(request.regionId)) {
|
|
10625
|
+
query["RegionId"] = request.regionId;
|
|
10626
|
+
}
|
|
10627
|
+
if (!$dara.isNull(request.workspaceId)) {
|
|
10628
|
+
query["WorkspaceId"] = request.workspaceId;
|
|
10629
|
+
}
|
|
10630
|
+
let req = new openapi_core_2.$OpenApiUtil.OpenApiRequest({
|
|
10631
|
+
query: openapi_core_2.OpenApiUtil.query(query),
|
|
10632
|
+
});
|
|
10633
|
+
let params = new openapi_core_2.$OpenApiUtil.Params({
|
|
10634
|
+
action: "ListApiKeys",
|
|
10635
|
+
version: "2016-05-03",
|
|
10636
|
+
protocol: "HTTPS",
|
|
10637
|
+
pathname: "/",
|
|
10638
|
+
method: "POST",
|
|
10639
|
+
authType: "AK",
|
|
10640
|
+
style: "RPC",
|
|
10641
|
+
reqBodyType: "formData",
|
|
10642
|
+
bodyType: "json",
|
|
10643
|
+
});
|
|
10644
|
+
return $dara.cast(await this.callApi(params, req, runtime), new $_model.ListApiKeysResponse({}));
|
|
10645
|
+
}
|
|
10646
|
+
/**
|
|
10647
|
+
* 查询API密钥列表
|
|
10648
|
+
*
|
|
10649
|
+
* @remarks
|
|
10650
|
+
* 查询API密钥列表。
|
|
10651
|
+
*
|
|
10652
|
+
* @param request - ListApiKeysRequest
|
|
10653
|
+
* @returns ListApiKeysResponse
|
|
10654
|
+
*/
|
|
10655
|
+
async listApiKeys(request) {
|
|
10656
|
+
let runtime = new $dara.RuntimeOptions({});
|
|
10657
|
+
return await this.listApiKeysWithOptions(request, runtime);
|
|
10658
|
+
}
|
|
10240
10659
|
/**
|
|
10241
10660
|
* Queries a list of backup jobs.
|
|
10242
10661
|
*
|
|
@@ -10280,10 +10699,10 @@ class Client extends openapi_core_1.default {
|
|
|
10280
10699
|
return await this.listBackupJobsWithOptions(request, runtime);
|
|
10281
10700
|
}
|
|
10282
10701
|
/**
|
|
10283
|
-
*
|
|
10702
|
+
* Queries the branch list of a Supabase project.
|
|
10284
10703
|
*
|
|
10285
10704
|
* @remarks
|
|
10286
|
-
*
|
|
10705
|
+
* Performs a paged query for all branches under a specified Supabase project. You can filter branches by parent branch, keyword, and sorting criteria. Paging is supported.
|
|
10287
10706
|
*
|
|
10288
10707
|
* @param request - ListBranchesRequest
|
|
10289
10708
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -10336,10 +10755,10 @@ class Client extends openapi_core_1.default {
|
|
|
10336
10755
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.ListBranchesResponse({}));
|
|
10337
10756
|
}
|
|
10338
10757
|
/**
|
|
10339
|
-
*
|
|
10758
|
+
* Queries the branch list of a Supabase project.
|
|
10340
10759
|
*
|
|
10341
10760
|
* @remarks
|
|
10342
|
-
*
|
|
10761
|
+
* Performs a paged query for all branches under a specified Supabase project. You can filter branches by parent branch, keyword, and sorting criteria. Paging is supported.
|
|
10343
10762
|
*
|
|
10344
10763
|
* @param request - ListBranchesRequest
|
|
10345
10764
|
* @returns ListBranchesResponse
|
|
@@ -10349,7 +10768,7 @@ class Client extends openapi_core_1.default {
|
|
|
10349
10768
|
return await this.listBranchesWithOptions(request, runtime);
|
|
10350
10769
|
}
|
|
10351
10770
|
/**
|
|
10352
|
-
*
|
|
10771
|
+
* Retrieves the details of document chunks.
|
|
10353
10772
|
*
|
|
10354
10773
|
* @param request - ListChunksRequest
|
|
10355
10774
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -10405,7 +10824,7 @@ class Client extends openapi_core_1.default {
|
|
|
10405
10824
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.ListChunksResponse({}));
|
|
10406
10825
|
}
|
|
10407
10826
|
/**
|
|
10408
|
-
*
|
|
10827
|
+
* Retrieves the details of document chunks.
|
|
10409
10828
|
*
|
|
10410
10829
|
* @param request - ListChunksRequest
|
|
10411
10830
|
* @returns ListChunksResponse
|
|
@@ -10930,6 +11349,90 @@ class Client extends openapi_core_1.default {
|
|
|
10930
11349
|
let runtime = new $dara.RuntimeOptions({});
|
|
10931
11350
|
return await this.listInstanceExtensionsWithOptions(request, runtime);
|
|
10932
11351
|
}
|
|
11352
|
+
/**
|
|
11353
|
+
* Retrieves the list of API keys for model operators.
|
|
11354
|
+
*
|
|
11355
|
+
* @param request - ListModelOperatorApiKeysRequest
|
|
11356
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
11357
|
+
* @returns ListModelOperatorApiKeysResponse
|
|
11358
|
+
*/
|
|
11359
|
+
async listModelOperatorApiKeysWithOptions(request, runtime) {
|
|
11360
|
+
request.validate();
|
|
11361
|
+
let query = {};
|
|
11362
|
+
if (!$dara.isNull(request.pageNumber)) {
|
|
11363
|
+
query["PageNumber"] = request.pageNumber;
|
|
11364
|
+
}
|
|
11365
|
+
if (!$dara.isNull(request.pageSize)) {
|
|
11366
|
+
query["PageSize"] = request.pageSize;
|
|
11367
|
+
}
|
|
11368
|
+
let req = new openapi_core_2.$OpenApiUtil.OpenApiRequest({
|
|
11369
|
+
query: openapi_core_2.OpenApiUtil.query(query),
|
|
11370
|
+
});
|
|
11371
|
+
let params = new openapi_core_2.$OpenApiUtil.Params({
|
|
11372
|
+
action: "ListModelOperatorApiKeys",
|
|
11373
|
+
version: "2016-05-03",
|
|
11374
|
+
protocol: "HTTPS",
|
|
11375
|
+
pathname: "/",
|
|
11376
|
+
method: "POST",
|
|
11377
|
+
authType: "AK",
|
|
11378
|
+
style: "RPC",
|
|
11379
|
+
reqBodyType: "formData",
|
|
11380
|
+
bodyType: "json",
|
|
11381
|
+
});
|
|
11382
|
+
return $dara.cast(await this.callApi(params, req, runtime), new $_model.ListModelOperatorApiKeysResponse({}));
|
|
11383
|
+
}
|
|
11384
|
+
/**
|
|
11385
|
+
* Retrieves the list of API keys for model operators.
|
|
11386
|
+
*
|
|
11387
|
+
* @param request - ListModelOperatorApiKeysRequest
|
|
11388
|
+
* @returns ListModelOperatorApiKeysResponse
|
|
11389
|
+
*/
|
|
11390
|
+
async listModelOperatorApiKeys(request) {
|
|
11391
|
+
let runtime = new $dara.RuntimeOptions({});
|
|
11392
|
+
return await this.listModelOperatorApiKeysWithOptions(request, runtime);
|
|
11393
|
+
}
|
|
11394
|
+
/**
|
|
11395
|
+
* Retrieves a list of model services.
|
|
11396
|
+
*
|
|
11397
|
+
* @param request - ListModelOperatorServicesRequest
|
|
11398
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
11399
|
+
* @returns ListModelOperatorServicesResponse
|
|
11400
|
+
*/
|
|
11401
|
+
async listModelOperatorServicesWithOptions(request, runtime) {
|
|
11402
|
+
request.validate();
|
|
11403
|
+
let query = {};
|
|
11404
|
+
if (!$dara.isNull(request.pageNumber)) {
|
|
11405
|
+
query["PageNumber"] = request.pageNumber;
|
|
11406
|
+
}
|
|
11407
|
+
if (!$dara.isNull(request.pageSize)) {
|
|
11408
|
+
query["PageSize"] = request.pageSize;
|
|
11409
|
+
}
|
|
11410
|
+
let req = new openapi_core_2.$OpenApiUtil.OpenApiRequest({
|
|
11411
|
+
query: openapi_core_2.OpenApiUtil.query(query),
|
|
11412
|
+
});
|
|
11413
|
+
let params = new openapi_core_2.$OpenApiUtil.Params({
|
|
11414
|
+
action: "ListModelOperatorServices",
|
|
11415
|
+
version: "2016-05-03",
|
|
11416
|
+
protocol: "HTTPS",
|
|
11417
|
+
pathname: "/",
|
|
11418
|
+
method: "POST",
|
|
11419
|
+
authType: "AK",
|
|
11420
|
+
style: "RPC",
|
|
11421
|
+
reqBodyType: "formData",
|
|
11422
|
+
bodyType: "json",
|
|
11423
|
+
});
|
|
11424
|
+
return $dara.cast(await this.callApi(params, req, runtime), new $_model.ListModelOperatorServicesResponse({}));
|
|
11425
|
+
}
|
|
11426
|
+
/**
|
|
11427
|
+
* Retrieves a list of model services.
|
|
11428
|
+
*
|
|
11429
|
+
* @param request - ListModelOperatorServicesRequest
|
|
11430
|
+
* @returns ListModelOperatorServicesResponse
|
|
11431
|
+
*/
|
|
11432
|
+
async listModelOperatorServices(request) {
|
|
11433
|
+
let runtime = new $dara.RuntimeOptions({});
|
|
11434
|
+
return await this.listModelOperatorServicesWithOptions(request, runtime);
|
|
11435
|
+
}
|
|
10933
11436
|
/**
|
|
10934
11437
|
* Queries all model services.
|
|
10935
11438
|
*
|
|
@@ -11090,11 +11593,11 @@ class Client extends openapi_core_1.default {
|
|
|
11090
11593
|
return await this.listRemoteADBDataSourcesWithOptions(request, runtime);
|
|
11091
11594
|
}
|
|
11092
11595
|
/**
|
|
11093
|
-
*
|
|
11596
|
+
* Queries the list of SaaS services.
|
|
11094
11597
|
*
|
|
11095
11598
|
* @remarks
|
|
11096
|
-
* ##
|
|
11097
|
-
* This
|
|
11599
|
+
* ## Operation description
|
|
11600
|
+
* This operation is used to query information about all SaaS services.
|
|
11098
11601
|
*
|
|
11099
11602
|
* @param request - ListSaasServiceRequest
|
|
11100
11603
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -11135,11 +11638,11 @@ class Client extends openapi_core_1.default {
|
|
|
11135
11638
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.ListSaasServiceResponse({}));
|
|
11136
11639
|
}
|
|
11137
11640
|
/**
|
|
11138
|
-
*
|
|
11641
|
+
* Queries the list of SaaS services.
|
|
11139
11642
|
*
|
|
11140
11643
|
* @remarks
|
|
11141
|
-
* ##
|
|
11142
|
-
* This
|
|
11644
|
+
* ## Operation description
|
|
11645
|
+
* This operation is used to query information about all SaaS services.
|
|
11143
11646
|
*
|
|
11144
11647
|
* @param request - ListSaasServiceRequest
|
|
11145
11648
|
* @returns ListSaasServiceResponse
|
|
@@ -11473,10 +11976,10 @@ class Client extends openapi_core_1.default {
|
|
|
11473
11976
|
return await this.listStreamingJobsWithOptions(request, runtime);
|
|
11474
11977
|
}
|
|
11475
11978
|
/**
|
|
11476
|
-
*
|
|
11979
|
+
* Queries the tags of a Supabase instance.
|
|
11477
11980
|
*
|
|
11478
11981
|
* @remarks
|
|
11479
|
-
* - This operation queries the
|
|
11982
|
+
* - This operation queries the tag list of Supabase instances.
|
|
11480
11983
|
*
|
|
11481
11984
|
* @param request - ListSupabaseProjectTagsRequest
|
|
11482
11985
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -11517,10 +12020,10 @@ class Client extends openapi_core_1.default {
|
|
|
11517
12020
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.ListSupabaseProjectTagsResponse({}));
|
|
11518
12021
|
}
|
|
11519
12022
|
/**
|
|
11520
|
-
*
|
|
12023
|
+
* Queries the tags of a Supabase instance.
|
|
11521
12024
|
*
|
|
11522
12025
|
* @remarks
|
|
11523
|
-
* - This operation queries the
|
|
12026
|
+
* - This operation queries the tag list of Supabase instances.
|
|
11524
12027
|
*
|
|
11525
12028
|
* @param request - ListSupabaseProjectTagsRequest
|
|
11526
12029
|
* @returns ListSupabaseProjectTagsResponse
|
|
@@ -11829,7 +12332,7 @@ class Client extends openapi_core_1.default {
|
|
|
11829
12332
|
return await this.listWorkspacesWithOptions(request, runtime);
|
|
11830
12333
|
}
|
|
11831
12334
|
/**
|
|
11832
|
-
* Modifies the
|
|
12335
|
+
* Modifies the whitelist of an AI service.
|
|
11833
12336
|
*
|
|
11834
12337
|
* @param request - ModifyAIServiceSecurityIpsRequest
|
|
11835
12338
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -11867,7 +12370,7 @@ class Client extends openapi_core_1.default {
|
|
|
11867
12370
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.ModifyAIServiceSecurityIpsResponse({}));
|
|
11868
12371
|
}
|
|
11869
12372
|
/**
|
|
11870
|
-
* Modifies the
|
|
12373
|
+
* Modifies the whitelist of an AI service.
|
|
11871
12374
|
*
|
|
11872
12375
|
* @param request - ModifyAIServiceSecurityIpsRequest
|
|
11873
12376
|
* @returns ModifyAIServiceSecurityIpsResponse
|
|
@@ -12141,7 +12644,7 @@ class Client extends openapi_core_1.default {
|
|
|
12141
12644
|
return await this.modifyDBInstanceConnectionStringWithOptions(request, runtime);
|
|
12142
12645
|
}
|
|
12143
12646
|
/**
|
|
12144
|
-
*
|
|
12647
|
+
* Modifies the deployment mode of an instance.
|
|
12145
12648
|
*
|
|
12146
12649
|
* @param request - ModifyDBInstanceDeploymentModeRequest
|
|
12147
12650
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -12179,7 +12682,7 @@ class Client extends openapi_core_1.default {
|
|
|
12179
12682
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.ModifyDBInstanceDeploymentModeResponse({}));
|
|
12180
12683
|
}
|
|
12181
12684
|
/**
|
|
12182
|
-
*
|
|
12685
|
+
* Modifies the deployment mode of an instance.
|
|
12183
12686
|
*
|
|
12184
12687
|
* @param request - ModifyDBInstanceDeploymentModeRequest
|
|
12185
12688
|
* @returns ModifyDBInstanceDeploymentModeResponse
|
|
@@ -13251,10 +13754,10 @@ class Client extends openapi_core_1.default {
|
|
|
13251
13754
|
return await this.modifyStreamingJobWithOptions(request, runtime);
|
|
13252
13755
|
}
|
|
13253
13756
|
/**
|
|
13254
|
-
* Modifies the
|
|
13757
|
+
* Modifies the automatic start and stop policy for a Supabase instance.
|
|
13255
13758
|
*
|
|
13256
13759
|
* @remarks
|
|
13257
|
-
* -
|
|
13760
|
+
* - Only ADBPG Supabase instances are supported.
|
|
13258
13761
|
*
|
|
13259
13762
|
* @param request - ModifySupabaseAutoScalePolicyRequest
|
|
13260
13763
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -13289,10 +13792,10 @@ class Client extends openapi_core_1.default {
|
|
|
13289
13792
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.ModifySupabaseAutoScalePolicyResponse({}));
|
|
13290
13793
|
}
|
|
13291
13794
|
/**
|
|
13292
|
-
* Modifies the
|
|
13795
|
+
* Modifies the automatic start and stop policy for a Supabase instance.
|
|
13293
13796
|
*
|
|
13294
13797
|
* @remarks
|
|
13295
|
-
* -
|
|
13798
|
+
* - Only ADBPG Supabase instances are supported.
|
|
13296
13799
|
*
|
|
13297
13800
|
* @param request - ModifySupabaseAutoScalePolicyRequest
|
|
13298
13801
|
* @returns ModifySupabaseAutoScalePolicyResponse
|
|
@@ -13302,10 +13805,10 @@ class Client extends openapi_core_1.default {
|
|
|
13302
13805
|
return await this.modifySupabaseAutoScalePolicyWithOptions(request, runtime);
|
|
13303
13806
|
}
|
|
13304
13807
|
/**
|
|
13305
|
-
*
|
|
13808
|
+
* Modifies the description of a Supabase project.
|
|
13306
13809
|
*
|
|
13307
13810
|
* @remarks
|
|
13308
|
-
* *Before you use this operation, make sure you fully understand the billing
|
|
13811
|
+
* *Before you use this operation, make sure that you fully understand the billing method and [pricing](https://www.alibabacloud.com/help/en/analyticdb/analyticdb-for-postgresql/product-overview/pricing-1#9eefcc7b5acz1) of AnalyticDB for PostgreSQL Supabase**.。
|
|
13309
13812
|
*
|
|
13310
13813
|
* @param request - ModifySupabaseProjectDescriptionRequest
|
|
13311
13814
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -13340,10 +13843,10 @@ class Client extends openapi_core_1.default {
|
|
|
13340
13843
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.ModifySupabaseProjectDescriptionResponse({}));
|
|
13341
13844
|
}
|
|
13342
13845
|
/**
|
|
13343
|
-
*
|
|
13846
|
+
* Modifies the description of a Supabase project.
|
|
13344
13847
|
*
|
|
13345
13848
|
* @remarks
|
|
13346
|
-
* *Before you use this operation, make sure you fully understand the billing
|
|
13849
|
+
* *Before you use this operation, make sure that you fully understand the billing method and [pricing](https://www.alibabacloud.com/help/en/analyticdb/analyticdb-for-postgresql/product-overview/pricing-1#9eefcc7b5acz1) of AnalyticDB for PostgreSQL Supabase**.。
|
|
13347
13850
|
*
|
|
13348
13851
|
* @param request - ModifySupabaseProjectDescriptionRequest
|
|
13349
13852
|
* @returns ModifySupabaseProjectDescriptionResponse
|
|
@@ -13353,10 +13856,10 @@ class Client extends openapi_core_1.default {
|
|
|
13353
13856
|
return await this.modifySupabaseProjectDescriptionWithOptions(request, runtime);
|
|
13354
13857
|
}
|
|
13355
13858
|
/**
|
|
13356
|
-
*
|
|
13859
|
+
* Modifies the resources of a Supabase instance, including upgrading or downgrading compute resources and expanding storage resources (cloud disk size).
|
|
13357
13860
|
*
|
|
13358
13861
|
* @remarks
|
|
13359
|
-
* *Before
|
|
13862
|
+
* *Before using this operation, make sure that you fully understand the billing method and [pricing](https://www.alibabacloud.com/help/en/analyticdb/analyticdb-for-postgresql/product-overview/pricing-1#9eefcc7b5acz1) of AnalyticDB for PostgreSQL Supabase**.
|
|
13360
13863
|
*
|
|
13361
13864
|
* @param request - ModifySupabaseProjectResourceRequest
|
|
13362
13865
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -13397,10 +13900,10 @@ class Client extends openapi_core_1.default {
|
|
|
13397
13900
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.ModifySupabaseProjectResourceResponse({}));
|
|
13398
13901
|
}
|
|
13399
13902
|
/**
|
|
13400
|
-
*
|
|
13903
|
+
* Modifies the resources of a Supabase instance, including upgrading or downgrading compute resources and expanding storage resources (cloud disk size).
|
|
13401
13904
|
*
|
|
13402
13905
|
* @remarks
|
|
13403
|
-
* *Before
|
|
13906
|
+
* *Before using this operation, make sure that you fully understand the billing method and [pricing](https://www.alibabacloud.com/help/en/analyticdb/analyticdb-for-postgresql/product-overview/pricing-1#9eefcc7b5acz1) of AnalyticDB for PostgreSQL Supabase**.
|
|
13404
13907
|
*
|
|
13405
13908
|
* @param request - ModifySupabaseProjectResourceRequest
|
|
13406
13909
|
* @returns ModifySupabaseProjectResourceResponse
|
|
@@ -13661,7 +14164,7 @@ class Client extends openapi_core_1.default {
|
|
|
13661
14164
|
* Pauses a Supabase instance.
|
|
13662
14165
|
*
|
|
13663
14166
|
* @remarks
|
|
13664
|
-
*
|
|
14167
|
+
* Pauses a Supabase instance.
|
|
13665
14168
|
*
|
|
13666
14169
|
* @param request - PauseSupabaseProjectRequest
|
|
13667
14170
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -13696,7 +14199,7 @@ class Client extends openapi_core_1.default {
|
|
|
13696
14199
|
* Pauses a Supabase instance.
|
|
13697
14200
|
*
|
|
13698
14201
|
* @remarks
|
|
13699
|
-
*
|
|
14202
|
+
* Pauses a Supabase instance.
|
|
13700
14203
|
*
|
|
13701
14204
|
* @param request - PauseSupabaseProjectRequest
|
|
13702
14205
|
* @returns PauseSupabaseProjectResponse
|
|
@@ -14032,7 +14535,7 @@ class Client extends openapi_core_1.default {
|
|
|
14032
14535
|
return queryContentResp;
|
|
14033
14536
|
}
|
|
14034
14537
|
/**
|
|
14035
|
-
* Retrieves vectors and metadata from multiple specified document collections
|
|
14538
|
+
* Retrieves vectors and metadata from multiple specified document collections using natural language statements, merges multi-channel recall results, and returns the combined results.
|
|
14036
14539
|
*
|
|
14037
14540
|
* @param tmpReq - QueryKnowledgeBasesContentRequest
|
|
14038
14541
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -14099,7 +14602,7 @@ class Client extends openapi_core_1.default {
|
|
|
14099
14602
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.QueryKnowledgeBasesContentResponse({}));
|
|
14100
14603
|
}
|
|
14101
14604
|
/**
|
|
14102
|
-
* Retrieves vectors and metadata from multiple specified document collections
|
|
14605
|
+
* Retrieves vectors and metadata from multiple specified document collections using natural language statements, merges multi-channel recall results, and returns the combined results.
|
|
14103
14606
|
*
|
|
14104
14607
|
* @param request - QueryKnowledgeBasesContentRequest
|
|
14105
14608
|
* @returns QueryKnowledgeBasesContentResponse
|
|
@@ -14627,7 +15130,7 @@ class Client extends openapi_core_1.default {
|
|
|
14627
15130
|
* Restores a Supabase project from a snapshot.
|
|
14628
15131
|
*
|
|
14629
15132
|
* @remarks
|
|
14630
|
-
* Restores to a target branch based on a snapshot LSN. You can specify the restored branch name and target branch. FinalizeRestore controls whether to complete the restoration immediately.
|
|
15133
|
+
* Restores to a target branch based on a snapshot LSN. You can specify the restored branch name and the target branch. FinalizeRestore controls whether to complete the restoration immediately.
|
|
14631
15134
|
*
|
|
14632
15135
|
* @param request - RestoreSnapshotRequest
|
|
14633
15136
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -14677,7 +15180,7 @@ class Client extends openapi_core_1.default {
|
|
|
14677
15180
|
* Restores a Supabase project from a snapshot.
|
|
14678
15181
|
*
|
|
14679
15182
|
* @remarks
|
|
14680
|
-
* Restores to a target branch based on a snapshot LSN. You can specify the restored branch name and target branch. FinalizeRestore controls whether to complete the restoration immediately.
|
|
15183
|
+
* Restores to a target branch based on a snapshot LSN. You can specify the restored branch name and the target branch. FinalizeRestore controls whether to complete the restoration immediately.
|
|
14681
15184
|
*
|
|
14682
15185
|
* @param request - RestoreSnapshotRequest
|
|
14683
15186
|
* @returns RestoreSnapshotResponse
|
|
@@ -14836,7 +15339,7 @@ class Client extends openapi_core_1.default {
|
|
|
14836
15339
|
* Resumes a Supabase instance.
|
|
14837
15340
|
*
|
|
14838
15341
|
* @remarks
|
|
14839
|
-
*
|
|
15342
|
+
* Queries the details of a Supabase instance.
|
|
14840
15343
|
*
|
|
14841
15344
|
* @param request - ResumeSupabaseProjectRequest
|
|
14842
15345
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -14871,7 +15374,7 @@ class Client extends openapi_core_1.default {
|
|
|
14871
15374
|
* Resumes a Supabase instance.
|
|
14872
15375
|
*
|
|
14873
15376
|
* @remarks
|
|
14874
|
-
*
|
|
15377
|
+
* Queries the details of a Supabase instance.
|
|
14875
15378
|
*
|
|
14876
15379
|
* @param request - ResumeSupabaseProjectRequest
|
|
14877
15380
|
* @returns ResumeSupabaseProjectResponse
|
|
@@ -15160,10 +15663,10 @@ class Client extends openapi_core_1.default {
|
|
|
15160
15663
|
return await this.tagResourcesWithOptions(request, runtime);
|
|
15161
15664
|
}
|
|
15162
15665
|
/**
|
|
15163
|
-
*
|
|
15666
|
+
* Tags a Supabase project.
|
|
15164
15667
|
*
|
|
15165
15668
|
* @remarks
|
|
15166
|
-
*
|
|
15669
|
+
* Queries the details of a Supabase instance.
|
|
15167
15670
|
*
|
|
15168
15671
|
* @param request - TagSupabaseProjectRequest
|
|
15169
15672
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -15201,10 +15704,10 @@ class Client extends openapi_core_1.default {
|
|
|
15201
15704
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.TagSupabaseProjectResponse({}));
|
|
15202
15705
|
}
|
|
15203
15706
|
/**
|
|
15204
|
-
*
|
|
15707
|
+
* Tags a Supabase project.
|
|
15205
15708
|
*
|
|
15206
15709
|
* @remarks
|
|
15207
|
-
*
|
|
15710
|
+
* Queries the details of a Supabase instance.
|
|
15208
15711
|
*
|
|
15209
15712
|
* @param request - TagSupabaseProjectRequest
|
|
15210
15713
|
* @returns TagSupabaseProjectResponse
|
|
@@ -15214,7 +15717,7 @@ class Client extends openapi_core_1.default {
|
|
|
15214
15717
|
return await this.tagSupabaseProjectWithOptions(request, runtime);
|
|
15215
15718
|
}
|
|
15216
15719
|
/**
|
|
15217
|
-
*
|
|
15720
|
+
* Vectorizes text documents by using a model.
|
|
15218
15721
|
*
|
|
15219
15722
|
* @param tmpReq - TextEmbeddingRequest
|
|
15220
15723
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -15265,7 +15768,7 @@ class Client extends openapi_core_1.default {
|
|
|
15265
15768
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.TextEmbeddingResponse({}));
|
|
15266
15769
|
}
|
|
15267
15770
|
/**
|
|
15268
|
-
*
|
|
15771
|
+
* Vectorizes text documents by using a model.
|
|
15269
15772
|
*
|
|
15270
15773
|
* @param request - TextEmbeddingRequest
|
|
15271
15774
|
* @returns TextEmbeddingResponse
|
|
@@ -15443,10 +15946,10 @@ class Client extends openapi_core_1.default {
|
|
|
15443
15946
|
return await this.untagResourcesWithOptions(request, runtime);
|
|
15444
15947
|
}
|
|
15445
15948
|
/**
|
|
15446
|
-
*
|
|
15949
|
+
* Unbinds tags from a Supabase instance.
|
|
15447
15950
|
*
|
|
15448
15951
|
* @remarks
|
|
15449
|
-
*
|
|
15952
|
+
* Queries the details of a Supabase instance.
|
|
15450
15953
|
*
|
|
15451
15954
|
* @param request - UntagSupabaseProjectRequest
|
|
15452
15955
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -15487,10 +15990,10 @@ class Client extends openapi_core_1.default {
|
|
|
15487
15990
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.UntagSupabaseProjectResponse({}));
|
|
15488
15991
|
}
|
|
15489
15992
|
/**
|
|
15490
|
-
*
|
|
15993
|
+
* Unbinds tags from a Supabase instance.
|
|
15491
15994
|
*
|
|
15492
15995
|
* @remarks
|
|
15493
|
-
*
|
|
15996
|
+
* Queries the details of a Supabase instance.
|
|
15494
15997
|
*
|
|
15495
15998
|
* @param request - UntagSupabaseProjectRequest
|
|
15496
15999
|
* @returns UntagSupabaseProjectResponse
|
|
@@ -15716,8 +16219,8 @@ class Client extends openapi_core_1.default {
|
|
|
15716
16219
|
* Changes the specifications of an AnalyticDB for PostgreSQL instance.
|
|
15717
16220
|
*
|
|
15718
16221
|
* @remarks
|
|
15719
|
-
* This operation does not support
|
|
15720
|
-
* Before you call this operation,
|
|
16222
|
+
* This operation does not support instances in storage reservation mode.
|
|
16223
|
+
* Before you call this operation, make sure that you fully understand the [billing methods](https://help.aliyun.com/document_detail/35406.html) and <props="china">[pricing](https://www.aliyun.com/price/product#/gpdb/detail/GreenplumPost)<props="intl">[pricing](https://www.alibabacloud.com/zh/product/hybriddb-postgresql/pricing) of AnalyticDB for PostgreSQL.
|
|
15721
16224
|
*
|
|
15722
16225
|
* @param request - UpgradeDBInstanceRequest
|
|
15723
16226
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -15794,8 +16297,8 @@ class Client extends openapi_core_1.default {
|
|
|
15794
16297
|
* Changes the specifications of an AnalyticDB for PostgreSQL instance.
|
|
15795
16298
|
*
|
|
15796
16299
|
* @remarks
|
|
15797
|
-
* This operation does not support
|
|
15798
|
-
* Before you call this operation,
|
|
16300
|
+
* This operation does not support instances in storage reservation mode.
|
|
16301
|
+
* Before you call this operation, make sure that you fully understand the [billing methods](https://help.aliyun.com/document_detail/35406.html) and <props="china">[pricing](https://www.aliyun.com/price/product#/gpdb/detail/GreenplumPost)<props="intl">[pricing](https://www.alibabacloud.com/zh/product/hybriddb-postgresql/pricing) of AnalyticDB for PostgreSQL.
|
|
15799
16302
|
*
|
|
15800
16303
|
* @param request - UpgradeDBInstanceRequest
|
|
15801
16304
|
* @returns UpgradeDBInstanceResponse
|
|
@@ -15910,17 +16413,16 @@ class Client extends openapi_core_1.default {
|
|
|
15910
16413
|
return await this.upgradeExtensionsWithOptions(request, runtime);
|
|
15911
16414
|
}
|
|
15912
16415
|
/**
|
|
15913
|
-
*
|
|
16416
|
+
* Asynchronously uploads a document.
|
|
15914
16417
|
*
|
|
15915
16418
|
* @remarks
|
|
15916
|
-
* The server loads and
|
|
16419
|
+
* The server loads and splits a document based on the file name extension, performs vectorization by using the embedding model specified when you invoke the CreateDocumentCollection operation, and then writes the document to the specified document collection. This operation supports multimodal embedding of text and images in various formats.
|
|
15917
16420
|
* Related operations:
|
|
15918
|
-
*
|
|
15919
|
-
*
|
|
15920
|
-
* >
|
|
15921
|
-
*
|
|
15922
|
-
*
|
|
15923
|
-
* * If a document collection uses the OnePeace model, each RAM user or Alibaba Cloud account can upload and query up to 10,000 images.
|
|
16421
|
+
* - You can invoke the GetUploadDocumentJob operation to query the progress and result of a document upload job.
|
|
16422
|
+
* - You can invoke the CancelUploadDocumentJob operation to cancel a document upload job.
|
|
16423
|
+
* > - After you commit a document upload request, the request is queued for processing. A maximum of 20 documents in the Pending and Running states can be processed for each Resource Access Management (RAM) user or Alibaba Cloud account.
|
|
16424
|
+
* >- A text document can be split into a maximum of 100,000 chunks.
|
|
16425
|
+
* >- If the document collection uses the OnePeace model, a maximum of 10,000 images can be uploaded and queried for each RAM user or Alibaba Cloud account.
|
|
15924
16426
|
*
|
|
15925
16427
|
* @param tmpReq - UploadDocumentAsyncRequest
|
|
15926
16428
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -16010,17 +16512,16 @@ class Client extends openapi_core_1.default {
|
|
|
16010
16512
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.UploadDocumentAsyncResponse({}));
|
|
16011
16513
|
}
|
|
16012
16514
|
/**
|
|
16013
|
-
*
|
|
16515
|
+
* Asynchronously uploads a document.
|
|
16014
16516
|
*
|
|
16015
16517
|
* @remarks
|
|
16016
|
-
* The server loads and
|
|
16518
|
+
* The server loads and splits a document based on the file name extension, performs vectorization by using the embedding model specified when you invoke the CreateDocumentCollection operation, and then writes the document to the specified document collection. This operation supports multimodal embedding of text and images in various formats.
|
|
16017
16519
|
* Related operations:
|
|
16018
|
-
*
|
|
16019
|
-
*
|
|
16020
|
-
* >
|
|
16021
|
-
*
|
|
16022
|
-
*
|
|
16023
|
-
* * If a document collection uses the OnePeace model, each RAM user or Alibaba Cloud account can upload and query up to 10,000 images.
|
|
16520
|
+
* - You can invoke the GetUploadDocumentJob operation to query the progress and result of a document upload job.
|
|
16521
|
+
* - You can invoke the CancelUploadDocumentJob operation to cancel a document upload job.
|
|
16522
|
+
* > - After you commit a document upload request, the request is queued for processing. A maximum of 20 documents in the Pending and Running states can be processed for each Resource Access Management (RAM) user or Alibaba Cloud account.
|
|
16523
|
+
* >- A text document can be split into a maximum of 100,000 chunks.
|
|
16524
|
+
* >- If the document collection uses the OnePeace model, a maximum of 10,000 images can be uploaded and queried for each RAM user or Alibaba Cloud account.
|
|
16024
16525
|
*
|
|
16025
16526
|
* @param request - UploadDocumentAsyncRequest
|
|
16026
16527
|
* @returns UploadDocumentAsyncResponse
|