@relevanceai/sdk 1.3.0 → 1.5.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.
@@ -430,6 +430,14 @@ class VectorApiClient extends BaseClient_1._GenericClient {
430
430
  options
431
431
  });
432
432
  }
433
+ async clustercentroidsapiv2servicesclustercentroidslistpost(input, options) {
434
+ return this.SendRequest({
435
+ input,
436
+ method: 'post',
437
+ path: '/services/cluster/centroids/list',
438
+ options
439
+ });
440
+ }
433
441
  async clustercentroidsgetapiservicesclustercentroidsgetget(input, options) {
434
442
  return this.SendRequest({
435
443
  input,
@@ -438,7 +446,15 @@ class VectorApiClient extends BaseClient_1._GenericClient {
438
446
  options
439
447
  });
440
448
  }
441
- async insertclustercentroidsapiservicesclustercentroidsinsertpost(input, options) {
449
+ async clustercentroidsgetapiservicesclustercentroidsgetpost(input, options) {
450
+ return this.SendRequest({
451
+ input,
452
+ method: 'post',
453
+ path: '/services/cluster/centroids/get',
454
+ options
455
+ });
456
+ }
457
+ async insertclustercentroids2apiservicesclustercentroidsinsertpost(input, options) {
442
458
  return this.SendRequest({
443
459
  input,
444
460
  method: 'post',
@@ -446,6 +462,38 @@ class VectorApiClient extends BaseClient_1._GenericClient {
446
462
  options
447
463
  });
448
464
  }
465
+ async updatecentroidsapiv2servicesclustercentroidsupdatepost(input, options) {
466
+ return this.SendRequest({
467
+ input,
468
+ method: 'post',
469
+ path: '/services/cluster/centroids/update',
470
+ options
471
+ });
472
+ }
473
+ async deletecentroidsapiservicesclustercentroidscentroididdeleteget(input, options) {
474
+ return this.SendRequest({
475
+ input,
476
+ method: 'get',
477
+ path: '/services/cluster/centroids/{centroid_id}/delete',
478
+ options
479
+ });
480
+ }
481
+ async deletecentroidsapiservicesclustercentroidscentroididdeletepost(input, options) {
482
+ return this.SendRequest({
483
+ input,
484
+ method: 'post',
485
+ path: '/services/cluster/centroids/{centroid_id}/delete',
486
+ options
487
+ });
488
+ }
489
+ async clustercentroidsdeleteapiservicesclustercentroidsdeletepost(input, options) {
490
+ return this.SendRequest({
491
+ input,
492
+ method: 'post',
493
+ path: '/services/cluster/centroids/delete',
494
+ options
495
+ });
496
+ }
449
497
  async clustercentroidsgetapiservicesclustercentroidsdocumentspost(input, options) {
450
498
  return this.SendRequest({
451
499
  input,
@@ -462,7 +510,7 @@ class VectorApiClient extends BaseClient_1._GenericClient {
462
510
  options
463
511
  });
464
512
  }
465
- async centroidsmetadatapostapiservicesclustercentroidsmetadatapost(input, options) {
513
+ async centroidsmetadatapostapiv2servicesclustercentroidsmetadatapost(input, options) {
466
514
  return this.SendRequest({
467
515
  input,
468
516
  method: 'post',
@@ -470,7 +518,7 @@ class VectorApiClient extends BaseClient_1._GenericClient {
470
518
  options
471
519
  });
472
520
  }
473
- async centroidslistclosesttocenterservicesclustercentroidslistclosesttocenterpost(input, options) {
521
+ async centroidslistclosesttocenterv2servicesclustercentroidslistclosesttocenterpost(input, options) {
474
522
  return this.SendRequest({
475
523
  input,
476
524
  method: 'post',
@@ -478,7 +526,7 @@ class VectorApiClient extends BaseClient_1._GenericClient {
478
526
  options
479
527
  });
480
528
  }
481
- async centroidslistfurthestfromcenterservicesclustercentroidslistfurthestfromcenterpost(input, options) {
529
+ async centroidslistfurthestfromcenterv2servicesclustercentroidslistfurthestfromcenterpost(input, options) {
482
530
  return this.SendRequest({
483
531
  input,
484
532
  method: 'post',
@@ -486,7 +534,7 @@ class VectorApiClient extends BaseClient_1._GenericClient {
486
534
  options
487
535
  });
488
536
  }
489
- async clusteraggregateapiservicesclusteraggregatepost(input, options) {
537
+ async clusteraggregateapiv2servicesclusteraggregatepost(input, options) {
490
538
  return this.SendRequest({
491
539
  input,
492
540
  method: 'post',
@@ -494,7 +542,7 @@ class VectorApiClient extends BaseClient_1._GenericClient {
494
542
  options
495
543
  });
496
544
  }
497
- async clusterfacetsapiservicesclusterfacetsget(input, options) {
545
+ async advancedclusterfacetsapiservicesclusterfacetsget(input, options) {
498
546
  return this.SendRequest({
499
547
  input,
500
548
  method: 'get',
@@ -502,6 +550,22 @@ class VectorApiClient extends BaseClient_1._GenericClient {
502
550
  options
503
551
  });
504
552
  }
553
+ async clusterlistservicesclusterlistget(input, options) {
554
+ return this.SendRequest({
555
+ input,
556
+ method: 'get',
557
+ path: '/services/cluster/list',
558
+ options
559
+ });
560
+ }
561
+ async clusterlistmultiservicesclusterlistpost(input, options) {
562
+ return this.SendRequest({
563
+ input,
564
+ method: 'post',
565
+ path: '/services/cluster/list',
566
+ options
567
+ });
568
+ }
505
569
  async tagapiservicestaggertagpost(input, options) {
506
570
  return this.SendRequest({
507
571
  input,
@@ -702,6 +702,18 @@ var VectorApiClient = /** @class */ (function (_super) {
702
702
  });
703
703
  });
704
704
  };
705
+ VectorApiClient.prototype.clustercentroidsapiv2servicesclustercentroidslistpost = function (input, options) {
706
+ return __awaiter(this, void 0, void 0, function () {
707
+ return __generator(this, function (_a) {
708
+ return [2 /*return*/, this.SendRequest({
709
+ input: input,
710
+ method: 'post',
711
+ path: '/services/cluster/centroids/list',
712
+ options: options
713
+ })];
714
+ });
715
+ });
716
+ };
705
717
  VectorApiClient.prototype.clustercentroidsgetapiservicesclustercentroidsgetget = function (input, options) {
706
718
  return __awaiter(this, void 0, void 0, function () {
707
719
  return __generator(this, function (_a) {
@@ -714,7 +726,19 @@ var VectorApiClient = /** @class */ (function (_super) {
714
726
  });
715
727
  });
716
728
  };
717
- VectorApiClient.prototype.insertclustercentroidsapiservicesclustercentroidsinsertpost = function (input, options) {
729
+ VectorApiClient.prototype.clustercentroidsgetapiservicesclustercentroidsgetpost = function (input, options) {
730
+ return __awaiter(this, void 0, void 0, function () {
731
+ return __generator(this, function (_a) {
732
+ return [2 /*return*/, this.SendRequest({
733
+ input: input,
734
+ method: 'post',
735
+ path: '/services/cluster/centroids/get',
736
+ options: options
737
+ })];
738
+ });
739
+ });
740
+ };
741
+ VectorApiClient.prototype.insertclustercentroids2apiservicesclustercentroidsinsertpost = function (input, options) {
718
742
  return __awaiter(this, void 0, void 0, function () {
719
743
  return __generator(this, function (_a) {
720
744
  return [2 /*return*/, this.SendRequest({
@@ -726,6 +750,54 @@ var VectorApiClient = /** @class */ (function (_super) {
726
750
  });
727
751
  });
728
752
  };
753
+ VectorApiClient.prototype.updatecentroidsapiv2servicesclustercentroidsupdatepost = function (input, options) {
754
+ return __awaiter(this, void 0, void 0, function () {
755
+ return __generator(this, function (_a) {
756
+ return [2 /*return*/, this.SendRequest({
757
+ input: input,
758
+ method: 'post',
759
+ path: '/services/cluster/centroids/update',
760
+ options: options
761
+ })];
762
+ });
763
+ });
764
+ };
765
+ VectorApiClient.prototype.deletecentroidsapiservicesclustercentroidscentroididdeleteget = function (input, options) {
766
+ return __awaiter(this, void 0, void 0, function () {
767
+ return __generator(this, function (_a) {
768
+ return [2 /*return*/, this.SendRequest({
769
+ input: input,
770
+ method: 'get',
771
+ path: '/services/cluster/centroids/{centroid_id}/delete',
772
+ options: options
773
+ })];
774
+ });
775
+ });
776
+ };
777
+ VectorApiClient.prototype.deletecentroidsapiservicesclustercentroidscentroididdeletepost = function (input, options) {
778
+ return __awaiter(this, void 0, void 0, function () {
779
+ return __generator(this, function (_a) {
780
+ return [2 /*return*/, this.SendRequest({
781
+ input: input,
782
+ method: 'post',
783
+ path: '/services/cluster/centroids/{centroid_id}/delete',
784
+ options: options
785
+ })];
786
+ });
787
+ });
788
+ };
789
+ VectorApiClient.prototype.clustercentroidsdeleteapiservicesclustercentroidsdeletepost = function (input, options) {
790
+ return __awaiter(this, void 0, void 0, function () {
791
+ return __generator(this, function (_a) {
792
+ return [2 /*return*/, this.SendRequest({
793
+ input: input,
794
+ method: 'post',
795
+ path: '/services/cluster/centroids/delete',
796
+ options: options
797
+ })];
798
+ });
799
+ });
800
+ };
729
801
  VectorApiClient.prototype.clustercentroidsgetapiservicesclustercentroidsdocumentspost = function (input, options) {
730
802
  return __awaiter(this, void 0, void 0, function () {
731
803
  return __generator(this, function (_a) {
@@ -750,7 +822,7 @@ var VectorApiClient = /** @class */ (function (_super) {
750
822
  });
751
823
  });
752
824
  };
753
- VectorApiClient.prototype.centroidsmetadatapostapiservicesclustercentroidsmetadatapost = function (input, options) {
825
+ VectorApiClient.prototype.centroidsmetadatapostapiv2servicesclustercentroidsmetadatapost = function (input, options) {
754
826
  return __awaiter(this, void 0, void 0, function () {
755
827
  return __generator(this, function (_a) {
756
828
  return [2 /*return*/, this.SendRequest({
@@ -762,7 +834,7 @@ var VectorApiClient = /** @class */ (function (_super) {
762
834
  });
763
835
  });
764
836
  };
765
- VectorApiClient.prototype.centroidslistclosesttocenterservicesclustercentroidslistclosesttocenterpost = function (input, options) {
837
+ VectorApiClient.prototype.centroidslistclosesttocenterv2servicesclustercentroidslistclosesttocenterpost = function (input, options) {
766
838
  return __awaiter(this, void 0, void 0, function () {
767
839
  return __generator(this, function (_a) {
768
840
  return [2 /*return*/, this.SendRequest({
@@ -774,7 +846,7 @@ var VectorApiClient = /** @class */ (function (_super) {
774
846
  });
775
847
  });
776
848
  };
777
- VectorApiClient.prototype.centroidslistfurthestfromcenterservicesclustercentroidslistfurthestfromcenterpost = function (input, options) {
849
+ VectorApiClient.prototype.centroidslistfurthestfromcenterv2servicesclustercentroidslistfurthestfromcenterpost = function (input, options) {
778
850
  return __awaiter(this, void 0, void 0, function () {
779
851
  return __generator(this, function (_a) {
780
852
  return [2 /*return*/, this.SendRequest({
@@ -786,7 +858,7 @@ var VectorApiClient = /** @class */ (function (_super) {
786
858
  });
787
859
  });
788
860
  };
789
- VectorApiClient.prototype.clusteraggregateapiservicesclusteraggregatepost = function (input, options) {
861
+ VectorApiClient.prototype.clusteraggregateapiv2servicesclusteraggregatepost = function (input, options) {
790
862
  return __awaiter(this, void 0, void 0, function () {
791
863
  return __generator(this, function (_a) {
792
864
  return [2 /*return*/, this.SendRequest({
@@ -798,7 +870,7 @@ var VectorApiClient = /** @class */ (function (_super) {
798
870
  });
799
871
  });
800
872
  };
801
- VectorApiClient.prototype.clusterfacetsapiservicesclusterfacetsget = function (input, options) {
873
+ VectorApiClient.prototype.advancedclusterfacetsapiservicesclusterfacetsget = function (input, options) {
802
874
  return __awaiter(this, void 0, void 0, function () {
803
875
  return __generator(this, function (_a) {
804
876
  return [2 /*return*/, this.SendRequest({
@@ -810,6 +882,30 @@ var VectorApiClient = /** @class */ (function (_super) {
810
882
  });
811
883
  });
812
884
  };
885
+ VectorApiClient.prototype.clusterlistservicesclusterlistget = function (input, options) {
886
+ return __awaiter(this, void 0, void 0, function () {
887
+ return __generator(this, function (_a) {
888
+ return [2 /*return*/, this.SendRequest({
889
+ input: input,
890
+ method: 'get',
891
+ path: '/services/cluster/list',
892
+ options: options
893
+ })];
894
+ });
895
+ });
896
+ };
897
+ VectorApiClient.prototype.clusterlistmultiservicesclusterlistpost = function (input, options) {
898
+ return __awaiter(this, void 0, void 0, function () {
899
+ return __generator(this, function (_a) {
900
+ return [2 /*return*/, this.SendRequest({
901
+ input: input,
902
+ method: 'post',
903
+ path: '/services/cluster/list',
904
+ options: options
905
+ })];
906
+ });
907
+ });
908
+ };
813
909
  VectorApiClient.prototype.tagapiservicestaggertagpost = function (input, options) {
814
910
  return __awaiter(this, void 0, void 0, function () {
815
911
  return __generator(this, function (_a) {
@@ -106,24 +106,40 @@ export declare type aggregatev2apiservicesaggregateaggregatepostInput = operatio
106
106
  export declare type aggregatev2apiservicesaggregateaggregatepostOutput = operations['aggregate_v2_api_services_aggregate_aggregate_post']['responses']['200']['content']['application/json'];
107
107
  export declare type clustercentroidsapiservicesclustercentroidslistgetInput = {};
108
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'];
109
111
  export declare type clustercentroidsgetapiservicesclustercentroidsgetgetInput = {};
110
112
  export declare type clustercentroidsgetapiservicesclustercentroidsgetgetOutput = operations['cluster_centroids_get_api_services_cluster_centroids_get_get']['responses']['200']['content']['application/json'];
111
- export declare type insertclustercentroidsapiservicesclustercentroidsinsertpostInput = operations['insert_cluster_centroids_api_services_cluster_centroids_insert_post']['requestBody']['content']['application/json'];
112
- export declare type insertclustercentroidsapiservicesclustercentroidsinsertpostOutput = operations['insert_cluster_centroids_api_services_cluster_centroids_insert_post']['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'];
113
125
  export declare type clustercentroidsgetapiservicesclustercentroidsdocumentspostInput = operations['cluster_centroids_get_api_services_cluster_centroids_documents_post']['requestBody']['content']['application/json'];
114
126
  export declare type clustercentroidsgetapiservicesclustercentroidsdocumentspostOutput = operations['cluster_centroids_get_api_services_cluster_centroids_documents_post']['responses']['200']['content']['application/json'];
115
127
  export declare type centroidsmetadatagetapiservicesclustercentroidsmetadatagetInput = {};
116
128
  export declare type centroidsmetadatagetapiservicesclustercentroidsmetadatagetOutput = operations['centroids_metadata_get_api_services_cluster_centroids_metadata_get']['responses']['200']['content']['application/json'];
117
- export declare type centroidsmetadatapostapiservicesclustercentroidsmetadatapostInput = operations['centroids_metadata_post_api_services_cluster_centroids_metadata_post']['requestBody']['content']['application/json'];
118
- export declare type centroidsmetadatapostapiservicesclustercentroidsmetadatapostOutput = operations['centroids_metadata_post_api_services_cluster_centroids_metadata_post']['responses']['200']['content']['application/json'];
119
- export declare type centroidslistclosesttocenterservicesclustercentroidslistclosesttocenterpostInput = operations['centroids_list_closest_to_center_services_cluster_centroids_list_closest_to_center_post']['requestBody']['content']['application/json'];
120
- export declare type centroidslistclosesttocenterservicesclustercentroidslistclosesttocenterpostOutput = operations['centroids_list_closest_to_center_services_cluster_centroids_list_closest_to_center_post']['responses']['200']['content']['application/json'];
121
- export declare type centroidslistfurthestfromcenterservicesclustercentroidslistfurthestfromcenterpostInput = operations['centroids_list_furthest_from_center_services_cluster_centroids_list_furthest_from_center_post']['requestBody']['content']['application/json'];
122
- export declare type centroidslistfurthestfromcenterservicesclustercentroidslistfurthestfromcenterpostOutput = operations['centroids_list_furthest_from_center_services_cluster_centroids_list_furthest_from_center_post']['responses']['200']['content']['application/json'];
123
- export declare type clusteraggregateapiservicesclusteraggregatepostInput = operations['cluster_aggregate_api_services_cluster_aggregate_post']['requestBody']['content']['application/json'];
124
- export declare type clusteraggregateapiservicesclusteraggregatepostOutput = operations['cluster_aggregate_api_services_cluster_aggregate_post']['responses']['200']['content']['application/json'];
125
- export declare type clusterfacetsapiservicesclusterfacetsgetInput = {};
126
- export declare type clusterfacetsapiservicesclusterfacetsgetOutput = operations['cluster_facets_api_services_cluster_facets_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'];
127
143
  export declare type tagapiservicestaggertagpostInput = operations['tag_api_services_tagger_tag_post']['requestBody']['content']['application/json'];
128
144
  export declare type tagapiservicestaggertagpostOutput = operations['tag_api_services_tagger_tag_post']['responses']['200']['content']['application/json'];
129
145
  export declare type clusterandtagapiservicestaggerdiversitypostInput = operations['cluster_and_tag_api_services_tagger_diversity_post']['requestBody']['content']['application/json'];
@@ -225,15 +241,23 @@ export declare class VectorApiClient extends _GenericClient {
225
241
  vectordiversityrecommendapiservicesrecommenddiversitypost(input: CommandInput<vectordiversityrecommendapiservicesrecommenddiversitypostInput>, options?: _GenericMethodOptions): Promise<CommandOutput<vectordiversityrecommendapiservicesrecommenddiversitypostOutput>>;
226
242
  aggregatev2apiservicesaggregateaggregatepost(input: CommandInput<aggregatev2apiservicesaggregateaggregatepostInput>, options?: _GenericMethodOptions): Promise<CommandOutput<aggregatev2apiservicesaggregateaggregatepostOutput>>;
227
243
  clustercentroidsapiservicesclustercentroidslistget(input: CommandInput<clustercentroidsapiservicesclustercentroidslistgetInput>, options?: _GenericMethodOptions): Promise<CommandOutput<clustercentroidsapiservicesclustercentroidslistgetOutput>>;
244
+ clustercentroidsapiv2servicesclustercentroidslistpost(input: CommandInput<clustercentroidsapiv2servicesclustercentroidslistpostInput>, options?: _GenericMethodOptions): Promise<CommandOutput<clustercentroidsapiv2servicesclustercentroidslistpostOutput>>;
228
245
  clustercentroidsgetapiservicesclustercentroidsgetget(input: CommandInput<clustercentroidsgetapiservicesclustercentroidsgetgetInput>, options?: _GenericMethodOptions): Promise<CommandOutput<clustercentroidsgetapiservicesclustercentroidsgetgetOutput>>;
229
- insertclustercentroidsapiservicesclustercentroidsinsertpost(input: CommandInput<insertclustercentroidsapiservicesclustercentroidsinsertpostInput>, options?: _GenericMethodOptions): Promise<CommandOutput<insertclustercentroidsapiservicesclustercentroidsinsertpostOutput>>;
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>>;
230
252
  clustercentroidsgetapiservicesclustercentroidsdocumentspost(input: CommandInput<clustercentroidsgetapiservicesclustercentroidsdocumentspostInput>, options?: _GenericMethodOptions): Promise<CommandOutput<clustercentroidsgetapiservicesclustercentroidsdocumentspostOutput>>;
231
253
  centroidsmetadatagetapiservicesclustercentroidsmetadataget(input: CommandInput<centroidsmetadatagetapiservicesclustercentroidsmetadatagetInput>, options?: _GenericMethodOptions): Promise<CommandOutput<centroidsmetadatagetapiservicesclustercentroidsmetadatagetOutput>>;
232
- centroidsmetadatapostapiservicesclustercentroidsmetadatapost(input: CommandInput<centroidsmetadatapostapiservicesclustercentroidsmetadatapostInput>, options?: _GenericMethodOptions): Promise<CommandOutput<centroidsmetadatapostapiservicesclustercentroidsmetadatapostOutput>>;
233
- centroidslistclosesttocenterservicesclustercentroidslistclosesttocenterpost(input: CommandInput<centroidslistclosesttocenterservicesclustercentroidslistclosesttocenterpostInput>, options?: _GenericMethodOptions): Promise<CommandOutput<centroidslistclosesttocenterservicesclustercentroidslistclosesttocenterpostOutput>>;
234
- centroidslistfurthestfromcenterservicesclustercentroidslistfurthestfromcenterpost(input: CommandInput<centroidslistfurthestfromcenterservicesclustercentroidslistfurthestfromcenterpostInput>, options?: _GenericMethodOptions): Promise<CommandOutput<centroidslistfurthestfromcenterservicesclustercentroidslistfurthestfromcenterpostOutput>>;
235
- clusteraggregateapiservicesclusteraggregatepost(input: CommandInput<clusteraggregateapiservicesclusteraggregatepostInput>, options?: _GenericMethodOptions): Promise<CommandOutput<clusteraggregateapiservicesclusteraggregatepostOutput>>;
236
- clusterfacetsapiservicesclusterfacetsget(input: CommandInput<clusterfacetsapiservicesclusterfacetsgetInput>, options?: _GenericMethodOptions): Promise<CommandOutput<clusterfacetsapiservicesclusterfacetsgetOutput>>;
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>>;
237
261
  tagapiservicestaggertagpost(input: CommandInput<tagapiservicestaggertagpostInput>, options?: _GenericMethodOptions): Promise<CommandOutput<tagapiservicestaggertagpostOutput>>;
238
262
  clusterandtagapiservicestaggerdiversitypost(input: CommandInput<clusterandtagapiservicestaggerdiversitypostInput>, options?: _GenericMethodOptions): Promise<CommandOutput<clusterandtagapiservicestaggerdiversitypostOutput>>;
239
263
  vectorrecommendapiservicesdocumentdiffpost(input: CommandInput<vectorrecommendapiservicesdocumentdiffpostInput>, options?: _GenericMethodOptions): Promise<CommandOutput<vectorrecommendapiservicesdocumentdiffpostOutput>>;