@relevanceai/sdk 1.2.0 → 1.7.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-cjs/generated/VectorApi.js +99 -3
- package/dist-cjs/services/discovery/Dataset.js +4 -1
- package/dist-cjs/services/discovery/index.js +61 -48
- package/dist-es/generated/VectorApi.js +147 -3
- package/dist-es/services/discovery/Dataset.js +4 -1
- package/dist-es/services/discovery/index.js +81 -51
- package/dist-types/generated/VectorApi.d.ts +45 -9
- package/dist-types/generated/_VectorApiSchemaTypes.d.ts +579 -18
- package/dist-types/services/discovery/Dataset.d.ts +1 -0
- package/dist-types/services/discovery/index.d.ts +42 -9
- package/package.json +1 -1
- package/dist-cjs/generated/Discovery.js +0 -82
- package/dist-cjs/generated/Vector.js +0 -634
- package/dist-cjs/generated/_DiscoverySchemaTypes.js +0 -6
- package/dist-cjs/generated/_VectorSchemaTypes.js +0 -6
- package/dist-cjs/generated/clients.js +0 -82
- package/dist-es/generated/Discovery.js +0 -179
- package/dist-es/generated/Vector.js +0 -1007
- package/dist-es/generated/_DiscoverySchemaTypes.js +0 -5
- package/dist-es/generated/_VectorSchemaTypes.js +0 -5
- package/dist-es/generated/clients.js +0 -179
- package/dist-types/generated/Discovery.d.ts +0 -32
- package/dist-types/generated/Vector.d.ts +0 -239
- package/dist-types/generated/_DiscoverySchemaTypes.d.ts +0 -911
- package/dist-types/generated/_VectorSchemaTypes.d.ts +0 -5017
- package/dist-types/generated/clients.d.ts +0 -942
|
@@ -1,179 +0,0 @@
|
|
|
1
|
-
var __extends = (this && this.__extends) || (function () {
|
|
2
|
-
var extendStatics = function (d, b) {
|
|
3
|
-
extendStatics = Object.setPrototypeOf ||
|
|
4
|
-
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
|
|
5
|
-
function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
|
|
6
|
-
return extendStatics(d, b);
|
|
7
|
-
};
|
|
8
|
-
return function (d, b) {
|
|
9
|
-
if (typeof b !== "function" && b !== null)
|
|
10
|
-
throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
|
|
11
|
-
extendStatics(d, b);
|
|
12
|
-
function __() { this.constructor = d; }
|
|
13
|
-
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
14
|
-
};
|
|
15
|
-
})();
|
|
16
|
-
var __assign = (this && this.__assign) || function () {
|
|
17
|
-
__assign = Object.assign || function(t) {
|
|
18
|
-
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
|
19
|
-
s = arguments[i];
|
|
20
|
-
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
|
|
21
|
-
t[p] = s[p];
|
|
22
|
-
}
|
|
23
|
-
return t;
|
|
24
|
-
};
|
|
25
|
-
return __assign.apply(this, arguments);
|
|
26
|
-
};
|
|
27
|
-
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
|
|
28
|
-
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
|
29
|
-
return new (P || (P = Promise))(function (resolve, reject) {
|
|
30
|
-
function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
|
|
31
|
-
function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
|
|
32
|
-
function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
|
|
33
|
-
step((generator = generator.apply(thisArg, _arguments || [])).next());
|
|
34
|
-
});
|
|
35
|
-
};
|
|
36
|
-
var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
37
|
-
var _ = { label: 0, sent: function() { if (t[0] & 1) throw t[1]; return t[1]; }, trys: [], ops: [] }, f, y, t, g;
|
|
38
|
-
return g = { next: verb(0), "throw": verb(1), "return": verb(2) }, typeof Symbol === "function" && (g[Symbol.iterator] = function() { return this; }), g;
|
|
39
|
-
function verb(n) { return function (v) { return step([n, v]); }; }
|
|
40
|
-
function step(op) {
|
|
41
|
-
if (f) throw new TypeError("Generator is already executing.");
|
|
42
|
-
while (_) try {
|
|
43
|
-
if (f = 1, y && (t = op[0] & 2 ? y["return"] : op[0] ? y["throw"] || ((t = y["return"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done) return t;
|
|
44
|
-
if (y = 0, t) op = [op[0] & 2, t.value];
|
|
45
|
-
switch (op[0]) {
|
|
46
|
-
case 0: case 1: t = op; break;
|
|
47
|
-
case 4: _.label++; return { value: op[1], done: false };
|
|
48
|
-
case 5: _.label++; y = op[1]; op = [0]; continue;
|
|
49
|
-
case 7: op = _.ops.pop(); _.trys.pop(); continue;
|
|
50
|
-
default:
|
|
51
|
-
if (!(t = _.trys, t = t.length > 0 && t[t.length - 1]) && (op[0] === 6 || op[0] === 2)) { _ = 0; continue; }
|
|
52
|
-
if (op[0] === 3 && (!t || (op[1] > t[0] && op[1] < t[3]))) { _.label = op[1]; break; }
|
|
53
|
-
if (op[0] === 6 && _.label < t[1]) { _.label = t[1]; t = op; break; }
|
|
54
|
-
if (t && _.label < t[2]) { _.label = t[2]; _.ops.push(op); break; }
|
|
55
|
-
if (t[2]) _.ops.pop();
|
|
56
|
-
_.trys.pop(); continue;
|
|
57
|
-
}
|
|
58
|
-
op = body.call(thisArg, _);
|
|
59
|
-
} catch (e) { op = [6, e]; y = 0; } finally { f = t = 0; }
|
|
60
|
-
if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
|
|
61
|
-
}
|
|
62
|
-
};
|
|
63
|
-
import { _GenericClient } from '../shared/BaseClient';
|
|
64
|
-
var DiscoveryClient = /** @class */ (function (_super) {
|
|
65
|
-
__extends(DiscoveryClient, _super);
|
|
66
|
-
function DiscoveryClient(config) {
|
|
67
|
-
return _super.call(this, __assign(__assign({}, config), { service_name: 'Discovery' })) || this;
|
|
68
|
-
}
|
|
69
|
-
DiscoveryClient.prototype.Insert = function (input, options) {
|
|
70
|
-
return __awaiter(this, void 0, void 0, function () {
|
|
71
|
-
return __generator(this, function (_a) {
|
|
72
|
-
return [2 /*return*/, this.SendRequest({
|
|
73
|
-
input: input,
|
|
74
|
-
method: 'post',
|
|
75
|
-
path: '/datasets/{dataset_id}/documents/insert',
|
|
76
|
-
options: options
|
|
77
|
-
})];
|
|
78
|
-
});
|
|
79
|
-
});
|
|
80
|
-
};
|
|
81
|
-
DiscoveryClient.prototype.BulkInsert = function (input, options) {
|
|
82
|
-
return __awaiter(this, void 0, void 0, function () {
|
|
83
|
-
return __generator(this, function (_a) {
|
|
84
|
-
return [2 /*return*/, this.SendRequest({
|
|
85
|
-
input: input,
|
|
86
|
-
method: 'post',
|
|
87
|
-
path: '/datasets/{dataset_id}/documents/bulk_insert',
|
|
88
|
-
options: options
|
|
89
|
-
})];
|
|
90
|
-
});
|
|
91
|
-
});
|
|
92
|
-
};
|
|
93
|
-
DiscoveryClient.prototype.BlobAccessURLs = function (input, options) {
|
|
94
|
-
return __awaiter(this, void 0, void 0, function () {
|
|
95
|
-
return __generator(this, function (_a) {
|
|
96
|
-
return [2 /*return*/, this.SendRequest({
|
|
97
|
-
input: input,
|
|
98
|
-
method: 'post',
|
|
99
|
-
path: '/datasets/{dataset_id}/blob_access_urls',
|
|
100
|
-
options: options
|
|
101
|
-
})];
|
|
102
|
-
});
|
|
103
|
-
});
|
|
104
|
-
};
|
|
105
|
-
DiscoveryClient.prototype.ParseBlob = function (input, options) {
|
|
106
|
-
return __awaiter(this, void 0, void 0, function () {
|
|
107
|
-
return __generator(this, function (_a) {
|
|
108
|
-
return [2 /*return*/, this.SendRequest({
|
|
109
|
-
input: input,
|
|
110
|
-
method: 'post',
|
|
111
|
-
path: '/datasets/{dataset_id}/parse_blob',
|
|
112
|
-
options: options
|
|
113
|
-
})];
|
|
114
|
-
});
|
|
115
|
-
});
|
|
116
|
-
};
|
|
117
|
-
DiscoveryClient.prototype.Update = function (input, options) {
|
|
118
|
-
return __awaiter(this, void 0, void 0, function () {
|
|
119
|
-
return __generator(this, function (_a) {
|
|
120
|
-
return [2 /*return*/, this.SendRequest({
|
|
121
|
-
input: input,
|
|
122
|
-
method: 'post',
|
|
123
|
-
path: '/datasets/{dataset_id}/documents/update',
|
|
124
|
-
options: options
|
|
125
|
-
})];
|
|
126
|
-
});
|
|
127
|
-
});
|
|
128
|
-
};
|
|
129
|
-
DiscoveryClient.prototype.BulkUpdate = function (input, options) {
|
|
130
|
-
return __awaiter(this, void 0, void 0, function () {
|
|
131
|
-
return __generator(this, function (_a) {
|
|
132
|
-
return [2 /*return*/, this.SendRequest({
|
|
133
|
-
input: input,
|
|
134
|
-
method: 'post',
|
|
135
|
-
path: '/datasets/{dataset_id}/documents/bulk_update',
|
|
136
|
-
options: options
|
|
137
|
-
})];
|
|
138
|
-
});
|
|
139
|
-
});
|
|
140
|
-
};
|
|
141
|
-
DiscoveryClient.prototype.UpdateWhere = function (input, options) {
|
|
142
|
-
return __awaiter(this, void 0, void 0, function () {
|
|
143
|
-
return __generator(this, function (_a) {
|
|
144
|
-
return [2 /*return*/, this.SendRequest({
|
|
145
|
-
input: input,
|
|
146
|
-
method: 'post',
|
|
147
|
-
path: '/datasets/{dataset_id}/documents/update_where',
|
|
148
|
-
options: options
|
|
149
|
-
})];
|
|
150
|
-
});
|
|
151
|
-
});
|
|
152
|
-
};
|
|
153
|
-
DiscoveryClient.prototype.SimpleSearchPost = function (input, options) {
|
|
154
|
-
return __awaiter(this, void 0, void 0, function () {
|
|
155
|
-
return __generator(this, function (_a) {
|
|
156
|
-
return [2 /*return*/, this.SendRequest({
|
|
157
|
-
input: input,
|
|
158
|
-
method: 'post',
|
|
159
|
-
path: '/datasets/{dataset_id}/simple_search',
|
|
160
|
-
options: options
|
|
161
|
-
})];
|
|
162
|
-
});
|
|
163
|
-
});
|
|
164
|
-
};
|
|
165
|
-
DiscoveryClient.prototype.SimpleSearchGet = function (input, options) {
|
|
166
|
-
return __awaiter(this, void 0, void 0, function () {
|
|
167
|
-
return __generator(this, function (_a) {
|
|
168
|
-
return [2 /*return*/, this.SendRequest({
|
|
169
|
-
input: input,
|
|
170
|
-
method: 'get',
|
|
171
|
-
path: '/datasets/{dataset_id}/simple_search',
|
|
172
|
-
options: options
|
|
173
|
-
})];
|
|
174
|
-
});
|
|
175
|
-
});
|
|
176
|
-
};
|
|
177
|
-
return DiscoveryClient;
|
|
178
|
-
}(_GenericClient));
|
|
179
|
-
export { DiscoveryClient };
|
|
@@ -1,32 +0,0 @@
|
|
|
1
|
-
import { CommandInput, _GenericClient, CommandOutput, _ClientInput, _GenericMethodOptions } from '../shared/BaseClient';
|
|
2
|
-
import { operations } from './_DiscoverySchemaTypes';
|
|
3
|
-
export declare type InsertInput = operations['Insert']['requestBody']['content']['application/json'];
|
|
4
|
-
export declare type InsertOutput = operations['Insert']['responses']['200']['content']['application/json'];
|
|
5
|
-
export declare type BulkInsertInput = operations['BulkInsert']['requestBody']['content']['application/json'];
|
|
6
|
-
export declare type BulkInsertOutput = operations['BulkInsert']['responses']['200']['content']['application/json'];
|
|
7
|
-
export declare type BlobAccessURLsInput = operations['BlobAccessURLs']['requestBody']['content']['application/json'];
|
|
8
|
-
export declare type BlobAccessURLsOutput = operations['BlobAccessURLs']['responses']['200']['content']['application/json'];
|
|
9
|
-
export declare type ParseBlobInput = operations['ParseBlob']['requestBody']['content']['application/json'];
|
|
10
|
-
export declare type ParseBlobOutput = operations['ParseBlob']['responses']['200']['content']['application/json'];
|
|
11
|
-
export declare type UpdateInput = operations['Update']['requestBody']['content']['application/json'];
|
|
12
|
-
export declare type UpdateOutput = operations['Update']['responses']['200']['content']['application/json'];
|
|
13
|
-
export declare type BulkUpdateInput = operations['BulkUpdate']['requestBody']['content']['application/json'];
|
|
14
|
-
export declare type BulkUpdateOutput = operations['BulkUpdate']['responses']['200']['content']['application/json'];
|
|
15
|
-
export declare type UpdateWhereInput = operations['UpdateWhere']['requestBody']['content']['application/json'];
|
|
16
|
-
export declare type UpdateWhereOutput = operations['UpdateWhere']['responses']['200']['content']['application/json'];
|
|
17
|
-
export declare type SimpleSearchPostInput = operations['SimpleSearchPost']['requestBody']['content']['application/json'];
|
|
18
|
-
export declare type SimpleSearchPostOutput = operations['SimpleSearchPost']['responses']['200']['content']['application/json'];
|
|
19
|
-
export declare type SimpleSearchGetInput = {};
|
|
20
|
-
export declare type SimpleSearchGetOutput = operations['SimpleSearchGet']['responses']['200']['content']['application/json'];
|
|
21
|
-
export declare class DiscoveryClient extends _GenericClient {
|
|
22
|
-
constructor(config: _ClientInput);
|
|
23
|
-
Insert(input: CommandInput<InsertInput>, options?: _GenericMethodOptions): Promise<CommandOutput<InsertOutput>>;
|
|
24
|
-
BulkInsert(input: CommandInput<BulkInsertInput>, options?: _GenericMethodOptions): Promise<CommandOutput<BulkInsertOutput>>;
|
|
25
|
-
BlobAccessURLs(input: CommandInput<BlobAccessURLsInput>, options?: _GenericMethodOptions): Promise<CommandOutput<BlobAccessURLsOutput>>;
|
|
26
|
-
ParseBlob(input: CommandInput<ParseBlobInput>, options?: _GenericMethodOptions): Promise<CommandOutput<ParseBlobOutput>>;
|
|
27
|
-
Update(input: CommandInput<UpdateInput>, options?: _GenericMethodOptions): Promise<CommandOutput<UpdateOutput>>;
|
|
28
|
-
BulkUpdate(input: CommandInput<BulkUpdateInput>, options?: _GenericMethodOptions): Promise<CommandOutput<BulkUpdateOutput>>;
|
|
29
|
-
UpdateWhere(input: CommandInput<UpdateWhereInput>, options?: _GenericMethodOptions): Promise<CommandOutput<UpdateWhereOutput>>;
|
|
30
|
-
SimpleSearchPost(input: CommandInput<SimpleSearchPostInput>, options?: _GenericMethodOptions): Promise<CommandOutput<SimpleSearchPostOutput>>;
|
|
31
|
-
SimpleSearchGet(input: CommandInput<SimpleSearchGetInput>, options?: _GenericMethodOptions): Promise<CommandOutput<SimpleSearchGetOutput>>;
|
|
32
|
-
}
|
|
@@ -1,239 +0,0 @@
|
|
|
1
|
-
import { CommandInput, _GenericClient, CommandOutput, _ClientInput, _GenericMethodOptions } from '../shared/BaseClient';
|
|
2
|
-
import { operations } from './_VectorSchemaTypes';
|
|
3
|
-
export declare type requestreadapikeyapiadminrequestreadapikeypostInput = operations['request_read_api_key_api_admin_request_read_api_key_post']['requestBody']['content']['application/json'];
|
|
4
|
-
export declare type requestreadapikeyapiadminrequestreadapikeypostOutput = operations['request_read_api_key_api_admin_request_read_api_key_post']['responses']['200']['content']['application/json'];
|
|
5
|
-
export declare type copyforeigndatasetadmincopyforeigndatasetpostInput = operations['copy_foreign_dataset_admin_copy_foreign_dataset_post']['requestBody']['content']['application/json'];
|
|
6
|
-
export declare type copyforeigndatasetadmincopyforeigndatasetpostOutput = operations['copy_foreign_dataset_admin_copy_foreign_dataset_post']['responses']['200']['content']['application/json'];
|
|
7
|
-
export declare type createdatasetapidatasetscreatepostInput = operations['create_dataset_api_datasets_create_post']['requestBody']['content']['application/json'];
|
|
8
|
-
export declare type createdatasetapidatasetscreatepostOutput = operations['create_dataset_api_datasets_create_post']['responses']['200']['content']['application/json'];
|
|
9
|
-
export declare type inferschemaapidatasetsinferschemapostInput = operations['infer_schema_api_datasets_infer_schema_post']['requestBody']['content']['application/json'];
|
|
10
|
-
export declare type inferschemaapidatasetsinferschemapostOutput = operations['infer_schema_api_datasets_infer_schema_post']['responses']['200']['content']['application/json'];
|
|
11
|
-
export declare type schemaapidatasetsdatasetidschemagetInput = {};
|
|
12
|
-
export declare type schemaapidatasetsdatasetidschemagetOutput = operations['schema_api_datasets__dataset_id__schema_get']['responses']['200']['content']['application/json'];
|
|
13
|
-
export declare type deletedatasetapidatasetsdeletepostInput = operations['delete_dataset_api_datasets_delete_post']['requestBody']['content']['application/json'];
|
|
14
|
-
export declare type deletedatasetapidatasetsdeletepostOutput = operations['delete_dataset_api_datasets_delete_post']['responses']['200']['content']['application/json'];
|
|
15
|
-
export declare type listdatasetsapidatasetslistgetInput = {};
|
|
16
|
-
export declare type listdatasetsapidatasetslistgetOutput = operations['list_datasets_api_datasets_list_get']['responses']['200']['content']['application/json'];
|
|
17
|
-
export declare type listcollectionsapidatasetslistpostInput = operations['list_collections_api_datasets_list_post']['requestBody']['content']['application/json'];
|
|
18
|
-
export declare type listcollectionsapidatasetslistpostOutput = operations['list_collections_api_datasets_list_post']['responses']['200']['content']['application/json'];
|
|
19
|
-
export declare type searchdatasetsapidatasetssearchgetInput = {};
|
|
20
|
-
export declare type searchdatasetsapidatasetssearchgetOutput = operations['search_datasets_api_datasets_search_get']['responses']['200']['content']['application/json'];
|
|
21
|
-
export declare type facetsapidatasetsdatasetidfacetspostInput = operations['facets_api_datasets__dataset_id__facets_post']['requestBody']['content']['application/json'];
|
|
22
|
-
export declare type facetsapidatasetsdatasetidfacetspostOutput = operations['facets_api_datasets__dataset_id__facets_post']['responses']['200']['content']['application/json'];
|
|
23
|
-
export declare type clonedatasetapidatasetsdatasetidclonepostInput = operations['clone_dataset_api_datasets__dataset_id__clone_post']['requestBody']['content']['application/json'];
|
|
24
|
-
export declare type clonedatasetapidatasetsdatasetidclonepostOutput = operations['clone_dataset_api_datasets__dataset_id__clone_post']['responses']['200']['content']['application/json'];
|
|
25
|
-
export declare type storeencoderspipelineapidatasetsdatasetidstoreencoderspipelinepostInput = operations['store_encoders_pipeline_api_datasets__dataset_id__store_encoders_pipeline_post']['requestBody']['content']['application/json'];
|
|
26
|
-
export declare type storeencoderspipelineapidatasetsdatasetidstoreencoderspipelinepostOutput = operations['store_encoders_pipeline_api_datasets__dataset_id__store_encoders_pipeline_post']['responses']['200']['content']['application/json'];
|
|
27
|
-
export declare type datasetvectormappingsapidatasetsdatasetidvectormappingsgetInput = {};
|
|
28
|
-
export declare type datasetvectormappingsapidatasetsdatasetidvectormappingsgetOutput = operations['dataset_vector_mappings_api_datasets__dataset_id__vector_mappings_get']['responses']['200']['content']['application/json'];
|
|
29
|
-
export declare type datasetvectormappingsapipostdatasetsdatasetidvectormappingspostInput = operations['dataset_vector_mappings_api_post_datasets__dataset_id__vector_mappings_post']['requestBody']['content']['application/json'];
|
|
30
|
-
export declare type datasetvectormappingsapipostdatasetsdatasetidvectormappingspostOutput = operations['dataset_vector_mappings_api_post_datasets__dataset_id__vector_mappings_post']['responses']['200']['content']['application/json'];
|
|
31
|
-
export declare type insertapidatasetsdatasetiddocumentsinsertpostInput = operations['insert_api_datasets__dataset_id__documents_insert_post']['requestBody']['content']['application/json'];
|
|
32
|
-
export declare type insertapidatasetsdatasetiddocumentsinsertpostOutput = operations['insert_api_datasets__dataset_id__documents_insert_post']['responses']['200']['content']['application/json'];
|
|
33
|
-
export declare type bulkinsertapidatasetsdatasetiddocumentsbulkinsertpostInput = operations['bulk_insert_api_datasets__dataset_id__documents_bulk_insert_post']['requestBody']['content']['application/json'];
|
|
34
|
-
export declare type bulkinsertapidatasetsdatasetiddocumentsbulkinsertpostOutput = operations['bulk_insert_api_datasets__dataset_id__documents_bulk_insert_post']['responses']['200']['content']['application/json'];
|
|
35
|
-
export declare type idlookupapidatasetsdatasetiddocumentsgetgetInput = {};
|
|
36
|
-
export declare type idlookupapidatasetsdatasetiddocumentsgetgetOutput = operations['id_lookup_api_datasets__dataset_id__documents_get_get']['responses']['200']['content']['application/json'];
|
|
37
|
-
export declare type bulkidlookupapidatasetsdatasetiddocumentsbulkgetpostInput = operations['bulk_id_lookup_api_datasets__dataset_id__documents_bulk_get_post']['requestBody']['content']['application/json'];
|
|
38
|
-
export declare type bulkidlookupapidatasetsdatasetiddocumentsbulkgetpostOutput = operations['bulk_id_lookup_api_datasets__dataset_id__documents_bulk_get_post']['responses']['200']['content']['application/json'];
|
|
39
|
-
export declare type retrievedocumentsapidatasetsdatasetiddocumentslistgetInput = {};
|
|
40
|
-
export declare type retrievedocumentsapidatasetsdatasetiddocumentslistgetOutput = operations['retrieve_documents_api_datasets__dataset_id__documents_list_get']['responses']['200']['content']['application/json'];
|
|
41
|
-
export declare type retrievedocumentswithfiltersapidatasetsdatasetiddocumentsgetwherepostInput = operations['retrieve_documents_with_filters_api_datasets__dataset_id__documents_get_where_post']['requestBody']['content']['application/json'];
|
|
42
|
-
export declare type retrievedocumentswithfiltersapidatasetsdatasetiddocumentsgetwherepostOutput = operations['retrieve_documents_with_filters_api_datasets__dataset_id__documents_get_where_post']['responses']['200']['content']['application/json'];
|
|
43
|
-
export declare type retrievedocumentswithfiltersapidatasetsdatasetiddocumentspaginatepostInput = operations['retrieve_documents_with_filters_api_datasets__dataset_id__documents_paginate_post']['requestBody']['content']['application/json'];
|
|
44
|
-
export declare type retrievedocumentswithfiltersapidatasetsdatasetiddocumentspaginatepostOutput = operations['retrieve_documents_with_filters_api_datasets__dataset_id__documents_paginate_post']['responses']['200']['content']['application/json'];
|
|
45
|
-
export declare type bulkmissingidapidatasetsdatasetiddocumentsgetmissinggetInput = {};
|
|
46
|
-
export declare type bulkmissingidapidatasetsdatasetiddocumentsgetmissinggetOutput = operations['bulk_missing_id_api_datasets__dataset_id__documents_get_missing_get']['responses']['200']['content']['application/json'];
|
|
47
|
-
export declare type updatedocumentapidatasetsdatasetiddocumentsupdatepostInput = operations['update_document_api_datasets__dataset_id__documents_update_post']['requestBody']['content']['application/json'];
|
|
48
|
-
export declare type updatedocumentapidatasetsdatasetiddocumentsupdatepostOutput = operations['update_document_api_datasets__dataset_id__documents_update_post']['responses']['200']['content']['application/json'];
|
|
49
|
-
export declare type bulkupdatedocumentsapidatasetsdatasetiddocumentsbulkupdatepostInput = operations['bulk_update_documents_api_datasets__dataset_id__documents_bulk_update_post']['requestBody']['content']['application/json'];
|
|
50
|
-
export declare type bulkupdatedocumentsapidatasetsdatasetiddocumentsbulkupdatepostOutput = operations['bulk_update_documents_api_datasets__dataset_id__documents_bulk_update_post']['responses']['200']['content']['application/json'];
|
|
51
|
-
export declare type deleteapidatasetsdatasetiddocumentsdeletepostInput = operations['delete_api_datasets__dataset_id__documents_delete_post']['requestBody']['content']['application/json'];
|
|
52
|
-
export declare type deleteapidatasetsdatasetiddocumentsdeletepostOutput = operations['delete_api_datasets__dataset_id__documents_delete_post']['responses']['200']['content']['application/json'];
|
|
53
|
-
export declare type bulkdeleteapidatasetsdatasetiddocumentsbulkdeletepostInput = operations['bulk_delete_api_datasets__dataset_id__documents_bulk_delete_post']['requestBody']['content']['application/json'];
|
|
54
|
-
export declare type bulkdeleteapidatasetsdatasetiddocumentsbulkdeletepostOutput = operations['bulk_delete_api_datasets__dataset_id__documents_bulk_delete_post']['responses']['200']['content']['application/json'];
|
|
55
|
-
export declare type deletefieldsapidatasetsdatasetiddocumentsdeletefieldspostInput = operations['delete_fields_api_datasets__dataset_id__documents_delete_fields_post']['requestBody']['content']['application/json'];
|
|
56
|
-
export declare type deletefieldsapidatasetsdatasetiddocumentsdeletefieldspostOutput = operations['delete_fields_api_datasets__dataset_id__documents_delete_fields_post']['responses']['200']['content']['application/json'];
|
|
57
|
-
export declare type updatebyfiltersapidatasetsdatasetiddocumentsupdatewherepostInput = operations['update_by_filters_api_datasets__dataset_id__documents_update_where_post']['requestBody']['content']['application/json'];
|
|
58
|
-
export declare type updatebyfiltersapidatasetsdatasetiddocumentsupdatewherepostOutput = operations['update_by_filters_api_datasets__dataset_id__documents_update_where_post']['responses']['200']['content']['application/json'];
|
|
59
|
-
export declare type deletebyfiltersapidatasetsdatasetiddocumentsdeletewherepostInput = operations['delete_by_filters_api_datasets__dataset_id__documents_delete_where_post']['requestBody']['content']['application/json'];
|
|
60
|
-
export declare type deletebyfiltersapidatasetsdatasetiddocumentsdeletewherepostOutput = operations['delete_by_filters_api_datasets__dataset_id__documents_delete_where_post']['responses']['200']['content']['application/json'];
|
|
61
|
-
export declare type collectionmetadataapidatasetsdatasetidmetadatagetInput = {};
|
|
62
|
-
export declare type collectionmetadataapidatasetsdatasetidmetadatagetOutput = operations['collection_metadata_api_datasets__dataset_id__metadata_get']['responses']['200']['content']['application/json'];
|
|
63
|
-
export declare type postcollectionmetadataapidatasetsdatasetidmetadatapostInput = operations['post_collection_metadata_api_datasets__dataset_id__metadata_post']['requestBody']['content']['application/json'];
|
|
64
|
-
export declare type postcollectionmetadataapidatasetsdatasetidmetadatapostOutput = operations['post_collection_metadata_api_datasets__dataset_id__metadata_post']['responses']['200']['content']['application/json'];
|
|
65
|
-
export declare type datasetschemastatsapidatasetsdatasetidmonitorstatsgetInput = {};
|
|
66
|
-
export declare type datasetschemastatsapidatasetsdatasetidmonitorstatsgetOutput = operations['dataset_schema_stats_api_datasets__dataset_id__monitor_stats_get']['responses']['200']['content']['application/json'];
|
|
67
|
-
export declare type datasetvectorhealthapidatasetsdatasetidmonitorhealthgetInput = {};
|
|
68
|
-
export declare type datasetvectorhealthapidatasetsdatasetidmonitorhealthgetOutput = operations['dataset_vector_health_api_datasets__dataset_id__monitor_health_get']['responses']['200']['content']['application/json'];
|
|
69
|
-
export declare type aggregatelogsapidatasetsdatasetidmonitorusagepostInput = operations['aggregate_logs_api_datasets__dataset_id__monitor_usage_post']['requestBody']['content']['application/json'];
|
|
70
|
-
export declare type aggregatelogsapidatasetsdatasetidmonitorusagepostOutput = operations['aggregate_logs_api_datasets__dataset_id__monitor_usage_post']['responses']['200']['content']['application/json'];
|
|
71
|
-
export declare type tasksapidatasetsdatasetidtaskscreatepostInput = operations['tasks_api_datasets__dataset_id__tasks_create_post']['requestBody']['content']['application/json'];
|
|
72
|
-
export declare type tasksapidatasetsdatasetidtaskscreatepostOutput = operations['tasks_api_datasets__dataset_id__tasks_create_post']['responses']['200']['content']['application/json'];
|
|
73
|
-
export declare type listcollectionjobsapidatasetsdatasetidtaskslistgetInput = {};
|
|
74
|
-
export declare type listcollectionjobsapidatasetsdatasetidtaskslistgetOutput = operations['list_collection_jobs_api_datasets__dataset_id__tasks_list_get']['responses']['200']['content']['application/json'];
|
|
75
|
-
export declare type tasksstatusapidatasetsdatasetidtaskstaskidstatusgetInput = {};
|
|
76
|
-
export declare type tasksstatusapidatasetsdatasetidtaskstaskidstatusgetOutput = operations['tasks_status_api_datasets__dataset_id__tasks__task_id__status_get']['responses']['200']['content']['application/json'];
|
|
77
|
-
export declare type vectorsearchapiservicessearchvectorpostInput = operations['vector_search_api_services_search_vector_post']['requestBody']['content']['application/json'];
|
|
78
|
-
export declare type vectorsearchapiservicessearchvectorpostOutput = operations['vector_search_api_services_search_vector_post']['responses']['200']['content']['application/json'];
|
|
79
|
-
export declare type traditionalsearchapiservicessearchtraditionalpostInput = operations['traditional_search_api_services_search_traditional_post']['requestBody']['content']['application/json'];
|
|
80
|
-
export declare type traditionalsearchapiservicessearchtraditionalpostOutput = operations['traditional_search_api_services_search_traditional_post']['responses']['200']['content']['application/json'];
|
|
81
|
-
export declare type hybridsearchapiservicessearchhybridpostInput = operations['hybrid_search_api_services_search_hybrid_post']['requestBody']['content']['application/json'];
|
|
82
|
-
export declare type hybridsearchapiservicessearchhybridpostOutput = operations['hybrid_search_api_services_search_hybrid_post']['responses']['200']['content']['application/json'];
|
|
83
|
-
export declare type hybridsearchapiservicessearchsemanticpostInput = operations['hybrid_search_api_services_search_semantic_post']['requestBody']['content']['application/json'];
|
|
84
|
-
export declare type hybridsearchapiservicessearchsemanticpostOutput = operations['hybrid_search_api_services_search_semantic_post']['responses']['200']['content']['application/json'];
|
|
85
|
-
export declare type chunksearchapiservicessearchchunkpostInput = operations['chunk_search_api_services_search_chunk_post']['requestBody']['content']['application/json'];
|
|
86
|
-
export declare type chunksearchapiservicessearchchunkpostOutput = operations['chunk_search_api_services_search_chunk_post']['responses']['200']['content']['application/json'];
|
|
87
|
-
export declare type advancedmultistepchunksearchapiservicessearchmultistepchunkpostInput = operations['advanced_multistep_chunk_search_api_services_search_multistep_chunk_post']['requestBody']['content']['application/json'];
|
|
88
|
-
export declare type advancedmultistepchunksearchapiservicessearchmultistepchunkpostOutput = operations['advanced_multistep_chunk_search_api_services_search_multistep_chunk_post']['responses']['200']['content']['application/json'];
|
|
89
|
-
export declare type advancedchunksearchapiservicessearchadvancedchunkpostInput = operations['advanced_chunk_search_api_services_search_advanced_chunk_post']['requestBody']['content']['application/json'];
|
|
90
|
-
export declare type advancedchunksearchapiservicessearchadvancedchunkpostOutput = operations['advanced_chunk_search_api_services_search_advanced_chunk_post']['responses']['200']['content']['application/json'];
|
|
91
|
-
export declare type advancedmultistepchunksearchapiservicessearchadvancedmultistepchunkpostInput = operations['advanced_multistep_chunk_search_api_services_search_advanced_multistep_chunk_post']['requestBody']['content']['application/json'];
|
|
92
|
-
export declare type advancedmultistepchunksearchapiservicessearchadvancedmultistepchunkpostOutput = operations['advanced_multistep_chunk_search_api_services_search_advanced_multistep_chunk_post']['responses']['200']['content']['application/json'];
|
|
93
|
-
export declare type vectorsearchapiservicessearchdiversitypostInput = operations['vector_search_api_services_search_diversity_post']['requestBody']['content']['application/json'];
|
|
94
|
-
export declare type vectorsearchapiservicessearchdiversitypostOutput = operations['vector_search_api_services_search_diversity_post']['responses']['200']['content']['application/json'];
|
|
95
|
-
export declare type vectorrecommendapiservicesrecommendvectorpostInput = operations['vector_recommend_api_services_recommend_vector_post']['requestBody']['content']['application/json'];
|
|
96
|
-
export declare type vectorrecommendapiservicesrecommendvectorpostOutput = operations['vector_recommend_api_services_recommend_vector_post']['responses']['200']['content']['application/json'];
|
|
97
|
-
export declare type vectordiversityrecommendapiservicesrecommenddiversitypostInput = operations['vector_diversity_recommend_api_services_recommend_diversity_post']['requestBody']['content']['application/json'];
|
|
98
|
-
export declare type vectordiversityrecommendapiservicesrecommenddiversitypostOutput = operations['vector_diversity_recommend_api_services_recommend_diversity_post']['responses']['200']['content']['application/json'];
|
|
99
|
-
export declare type aggregatev2apiservicesaggregateaggregatepostInput = operations['aggregate_v2_api_services_aggregate_aggregate_post']['requestBody']['content']['application/json'];
|
|
100
|
-
export declare type aggregatev2apiservicesaggregateaggregatepostOutput = operations['aggregate_v2_api_services_aggregate_aggregate_post']['responses']['200']['content']['application/json'];
|
|
101
|
-
export declare type clustercentroidsapiservicesclustercentroidslistgetInput = {};
|
|
102
|
-
export declare type clustercentroidsapiservicesclustercentroidslistgetOutput = operations['cluster_centroids_api_services_cluster_centroids_list_get']['responses']['200']['content']['application/json'];
|
|
103
|
-
export declare type clustercentroidsgetapiservicesclustercentroidsgetgetInput = {};
|
|
104
|
-
export declare type clustercentroidsgetapiservicesclustercentroidsgetgetOutput = operations['cluster_centroids_get_api_services_cluster_centroids_get_get']['responses']['200']['content']['application/json'];
|
|
105
|
-
export declare type insertclustercentroidsapiservicesclustercentroidsinsertpostInput = operations['insert_cluster_centroids_api_services_cluster_centroids_insert_post']['requestBody']['content']['application/json'];
|
|
106
|
-
export declare type insertclustercentroidsapiservicesclustercentroidsinsertpostOutput = operations['insert_cluster_centroids_api_services_cluster_centroids_insert_post']['responses']['200']['content']['application/json'];
|
|
107
|
-
export declare type clustercentroidsgetapiservicesclustercentroidsdocumentspostInput = operations['cluster_centroids_get_api_services_cluster_centroids_documents_post']['requestBody']['content']['application/json'];
|
|
108
|
-
export declare type clustercentroidsgetapiservicesclustercentroidsdocumentspostOutput = operations['cluster_centroids_get_api_services_cluster_centroids_documents_post']['responses']['200']['content']['application/json'];
|
|
109
|
-
export declare type clusteraggregateapiservicesclusteraggregatepostInput = operations['cluster_aggregate_api_services_cluster_aggregate_post']['requestBody']['content']['application/json'];
|
|
110
|
-
export declare type clusteraggregateapiservicesclusteraggregatepostOutput = operations['cluster_aggregate_api_services_cluster_aggregate_post']['responses']['200']['content']['application/json'];
|
|
111
|
-
export declare type clusterfacetsapiservicesclusterfacetsgetInput = {};
|
|
112
|
-
export declare type clusterfacetsapiservicesclusterfacetsgetOutput = operations['cluster_facets_api_services_cluster_facets_get']['responses']['200']['content']['application/json'];
|
|
113
|
-
export declare type tagapiservicestaggertagpostInput = operations['tag_api_services_tagger_tag_post']['requestBody']['content']['application/json'];
|
|
114
|
-
export declare type tagapiservicestaggertagpostOutput = operations['tag_api_services_tagger_tag_post']['responses']['200']['content']['application/json'];
|
|
115
|
-
export declare type clusterandtagapiservicestaggerdiversitypostInput = operations['cluster_and_tag_api_services_tagger_diversity_post']['requestBody']['content']['application/json'];
|
|
116
|
-
export declare type clusterandtagapiservicestaggerdiversitypostOutput = operations['cluster_and_tag_api_services_tagger_diversity_post']['responses']['200']['content']['application/json'];
|
|
117
|
-
export declare type vectorrecommendapiservicesdocumentdiffpostInput = operations['vector_recommend_api_services_document_diff_post']['requestBody']['content']['application/json'];
|
|
118
|
-
export declare type vectorrecommendapiservicesdocumentdiffpostOutput = operations['vector_recommend_api_services_document_diff_post']['responses']['200']['content']['application/json'];
|
|
119
|
-
export declare type predictknnregressionapiservicespredictionregressionknnpostInput = operations['predict_knn_regression_api_services_prediction_regression_knn_post']['requestBody']['content']['application/json'];
|
|
120
|
-
export declare type predictknnregressionapiservicespredictionregressionknnpostOutput = operations['predict_knn_regression_api_services_prediction_regression_knn_post']['responses']['200']['content']['application/json'];
|
|
121
|
-
export declare type predictknnregressionfromsearchresultsapiservicespredictionregressionknnfromresultspostInput = operations['predict_knn_regression_from_search_results_api_services_prediction_regression_knn_from_results_post']['requestBody']['content']['application/json'];
|
|
122
|
-
export declare type predictknnregressionfromsearchresultsapiservicespredictionregressionknnfromresultspostOutput = operations['predict_knn_regression_from_search_results_api_services_prediction_regression_knn_from_results_post']['responses']['200']['content']['application/json'];
|
|
123
|
-
export declare type encodenumericfieldsapiservicesencodersnumericfieldspostInput = operations['encode_numeric_fields_api_services_encoders_numeric_fields_post']['requestBody']['content']['application/json'];
|
|
124
|
-
export declare type encodenumericfieldsapiservicesencodersnumericfieldspostOutput = operations['encode_numeric_fields_api_services_encoders_numeric_fields_post']['responses']['200']['content']['application/json'];
|
|
125
|
-
export declare type encodecategoriesapiservicesencoderscategoriespostInput = operations['encode_categories_api_services_encoders_categories_post']['requestBody']['content']['application/json'];
|
|
126
|
-
export declare type encodecategoriesapiservicesencoderscategoriespostOutput = operations['encode_categories_api_services_encoders_categories_post']['responses']['200']['content']['application/json'];
|
|
127
|
-
export declare type encodedictionaryapiservicesencodersdictionarypostInput = operations['encode_dictionary_api_services_encoders_dictionary_post']['requestBody']['content']['application/json'];
|
|
128
|
-
export declare type encodedictionaryapiservicesencodersdictionarypostOutput = operations['encode_dictionary_api_services_encoders_dictionary_post']['responses']['200']['content']['application/json'];
|
|
129
|
-
export declare type encodetextapiservicesencoderstextgetInput = {};
|
|
130
|
-
export declare type encodetextapiservicesencoderstextgetOutput = operations['encode_text_api_services_encoders_text_get']['responses']['200']['content']['application/json'];
|
|
131
|
-
export declare type encodetextapiservicesencodersmultitextgetInput = {};
|
|
132
|
-
export declare type encodetextapiservicesencodersmultitextgetOutput = operations['encode_text_api_services_encoders_multi_text_get']['responses']['200']['content']['application/json'];
|
|
133
|
-
export declare type encodeimageapiservicesencodersimagepostInput = operations['encode_image_api_services_encoders_image_post']['requestBody']['content']['application/json'];
|
|
134
|
-
export declare type encodeimageapiservicesencodersimagepostOutput = operations['encode_image_api_services_encoders_image_post']['responses']['200']['content']['application/json'];
|
|
135
|
-
export declare type encodetextimageapiservicesencoderstextimagegetInput = {};
|
|
136
|
-
export declare type encodetextimageapiservicesencoderstextimagegetOutput = operations['encode_textimage_api_services_encoders_textimage_get']['responses']['200']['content']['application/json'];
|
|
137
|
-
export declare type encodeimagetextapiservicesencodersimagetextgetInput = {};
|
|
138
|
-
export declare type encodeimagetextapiservicesencodersimagetextgetOutput = operations['encode_imagetext_api_services_encoders_imagetext_get']['responses']['200']['content']['application/json'];
|
|
139
|
-
export declare type retrievedocumentsapiservicesencodersencodepostInput = operations['retrieve_documents_api_services_encoders_encode_post']['requestBody']['content']['application/json'];
|
|
140
|
-
export declare type retrievedocumentsapiservicesencodersencodepostOutput = operations['retrieve_documents_api_services_encoders_encode_post']['responses']['200']['content']['application/json'];
|
|
141
|
-
export declare type retrievedocumentsapiservicesencodersbulkencodepostInput = operations['retrieve_documents_api_services_encoders_bulk_encode_post']['requestBody']['content']['application/json'];
|
|
142
|
-
export declare type retrievedocumentsapiservicesencodersbulkencodepostOutput = operations['retrieve_documents_api_services_encoders_bulk_encode_post']['responses']['200']['content']['application/json'];
|
|
143
|
-
export declare type wordcloudsapiserviceswordcloudswordcloudspostInput = operations['wordclouds_api_services_wordclouds_wordclouds_post']['requestBody']['content']['application/json'];
|
|
144
|
-
export declare type wordcloudsapiserviceswordcloudswordcloudspostOutput = operations['wordclouds_api_services_wordclouds_wordclouds_post']['responses']['200']['content']['application/json'];
|
|
145
|
-
export declare type deployablecreateapideployablescreatepostInput = operations['deployable_create_api_deployables_create_post']['requestBody']['content']['application/json'];
|
|
146
|
-
export declare type deployablecreateapideployablescreatepostOutput = operations['deployable_create_api_deployables_create_post']['responses']['200']['content']['application/json'];
|
|
147
|
-
export declare type deployableupdateshareableapideployablesdeployableidsharepostInput = {};
|
|
148
|
-
export declare type deployableupdateshareableapideployablesdeployableidsharepostOutput = operations['deployable_update_shareable_api_deployables__deployable_id__share_post']['responses']['200']['content']['application/json'];
|
|
149
|
-
export declare type deployableupdateprivateapideployablesdeployableidprivatepostInput = {};
|
|
150
|
-
export declare type deployableupdateprivateapideployablesdeployableidprivatepostOutput = operations['deployable_update_private_api_deployables__deployable_id__private_post']['responses']['200']['content']['application/json'];
|
|
151
|
-
export declare type deployableupdateapideployablesdeployableidupdatepostInput = operations['deployable_update_api_deployables__deployable_id__update_post']['requestBody']['content']['application/json'];
|
|
152
|
-
export declare type deployableupdateapideployablesdeployableidupdatepostOutput = operations['deployable_update_api_deployables__deployable_id__update_post']['responses']['200']['content']['application/json'];
|
|
153
|
-
export declare type deployablegetapideployablesdeployableidgetgetInput = {};
|
|
154
|
-
export declare type deployablegetapideployablesdeployableidgetgetOutput = operations['deployable_get_api_deployables__deployable_id__get_get']['responses']['200']['content']['application/json'];
|
|
155
|
-
export declare type deployabledeleteapideployablesdeletepostInput = operations['deployable_delete_api_deployables_delete_post']['requestBody']['content']['application/json'];
|
|
156
|
-
export declare type deployabledeleteapideployablesdeletepostOutput = operations['deployable_delete_api_deployables_delete_post']['responses']['200']['content']['application/json'];
|
|
157
|
-
export declare type deployablelistapideployableslistgetInput = {};
|
|
158
|
-
export declare type deployablelistapideployableslistgetOutput = operations['deployable_list_api_deployables_list_get']['responses']['200']['content']['application/json'];
|
|
159
|
-
export declare class VectorClient extends _GenericClient {
|
|
160
|
-
constructor(config: _ClientInput);
|
|
161
|
-
requestreadapikeyapiadminrequestreadapikeypost(input: CommandInput<requestreadapikeyapiadminrequestreadapikeypostInput>, options?: _GenericMethodOptions): Promise<CommandOutput<requestreadapikeyapiadminrequestreadapikeypostOutput>>;
|
|
162
|
-
copyforeigndatasetadmincopyforeigndatasetpost(input: CommandInput<copyforeigndatasetadmincopyforeigndatasetpostInput>, options?: _GenericMethodOptions): Promise<CommandOutput<copyforeigndatasetadmincopyforeigndatasetpostOutput>>;
|
|
163
|
-
createdatasetapidatasetscreatepost(input: CommandInput<createdatasetapidatasetscreatepostInput>, options?: _GenericMethodOptions): Promise<CommandOutput<createdatasetapidatasetscreatepostOutput>>;
|
|
164
|
-
inferschemaapidatasetsinferschemapost(input: CommandInput<inferschemaapidatasetsinferschemapostInput>, options?: _GenericMethodOptions): Promise<CommandOutput<inferschemaapidatasetsinferschemapostOutput>>;
|
|
165
|
-
schemaapidatasetsdatasetidschemaget(input: CommandInput<schemaapidatasetsdatasetidschemagetInput>, options?: _GenericMethodOptions): Promise<CommandOutput<schemaapidatasetsdatasetidschemagetOutput>>;
|
|
166
|
-
deletedatasetapidatasetsdeletepost(input: CommandInput<deletedatasetapidatasetsdeletepostInput>, options?: _GenericMethodOptions): Promise<CommandOutput<deletedatasetapidatasetsdeletepostOutput>>;
|
|
167
|
-
listdatasetsapidatasetslistget(input: CommandInput<listdatasetsapidatasetslistgetInput>, options?: _GenericMethodOptions): Promise<CommandOutput<listdatasetsapidatasetslistgetOutput>>;
|
|
168
|
-
listcollectionsapidatasetslistpost(input: CommandInput<listcollectionsapidatasetslistpostInput>, options?: _GenericMethodOptions): Promise<CommandOutput<listcollectionsapidatasetslistpostOutput>>;
|
|
169
|
-
searchdatasetsapidatasetssearchget(input: CommandInput<searchdatasetsapidatasetssearchgetInput>, options?: _GenericMethodOptions): Promise<CommandOutput<searchdatasetsapidatasetssearchgetOutput>>;
|
|
170
|
-
facetsapidatasetsdatasetidfacetspost(input: CommandInput<facetsapidatasetsdatasetidfacetspostInput>, options?: _GenericMethodOptions): Promise<CommandOutput<facetsapidatasetsdatasetidfacetspostOutput>>;
|
|
171
|
-
clonedatasetapidatasetsdatasetidclonepost(input: CommandInput<clonedatasetapidatasetsdatasetidclonepostInput>, options?: _GenericMethodOptions): Promise<CommandOutput<clonedatasetapidatasetsdatasetidclonepostOutput>>;
|
|
172
|
-
storeencoderspipelineapidatasetsdatasetidstoreencoderspipelinepost(input: CommandInput<storeencoderspipelineapidatasetsdatasetidstoreencoderspipelinepostInput>, options?: _GenericMethodOptions): Promise<CommandOutput<storeencoderspipelineapidatasetsdatasetidstoreencoderspipelinepostOutput>>;
|
|
173
|
-
datasetvectormappingsapidatasetsdatasetidvectormappingsget(input: CommandInput<datasetvectormappingsapidatasetsdatasetidvectormappingsgetInput>, options?: _GenericMethodOptions): Promise<CommandOutput<datasetvectormappingsapidatasetsdatasetidvectormappingsgetOutput>>;
|
|
174
|
-
datasetvectormappingsapipostdatasetsdatasetidvectormappingspost(input: CommandInput<datasetvectormappingsapipostdatasetsdatasetidvectormappingspostInput>, options?: _GenericMethodOptions): Promise<CommandOutput<datasetvectormappingsapipostdatasetsdatasetidvectormappingspostOutput>>;
|
|
175
|
-
insertapidatasetsdatasetiddocumentsinsertpost(input: CommandInput<insertapidatasetsdatasetiddocumentsinsertpostInput>, options?: _GenericMethodOptions): Promise<CommandOutput<insertapidatasetsdatasetiddocumentsinsertpostOutput>>;
|
|
176
|
-
bulkinsertapidatasetsdatasetiddocumentsbulkinsertpost(input: CommandInput<bulkinsertapidatasetsdatasetiddocumentsbulkinsertpostInput>, options?: _GenericMethodOptions): Promise<CommandOutput<bulkinsertapidatasetsdatasetiddocumentsbulkinsertpostOutput>>;
|
|
177
|
-
idlookupapidatasetsdatasetiddocumentsgetget(input: CommandInput<idlookupapidatasetsdatasetiddocumentsgetgetInput>, options?: _GenericMethodOptions): Promise<CommandOutput<idlookupapidatasetsdatasetiddocumentsgetgetOutput>>;
|
|
178
|
-
bulkidlookupapidatasetsdatasetiddocumentsbulkgetpost(input: CommandInput<bulkidlookupapidatasetsdatasetiddocumentsbulkgetpostInput>, options?: _GenericMethodOptions): Promise<CommandOutput<bulkidlookupapidatasetsdatasetiddocumentsbulkgetpostOutput>>;
|
|
179
|
-
retrievedocumentsapidatasetsdatasetiddocumentslistget(input: CommandInput<retrievedocumentsapidatasetsdatasetiddocumentslistgetInput>, options?: _GenericMethodOptions): Promise<CommandOutput<retrievedocumentsapidatasetsdatasetiddocumentslistgetOutput>>;
|
|
180
|
-
retrievedocumentswithfiltersapidatasetsdatasetiddocumentsgetwherepost(input: CommandInput<retrievedocumentswithfiltersapidatasetsdatasetiddocumentsgetwherepostInput>, options?: _GenericMethodOptions): Promise<CommandOutput<retrievedocumentswithfiltersapidatasetsdatasetiddocumentsgetwherepostOutput>>;
|
|
181
|
-
retrievedocumentswithfiltersapidatasetsdatasetiddocumentspaginatepost(input: CommandInput<retrievedocumentswithfiltersapidatasetsdatasetiddocumentspaginatepostInput>, options?: _GenericMethodOptions): Promise<CommandOutput<retrievedocumentswithfiltersapidatasetsdatasetiddocumentspaginatepostOutput>>;
|
|
182
|
-
bulkmissingidapidatasetsdatasetiddocumentsgetmissingget(input: CommandInput<bulkmissingidapidatasetsdatasetiddocumentsgetmissinggetInput>, options?: _GenericMethodOptions): Promise<CommandOutput<bulkmissingidapidatasetsdatasetiddocumentsgetmissinggetOutput>>;
|
|
183
|
-
updatedocumentapidatasetsdatasetiddocumentsupdatepost(input: CommandInput<updatedocumentapidatasetsdatasetiddocumentsupdatepostInput>, options?: _GenericMethodOptions): Promise<CommandOutput<updatedocumentapidatasetsdatasetiddocumentsupdatepostOutput>>;
|
|
184
|
-
bulkupdatedocumentsapidatasetsdatasetiddocumentsbulkupdatepost(input: CommandInput<bulkupdatedocumentsapidatasetsdatasetiddocumentsbulkupdatepostInput>, options?: _GenericMethodOptions): Promise<CommandOutput<bulkupdatedocumentsapidatasetsdatasetiddocumentsbulkupdatepostOutput>>;
|
|
185
|
-
deleteapidatasetsdatasetiddocumentsdeletepost(input: CommandInput<deleteapidatasetsdatasetiddocumentsdeletepostInput>, options?: _GenericMethodOptions): Promise<CommandOutput<deleteapidatasetsdatasetiddocumentsdeletepostOutput>>;
|
|
186
|
-
bulkdeleteapidatasetsdatasetiddocumentsbulkdeletepost(input: CommandInput<bulkdeleteapidatasetsdatasetiddocumentsbulkdeletepostInput>, options?: _GenericMethodOptions): Promise<CommandOutput<bulkdeleteapidatasetsdatasetiddocumentsbulkdeletepostOutput>>;
|
|
187
|
-
deletefieldsapidatasetsdatasetiddocumentsdeletefieldspost(input: CommandInput<deletefieldsapidatasetsdatasetiddocumentsdeletefieldspostInput>, options?: _GenericMethodOptions): Promise<CommandOutput<deletefieldsapidatasetsdatasetiddocumentsdeletefieldspostOutput>>;
|
|
188
|
-
updatebyfiltersapidatasetsdatasetiddocumentsupdatewherepost(input: CommandInput<updatebyfiltersapidatasetsdatasetiddocumentsupdatewherepostInput>, options?: _GenericMethodOptions): Promise<CommandOutput<updatebyfiltersapidatasetsdatasetiddocumentsupdatewherepostOutput>>;
|
|
189
|
-
deletebyfiltersapidatasetsdatasetiddocumentsdeletewherepost(input: CommandInput<deletebyfiltersapidatasetsdatasetiddocumentsdeletewherepostInput>, options?: _GenericMethodOptions): Promise<CommandOutput<deletebyfiltersapidatasetsdatasetiddocumentsdeletewherepostOutput>>;
|
|
190
|
-
collectionmetadataapidatasetsdatasetidmetadataget(input: CommandInput<collectionmetadataapidatasetsdatasetidmetadatagetInput>, options?: _GenericMethodOptions): Promise<CommandOutput<collectionmetadataapidatasetsdatasetidmetadatagetOutput>>;
|
|
191
|
-
postcollectionmetadataapidatasetsdatasetidmetadatapost(input: CommandInput<postcollectionmetadataapidatasetsdatasetidmetadatapostInput>, options?: _GenericMethodOptions): Promise<CommandOutput<postcollectionmetadataapidatasetsdatasetidmetadatapostOutput>>;
|
|
192
|
-
datasetschemastatsapidatasetsdatasetidmonitorstatsget(input: CommandInput<datasetschemastatsapidatasetsdatasetidmonitorstatsgetInput>, options?: _GenericMethodOptions): Promise<CommandOutput<datasetschemastatsapidatasetsdatasetidmonitorstatsgetOutput>>;
|
|
193
|
-
datasetvectorhealthapidatasetsdatasetidmonitorhealthget(input: CommandInput<datasetvectorhealthapidatasetsdatasetidmonitorhealthgetInput>, options?: _GenericMethodOptions): Promise<CommandOutput<datasetvectorhealthapidatasetsdatasetidmonitorhealthgetOutput>>;
|
|
194
|
-
aggregatelogsapidatasetsdatasetidmonitorusagepost(input: CommandInput<aggregatelogsapidatasetsdatasetidmonitorusagepostInput>, options?: _GenericMethodOptions): Promise<CommandOutput<aggregatelogsapidatasetsdatasetidmonitorusagepostOutput>>;
|
|
195
|
-
tasksapidatasetsdatasetidtaskscreatepost(input: CommandInput<tasksapidatasetsdatasetidtaskscreatepostInput>, options?: _GenericMethodOptions): Promise<CommandOutput<tasksapidatasetsdatasetidtaskscreatepostOutput>>;
|
|
196
|
-
listcollectionjobsapidatasetsdatasetidtaskslistget(input: CommandInput<listcollectionjobsapidatasetsdatasetidtaskslistgetInput>, options?: _GenericMethodOptions): Promise<CommandOutput<listcollectionjobsapidatasetsdatasetidtaskslistgetOutput>>;
|
|
197
|
-
tasksstatusapidatasetsdatasetidtaskstaskidstatusget(input: CommandInput<tasksstatusapidatasetsdatasetidtaskstaskidstatusgetInput>, options?: _GenericMethodOptions): Promise<CommandOutput<tasksstatusapidatasetsdatasetidtaskstaskidstatusgetOutput>>;
|
|
198
|
-
vectorsearchapiservicessearchvectorpost(input: CommandInput<vectorsearchapiservicessearchvectorpostInput>, options?: _GenericMethodOptions): Promise<CommandOutput<vectorsearchapiservicessearchvectorpostOutput>>;
|
|
199
|
-
traditionalsearchapiservicessearchtraditionalpost(input: CommandInput<traditionalsearchapiservicessearchtraditionalpostInput>, options?: _GenericMethodOptions): Promise<CommandOutput<traditionalsearchapiservicessearchtraditionalpostOutput>>;
|
|
200
|
-
hybridsearchapiservicessearchhybridpost(input: CommandInput<hybridsearchapiservicessearchhybridpostInput>, options?: _GenericMethodOptions): Promise<CommandOutput<hybridsearchapiservicessearchhybridpostOutput>>;
|
|
201
|
-
hybridsearchapiservicessearchsemanticpost(input: CommandInput<hybridsearchapiservicessearchsemanticpostInput>, options?: _GenericMethodOptions): Promise<CommandOutput<hybridsearchapiservicessearchsemanticpostOutput>>;
|
|
202
|
-
chunksearchapiservicessearchchunkpost(input: CommandInput<chunksearchapiservicessearchchunkpostInput>, options?: _GenericMethodOptions): Promise<CommandOutput<chunksearchapiservicessearchchunkpostOutput>>;
|
|
203
|
-
advancedmultistepchunksearchapiservicessearchmultistepchunkpost(input: CommandInput<advancedmultistepchunksearchapiservicessearchmultistepchunkpostInput>, options?: _GenericMethodOptions): Promise<CommandOutput<advancedmultistepchunksearchapiservicessearchmultistepchunkpostOutput>>;
|
|
204
|
-
advancedchunksearchapiservicessearchadvancedchunkpost(input: CommandInput<advancedchunksearchapiservicessearchadvancedchunkpostInput>, options?: _GenericMethodOptions): Promise<CommandOutput<advancedchunksearchapiservicessearchadvancedchunkpostOutput>>;
|
|
205
|
-
advancedmultistepchunksearchapiservicessearchadvancedmultistepchunkpost(input: CommandInput<advancedmultistepchunksearchapiservicessearchadvancedmultistepchunkpostInput>, options?: _GenericMethodOptions): Promise<CommandOutput<advancedmultistepchunksearchapiservicessearchadvancedmultistepchunkpostOutput>>;
|
|
206
|
-
vectorsearchapiservicessearchdiversitypost(input: CommandInput<vectorsearchapiservicessearchdiversitypostInput>, options?: _GenericMethodOptions): Promise<CommandOutput<vectorsearchapiservicessearchdiversitypostOutput>>;
|
|
207
|
-
vectorrecommendapiservicesrecommendvectorpost(input: CommandInput<vectorrecommendapiservicesrecommendvectorpostInput>, options?: _GenericMethodOptions): Promise<CommandOutput<vectorrecommendapiservicesrecommendvectorpostOutput>>;
|
|
208
|
-
vectordiversityrecommendapiservicesrecommenddiversitypost(input: CommandInput<vectordiversityrecommendapiservicesrecommenddiversitypostInput>, options?: _GenericMethodOptions): Promise<CommandOutput<vectordiversityrecommendapiservicesrecommenddiversitypostOutput>>;
|
|
209
|
-
aggregatev2apiservicesaggregateaggregatepost(input: CommandInput<aggregatev2apiservicesaggregateaggregatepostInput>, options?: _GenericMethodOptions): Promise<CommandOutput<aggregatev2apiservicesaggregateaggregatepostOutput>>;
|
|
210
|
-
clustercentroidsapiservicesclustercentroidslistget(input: CommandInput<clustercentroidsapiservicesclustercentroidslistgetInput>, options?: _GenericMethodOptions): Promise<CommandOutput<clustercentroidsapiservicesclustercentroidslistgetOutput>>;
|
|
211
|
-
clustercentroidsgetapiservicesclustercentroidsgetget(input: CommandInput<clustercentroidsgetapiservicesclustercentroidsgetgetInput>, options?: _GenericMethodOptions): Promise<CommandOutput<clustercentroidsgetapiservicesclustercentroidsgetgetOutput>>;
|
|
212
|
-
insertclustercentroidsapiservicesclustercentroidsinsertpost(input: CommandInput<insertclustercentroidsapiservicesclustercentroidsinsertpostInput>, options?: _GenericMethodOptions): Promise<CommandOutput<insertclustercentroidsapiservicesclustercentroidsinsertpostOutput>>;
|
|
213
|
-
clustercentroidsgetapiservicesclustercentroidsdocumentspost(input: CommandInput<clustercentroidsgetapiservicesclustercentroidsdocumentspostInput>, options?: _GenericMethodOptions): Promise<CommandOutput<clustercentroidsgetapiservicesclustercentroidsdocumentspostOutput>>;
|
|
214
|
-
clusteraggregateapiservicesclusteraggregatepost(input: CommandInput<clusteraggregateapiservicesclusteraggregatepostInput>, options?: _GenericMethodOptions): Promise<CommandOutput<clusteraggregateapiservicesclusteraggregatepostOutput>>;
|
|
215
|
-
clusterfacetsapiservicesclusterfacetsget(input: CommandInput<clusterfacetsapiservicesclusterfacetsgetInput>, options?: _GenericMethodOptions): Promise<CommandOutput<clusterfacetsapiservicesclusterfacetsgetOutput>>;
|
|
216
|
-
tagapiservicestaggertagpost(input: CommandInput<tagapiservicestaggertagpostInput>, options?: _GenericMethodOptions): Promise<CommandOutput<tagapiservicestaggertagpostOutput>>;
|
|
217
|
-
clusterandtagapiservicestaggerdiversitypost(input: CommandInput<clusterandtagapiservicestaggerdiversitypostInput>, options?: _GenericMethodOptions): Promise<CommandOutput<clusterandtagapiservicestaggerdiversitypostOutput>>;
|
|
218
|
-
vectorrecommendapiservicesdocumentdiffpost(input: CommandInput<vectorrecommendapiservicesdocumentdiffpostInput>, options?: _GenericMethodOptions): Promise<CommandOutput<vectorrecommendapiservicesdocumentdiffpostOutput>>;
|
|
219
|
-
predictknnregressionapiservicespredictionregressionknnpost(input: CommandInput<predictknnregressionapiservicespredictionregressionknnpostInput>, options?: _GenericMethodOptions): Promise<CommandOutput<predictknnregressionapiservicespredictionregressionknnpostOutput>>;
|
|
220
|
-
predictknnregressionfromsearchresultsapiservicespredictionregressionknnfromresultspost(input: CommandInput<predictknnregressionfromsearchresultsapiservicespredictionregressionknnfromresultspostInput>, options?: _GenericMethodOptions): Promise<CommandOutput<predictknnregressionfromsearchresultsapiservicespredictionregressionknnfromresultspostOutput>>;
|
|
221
|
-
encodenumericfieldsapiservicesencodersnumericfieldspost(input: CommandInput<encodenumericfieldsapiservicesencodersnumericfieldspostInput>, options?: _GenericMethodOptions): Promise<CommandOutput<encodenumericfieldsapiservicesencodersnumericfieldspostOutput>>;
|
|
222
|
-
encodecategoriesapiservicesencoderscategoriespost(input: CommandInput<encodecategoriesapiservicesencoderscategoriespostInput>, options?: _GenericMethodOptions): Promise<CommandOutput<encodecategoriesapiservicesencoderscategoriespostOutput>>;
|
|
223
|
-
encodedictionaryapiservicesencodersdictionarypost(input: CommandInput<encodedictionaryapiservicesencodersdictionarypostInput>, options?: _GenericMethodOptions): Promise<CommandOutput<encodedictionaryapiservicesencodersdictionarypostOutput>>;
|
|
224
|
-
encodetextapiservicesencoderstextget(input: CommandInput<encodetextapiservicesencoderstextgetInput>, options?: _GenericMethodOptions): Promise<CommandOutput<encodetextapiservicesencoderstextgetOutput>>;
|
|
225
|
-
encodetextapiservicesencodersmultitextget(input: CommandInput<encodetextapiservicesencodersmultitextgetInput>, options?: _GenericMethodOptions): Promise<CommandOutput<encodetextapiservicesencodersmultitextgetOutput>>;
|
|
226
|
-
encodeimageapiservicesencodersimagepost(input: CommandInput<encodeimageapiservicesencodersimagepostInput>, options?: _GenericMethodOptions): Promise<CommandOutput<encodeimageapiservicesencodersimagepostOutput>>;
|
|
227
|
-
encodetextimageapiservicesencoderstextimageget(input: CommandInput<encodetextimageapiservicesencoderstextimagegetInput>, options?: _GenericMethodOptions): Promise<CommandOutput<encodetextimageapiservicesencoderstextimagegetOutput>>;
|
|
228
|
-
encodeimagetextapiservicesencodersimagetextget(input: CommandInput<encodeimagetextapiservicesencodersimagetextgetInput>, options?: _GenericMethodOptions): Promise<CommandOutput<encodeimagetextapiservicesencodersimagetextgetOutput>>;
|
|
229
|
-
retrievedocumentsapiservicesencodersencodepost(input: CommandInput<retrievedocumentsapiservicesencodersencodepostInput>, options?: _GenericMethodOptions): Promise<CommandOutput<retrievedocumentsapiservicesencodersencodepostOutput>>;
|
|
230
|
-
retrievedocumentsapiservicesencodersbulkencodepost(input: CommandInput<retrievedocumentsapiservicesencodersbulkencodepostInput>, options?: _GenericMethodOptions): Promise<CommandOutput<retrievedocumentsapiservicesencodersbulkencodepostOutput>>;
|
|
231
|
-
wordcloudsapiserviceswordcloudswordcloudspost(input: CommandInput<wordcloudsapiserviceswordcloudswordcloudspostInput>, options?: _GenericMethodOptions): Promise<CommandOutput<wordcloudsapiserviceswordcloudswordcloudspostOutput>>;
|
|
232
|
-
deployablecreateapideployablescreatepost(input: CommandInput<deployablecreateapideployablescreatepostInput>, options?: _GenericMethodOptions): Promise<CommandOutput<deployablecreateapideployablescreatepostOutput>>;
|
|
233
|
-
deployableupdateshareableapideployablesdeployableidsharepost(input: CommandInput<deployableupdateshareableapideployablesdeployableidsharepostInput>, options?: _GenericMethodOptions): Promise<CommandOutput<deployableupdateshareableapideployablesdeployableidsharepostOutput>>;
|
|
234
|
-
deployableupdateprivateapideployablesdeployableidprivatepost(input: CommandInput<deployableupdateprivateapideployablesdeployableidprivatepostInput>, options?: _GenericMethodOptions): Promise<CommandOutput<deployableupdateprivateapideployablesdeployableidprivatepostOutput>>;
|
|
235
|
-
deployableupdateapideployablesdeployableidupdatepost(input: CommandInput<deployableupdateapideployablesdeployableidupdatepostInput>, options?: _GenericMethodOptions): Promise<CommandOutput<deployableupdateapideployablesdeployableidupdatepostOutput>>;
|
|
236
|
-
deployablegetapideployablesdeployableidgetget(input: CommandInput<deployablegetapideployablesdeployableidgetgetInput>, options?: _GenericMethodOptions): Promise<CommandOutput<deployablegetapideployablesdeployableidgetgetOutput>>;
|
|
237
|
-
deployabledeleteapideployablesdeletepost(input: CommandInput<deployabledeleteapideployablesdeletepostInput>, options?: _GenericMethodOptions): Promise<CommandOutput<deployabledeleteapideployablesdeletepostOutput>>;
|
|
238
|
-
deployablelistapideployableslistget(input: CommandInput<deployablelistapideployableslistgetInput>, options?: _GenericMethodOptions): Promise<CommandOutput<deployablelistapideployableslistgetOutput>>;
|
|
239
|
-
}
|