@relevanceai/sdk 1.9.0 → 1.12.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 -754
  29. package/dist-cjs/generated/_VectorApiSchemaTypes.js +0 -6
  30. package/dist-es/generated/VectorApi.js +0 -1187
  31. package/dist-es/generated/_VectorApiSchemaTypes.js +0 -5
  32. package/dist-types/generated/VectorApi.d.ts +0 -284
  33. package/dist-types/generated/_VectorApiSchemaTypes.d.ts +0 -5724
@@ -1,5 +0,0 @@
1
- /**
2
- * This file was auto-generated by openapi-typescript.
3
- * Do not make direct changes to the file.
4
- */
5
- export {};
@@ -1,284 +0,0 @@
1
- import { CommandInput, _GenericClient, CommandOutput, _ClientInput, _GenericMethodOptions } from '../shared/BaseClient';
2
- import { operations } from './_VectorApiSchemaTypes';
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 encodebymodelapidatasetsdatasetidvectorizepostInput = operations['encode_by_model_api_datasets__dataset_id__vectorize_post']['requestBody']['content']['application/json'];
78
- export declare type encodebymodelapidatasetsdatasetidvectorizepostOutput = operations['encode_by_model_api_datasets__dataset_id__vectorize_post']['responses']['200']['content']['application/json'];
79
- export declare type taskstatusbymodelapidatasetsdatasetidtaskstatusgetInput = {};
80
- export declare type taskstatusbymodelapidatasetsdatasetidtaskstatusgetOutput = operations['task_status_by_model_api_datasets__dataset_id__task_status_get']['responses']['200']['content']['application/json'];
81
- export declare type listtasksapidatasetsdatasetidtasksgetInput = {};
82
- export declare type listtasksapidatasetsdatasetidtasksgetOutput = operations['list_tasks_api_datasets__dataset_id__tasks_get']['responses']['200']['content']['application/json'];
83
- export declare type vectorsearchapiservicessearchvectorpostInput = operations['vector_search_api_services_search_vector_post']['requestBody']['content']['application/json'];
84
- export declare type vectorsearchapiservicessearchvectorpostOutput = operations['vector_search_api_services_search_vector_post']['responses']['200']['content']['application/json'];
85
- export declare type traditionalsearchapiservicessearchtraditionalpostInput = operations['traditional_search_api_services_search_traditional_post']['requestBody']['content']['application/json'];
86
- export declare type traditionalsearchapiservicessearchtraditionalpostOutput = operations['traditional_search_api_services_search_traditional_post']['responses']['200']['content']['application/json'];
87
- export declare type hybridsearchapiservicessearchhybridpostInput = operations['hybrid_search_api_services_search_hybrid_post']['requestBody']['content']['application/json'];
88
- export declare type hybridsearchapiservicessearchhybridpostOutput = operations['hybrid_search_api_services_search_hybrid_post']['responses']['200']['content']['application/json'];
89
- export declare type hybridsearchapiservicessearchsemanticpostInput = operations['hybrid_search_api_services_search_semantic_post']['requestBody']['content']['application/json'];
90
- export declare type hybridsearchapiservicessearchsemanticpostOutput = operations['hybrid_search_api_services_search_semantic_post']['responses']['200']['content']['application/json'];
91
- export declare type chunksearchapiservicessearchchunkpostInput = operations['chunk_search_api_services_search_chunk_post']['requestBody']['content']['application/json'];
92
- export declare type chunksearchapiservicessearchchunkpostOutput = operations['chunk_search_api_services_search_chunk_post']['responses']['200']['content']['application/json'];
93
- export declare type advancedmultistepchunksearchapiservicessearchmultistepchunkpostInput = operations['advanced_multistep_chunk_search_api_services_search_multistep_chunk_post']['requestBody']['content']['application/json'];
94
- export declare type advancedmultistepchunksearchapiservicessearchmultistepchunkpostOutput = operations['advanced_multistep_chunk_search_api_services_search_multistep_chunk_post']['responses']['200']['content']['application/json'];
95
- export declare type advancedchunksearchapiservicessearchadvancedchunkpostInput = operations['advanced_chunk_search_api_services_search_advanced_chunk_post']['requestBody']['content']['application/json'];
96
- export declare type advancedchunksearchapiservicessearchadvancedchunkpostOutput = operations['advanced_chunk_search_api_services_search_advanced_chunk_post']['responses']['200']['content']['application/json'];
97
- export declare type advancedmultistepchunksearchapiservicessearchadvancedmultistepchunkpostInput = operations['advanced_multistep_chunk_search_api_services_search_advanced_multistep_chunk_post']['requestBody']['content']['application/json'];
98
- export declare type advancedmultistepchunksearchapiservicessearchadvancedmultistepchunkpostOutput = operations['advanced_multistep_chunk_search_api_services_search_advanced_multistep_chunk_post']['responses']['200']['content']['application/json'];
99
- export declare type vectorsearchapiservicessearchdiversitypostInput = operations['vector_search_api_services_search_diversity_post']['requestBody']['content']['application/json'];
100
- export declare type vectorsearchapiservicessearchdiversitypostOutput = operations['vector_search_api_services_search_diversity_post']['responses']['200']['content']['application/json'];
101
- export declare type vectorrecommendapiservicesrecommendvectorpostInput = operations['vector_recommend_api_services_recommend_vector_post']['requestBody']['content']['application/json'];
102
- export declare type vectorrecommendapiservicesrecommendvectorpostOutput = operations['vector_recommend_api_services_recommend_vector_post']['responses']['200']['content']['application/json'];
103
- export declare type vectordiversityrecommendapiservicesrecommenddiversitypostInput = operations['vector_diversity_recommend_api_services_recommend_diversity_post']['requestBody']['content']['application/json'];
104
- export declare type vectordiversityrecommendapiservicesrecommenddiversitypostOutput = operations['vector_diversity_recommend_api_services_recommend_diversity_post']['responses']['200']['content']['application/json'];
105
- export declare type aggregatev2apiservicesaggregateaggregatepostInput = operations['aggregate_v2_api_services_aggregate_aggregate_post']['requestBody']['content']['application/json'];
106
- export declare type aggregatev2apiservicesaggregateaggregatepostOutput = operations['aggregate_v2_api_services_aggregate_aggregate_post']['responses']['200']['content']['application/json'];
107
- export declare type clustercentroidsapiservicesclustercentroidslistgetInput = {};
108
- export declare type clustercentroidsapiservicesclustercentroidslistgetOutput = operations['cluster_centroids_api_services_cluster_centroids_list_get']['responses']['200']['content']['application/json'];
109
- export declare type clustercentroidsapiv2servicesclustercentroidslistpostInput = operations['cluster_centroids_api_v2_services_cluster_centroids_list_post']['requestBody']['content']['application/json'];
110
- export declare type clustercentroidsapiv2servicesclustercentroidslistpostOutput = operations['cluster_centroids_api_v2_services_cluster_centroids_list_post']['responses']['200']['content']['application/json'];
111
- export declare type clustercentroidsgetapiservicesclustercentroidsgetgetInput = {};
112
- export declare type clustercentroidsgetapiservicesclustercentroidsgetgetOutput = operations['cluster_centroids_get_api_services_cluster_centroids_get_get']['responses']['200']['content']['application/json'];
113
- export declare type clustercentroidsgetapiservicesclustercentroidsgetpostInput = operations['cluster_centroids_get_api_services_cluster_centroids_get_post']['requestBody']['content']['application/json'];
114
- export declare type clustercentroidsgetapiservicesclustercentroidsgetpostOutput = operations['cluster_centroids_get_api_services_cluster_centroids_get_post']['responses']['200']['content']['application/json'];
115
- export declare type insertclustercentroids2apiservicesclustercentroidsinsertpostInput = operations['insert_cluster_centroids_2_api_services_cluster_centroids_insert_post']['requestBody']['content']['application/json'];
116
- export declare type insertclustercentroids2apiservicesclustercentroidsinsertpostOutput = operations['insert_cluster_centroids_2_api_services_cluster_centroids_insert_post']['responses']['200']['content']['application/json'];
117
- export declare type updatecentroidsapiv2servicesclustercentroidsupdatepostInput = operations['update_centroids_api_v2_services_cluster_centroids_update_post']['requestBody']['content']['application/json'];
118
- export declare type updatecentroidsapiv2servicesclustercentroidsupdatepostOutput = operations['update_centroids_api_v2_services_cluster_centroids_update_post']['responses']['200']['content']['application/json'];
119
- export declare type deletecentroidsapiservicesclustercentroidscentroididdeletegetInput = {};
120
- export declare type deletecentroidsapiservicesclustercentroidscentroididdeletegetOutput = operations['delete_centroids_api_services_cluster_centroids__centroid_id__delete_get']['responses']['200']['content']['application/json'];
121
- export declare type deletecentroidsapiservicesclustercentroidscentroididdeletepostInput = {};
122
- export declare type deletecentroidsapiservicesclustercentroidscentroididdeletepostOutput = operations['delete_centroids_api_services_cluster_centroids__centroid_id__delete_post']['responses']['200']['content']['application/json'];
123
- export declare type clustercentroidsdeleteapiservicesclustercentroidsdeletepostInput = {};
124
- export declare type clustercentroidsdeleteapiservicesclustercentroidsdeletepostOutput = operations['cluster_centroids_delete_api_services_cluster_centroids_delete_post']['responses']['200']['content']['application/json'];
125
- export declare type clustercentroidsgetapiservicesclustercentroidsdocumentspostInput = operations['cluster_centroids_get_api_services_cluster_centroids_documents_post']['requestBody']['content']['application/json'];
126
- export declare type clustercentroidsgetapiservicesclustercentroidsdocumentspostOutput = operations['cluster_centroids_get_api_services_cluster_centroids_documents_post']['responses']['200']['content']['application/json'];
127
- export declare type centroidsmetadatagetapiservicesclustercentroidsmetadatagetInput = {};
128
- export declare type centroidsmetadatagetapiservicesclustercentroidsmetadatagetOutput = operations['centroids_metadata_get_api_services_cluster_centroids_metadata_get']['responses']['200']['content']['application/json'];
129
- export declare type centroidsmetadatapostapiv2servicesclustercentroidsmetadatapostInput = operations['centroids_metadata_post_api_v2_services_cluster_centroids_metadata_post']['requestBody']['content']['application/json'];
130
- export declare type centroidsmetadatapostapiv2servicesclustercentroidsmetadatapostOutput = operations['centroids_metadata_post_api_v2_services_cluster_centroids_metadata_post']['responses']['200']['content']['application/json'];
131
- export declare type centroidslistclosesttocenterv2servicesclustercentroidslistclosesttocenterpostInput = operations['centroids_list_closest_to_center_v2_services_cluster_centroids_list_closest_to_center_post']['requestBody']['content']['application/json'];
132
- export declare type centroidslistclosesttocenterv2servicesclustercentroidslistclosesttocenterpostOutput = operations['centroids_list_closest_to_center_v2_services_cluster_centroids_list_closest_to_center_post']['responses']['200']['content']['application/json'];
133
- export declare type centroidslistfurthestfromcenterv2servicesclustercentroidslistfurthestfromcenterpostInput = operations['centroids_list_furthest_from_center_v2_services_cluster_centroids_list_furthest_from_center_post']['requestBody']['content']['application/json'];
134
- export declare type centroidslistfurthestfromcenterv2servicesclustercentroidslistfurthestfromcenterpostOutput = operations['centroids_list_furthest_from_center_v2_services_cluster_centroids_list_furthest_from_center_post']['responses']['200']['content']['application/json'];
135
- export declare type clusteraggregateapiv2servicesclusteraggregatepostInput = operations['cluster_aggregate_api_v2_services_cluster_aggregate_post']['requestBody']['content']['application/json'];
136
- export declare type clusteraggregateapiv2servicesclusteraggregatepostOutput = operations['cluster_aggregate_api_v2_services_cluster_aggregate_post']['responses']['200']['content']['application/json'];
137
- export declare type advancedclusterfacetsapiservicesclusterfacetsgetInput = {};
138
- export declare type advancedclusterfacetsapiservicesclusterfacetsgetOutput = operations['advanced_cluster_facets_api_services_cluster_facets_get']['responses']['200']['content']['application/json'];
139
- export declare type clusterlistservicesclusterlistgetInput = {};
140
- export declare type clusterlistservicesclusterlistgetOutput = operations['cluster_list_services_cluster_list_get']['responses']['200']['content']['application/json'];
141
- export declare type clusterlistmultiservicesclusterlistpostInput = {};
142
- export declare type clusterlistmultiservicesclusterlistpostOutput = operations['cluster_list_multi_services_cluster_list_post']['responses']['200']['content']['application/json'];
143
- export declare type tagapiservicestaggertagpostInput = operations['tag_api_services_tagger_tag_post']['requestBody']['content']['application/json'];
144
- export declare type tagapiservicestaggertagpostOutput = operations['tag_api_services_tagger_tag_post']['responses']['200']['content']['application/json'];
145
- export declare type clusterandtagapiservicestaggerdiversitypostInput = operations['cluster_and_tag_api_services_tagger_diversity_post']['requestBody']['content']['application/json'];
146
- export declare type clusterandtagapiservicestaggerdiversitypostOutput = operations['cluster_and_tag_api_services_tagger_diversity_post']['responses']['200']['content']['application/json'];
147
- export declare type vectorrecommendapiservicesdocumentdiffpostInput = operations['vector_recommend_api_services_document_diff_post']['requestBody']['content']['application/json'];
148
- export declare type vectorrecommendapiservicesdocumentdiffpostOutput = operations['vector_recommend_api_services_document_diff_post']['responses']['200']['content']['application/json'];
149
- export declare type predictknnregressionapiservicespredictionregressionknnpostInput = operations['predict_knn_regression_api_services_prediction_regression_knn_post']['requestBody']['content']['application/json'];
150
- export declare type predictknnregressionapiservicespredictionregressionknnpostOutput = operations['predict_knn_regression_api_services_prediction_regression_knn_post']['responses']['200']['content']['application/json'];
151
- export declare type predictknnregressionfromsearchresultsapiservicespredictionregressionknnfromresultspostInput = operations['predict_knn_regression_from_search_results_api_services_prediction_regression_knn_from_results_post']['requestBody']['content']['application/json'];
152
- export declare type predictknnregressionfromsearchresultsapiservicespredictionregressionknnfromresultspostOutput = operations['predict_knn_regression_from_search_results_api_services_prediction_regression_knn_from_results_post']['responses']['200']['content']['application/json'];
153
- export declare type encodenumericfieldsapiservicesencodersnumericfieldspostInput = operations['encode_numeric_fields_api_services_encoders_numeric_fields_post']['requestBody']['content']['application/json'];
154
- export declare type encodenumericfieldsapiservicesencodersnumericfieldspostOutput = operations['encode_numeric_fields_api_services_encoders_numeric_fields_post']['responses']['200']['content']['application/json'];
155
- export declare type encodecategoriesapiservicesencoderscategoriespostInput = operations['encode_categories_api_services_encoders_categories_post']['requestBody']['content']['application/json'];
156
- export declare type encodecategoriesapiservicesencoderscategoriespostOutput = operations['encode_categories_api_services_encoders_categories_post']['responses']['200']['content']['application/json'];
157
- export declare type encodedictionaryapiservicesencodersdictionarypostInput = operations['encode_dictionary_api_services_encoders_dictionary_post']['requestBody']['content']['application/json'];
158
- export declare type encodedictionaryapiservicesencodersdictionarypostOutput = operations['encode_dictionary_api_services_encoders_dictionary_post']['responses']['200']['content']['application/json'];
159
- export declare type encodetextapiservicesencoderstextgetInput = {};
160
- export declare type encodetextapiservicesencoderstextgetOutput = operations['encode_text_api_services_encoders_text_get']['responses']['200']['content']['application/json'];
161
- export declare type encodetextapiservicesencodersmultitextgetInput = {};
162
- export declare type encodetextapiservicesencodersmultitextgetOutput = operations['encode_text_api_services_encoders_multi_text_get']['responses']['200']['content']['application/json'];
163
- export declare type encodeimageapiservicesencodersimagepostInput = operations['encode_image_api_services_encoders_image_post']['requestBody']['content']['application/json'];
164
- export declare type encodeimageapiservicesencodersimagepostOutput = operations['encode_image_api_services_encoders_image_post']['responses']['200']['content']['application/json'];
165
- export declare type encodetextimageapiservicesencoderstextimagegetInput = {};
166
- export declare type encodetextimageapiservicesencoderstextimagegetOutput = operations['encode_textimage_api_services_encoders_textimage_get']['responses']['200']['content']['application/json'];
167
- export declare type encodeimagetextapiservicesencodersimagetextgetInput = {};
168
- export declare type encodeimagetextapiservicesencodersimagetextgetOutput = operations['encode_imagetext_api_services_encoders_imagetext_get']['responses']['200']['content']['application/json'];
169
- export declare type retrievedocumentsapiservicesencodersencodepostInput = operations['retrieve_documents_api_services_encoders_encode_post']['requestBody']['content']['application/json'];
170
- export declare type retrievedocumentsapiservicesencodersencodepostOutput = operations['retrieve_documents_api_services_encoders_encode_post']['responses']['200']['content']['application/json'];
171
- export declare type retrievedocumentsapiservicesencodersbulkencodepostInput = operations['retrieve_documents_api_services_encoders_bulk_encode_post']['requestBody']['content']['application/json'];
172
- export declare type retrievedocumentsapiservicesencodersbulkencodepostOutput = operations['retrieve_documents_api_services_encoders_bulk_encode_post']['responses']['200']['content']['application/json'];
173
- export declare type wordcloudsapiserviceswordcloudswordcloudspostInput = operations['wordclouds_api_services_wordclouds_wordclouds_post']['requestBody']['content']['application/json'];
174
- export declare type wordcloudsapiserviceswordcloudswordcloudspostOutput = operations['wordclouds_api_services_wordclouds_wordclouds_post']['responses']['200']['content']['application/json'];
175
- export declare type deployablecreateapideployablescreatepostInput = operations['deployable_create_api_deployables_create_post']['requestBody']['content']['application/json'];
176
- export declare type deployablecreateapideployablescreatepostOutput = operations['deployable_create_api_deployables_create_post']['responses']['200']['content']['application/json'];
177
- export declare type deployableupdateshareableapideployablesdeployableidsharepostInput = {};
178
- export declare type deployableupdateshareableapideployablesdeployableidsharepostOutput = operations['deployable_update_shareable_api_deployables__deployable_id__share_post']['responses']['200']['content']['application/json'];
179
- export declare type deployableupdateprivateapideployablesdeployableidprivatepostInput = {};
180
- export declare type deployableupdateprivateapideployablesdeployableidprivatepostOutput = operations['deployable_update_private_api_deployables__deployable_id__private_post']['responses']['200']['content']['application/json'];
181
- export declare type deployableupdateapideployablesdeployableidupdatepostInput = operations['deployable_update_api_deployables__deployable_id__update_post']['requestBody']['content']['application/json'];
182
- export declare type deployableupdateapideployablesdeployableidupdatepostOutput = operations['deployable_update_api_deployables__deployable_id__update_post']['responses']['200']['content']['application/json'];
183
- export declare type deployablegetapideployablesdeployableidgetgetInput = {};
184
- export declare type deployablegetapideployablesdeployableidgetgetOutput = operations['deployable_get_api_deployables__deployable_id__get_get']['responses']['200']['content']['application/json'];
185
- export declare type deployabledeleteapideployablesdeletepostInput = operations['deployable_delete_api_deployables_delete_post']['requestBody']['content']['application/json'];
186
- export declare type deployabledeleteapideployablesdeletepostOutput = operations['deployable_delete_api_deployables_delete_post']['responses']['200']['content']['application/json'];
187
- export declare type deployablelistapideployableslistgetInput = {};
188
- export declare type deployablelistapideployableslistgetOutput = operations['deployable_list_api_deployables_list_get']['responses']['200']['content']['application/json'];
189
- export declare class VectorApiClient extends _GenericClient {
190
- constructor(config: _ClientInput);
191
- requestreadapikeyapiadminrequestreadapikeypost(input: CommandInput<requestreadapikeyapiadminrequestreadapikeypostInput>, options?: _GenericMethodOptions): Promise<CommandOutput<requestreadapikeyapiadminrequestreadapikeypostOutput>>;
192
- copyforeigndatasetadmincopyforeigndatasetpost(input: CommandInput<copyforeigndatasetadmincopyforeigndatasetpostInput>, options?: _GenericMethodOptions): Promise<CommandOutput<copyforeigndatasetadmincopyforeigndatasetpostOutput>>;
193
- createdatasetapidatasetscreatepost(input: CommandInput<createdatasetapidatasetscreatepostInput>, options?: _GenericMethodOptions): Promise<CommandOutput<createdatasetapidatasetscreatepostOutput>>;
194
- inferschemaapidatasetsinferschemapost(input: CommandInput<inferschemaapidatasetsinferschemapostInput>, options?: _GenericMethodOptions): Promise<CommandOutput<inferschemaapidatasetsinferschemapostOutput>>;
195
- schemaapidatasetsdatasetidschemaget(input: CommandInput<schemaapidatasetsdatasetidschemagetInput>, options?: _GenericMethodOptions): Promise<CommandOutput<schemaapidatasetsdatasetidschemagetOutput>>;
196
- deletedatasetapidatasetsdeletepost(input: CommandInput<deletedatasetapidatasetsdeletepostInput>, options?: _GenericMethodOptions): Promise<CommandOutput<deletedatasetapidatasetsdeletepostOutput>>;
197
- listdatasetsapidatasetslistget(input: CommandInput<listdatasetsapidatasetslistgetInput>, options?: _GenericMethodOptions): Promise<CommandOutput<listdatasetsapidatasetslistgetOutput>>;
198
- listcollectionsapidatasetslistpost(input: CommandInput<listcollectionsapidatasetslistpostInput>, options?: _GenericMethodOptions): Promise<CommandOutput<listcollectionsapidatasetslistpostOutput>>;
199
- searchdatasetsapidatasetssearchget(input: CommandInput<searchdatasetsapidatasetssearchgetInput>, options?: _GenericMethodOptions): Promise<CommandOutput<searchdatasetsapidatasetssearchgetOutput>>;
200
- facetsapidatasetsdatasetidfacetspost(input: CommandInput<facetsapidatasetsdatasetidfacetspostInput>, options?: _GenericMethodOptions): Promise<CommandOutput<facetsapidatasetsdatasetidfacetspostOutput>>;
201
- clonedatasetapidatasetsdatasetidclonepost(input: CommandInput<clonedatasetapidatasetsdatasetidclonepostInput>, options?: _GenericMethodOptions): Promise<CommandOutput<clonedatasetapidatasetsdatasetidclonepostOutput>>;
202
- storeencoderspipelineapidatasetsdatasetidstoreencoderspipelinepost(input: CommandInput<storeencoderspipelineapidatasetsdatasetidstoreencoderspipelinepostInput>, options?: _GenericMethodOptions): Promise<CommandOutput<storeencoderspipelineapidatasetsdatasetidstoreencoderspipelinepostOutput>>;
203
- datasetvectormappingsapidatasetsdatasetidvectormappingsget(input: CommandInput<datasetvectormappingsapidatasetsdatasetidvectormappingsgetInput>, options?: _GenericMethodOptions): Promise<CommandOutput<datasetvectormappingsapidatasetsdatasetidvectormappingsgetOutput>>;
204
- datasetvectormappingsapipostdatasetsdatasetidvectormappingspost(input: CommandInput<datasetvectormappingsapipostdatasetsdatasetidvectormappingspostInput>, options?: _GenericMethodOptions): Promise<CommandOutput<datasetvectormappingsapipostdatasetsdatasetidvectormappingspostOutput>>;
205
- insertapidatasetsdatasetiddocumentsinsertpost(input: CommandInput<insertapidatasetsdatasetiddocumentsinsertpostInput>, options?: _GenericMethodOptions): Promise<CommandOutput<insertapidatasetsdatasetiddocumentsinsertpostOutput>>;
206
- bulkinsertapidatasetsdatasetiddocumentsbulkinsertpost(input: CommandInput<bulkinsertapidatasetsdatasetiddocumentsbulkinsertpostInput>, options?: _GenericMethodOptions): Promise<CommandOutput<bulkinsertapidatasetsdatasetiddocumentsbulkinsertpostOutput>>;
207
- idlookupapidatasetsdatasetiddocumentsgetget(input: CommandInput<idlookupapidatasetsdatasetiddocumentsgetgetInput>, options?: _GenericMethodOptions): Promise<CommandOutput<idlookupapidatasetsdatasetiddocumentsgetgetOutput>>;
208
- bulkidlookupapidatasetsdatasetiddocumentsbulkgetpost(input: CommandInput<bulkidlookupapidatasetsdatasetiddocumentsbulkgetpostInput>, options?: _GenericMethodOptions): Promise<CommandOutput<bulkidlookupapidatasetsdatasetiddocumentsbulkgetpostOutput>>;
209
- retrievedocumentsapidatasetsdatasetiddocumentslistget(input: CommandInput<retrievedocumentsapidatasetsdatasetiddocumentslistgetInput>, options?: _GenericMethodOptions): Promise<CommandOutput<retrievedocumentsapidatasetsdatasetiddocumentslistgetOutput>>;
210
- retrievedocumentswithfiltersapidatasetsdatasetiddocumentsgetwherepost(input: CommandInput<retrievedocumentswithfiltersapidatasetsdatasetiddocumentsgetwherepostInput>, options?: _GenericMethodOptions): Promise<CommandOutput<retrievedocumentswithfiltersapidatasetsdatasetiddocumentsgetwherepostOutput>>;
211
- retrievedocumentswithfiltersapidatasetsdatasetiddocumentspaginatepost(input: CommandInput<retrievedocumentswithfiltersapidatasetsdatasetiddocumentspaginatepostInput>, options?: _GenericMethodOptions): Promise<CommandOutput<retrievedocumentswithfiltersapidatasetsdatasetiddocumentspaginatepostOutput>>;
212
- bulkmissingidapidatasetsdatasetiddocumentsgetmissingget(input: CommandInput<bulkmissingidapidatasetsdatasetiddocumentsgetmissinggetInput>, options?: _GenericMethodOptions): Promise<CommandOutput<bulkmissingidapidatasetsdatasetiddocumentsgetmissinggetOutput>>;
213
- updatedocumentapidatasetsdatasetiddocumentsupdatepost(input: CommandInput<updatedocumentapidatasetsdatasetiddocumentsupdatepostInput>, options?: _GenericMethodOptions): Promise<CommandOutput<updatedocumentapidatasetsdatasetiddocumentsupdatepostOutput>>;
214
- bulkupdatedocumentsapidatasetsdatasetiddocumentsbulkupdatepost(input: CommandInput<bulkupdatedocumentsapidatasetsdatasetiddocumentsbulkupdatepostInput>, options?: _GenericMethodOptions): Promise<CommandOutput<bulkupdatedocumentsapidatasetsdatasetiddocumentsbulkupdatepostOutput>>;
215
- deleteapidatasetsdatasetiddocumentsdeletepost(input: CommandInput<deleteapidatasetsdatasetiddocumentsdeletepostInput>, options?: _GenericMethodOptions): Promise<CommandOutput<deleteapidatasetsdatasetiddocumentsdeletepostOutput>>;
216
- bulkdeleteapidatasetsdatasetiddocumentsbulkdeletepost(input: CommandInput<bulkdeleteapidatasetsdatasetiddocumentsbulkdeletepostInput>, options?: _GenericMethodOptions): Promise<CommandOutput<bulkdeleteapidatasetsdatasetiddocumentsbulkdeletepostOutput>>;
217
- deletefieldsapidatasetsdatasetiddocumentsdeletefieldspost(input: CommandInput<deletefieldsapidatasetsdatasetiddocumentsdeletefieldspostInput>, options?: _GenericMethodOptions): Promise<CommandOutput<deletefieldsapidatasetsdatasetiddocumentsdeletefieldspostOutput>>;
218
- updatebyfiltersapidatasetsdatasetiddocumentsupdatewherepost(input: CommandInput<updatebyfiltersapidatasetsdatasetiddocumentsupdatewherepostInput>, options?: _GenericMethodOptions): Promise<CommandOutput<updatebyfiltersapidatasetsdatasetiddocumentsupdatewherepostOutput>>;
219
- deletebyfiltersapidatasetsdatasetiddocumentsdeletewherepost(input: CommandInput<deletebyfiltersapidatasetsdatasetiddocumentsdeletewherepostInput>, options?: _GenericMethodOptions): Promise<CommandOutput<deletebyfiltersapidatasetsdatasetiddocumentsdeletewherepostOutput>>;
220
- collectionmetadataapidatasetsdatasetidmetadataget(input: CommandInput<collectionmetadataapidatasetsdatasetidmetadatagetInput>, options?: _GenericMethodOptions): Promise<CommandOutput<collectionmetadataapidatasetsdatasetidmetadatagetOutput>>;
221
- postcollectionmetadataapidatasetsdatasetidmetadatapost(input: CommandInput<postcollectionmetadataapidatasetsdatasetidmetadatapostInput>, options?: _GenericMethodOptions): Promise<CommandOutput<postcollectionmetadataapidatasetsdatasetidmetadatapostOutput>>;
222
- datasetschemastatsapidatasetsdatasetidmonitorstatsget(input: CommandInput<datasetschemastatsapidatasetsdatasetidmonitorstatsgetInput>, options?: _GenericMethodOptions): Promise<CommandOutput<datasetschemastatsapidatasetsdatasetidmonitorstatsgetOutput>>;
223
- datasetvectorhealthapidatasetsdatasetidmonitorhealthget(input: CommandInput<datasetvectorhealthapidatasetsdatasetidmonitorhealthgetInput>, options?: _GenericMethodOptions): Promise<CommandOutput<datasetvectorhealthapidatasetsdatasetidmonitorhealthgetOutput>>;
224
- aggregatelogsapidatasetsdatasetidmonitorusagepost(input: CommandInput<aggregatelogsapidatasetsdatasetidmonitorusagepostInput>, options?: _GenericMethodOptions): Promise<CommandOutput<aggregatelogsapidatasetsdatasetidmonitorusagepostOutput>>;
225
- tasksapidatasetsdatasetidtaskscreatepost(input: CommandInput<tasksapidatasetsdatasetidtaskscreatepostInput>, options?: _GenericMethodOptions): Promise<CommandOutput<tasksapidatasetsdatasetidtaskscreatepostOutput>>;
226
- listcollectionjobsapidatasetsdatasetidtaskslistget(input: CommandInput<listcollectionjobsapidatasetsdatasetidtaskslistgetInput>, options?: _GenericMethodOptions): Promise<CommandOutput<listcollectionjobsapidatasetsdatasetidtaskslistgetOutput>>;
227
- tasksstatusapidatasetsdatasetidtaskstaskidstatusget(input: CommandInput<tasksstatusapidatasetsdatasetidtaskstaskidstatusgetInput>, options?: _GenericMethodOptions): Promise<CommandOutput<tasksstatusapidatasetsdatasetidtaskstaskidstatusgetOutput>>;
228
- encodebymodelapidatasetsdatasetidvectorizepost(input: CommandInput<encodebymodelapidatasetsdatasetidvectorizepostInput>, options?: _GenericMethodOptions): Promise<CommandOutput<encodebymodelapidatasetsdatasetidvectorizepostOutput>>;
229
- taskstatusbymodelapidatasetsdatasetidtaskstatusget(input: CommandInput<taskstatusbymodelapidatasetsdatasetidtaskstatusgetInput>, options?: _GenericMethodOptions): Promise<CommandOutput<taskstatusbymodelapidatasetsdatasetidtaskstatusgetOutput>>;
230
- listtasksapidatasetsdatasetidtasksget(input: CommandInput<listtasksapidatasetsdatasetidtasksgetInput>, options?: _GenericMethodOptions): Promise<CommandOutput<listtasksapidatasetsdatasetidtasksgetOutput>>;
231
- vectorsearchapiservicessearchvectorpost(input: CommandInput<vectorsearchapiservicessearchvectorpostInput>, options?: _GenericMethodOptions): Promise<CommandOutput<vectorsearchapiservicessearchvectorpostOutput>>;
232
- traditionalsearchapiservicessearchtraditionalpost(input: CommandInput<traditionalsearchapiservicessearchtraditionalpostInput>, options?: _GenericMethodOptions): Promise<CommandOutput<traditionalsearchapiservicessearchtraditionalpostOutput>>;
233
- hybridsearchapiservicessearchhybridpost(input: CommandInput<hybridsearchapiservicessearchhybridpostInput>, options?: _GenericMethodOptions): Promise<CommandOutput<hybridsearchapiservicessearchhybridpostOutput>>;
234
- hybridsearchapiservicessearchsemanticpost(input: CommandInput<hybridsearchapiservicessearchsemanticpostInput>, options?: _GenericMethodOptions): Promise<CommandOutput<hybridsearchapiservicessearchsemanticpostOutput>>;
235
- chunksearchapiservicessearchchunkpost(input: CommandInput<chunksearchapiservicessearchchunkpostInput>, options?: _GenericMethodOptions): Promise<CommandOutput<chunksearchapiservicessearchchunkpostOutput>>;
236
- advancedmultistepchunksearchapiservicessearchmultistepchunkpost(input: CommandInput<advancedmultistepchunksearchapiservicessearchmultistepchunkpostInput>, options?: _GenericMethodOptions): Promise<CommandOutput<advancedmultistepchunksearchapiservicessearchmultistepchunkpostOutput>>;
237
- advancedchunksearchapiservicessearchadvancedchunkpost(input: CommandInput<advancedchunksearchapiservicessearchadvancedchunkpostInput>, options?: _GenericMethodOptions): Promise<CommandOutput<advancedchunksearchapiservicessearchadvancedchunkpostOutput>>;
238
- advancedmultistepchunksearchapiservicessearchadvancedmultistepchunkpost(input: CommandInput<advancedmultistepchunksearchapiservicessearchadvancedmultistepchunkpostInput>, options?: _GenericMethodOptions): Promise<CommandOutput<advancedmultistepchunksearchapiservicessearchadvancedmultistepchunkpostOutput>>;
239
- vectorsearchapiservicessearchdiversitypost(input: CommandInput<vectorsearchapiservicessearchdiversitypostInput>, options?: _GenericMethodOptions): Promise<CommandOutput<vectorsearchapiservicessearchdiversitypostOutput>>;
240
- vectorrecommendapiservicesrecommendvectorpost(input: CommandInput<vectorrecommendapiservicesrecommendvectorpostInput>, options?: _GenericMethodOptions): Promise<CommandOutput<vectorrecommendapiservicesrecommendvectorpostOutput>>;
241
- vectordiversityrecommendapiservicesrecommenddiversitypost(input: CommandInput<vectordiversityrecommendapiservicesrecommenddiversitypostInput>, options?: _GenericMethodOptions): Promise<CommandOutput<vectordiversityrecommendapiservicesrecommenddiversitypostOutput>>;
242
- aggregatev2apiservicesaggregateaggregatepost(input: CommandInput<aggregatev2apiservicesaggregateaggregatepostInput>, options?: _GenericMethodOptions): Promise<CommandOutput<aggregatev2apiservicesaggregateaggregatepostOutput>>;
243
- clustercentroidsapiservicesclustercentroidslistget(input: CommandInput<clustercentroidsapiservicesclustercentroidslistgetInput>, options?: _GenericMethodOptions): Promise<CommandOutput<clustercentroidsapiservicesclustercentroidslistgetOutput>>;
244
- clustercentroidsapiv2servicesclustercentroidslistpost(input: CommandInput<clustercentroidsapiv2servicesclustercentroidslistpostInput>, options?: _GenericMethodOptions): Promise<CommandOutput<clustercentroidsapiv2servicesclustercentroidslistpostOutput>>;
245
- clustercentroidsgetapiservicesclustercentroidsgetget(input: CommandInput<clustercentroidsgetapiservicesclustercentroidsgetgetInput>, options?: _GenericMethodOptions): Promise<CommandOutput<clustercentroidsgetapiservicesclustercentroidsgetgetOutput>>;
246
- clustercentroidsgetapiservicesclustercentroidsgetpost(input: CommandInput<clustercentroidsgetapiservicesclustercentroidsgetpostInput>, options?: _GenericMethodOptions): Promise<CommandOutput<clustercentroidsgetapiservicesclustercentroidsgetpostOutput>>;
247
- insertclustercentroids2apiservicesclustercentroidsinsertpost(input: CommandInput<insertclustercentroids2apiservicesclustercentroidsinsertpostInput>, options?: _GenericMethodOptions): Promise<CommandOutput<insertclustercentroids2apiservicesclustercentroidsinsertpostOutput>>;
248
- updatecentroidsapiv2servicesclustercentroidsupdatepost(input: CommandInput<updatecentroidsapiv2servicesclustercentroidsupdatepostInput>, options?: _GenericMethodOptions): Promise<CommandOutput<updatecentroidsapiv2servicesclustercentroidsupdatepostOutput>>;
249
- deletecentroidsapiservicesclustercentroidscentroididdeleteget(input: CommandInput<deletecentroidsapiservicesclustercentroidscentroididdeletegetInput>, options?: _GenericMethodOptions): Promise<CommandOutput<deletecentroidsapiservicesclustercentroidscentroididdeletegetOutput>>;
250
- deletecentroidsapiservicesclustercentroidscentroididdeletepost(input: CommandInput<deletecentroidsapiservicesclustercentroidscentroididdeletepostInput>, options?: _GenericMethodOptions): Promise<CommandOutput<deletecentroidsapiservicesclustercentroidscentroididdeletepostOutput>>;
251
- clustercentroidsdeleteapiservicesclustercentroidsdeletepost(input: CommandInput<clustercentroidsdeleteapiservicesclustercentroidsdeletepostInput>, options?: _GenericMethodOptions): Promise<CommandOutput<clustercentroidsdeleteapiservicesclustercentroidsdeletepostOutput>>;
252
- clustercentroidsgetapiservicesclustercentroidsdocumentspost(input: CommandInput<clustercentroidsgetapiservicesclustercentroidsdocumentspostInput>, options?: _GenericMethodOptions): Promise<CommandOutput<clustercentroidsgetapiservicesclustercentroidsdocumentspostOutput>>;
253
- centroidsmetadatagetapiservicesclustercentroidsmetadataget(input: CommandInput<centroidsmetadatagetapiservicesclustercentroidsmetadatagetInput>, options?: _GenericMethodOptions): Promise<CommandOutput<centroidsmetadatagetapiservicesclustercentroidsmetadatagetOutput>>;
254
- centroidsmetadatapostapiv2servicesclustercentroidsmetadatapost(input: CommandInput<centroidsmetadatapostapiv2servicesclustercentroidsmetadatapostInput>, options?: _GenericMethodOptions): Promise<CommandOutput<centroidsmetadatapostapiv2servicesclustercentroidsmetadatapostOutput>>;
255
- centroidslistclosesttocenterv2servicesclustercentroidslistclosesttocenterpost(input: CommandInput<centroidslistclosesttocenterv2servicesclustercentroidslistclosesttocenterpostInput>, options?: _GenericMethodOptions): Promise<CommandOutput<centroidslistclosesttocenterv2servicesclustercentroidslistclosesttocenterpostOutput>>;
256
- centroidslistfurthestfromcenterv2servicesclustercentroidslistfurthestfromcenterpost(input: CommandInput<centroidslistfurthestfromcenterv2servicesclustercentroidslistfurthestfromcenterpostInput>, options?: _GenericMethodOptions): Promise<CommandOutput<centroidslistfurthestfromcenterv2servicesclustercentroidslistfurthestfromcenterpostOutput>>;
257
- clusteraggregateapiv2servicesclusteraggregatepost(input: CommandInput<clusteraggregateapiv2servicesclusteraggregatepostInput>, options?: _GenericMethodOptions): Promise<CommandOutput<clusteraggregateapiv2servicesclusteraggregatepostOutput>>;
258
- advancedclusterfacetsapiservicesclusterfacetsget(input: CommandInput<advancedclusterfacetsapiservicesclusterfacetsgetInput>, options?: _GenericMethodOptions): Promise<CommandOutput<advancedclusterfacetsapiservicesclusterfacetsgetOutput>>;
259
- clusterlistservicesclusterlistget(input: CommandInput<clusterlistservicesclusterlistgetInput>, options?: _GenericMethodOptions): Promise<CommandOutput<clusterlistservicesclusterlistgetOutput>>;
260
- clusterlistmultiservicesclusterlistpost(input: CommandInput<clusterlistmultiservicesclusterlistpostInput>, options?: _GenericMethodOptions): Promise<CommandOutput<clusterlistmultiservicesclusterlistpostOutput>>;
261
- tagapiservicestaggertagpost(input: CommandInput<tagapiservicestaggertagpostInput>, options?: _GenericMethodOptions): Promise<CommandOutput<tagapiservicestaggertagpostOutput>>;
262
- clusterandtagapiservicestaggerdiversitypost(input: CommandInput<clusterandtagapiservicestaggerdiversitypostInput>, options?: _GenericMethodOptions): Promise<CommandOutput<clusterandtagapiservicestaggerdiversitypostOutput>>;
263
- vectorrecommendapiservicesdocumentdiffpost(input: CommandInput<vectorrecommendapiservicesdocumentdiffpostInput>, options?: _GenericMethodOptions): Promise<CommandOutput<vectorrecommendapiservicesdocumentdiffpostOutput>>;
264
- predictknnregressionapiservicespredictionregressionknnpost(input: CommandInput<predictknnregressionapiservicespredictionregressionknnpostInput>, options?: _GenericMethodOptions): Promise<CommandOutput<predictknnregressionapiservicespredictionregressionknnpostOutput>>;
265
- predictknnregressionfromsearchresultsapiservicespredictionregressionknnfromresultspost(input: CommandInput<predictknnregressionfromsearchresultsapiservicespredictionregressionknnfromresultspostInput>, options?: _GenericMethodOptions): Promise<CommandOutput<predictknnregressionfromsearchresultsapiservicespredictionregressionknnfromresultspostOutput>>;
266
- encodenumericfieldsapiservicesencodersnumericfieldspost(input: CommandInput<encodenumericfieldsapiservicesencodersnumericfieldspostInput>, options?: _GenericMethodOptions): Promise<CommandOutput<encodenumericfieldsapiservicesencodersnumericfieldspostOutput>>;
267
- encodecategoriesapiservicesencoderscategoriespost(input: CommandInput<encodecategoriesapiservicesencoderscategoriespostInput>, options?: _GenericMethodOptions): Promise<CommandOutput<encodecategoriesapiservicesencoderscategoriespostOutput>>;
268
- encodedictionaryapiservicesencodersdictionarypost(input: CommandInput<encodedictionaryapiservicesencodersdictionarypostInput>, options?: _GenericMethodOptions): Promise<CommandOutput<encodedictionaryapiservicesencodersdictionarypostOutput>>;
269
- encodetextapiservicesencoderstextget(input: CommandInput<encodetextapiservicesencoderstextgetInput>, options?: _GenericMethodOptions): Promise<CommandOutput<encodetextapiservicesencoderstextgetOutput>>;
270
- encodetextapiservicesencodersmultitextget(input: CommandInput<encodetextapiservicesencodersmultitextgetInput>, options?: _GenericMethodOptions): Promise<CommandOutput<encodetextapiservicesencodersmultitextgetOutput>>;
271
- encodeimageapiservicesencodersimagepost(input: CommandInput<encodeimageapiservicesencodersimagepostInput>, options?: _GenericMethodOptions): Promise<CommandOutput<encodeimageapiservicesencodersimagepostOutput>>;
272
- encodetextimageapiservicesencoderstextimageget(input: CommandInput<encodetextimageapiservicesencoderstextimagegetInput>, options?: _GenericMethodOptions): Promise<CommandOutput<encodetextimageapiservicesencoderstextimagegetOutput>>;
273
- encodeimagetextapiservicesencodersimagetextget(input: CommandInput<encodeimagetextapiservicesencodersimagetextgetInput>, options?: _GenericMethodOptions): Promise<CommandOutput<encodeimagetextapiservicesencodersimagetextgetOutput>>;
274
- retrievedocumentsapiservicesencodersencodepost(input: CommandInput<retrievedocumentsapiservicesencodersencodepostInput>, options?: _GenericMethodOptions): Promise<CommandOutput<retrievedocumentsapiservicesencodersencodepostOutput>>;
275
- retrievedocumentsapiservicesencodersbulkencodepost(input: CommandInput<retrievedocumentsapiservicesencodersbulkencodepostInput>, options?: _GenericMethodOptions): Promise<CommandOutput<retrievedocumentsapiservicesencodersbulkencodepostOutput>>;
276
- wordcloudsapiserviceswordcloudswordcloudspost(input: CommandInput<wordcloudsapiserviceswordcloudswordcloudspostInput>, options?: _GenericMethodOptions): Promise<CommandOutput<wordcloudsapiserviceswordcloudswordcloudspostOutput>>;
277
- deployablecreateapideployablescreatepost(input: CommandInput<deployablecreateapideployablescreatepostInput>, options?: _GenericMethodOptions): Promise<CommandOutput<deployablecreateapideployablescreatepostOutput>>;
278
- deployableupdateshareableapideployablesdeployableidsharepost(input: CommandInput<deployableupdateshareableapideployablesdeployableidsharepostInput>, options?: _GenericMethodOptions): Promise<CommandOutput<deployableupdateshareableapideployablesdeployableidsharepostOutput>>;
279
- deployableupdateprivateapideployablesdeployableidprivatepost(input: CommandInput<deployableupdateprivateapideployablesdeployableidprivatepostInput>, options?: _GenericMethodOptions): Promise<CommandOutput<deployableupdateprivateapideployablesdeployableidprivatepostOutput>>;
280
- deployableupdateapideployablesdeployableidupdatepost(input: CommandInput<deployableupdateapideployablesdeployableidupdatepostInput>, options?: _GenericMethodOptions): Promise<CommandOutput<deployableupdateapideployablesdeployableidupdatepostOutput>>;
281
- deployablegetapideployablesdeployableidgetget(input: CommandInput<deployablegetapideployablesdeployableidgetgetInput>, options?: _GenericMethodOptions): Promise<CommandOutput<deployablegetapideployablesdeployableidgetgetOutput>>;
282
- deployabledeleteapideployablesdeletepost(input: CommandInput<deployabledeleteapideployablesdeletepostInput>, options?: _GenericMethodOptions): Promise<CommandOutput<deployabledeleteapideployablesdeletepostOutput>>;
283
- deployablelistapideployableslistget(input: CommandInput<deployablelistapideployableslistgetInput>, options?: _GenericMethodOptions): Promise<CommandOutput<deployablelistapideployableslistgetOutput>>;
284
- }