@relevanceai/sdk 1.11.0 → 1.14.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.
Files changed (33) hide show
  1. package/dist-cjs/generated/DiscoveryApi.js +595 -3
  2. package/dist-cjs/generated/_DiscoveryApiSchemaTypes.js +1 -4
  3. package/dist-cjs/generated/index.js +5 -2
  4. package/dist-cjs/index.js +6 -2
  5. package/dist-cjs/services/discovery/Dataset.js +125 -115
  6. package/dist-cjs/services/discovery/index.js +158 -179
  7. package/dist-cjs/services/index.js +2 -12
  8. package/dist-cjs/shared/generate.js +1 -1
  9. package/dist-cjs/shared/serviceConfigs.js +2 -7
  10. package/dist-es/generated/DiscoveryApi.js +898 -10
  11. package/dist-es/generated/_DiscoveryApiSchemaTypes.js +1 -4
  12. package/dist-es/generated/index.js +0 -1
  13. package/dist-es/index.js +1 -1
  14. package/dist-es/services/discovery/Dataset.js +126 -309
  15. package/dist-es/services/discovery/index.js +159 -233
  16. package/dist-es/services/index.js +3 -1
  17. package/dist-es/shared/BaseClient.js +9 -9
  18. package/dist-es/shared/generate.js +21 -20
  19. package/dist-es/shared/serviceConfigs.js +2 -7
  20. package/dist-types/generated/DiscoveryApi.d.ts +226 -4
  21. package/dist-types/generated/_DiscoveryApiSchemaTypes.d.ts +8663 -1056
  22. package/dist-types/generated/index.d.ts +0 -1
  23. package/dist-types/index.d.ts +0 -1
  24. package/dist-types/services/discovery/Dataset.d.ts +0 -50
  25. package/dist-types/services/discovery/index.d.ts +0 -366
  26. package/dist-types/services/index.d.ts +0 -1
  27. package/package.json +2 -2
  28. package/dist-cjs/generated/VectorApi.js +0 -762
  29. package/dist-cjs/generated/_VectorApiSchemaTypes.js +0 -6
  30. package/dist-es/generated/VectorApi.js +0 -1199
  31. package/dist-es/generated/_VectorApiSchemaTypes.js +0 -5
  32. package/dist-types/generated/VectorApi.d.ts +0 -287
  33. package/dist-types/generated/_VectorApiSchemaTypes.d.ts +0 -5781
@@ -1,41 +1,263 @@
1
1
  import { CommandInput, _GenericClient, CommandOutput, _ClientInput, _GenericMethodOptions } from '../shared/BaseClient';
2
2
  import { operations } from './_DiscoveryApiSchemaTypes';
3
+ export declare type CreateDeployableInput = operations['CreateDeployable']['requestBody']['content']['application/json'];
4
+ export declare type CreateDeployableOutput = operations['CreateDeployable']['responses']['200']['content']['application/json'];
5
+ export declare type GetDeployableInput = {};
6
+ export declare type GetDeployableOutput = operations['GetDeployable']['responses']['200']['content']['application/json'];
7
+ export declare type UpdateDeployableInput = operations['UpdateDeployable']['requestBody']['content']['application/json'];
8
+ export declare type UpdateDeployableOutput = operations['UpdateDeployable']['responses']['200']['content']['application/json'];
9
+ export declare type DeleteDeployableInput = operations['DeleteDeployable']['requestBody']['content']['application/json'];
10
+ export declare type DeleteDeployableOutput = operations['DeleteDeployable']['responses']['200']['content']['application/json'];
11
+ export declare type CreateDeployableKeyInput = operations['CreateDeployableKey']['requestBody']['content']['application/json'];
12
+ export declare type CreateDeployableKeyOutput = operations['CreateDeployableKey']['responses']['200']['content']['application/json'];
13
+ export declare type DeleteDeployableKeyInput = operations['DeleteDeployableKey']['requestBody']['content']['application/json'];
14
+ export declare type DeleteDeployableKeyOutput = operations['DeleteDeployableKey']['responses']['200']['content']['application/json'];
15
+ export declare type ListDeployablesInput = {};
16
+ export declare type ListDeployablesOutput = operations['ListDeployables']['responses']['200']['content']['application/json'];
17
+ export declare type UpdateProjectInput = operations['UpdateProject']['requestBody']['content']['application/json'];
18
+ export declare type UpdateProjectOutput = operations['UpdateProject']['responses']['200']['content']['application/json'];
19
+ export declare type ListProjectsInput = {};
20
+ export declare type ListProjectsOutput = operations['ListProjects']['responses']['200']['content']['application/json'];
21
+ export declare type CreateUserInput = operations['CreateUser']['requestBody']['content']['application/json'];
22
+ export declare type CreateUserOutput = operations['CreateUser']['responses']['200']['content']['application/json'];
23
+ export declare type ListUsersInput = operations['ListUsers']['requestBody']['content']['application/json'];
24
+ export declare type ListUsersOutput = operations['ListUsers']['responses']['200']['content']['application/json'];
25
+ export declare type IsUserAuthorizedInput = operations['IsUserAuthorized']['requestBody']['content']['application/json'];
26
+ export declare type IsUserAuthorizedOutput = operations['IsUserAuthorized']['responses']['200']['content']['application/json'];
27
+ export declare type GetAuthHeaderInfoInput = {};
28
+ export declare type GetAuthHeaderInfoOutput = operations['GetAuthHeaderInfo']['responses']['200']['content']['application/json'];
29
+ export declare type CreateProjectInviteInput = operations['CreateProjectInvite']['requestBody']['content']['application/json'];
30
+ export declare type CreateProjectInviteOutput = operations['CreateProjectInvite']['responses']['200']['content']['application/json'];
31
+ export declare type ListProjectInvitesInput = operations['ListProjectInvites']['requestBody']['content']['application/json'];
32
+ export declare type ListProjectInvitesOutput = operations['ListProjectInvites']['responses']['200']['content']['application/json'];
33
+ export declare type AcceptProjectInviteInput = operations['AcceptProjectInvite']['requestBody']['content']['application/json'];
34
+ export declare type AcceptProjectInviteOutput = operations['AcceptProjectInvite']['responses']['200']['content']['application/json'];
35
+ export declare type GetUserInput = {};
36
+ export declare type GetUserOutput = operations['GetUser']['responses']['200']['content']['application/json'];
37
+ export declare type UpdateUserInput = operations['UpdateUser']['requestBody']['content']['application/json'];
38
+ export declare type UpdateUserOutput = operations['UpdateUser']['responses']['200']['content']['application/json'];
39
+ export declare type DeleteUserInput = operations['DeleteUser']['requestBody']['content']['application/json'];
40
+ export declare type DeleteUserOutput = operations['DeleteUser']['responses']['200']['content']['application/json'];
41
+ export declare type CreateUserKeyInput = operations['CreateUserKey']['requestBody']['content']['application/json'];
42
+ export declare type CreateUserKeyOutput = operations['CreateUserKey']['responses']['200']['content']['application/json'];
43
+ export declare type ListUserKeysInput = operations['ListUserKeys']['requestBody']['content']['application/json'];
44
+ export declare type ListUserKeysOutput = operations['ListUserKeys']['responses']['200']['content']['application/json'];
45
+ export declare type DeleteUserKeyInput = operations['DeleteUserKey']['requestBody']['content']['application/json'];
46
+ export declare type DeleteUserKeyOutput = operations['DeleteUserKey']['responses']['200']['content']['application/json'];
47
+ export declare type InsertClusterCentroidsInput = operations['InsertClusterCentroids']['requestBody']['content']['application/json'];
48
+ export declare type InsertClusterCentroidsOutput = operations['InsertClusterCentroids']['responses']['200']['content']['application/json'];
49
+ export declare type UpdateClusterCentroidsInput = operations['UpdateClusterCentroids']['requestBody']['content']['application/json'];
50
+ export declare type UpdateClusterCentroidsOutput = operations['UpdateClusterCentroids']['responses']['200']['content']['application/json'];
51
+ export declare type CompareClusterCentroidsInput = operations['CompareClusterCentroids']['requestBody']['content']['application/json'];
52
+ export declare type CompareClusterCentroidsOutput = operations['CompareClusterCentroids']['responses']['200']['content']['application/json'];
53
+ export declare type AggregateInput = operations['Aggregate']['requestBody']['content']['application/json'];
54
+ export declare type AggregateOutput = operations['Aggregate']['responses']['200']['content']['application/json'];
55
+ export declare type AggregateClustersInput = operations['AggregateClusters']['requestBody']['content']['application/json'];
56
+ export declare type AggregateClustersOutput = operations['AggregateClusters']['responses']['200']['content']['application/json'];
57
+ export declare type ListClusterFacetsInput = operations['ListClusterFacets']['requestBody']['content']['application/json'];
58
+ export declare type ListClusterFacetsOutput = operations['ListClusterFacets']['responses']['200']['content']['application/json'];
59
+ export declare type ListClosestToCentroidsInput = operations['ListClosestToCentroids']['requestBody']['content']['application/json'];
60
+ export declare type ListClosestToCentroidsOutput = operations['ListClosestToCentroids']['responses']['200']['content']['application/json'];
61
+ export declare type ListFurthestFromCentroidsInput = operations['ListFurthestFromCentroids']['requestBody']['content']['application/json'];
62
+ export declare type ListFurthestFromCentroidsOutput = operations['ListFurthestFromCentroids']['responses']['200']['content']['application/json'];
63
+ export declare type ListCentroidsInput = operations['ListCentroids']['requestBody']['content']['application/json'];
64
+ export declare type ListCentroidsOutput = operations['ListCentroids']['responses']['200']['content']['application/json'];
65
+ export declare type DeleteCentroidInput = operations['DeleteCentroid']['requestBody']['content']['application/json'];
66
+ export declare type DeleteCentroidOutput = operations['DeleteCentroid']['responses']['200']['content']['application/json'];
67
+ export declare type RealtimeClusteringInput = operations['RealtimeClustering']['requestBody']['content']['application/json'];
68
+ export declare type RealtimeClusteringOutput = operations['RealtimeClustering']['responses']['200']['content']['application/json'];
69
+ export declare type MergeClustersInput = operations['MergeClusters']['requestBody']['content']['application/json'];
70
+ export declare type MergeClustersOutput = operations['MergeClusters']['responses']['200']['content']['application/json'];
71
+ export declare type CreateClusterSummariesInput = operations['CreateClusterSummaries']['requestBody']['content']['application/json'];
72
+ export declare type CreateClusterSummariesOutput = operations['CreateClusterSummaries']['responses']['200']['content']['application/json'];
73
+ export declare type ListClusterSummariesInput = operations['ListClusterSummaries']['requestBody']['content']['application/json'];
74
+ export declare type ListClusterSummariesOutput = operations['ListClusterSummaries']['responses']['200']['content']['application/json'];
75
+ export declare type DeleteClusterSummariesInput = operations['DeleteClusterSummaries']['requestBody']['content']['application/json'];
76
+ export declare type DeleteClusterSummariesOutput = operations['DeleteClusterSummaries']['responses']['200']['content']['application/json'];
3
77
  export declare type InsertInput = operations['Insert']['requestBody']['content']['application/json'];
4
78
  export declare type InsertOutput = operations['Insert']['responses']['200']['content']['application/json'];
5
79
  export declare type BulkInsertInput = operations['BulkInsert']['requestBody']['content']['application/json'];
6
80
  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'];
81
+ export declare type GetFileUploadUrlsForDatasetInput = operations['GetFileUploadUrlsForDataset']['requestBody']['content']['application/json'];
82
+ export declare type GetFileUploadUrlsForDatasetOutput = operations['GetFileUploadUrlsForDataset']['responses']['200']['content']['application/json'];
9
83
  export declare type ParseBlobInput = operations['ParseBlob']['requestBody']['content']['application/json'];
10
84
  export declare type ParseBlobOutput = operations['ParseBlob']['responses']['200']['content']['application/json'];
11
- export declare type GetDocumentInput = operations['GetDocument']['requestBody']['content']['application/json'];
85
+ export declare type CopyForeignDatasetInput = operations['CopyForeignDataset']['requestBody']['content']['application/json'];
86
+ export declare type CopyForeignDatasetOutput = operations['CopyForeignDataset']['responses']['200']['content']['application/json'];
87
+ export declare type CreateProjectReadKeyInput = operations['CreateProjectReadKey']['requestBody']['content']['application/json'];
88
+ export declare type CreateProjectReadKeyOutput = operations['CreateProjectReadKey']['responses']['200']['content']['application/json'];
89
+ export declare type DeleteDatasetInput = operations['DeleteDataset']['requestBody']['content']['application/json'];
90
+ export declare type DeleteDatasetOutput = operations['DeleteDataset']['responses']['200']['content']['application/json'];
91
+ export declare type CreateDatasetInput = operations['CreateDataset']['requestBody']['content']['application/json'];
92
+ export declare type CreateDatasetOutput = operations['CreateDataset']['responses']['200']['content']['application/json'];
93
+ export declare type GetSchemaInput = {};
94
+ export declare type GetSchemaOutput = operations['GetSchema']['responses']['200']['content']['application/json'];
95
+ export declare type ListDatasetsInput = {};
96
+ export declare type ListDatasetsOutput = operations['ListDatasets']['responses']['200']['content']['application/json'];
97
+ export declare type CombineDatasetsInput = operations['CombineDatasets']['requestBody']['content']['application/json'];
98
+ export declare type CombineDatasetsOutput = operations['CombineDatasets']['responses']['200']['content']['application/json'];
99
+ export declare type GetCombineJobStatusInput = operations['GetCombineJobStatus']['requestBody']['content']['application/json'];
100
+ export declare type GetCombineJobStatusOutput = operations['GetCombineJobStatus']['responses']['200']['content']['application/json'];
101
+ export declare type SearchDatasetsInput = {};
102
+ export declare type SearchDatasetsOutput = operations['SearchDatasets']['responses']['200']['content']['application/json'];
103
+ export declare type GetFieldHealthInput = {};
104
+ export declare type GetFieldHealthOutput = operations['GetFieldHealth']['responses']['200']['content']['application/json'];
105
+ export declare type GetDatasetStatsInput = {};
106
+ export declare type GetDatasetStatsOutput = operations['GetDatasetStats']['responses']['200']['content']['application/json'];
107
+ export declare type GetDatasetUsageInput = operations['GetDatasetUsage']['requestBody']['content']['application/json'];
108
+ export declare type GetDatasetUsageOutput = operations['GetDatasetUsage']['responses']['200']['content']['application/json'];
109
+ export declare type GetVectorMappingsInput = {};
110
+ export declare type GetVectorMappingsOutput = operations['GetVectorMappings']['responses']['200']['content']['application/json'];
111
+ export declare type GetDatasetDetailsInput = operations['GetDatasetDetails']['requestBody']['content']['application/json'];
112
+ export declare type GetDatasetDetailsOutput = operations['GetDatasetDetails']['responses']['200']['content']['application/json'];
113
+ export declare type GetDocumentInput = {};
12
114
  export declare type GetDocumentOutput = operations['GetDocument']['responses']['200']['content']['application/json'];
13
115
  export declare type DeleteDocumentInput = operations['DeleteDocument']['requestBody']['content']['application/json'];
14
116
  export declare type DeleteDocumentOutput = operations['DeleteDocument']['responses']['200']['content']['application/json'];
117
+ export declare type UpsertDatasetSettingsInput = operations['UpsertDatasetSettings']['requestBody']['content']['application/json'];
118
+ export declare type UpsertDatasetSettingsOutput = operations['UpsertDatasetSettings']['responses']['200']['content']['application/json'];
119
+ export declare type GetDatasetSettingsInput = {};
120
+ export declare type GetDatasetSettingsOutput = operations['GetDatasetSettings']['responses']['200']['content']['application/json'];
121
+ export declare type UpsertDatasetMetadataInput = operations['UpsertDatasetMetadata']['requestBody']['content']['application/json'];
122
+ export declare type UpsertDatasetMetadataOutput = operations['UpsertDatasetMetadata']['responses']['200']['content']['application/json'];
123
+ export declare type GetDatasetMetadataInput = {};
124
+ export declare type GetDatasetMetadataOutput = operations['GetDatasetMetadata']['responses']['200']['content']['application/json'];
15
125
  export declare type UpdateInput = operations['Update']['requestBody']['content']['application/json'];
16
126
  export declare type UpdateOutput = operations['Update']['responses']['200']['content']['application/json'];
127
+ export declare type DeleteDocumentFieldsInput = operations['DeleteDocumentFields']['requestBody']['content']['application/json'];
128
+ export declare type DeleteDocumentFieldsOutput = operations['DeleteDocumentFields']['responses']['200']['content']['application/json'];
17
129
  export declare type BulkUpdateInput = operations['BulkUpdate']['requestBody']['content']['application/json'];
18
130
  export declare type BulkUpdateOutput = operations['BulkUpdate']['responses']['200']['content']['application/json'];
19
131
  export declare type UpdateWhereInput = operations['UpdateWhere']['requestBody']['content']['application/json'];
20
132
  export declare type UpdateWhereOutput = operations['UpdateWhere']['responses']['200']['content']['application/json'];
133
+ export declare type ListFacetsInput = operations['ListFacets']['requestBody']['content']['application/json'];
134
+ export declare type ListFacetsOutput = operations['ListFacets']['responses']['200']['content']['application/json'];
135
+ export declare type GetWhereInput = operations['GetWhere']['requestBody']['content']['application/json'];
136
+ export declare type GetWhereOutput = operations['GetWhere']['responses']['200']['content']['application/json'];
137
+ export declare type PaginateDocumentsInput = operations['PaginateDocuments']['requestBody']['content']['application/json'];
138
+ export declare type PaginateDocumentsOutput = operations['PaginateDocuments']['responses']['200']['content']['application/json'];
139
+ export declare type BulkGetDocumentsInput = operations['BulkGetDocuments']['requestBody']['content']['application/json'];
140
+ export declare type BulkGetDocumentsOutput = operations['BulkGetDocuments']['responses']['200']['content']['application/json'];
141
+ export declare type BulkDeleteDocumentsInput = operations['BulkDeleteDocuments']['requestBody']['content']['application/json'];
142
+ export declare type BulkDeleteDocumentsOutput = operations['BulkDeleteDocuments']['responses']['200']['content']['application/json'];
143
+ export declare type ListDocumentsInput = {};
144
+ export declare type ListDocumentsOutput = operations['ListDocuments']['responses']['200']['content']['application/json'];
21
145
  export declare type DeleteWhereInput = operations['DeleteWhere']['requestBody']['content']['application/json'];
22
146
  export declare type DeleteWhereOutput = operations['DeleteWhere']['responses']['200']['content']['application/json'];
23
147
  export declare type SimpleSearchPostInput = operations['SimpleSearchPost']['requestBody']['content']['application/json'];
24
148
  export declare type SimpleSearchPostOutput = operations['SimpleSearchPost']['responses']['200']['content']['application/json'];
25
149
  export declare type FastSearchInput = operations['FastSearch']['requestBody']['content']['application/json'];
26
150
  export declare type FastSearchOutput = operations['FastSearch']['responses']['200']['content']['application/json'];
151
+ export declare type RecommendInput = operations['Recommend']['requestBody']['content']['application/json'];
152
+ export declare type RecommendOutput = operations['Recommend']['responses']['200']['content']['application/json'];
153
+ export declare type CloneDatasetInput = operations['CloneDataset']['requestBody']['content']['application/json'];
154
+ export declare type CloneDatasetOutput = operations['CloneDataset']['responses']['200']['content']['application/json'];
155
+ export declare type PredictKNNRegressionInput = operations['PredictKNNRegression']['requestBody']['content']['application/json'];
156
+ export declare type PredictKNNRegressionOutput = operations['PredictKNNRegression']['responses']['200']['content']['application/json'];
157
+ export declare type PredictKNNFromResultsInput = operations['PredictKNNFromResults']['requestBody']['content']['application/json'];
158
+ export declare type PredictKNNFromResultsOutput = operations['PredictKNNFromResults']['responses']['200']['content']['application/json'];
159
+ export declare type BiasEvaluationInput = operations['BiasEvaluation']['requestBody']['content']['application/json'];
160
+ export declare type BiasEvaluationOutput = operations['BiasEvaluation']['responses']['200']['content']['application/json'];
161
+ export declare type VectorizeInput = operations['Vectorize']['requestBody']['content']['application/json'];
162
+ export declare type VectorizeOutput = operations['Vectorize']['responses']['200']['content']['application/json'];
163
+ export declare type VectorizeAndInsertInput = operations['VectorizeAndInsert']['requestBody']['content']['application/json'];
164
+ export declare type VectorizeAndInsertOutput = operations['VectorizeAndInsert']['responses']['200']['content']['application/json'];
165
+ export declare type VectorizeFieldInput = operations['VectorizeField']['requestBody']['content']['application/json'];
166
+ export declare type VectorizeFieldOutput = operations['VectorizeField']['responses']['200']['content']['application/json'];
167
+ export declare type TriggerWorkflowInput = operations['TriggerWorkflow']['requestBody']['content']['application/json'];
168
+ export declare type TriggerWorkflowOutput = operations['TriggerWorkflow']['responses']['200']['content']['application/json'];
169
+ export declare type ListWorkflowsInput = {};
170
+ export declare type ListWorkflowsOutput = operations['ListWorkflows']['responses']['200']['content']['application/json'];
171
+ export declare type GetWorkflowStatusInput = operations['GetWorkflowStatus']['requestBody']['content']['application/json'];
172
+ export declare type GetWorkflowStatusOutput = operations['GetWorkflowStatus']['responses']['200']['content']['application/json'];
173
+ export declare type UpsertWorkflowMetadataInput = operations['UpsertWorkflowMetadata']['requestBody']['content']['application/json'];
174
+ export declare type UpsertWorkflowMetadataOutput = operations['UpsertWorkflowMetadata']['responses']['200']['content']['application/json'];
27
175
  export declare class DiscoveryApiClient extends _GenericClient {
28
176
  constructor(config: _ClientInput);
177
+ CreateDeployable(input: CommandInput<CreateDeployableInput>, options?: _GenericMethodOptions): Promise<CommandOutput<CreateDeployableOutput>>;
178
+ GetDeployable(input: CommandInput<GetDeployableInput>, options?: _GenericMethodOptions): Promise<CommandOutput<GetDeployableOutput>>;
179
+ UpdateDeployable(input: CommandInput<UpdateDeployableInput>, options?: _GenericMethodOptions): Promise<CommandOutput<UpdateDeployableOutput>>;
180
+ DeleteDeployable(input: CommandInput<DeleteDeployableInput>, options?: _GenericMethodOptions): Promise<CommandOutput<DeleteDeployableOutput>>;
181
+ CreateDeployableKey(input: CommandInput<CreateDeployableKeyInput>, options?: _GenericMethodOptions): Promise<CommandOutput<CreateDeployableKeyOutput>>;
182
+ DeleteDeployableKey(input: CommandInput<DeleteDeployableKeyInput>, options?: _GenericMethodOptions): Promise<CommandOutput<DeleteDeployableKeyOutput>>;
183
+ ListDeployables(input: CommandInput<ListDeployablesInput>, options?: _GenericMethodOptions): Promise<CommandOutput<ListDeployablesOutput>>;
184
+ UpdateProject(input: CommandInput<UpdateProjectInput>, options?: _GenericMethodOptions): Promise<CommandOutput<UpdateProjectOutput>>;
185
+ ListProjects(input: CommandInput<ListProjectsInput>, options?: _GenericMethodOptions): Promise<CommandOutput<ListProjectsOutput>>;
186
+ CreateUser(input: CommandInput<CreateUserInput>, options?: _GenericMethodOptions): Promise<CommandOutput<CreateUserOutput>>;
187
+ ListUsers(input: CommandInput<ListUsersInput>, options?: _GenericMethodOptions): Promise<CommandOutput<ListUsersOutput>>;
188
+ IsUserAuthorized(input: CommandInput<IsUserAuthorizedInput>, options?: _GenericMethodOptions): Promise<CommandOutput<IsUserAuthorizedOutput>>;
189
+ GetAuthHeaderInfo(input: CommandInput<GetAuthHeaderInfoInput>, options?: _GenericMethodOptions): Promise<CommandOutput<GetAuthHeaderInfoOutput>>;
190
+ CreateProjectInvite(input: CommandInput<CreateProjectInviteInput>, options?: _GenericMethodOptions): Promise<CommandOutput<CreateProjectInviteOutput>>;
191
+ ListProjectInvites(input: CommandInput<ListProjectInvitesInput>, options?: _GenericMethodOptions): Promise<CommandOutput<ListProjectInvitesOutput>>;
192
+ AcceptProjectInvite(input: CommandInput<AcceptProjectInviteInput>, options?: _GenericMethodOptions): Promise<CommandOutput<AcceptProjectInviteOutput>>;
193
+ GetUser(input: CommandInput<GetUserInput>, options?: _GenericMethodOptions): Promise<CommandOutput<GetUserOutput>>;
194
+ UpdateUser(input: CommandInput<UpdateUserInput>, options?: _GenericMethodOptions): Promise<CommandOutput<UpdateUserOutput>>;
195
+ DeleteUser(input: CommandInput<DeleteUserInput>, options?: _GenericMethodOptions): Promise<CommandOutput<DeleteUserOutput>>;
196
+ CreateUserKey(input: CommandInput<CreateUserKeyInput>, options?: _GenericMethodOptions): Promise<CommandOutput<CreateUserKeyOutput>>;
197
+ ListUserKeys(input: CommandInput<ListUserKeysInput>, options?: _GenericMethodOptions): Promise<CommandOutput<ListUserKeysOutput>>;
198
+ DeleteUserKey(input: CommandInput<DeleteUserKeyInput>, options?: _GenericMethodOptions): Promise<CommandOutput<DeleteUserKeyOutput>>;
199
+ InsertClusterCentroids(input: CommandInput<InsertClusterCentroidsInput>, options?: _GenericMethodOptions): Promise<CommandOutput<InsertClusterCentroidsOutput>>;
200
+ UpdateClusterCentroids(input: CommandInput<UpdateClusterCentroidsInput>, options?: _GenericMethodOptions): Promise<CommandOutput<UpdateClusterCentroidsOutput>>;
201
+ CompareClusterCentroids(input: CommandInput<CompareClusterCentroidsInput>, options?: _GenericMethodOptions): Promise<CommandOutput<CompareClusterCentroidsOutput>>;
202
+ Aggregate(input: CommandInput<AggregateInput>, options?: _GenericMethodOptions): Promise<CommandOutput<AggregateOutput>>;
203
+ AggregateClusters(input: CommandInput<AggregateClustersInput>, options?: _GenericMethodOptions): Promise<CommandOutput<AggregateClustersOutput>>;
204
+ ListClusterFacets(input: CommandInput<ListClusterFacetsInput>, options?: _GenericMethodOptions): Promise<CommandOutput<ListClusterFacetsOutput>>;
205
+ ListClosestToCentroids(input: CommandInput<ListClosestToCentroidsInput>, options?: _GenericMethodOptions): Promise<CommandOutput<ListClosestToCentroidsOutput>>;
206
+ ListFurthestFromCentroids(input: CommandInput<ListFurthestFromCentroidsInput>, options?: _GenericMethodOptions): Promise<CommandOutput<ListFurthestFromCentroidsOutput>>;
207
+ ListCentroids(input: CommandInput<ListCentroidsInput>, options?: _GenericMethodOptions): Promise<CommandOutput<ListCentroidsOutput>>;
208
+ DeleteCentroid(input: CommandInput<DeleteCentroidInput>, options?: _GenericMethodOptions): Promise<CommandOutput<DeleteCentroidOutput>>;
209
+ RealtimeClustering(input: CommandInput<RealtimeClusteringInput>, options?: _GenericMethodOptions): Promise<CommandOutput<RealtimeClusteringOutput>>;
210
+ MergeClusters(input: CommandInput<MergeClustersInput>, options?: _GenericMethodOptions): Promise<CommandOutput<MergeClustersOutput>>;
211
+ CreateClusterSummaries(input: CommandInput<CreateClusterSummariesInput>, options?: _GenericMethodOptions): Promise<CommandOutput<CreateClusterSummariesOutput>>;
212
+ ListClusterSummaries(input: CommandInput<ListClusterSummariesInput>, options?: _GenericMethodOptions): Promise<CommandOutput<ListClusterSummariesOutput>>;
213
+ DeleteClusterSummaries(input: CommandInput<DeleteClusterSummariesInput>, options?: _GenericMethodOptions): Promise<CommandOutput<DeleteClusterSummariesOutput>>;
29
214
  Insert(input: CommandInput<InsertInput>, options?: _GenericMethodOptions): Promise<CommandOutput<InsertOutput>>;
30
215
  BulkInsert(input: CommandInput<BulkInsertInput>, options?: _GenericMethodOptions): Promise<CommandOutput<BulkInsertOutput>>;
31
- BlobAccessURLs(input: CommandInput<BlobAccessURLsInput>, options?: _GenericMethodOptions): Promise<CommandOutput<BlobAccessURLsOutput>>;
216
+ GetFileUploadUrlsForDataset(input: CommandInput<GetFileUploadUrlsForDatasetInput>, options?: _GenericMethodOptions): Promise<CommandOutput<GetFileUploadUrlsForDatasetOutput>>;
32
217
  ParseBlob(input: CommandInput<ParseBlobInput>, options?: _GenericMethodOptions): Promise<CommandOutput<ParseBlobOutput>>;
218
+ CopyForeignDataset(input: CommandInput<CopyForeignDatasetInput>, options?: _GenericMethodOptions): Promise<CommandOutput<CopyForeignDatasetOutput>>;
219
+ CreateProjectReadKey(input: CommandInput<CreateProjectReadKeyInput>, options?: _GenericMethodOptions): Promise<CommandOutput<CreateProjectReadKeyOutput>>;
220
+ DeleteDataset(input: CommandInput<DeleteDatasetInput>, options?: _GenericMethodOptions): Promise<CommandOutput<DeleteDatasetOutput>>;
221
+ CreateDataset(input: CommandInput<CreateDatasetInput>, options?: _GenericMethodOptions): Promise<CommandOutput<CreateDatasetOutput>>;
222
+ GetSchema(input: CommandInput<GetSchemaInput>, options?: _GenericMethodOptions): Promise<CommandOutput<GetSchemaOutput>>;
223
+ ListDatasets(input: CommandInput<ListDatasetsInput>, options?: _GenericMethodOptions): Promise<CommandOutput<ListDatasetsOutput>>;
224
+ CombineDatasets(input: CommandInput<CombineDatasetsInput>, options?: _GenericMethodOptions): Promise<CommandOutput<CombineDatasetsOutput>>;
225
+ GetCombineJobStatus(input: CommandInput<GetCombineJobStatusInput>, options?: _GenericMethodOptions): Promise<CommandOutput<GetCombineJobStatusOutput>>;
226
+ SearchDatasets(input: CommandInput<SearchDatasetsInput>, options?: _GenericMethodOptions): Promise<CommandOutput<SearchDatasetsOutput>>;
227
+ GetFieldHealth(input: CommandInput<GetFieldHealthInput>, options?: _GenericMethodOptions): Promise<CommandOutput<GetFieldHealthOutput>>;
228
+ GetDatasetStats(input: CommandInput<GetDatasetStatsInput>, options?: _GenericMethodOptions): Promise<CommandOutput<GetDatasetStatsOutput>>;
229
+ GetDatasetUsage(input: CommandInput<GetDatasetUsageInput>, options?: _GenericMethodOptions): Promise<CommandOutput<GetDatasetUsageOutput>>;
230
+ GetVectorMappings(input: CommandInput<GetVectorMappingsInput>, options?: _GenericMethodOptions): Promise<CommandOutput<GetVectorMappingsOutput>>;
231
+ GetDatasetDetails(input: CommandInput<GetDatasetDetailsInput>, options?: _GenericMethodOptions): Promise<CommandOutput<GetDatasetDetailsOutput>>;
33
232
  GetDocument(input: CommandInput<GetDocumentInput>, options?: _GenericMethodOptions): Promise<CommandOutput<GetDocumentOutput>>;
34
233
  DeleteDocument(input: CommandInput<DeleteDocumentInput>, options?: _GenericMethodOptions): Promise<CommandOutput<DeleteDocumentOutput>>;
234
+ UpsertDatasetSettings(input: CommandInput<UpsertDatasetSettingsInput>, options?: _GenericMethodOptions): Promise<CommandOutput<UpsertDatasetSettingsOutput>>;
235
+ GetDatasetSettings(input: CommandInput<GetDatasetSettingsInput>, options?: _GenericMethodOptions): Promise<CommandOutput<GetDatasetSettingsOutput>>;
236
+ UpsertDatasetMetadata(input: CommandInput<UpsertDatasetMetadataInput>, options?: _GenericMethodOptions): Promise<CommandOutput<UpsertDatasetMetadataOutput>>;
237
+ GetDatasetMetadata(input: CommandInput<GetDatasetMetadataInput>, options?: _GenericMethodOptions): Promise<CommandOutput<GetDatasetMetadataOutput>>;
35
238
  Update(input: CommandInput<UpdateInput>, options?: _GenericMethodOptions): Promise<CommandOutput<UpdateOutput>>;
239
+ DeleteDocumentFields(input: CommandInput<DeleteDocumentFieldsInput>, options?: _GenericMethodOptions): Promise<CommandOutput<DeleteDocumentFieldsOutput>>;
36
240
  BulkUpdate(input: CommandInput<BulkUpdateInput>, options?: _GenericMethodOptions): Promise<CommandOutput<BulkUpdateOutput>>;
37
241
  UpdateWhere(input: CommandInput<UpdateWhereInput>, options?: _GenericMethodOptions): Promise<CommandOutput<UpdateWhereOutput>>;
242
+ ListFacets(input: CommandInput<ListFacetsInput>, options?: _GenericMethodOptions): Promise<CommandOutput<ListFacetsOutput>>;
243
+ GetWhere(input: CommandInput<GetWhereInput>, options?: _GenericMethodOptions): Promise<CommandOutput<GetWhereOutput>>;
244
+ PaginateDocuments(input: CommandInput<PaginateDocumentsInput>, options?: _GenericMethodOptions): Promise<CommandOutput<PaginateDocumentsOutput>>;
245
+ BulkGetDocuments(input: CommandInput<BulkGetDocumentsInput>, options?: _GenericMethodOptions): Promise<CommandOutput<BulkGetDocumentsOutput>>;
246
+ BulkDeleteDocuments(input: CommandInput<BulkDeleteDocumentsInput>, options?: _GenericMethodOptions): Promise<CommandOutput<BulkDeleteDocumentsOutput>>;
247
+ ListDocuments(input: CommandInput<ListDocumentsInput>, options?: _GenericMethodOptions): Promise<CommandOutput<ListDocumentsOutput>>;
38
248
  DeleteWhere(input: CommandInput<DeleteWhereInput>, options?: _GenericMethodOptions): Promise<CommandOutput<DeleteWhereOutput>>;
39
249
  SimpleSearchPost(input: CommandInput<SimpleSearchPostInput>, options?: _GenericMethodOptions): Promise<CommandOutput<SimpleSearchPostOutput>>;
40
250
  FastSearch(input: CommandInput<FastSearchInput>, options?: _GenericMethodOptions): Promise<CommandOutput<FastSearchOutput>>;
251
+ Recommend(input: CommandInput<RecommendInput>, options?: _GenericMethodOptions): Promise<CommandOutput<RecommendOutput>>;
252
+ CloneDataset(input: CommandInput<CloneDatasetInput>, options?: _GenericMethodOptions): Promise<CommandOutput<CloneDatasetOutput>>;
253
+ PredictKNNRegression(input: CommandInput<PredictKNNRegressionInput>, options?: _GenericMethodOptions): Promise<CommandOutput<PredictKNNRegressionOutput>>;
254
+ PredictKNNFromResults(input: CommandInput<PredictKNNFromResultsInput>, options?: _GenericMethodOptions): Promise<CommandOutput<PredictKNNFromResultsOutput>>;
255
+ BiasEvaluation(input: CommandInput<BiasEvaluationInput>, options?: _GenericMethodOptions): Promise<CommandOutput<BiasEvaluationOutput>>;
256
+ Vectorize(input: CommandInput<VectorizeInput>, options?: _GenericMethodOptions): Promise<CommandOutput<VectorizeOutput>>;
257
+ VectorizeAndInsert(input: CommandInput<VectorizeAndInsertInput>, options?: _GenericMethodOptions): Promise<CommandOutput<VectorizeAndInsertOutput>>;
258
+ VectorizeField(input: CommandInput<VectorizeFieldInput>, options?: _GenericMethodOptions): Promise<CommandOutput<VectorizeFieldOutput>>;
259
+ TriggerWorkflow(input: CommandInput<TriggerWorkflowInput>, options?: _GenericMethodOptions): Promise<CommandOutput<TriggerWorkflowOutput>>;
260
+ ListWorkflows(input: CommandInput<ListWorkflowsInput>, options?: _GenericMethodOptions): Promise<CommandOutput<ListWorkflowsOutput>>;
261
+ GetWorkflowStatus(input: CommandInput<GetWorkflowStatusInput>, options?: _GenericMethodOptions): Promise<CommandOutput<GetWorkflowStatusOutput>>;
262
+ UpsertWorkflowMetadata(input: CommandInput<UpsertWorkflowMetadataInput>, options?: _GenericMethodOptions): Promise<CommandOutput<UpsertWorkflowMetadataOutput>>;
41
263
  }