@azure/search-documents 12.1.0-beta.2 → 12.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +519 -2244
- package/dist/index.js.map +1 -1
- package/dist-esm/src/errorModels.js.map +1 -1
- package/dist-esm/src/generated/data/models/index.js +7 -209
- package/dist-esm/src/generated/data/models/index.js.map +1 -1
- package/dist-esm/src/generated/data/models/mappers.js +42 -315
- package/dist-esm/src/generated/data/models/mappers.js.map +1 -1
- package/dist-esm/src/generated/data/models/parameters.js +0 -42
- package/dist-esm/src/generated/data/models/parameters.js.map +1 -1
- package/dist-esm/src/generated/data/operations/documents.js +0 -4
- package/dist-esm/src/generated/data/operations/documents.js.map +1 -1
- package/dist-esm/src/generated/data/searchClient.js +1 -1
- package/dist-esm/src/generated/data/searchClient.js.map +1 -1
- package/dist-esm/src/generated/service/models/index.js +100 -150
- package/dist-esm/src/generated/service/models/index.js.map +1 -1
- package/dist-esm/src/generated/service/models/mappers.js +129 -687
- package/dist-esm/src/generated/service/models/mappers.js.map +1 -1
- package/dist-esm/src/generated/service/models/parameters.js +1 -51
- package/dist-esm/src/generated/service/models/parameters.js.map +1 -1
- package/dist-esm/src/generated/service/operations/dataSources.js +1 -4
- package/dist-esm/src/generated/service/operations/dataSources.js.map +1 -1
- package/dist-esm/src/generated/service/operations/index.js +0 -1
- package/dist-esm/src/generated/service/operations/index.js.map +1 -1
- package/dist-esm/src/generated/service/operations/indexers.js +1 -29
- package/dist-esm/src/generated/service/operations/indexers.js.map +1 -1
- package/dist-esm/src/generated/service/operations/skillsets.js +1 -30
- package/dist-esm/src/generated/service/operations/skillsets.js.map +1 -1
- package/dist-esm/src/generated/service/operationsInterfaces/index.js +0 -1
- package/dist-esm/src/generated/service/operationsInterfaces/index.js.map +1 -1
- package/dist-esm/src/generated/service/operationsInterfaces/indexers.js.map +1 -1
- package/dist-esm/src/generated/service/operationsInterfaces/skillsets.js.map +1 -1
- package/dist-esm/src/generated/service/searchServiceClient.js +2 -3
- package/dist-esm/src/generated/service/searchServiceClient.js.map +1 -1
- package/dist-esm/src/index.js +3 -3
- package/dist-esm/src/index.js.map +1 -1
- package/dist-esm/src/indexModels.js.map +1 -1
- package/dist-esm/src/searchClient.js +3 -10
- package/dist-esm/src/searchClient.js.map +1 -1
- package/dist-esm/src/searchIndexClient.js +3 -152
- package/dist-esm/src/searchIndexClient.js.map +1 -1
- package/dist-esm/src/searchIndexerClient.js +0 -47
- package/dist-esm/src/searchIndexerClient.js.map +1 -1
- package/dist-esm/src/serviceModels.js.map +1 -1
- package/dist-esm/src/serviceUtils.js +39 -139
- package/dist-esm/src/serviceUtils.js.map +1 -1
- package/package.json +4 -3
- package/types/search-documents.d.ts +285 -1589
- package/dist-esm/src/generated/service/operations/aliases.js +0 -160
- package/dist-esm/src/generated/service/operations/aliases.js.map +0 -1
- package/dist-esm/src/generated/service/operationsInterfaces/aliases.js +0 -9
- package/dist-esm/src/generated/service/operationsInterfaces/aliases.js.map +0 -1
- package/dist-esm/src/generatedStringLiteralUnions.js +0 -4
- package/dist-esm/src/generatedStringLiteralUnions.js.map +0 -1
|
@@ -44,13 +44,6 @@ export const SearchIndexerDataSource = {
|
|
|
44
44
|
className: "SearchIndexerDataContainer",
|
|
45
45
|
},
|
|
46
46
|
},
|
|
47
|
-
identity: {
|
|
48
|
-
serializedName: "identity",
|
|
49
|
-
type: {
|
|
50
|
-
name: "Composite",
|
|
51
|
-
className: "SearchIndexerDataIdentity",
|
|
52
|
-
},
|
|
53
|
-
},
|
|
54
47
|
dataChangeDetectionPolicy: {
|
|
55
48
|
serializedName: "dataChangeDetectionPolicy",
|
|
56
49
|
type: {
|
|
@@ -116,26 +109,6 @@ export const SearchIndexerDataContainer = {
|
|
|
116
109
|
},
|
|
117
110
|
},
|
|
118
111
|
};
|
|
119
|
-
export const SearchIndexerDataIdentity = {
|
|
120
|
-
type: {
|
|
121
|
-
name: "Composite",
|
|
122
|
-
className: "SearchIndexerDataIdentity",
|
|
123
|
-
uberParent: "SearchIndexerDataIdentity",
|
|
124
|
-
polymorphicDiscriminator: {
|
|
125
|
-
serializedName: "@odata\\.type",
|
|
126
|
-
clientName: "odatatype",
|
|
127
|
-
},
|
|
128
|
-
modelProperties: {
|
|
129
|
-
odatatype: {
|
|
130
|
-
serializedName: "@odata\\.type",
|
|
131
|
-
required: true,
|
|
132
|
-
type: {
|
|
133
|
-
name: "String",
|
|
134
|
-
},
|
|
135
|
-
},
|
|
136
|
-
},
|
|
137
|
-
},
|
|
138
|
-
};
|
|
139
112
|
export const DataChangeDetectionPolicy = {
|
|
140
113
|
type: {
|
|
141
114
|
name: "Composite",
|
|
@@ -209,13 +182,6 @@ export const SearchResourceEncryptionKey = {
|
|
|
209
182
|
className: "AzureActiveDirectoryApplicationCredentials",
|
|
210
183
|
},
|
|
211
184
|
},
|
|
212
|
-
identity: {
|
|
213
|
-
serializedName: "identity",
|
|
214
|
-
type: {
|
|
215
|
-
name: "Composite",
|
|
216
|
-
className: "SearchIndexerDataIdentity",
|
|
217
|
-
},
|
|
218
|
-
},
|
|
219
185
|
},
|
|
220
186
|
},
|
|
221
187
|
};
|
|
@@ -355,36 +321,6 @@ export const ListDataSourcesResult = {
|
|
|
355
321
|
},
|
|
356
322
|
},
|
|
357
323
|
};
|
|
358
|
-
export const DocumentKeysOrIds = {
|
|
359
|
-
type: {
|
|
360
|
-
name: "Composite",
|
|
361
|
-
className: "DocumentKeysOrIds",
|
|
362
|
-
modelProperties: {
|
|
363
|
-
documentKeys: {
|
|
364
|
-
serializedName: "documentKeys",
|
|
365
|
-
type: {
|
|
366
|
-
name: "Sequence",
|
|
367
|
-
element: {
|
|
368
|
-
type: {
|
|
369
|
-
name: "String",
|
|
370
|
-
},
|
|
371
|
-
},
|
|
372
|
-
},
|
|
373
|
-
},
|
|
374
|
-
datasourceDocumentIds: {
|
|
375
|
-
serializedName: "datasourceDocumentIds",
|
|
376
|
-
type: {
|
|
377
|
-
name: "Sequence",
|
|
378
|
-
element: {
|
|
379
|
-
type: {
|
|
380
|
-
name: "String",
|
|
381
|
-
},
|
|
382
|
-
},
|
|
383
|
-
},
|
|
384
|
-
},
|
|
385
|
-
},
|
|
386
|
-
},
|
|
387
|
-
};
|
|
388
324
|
export const SearchIndexer = {
|
|
389
325
|
type: {
|
|
390
326
|
name: "Composite",
|
|
@@ -482,13 +418,6 @@ export const SearchIndexer = {
|
|
|
482
418
|
className: "SearchResourceEncryptionKey",
|
|
483
419
|
},
|
|
484
420
|
},
|
|
485
|
-
cache: {
|
|
486
|
-
serializedName: "cache",
|
|
487
|
-
type: {
|
|
488
|
-
name: "Composite",
|
|
489
|
-
className: "SearchIndexerCache",
|
|
490
|
-
},
|
|
491
|
-
},
|
|
492
421
|
},
|
|
493
422
|
},
|
|
494
423
|
};
|
|
@@ -720,34 +649,6 @@ export const FieldMappingFunction = {
|
|
|
720
649
|
},
|
|
721
650
|
},
|
|
722
651
|
};
|
|
723
|
-
export const SearchIndexerCache = {
|
|
724
|
-
type: {
|
|
725
|
-
name: "Composite",
|
|
726
|
-
className: "SearchIndexerCache",
|
|
727
|
-
modelProperties: {
|
|
728
|
-
storageConnectionString: {
|
|
729
|
-
serializedName: "storageConnectionString",
|
|
730
|
-
type: {
|
|
731
|
-
name: "String",
|
|
732
|
-
},
|
|
733
|
-
},
|
|
734
|
-
enableReprocessing: {
|
|
735
|
-
serializedName: "enableReprocessing",
|
|
736
|
-
nullable: true,
|
|
737
|
-
type: {
|
|
738
|
-
name: "Boolean",
|
|
739
|
-
},
|
|
740
|
-
},
|
|
741
|
-
identity: {
|
|
742
|
-
serializedName: "identity",
|
|
743
|
-
type: {
|
|
744
|
-
name: "Composite",
|
|
745
|
-
className: "SearchIndexerDataIdentity",
|
|
746
|
-
},
|
|
747
|
-
},
|
|
748
|
-
},
|
|
749
|
-
},
|
|
750
|
-
};
|
|
751
652
|
export const ListIndexersResult = {
|
|
752
653
|
type: {
|
|
753
654
|
name: "Composite",
|
|
@@ -829,20 +730,6 @@ export const IndexerExecutionResult = {
|
|
|
829
730
|
allowedValues: ["transientFailure", "success", "inProgress", "reset"],
|
|
830
731
|
},
|
|
831
732
|
},
|
|
832
|
-
statusDetail: {
|
|
833
|
-
serializedName: "statusDetail",
|
|
834
|
-
readOnly: true,
|
|
835
|
-
type: {
|
|
836
|
-
name: "String",
|
|
837
|
-
},
|
|
838
|
-
},
|
|
839
|
-
currentState: {
|
|
840
|
-
serializedName: "currentState",
|
|
841
|
-
type: {
|
|
842
|
-
name: "Composite",
|
|
843
|
-
className: "IndexerState",
|
|
844
|
-
},
|
|
845
|
-
},
|
|
846
733
|
errorMessage: {
|
|
847
734
|
serializedName: "errorMessage",
|
|
848
735
|
readOnly: true,
|
|
@@ -926,73 +813,6 @@ export const IndexerExecutionResult = {
|
|
|
926
813
|
},
|
|
927
814
|
},
|
|
928
815
|
};
|
|
929
|
-
export const IndexerState = {
|
|
930
|
-
type: {
|
|
931
|
-
name: "Composite",
|
|
932
|
-
className: "IndexerState",
|
|
933
|
-
modelProperties: {
|
|
934
|
-
mode: {
|
|
935
|
-
serializedName: "mode",
|
|
936
|
-
readOnly: true,
|
|
937
|
-
type: {
|
|
938
|
-
name: "String",
|
|
939
|
-
},
|
|
940
|
-
},
|
|
941
|
-
allDocumentsInitialChangeTrackingState: {
|
|
942
|
-
serializedName: "allDocsInitialChangeTrackingState",
|
|
943
|
-
readOnly: true,
|
|
944
|
-
type: {
|
|
945
|
-
name: "String",
|
|
946
|
-
},
|
|
947
|
-
},
|
|
948
|
-
allDocumentsFinalChangeTrackingState: {
|
|
949
|
-
serializedName: "allDocsFinalChangeTrackingState",
|
|
950
|
-
readOnly: true,
|
|
951
|
-
type: {
|
|
952
|
-
name: "String",
|
|
953
|
-
},
|
|
954
|
-
},
|
|
955
|
-
resetDocumentsInitialChangeTrackingState: {
|
|
956
|
-
serializedName: "resetDocsInitialChangeTrackingState",
|
|
957
|
-
readOnly: true,
|
|
958
|
-
type: {
|
|
959
|
-
name: "String",
|
|
960
|
-
},
|
|
961
|
-
},
|
|
962
|
-
resetDocumentsFinalChangeTrackingState: {
|
|
963
|
-
serializedName: "resetDocsFinalChangeTrackingState",
|
|
964
|
-
readOnly: true,
|
|
965
|
-
type: {
|
|
966
|
-
name: "String",
|
|
967
|
-
},
|
|
968
|
-
},
|
|
969
|
-
resetDocumentKeys: {
|
|
970
|
-
serializedName: "resetDocumentKeys",
|
|
971
|
-
readOnly: true,
|
|
972
|
-
type: {
|
|
973
|
-
name: "Sequence",
|
|
974
|
-
element: {
|
|
975
|
-
type: {
|
|
976
|
-
name: "String",
|
|
977
|
-
},
|
|
978
|
-
},
|
|
979
|
-
},
|
|
980
|
-
},
|
|
981
|
-
resetDatasourceDocumentIds: {
|
|
982
|
-
serializedName: "resetDatasourceDocumentIds",
|
|
983
|
-
readOnly: true,
|
|
984
|
-
type: {
|
|
985
|
-
name: "Sequence",
|
|
986
|
-
element: {
|
|
987
|
-
type: {
|
|
988
|
-
name: "String",
|
|
989
|
-
},
|
|
990
|
-
},
|
|
991
|
-
},
|
|
992
|
-
},
|
|
993
|
-
},
|
|
994
|
-
},
|
|
995
|
-
};
|
|
996
816
|
export const SearchIndexerError = {
|
|
997
817
|
type: {
|
|
998
818
|
name: "Composite",
|
|
@@ -1163,11 +983,11 @@ export const SearchIndexerSkillset = {
|
|
|
1163
983
|
className: "SearchIndexerKnowledgeStore",
|
|
1164
984
|
},
|
|
1165
985
|
},
|
|
1166
|
-
|
|
986
|
+
indexProjection: {
|
|
1167
987
|
serializedName: "indexProjections",
|
|
1168
988
|
type: {
|
|
1169
989
|
name: "Composite",
|
|
1170
|
-
className: "
|
|
990
|
+
className: "SearchIndexerIndexProjection",
|
|
1171
991
|
},
|
|
1172
992
|
},
|
|
1173
993
|
etag: {
|
|
@@ -1361,20 +1181,6 @@ export const SearchIndexerKnowledgeStore = {
|
|
|
1361
1181
|
},
|
|
1362
1182
|
},
|
|
1363
1183
|
},
|
|
1364
|
-
identity: {
|
|
1365
|
-
serializedName: "identity",
|
|
1366
|
-
type: {
|
|
1367
|
-
name: "Composite",
|
|
1368
|
-
className: "SearchIndexerDataIdentity",
|
|
1369
|
-
},
|
|
1370
|
-
},
|
|
1371
|
-
parameters: {
|
|
1372
|
-
serializedName: "parameters",
|
|
1373
|
-
type: {
|
|
1374
|
-
name: "Composite",
|
|
1375
|
-
className: "SearchIndexerKnowledgeStoreParameters",
|
|
1376
|
-
},
|
|
1377
|
-
},
|
|
1378
1184
|
},
|
|
1379
1185
|
},
|
|
1380
1186
|
};
|
|
@@ -1466,26 +1272,10 @@ export const SearchIndexerKnowledgeStoreProjectionSelector = {
|
|
|
1466
1272
|
},
|
|
1467
1273
|
},
|
|
1468
1274
|
};
|
|
1469
|
-
export const
|
|
1275
|
+
export const SearchIndexerIndexProjection = {
|
|
1470
1276
|
type: {
|
|
1471
1277
|
name: "Composite",
|
|
1472
|
-
className: "
|
|
1473
|
-
additionalProperties: { type: { name: "Object" } },
|
|
1474
|
-
modelProperties: {
|
|
1475
|
-
synthesizeGeneratedKeyName: {
|
|
1476
|
-
defaultValue: false,
|
|
1477
|
-
serializedName: "synthesizeGeneratedKeyName",
|
|
1478
|
-
type: {
|
|
1479
|
-
name: "Boolean",
|
|
1480
|
-
},
|
|
1481
|
-
},
|
|
1482
|
-
},
|
|
1483
|
-
},
|
|
1484
|
-
};
|
|
1485
|
-
export const SearchIndexerIndexProjections = {
|
|
1486
|
-
type: {
|
|
1487
|
-
name: "Composite",
|
|
1488
|
-
className: "SearchIndexerIndexProjections",
|
|
1278
|
+
className: "SearchIndexerIndexProjection",
|
|
1489
1279
|
modelProperties: {
|
|
1490
1280
|
selectors: {
|
|
1491
1281
|
serializedName: "selectors",
|
|
@@ -1504,7 +1294,7 @@ export const SearchIndexerIndexProjections = {
|
|
|
1504
1294
|
serializedName: "parameters",
|
|
1505
1295
|
type: {
|
|
1506
1296
|
name: "Composite",
|
|
1507
|
-
className: "
|
|
1297
|
+
className: "SearchIndexerIndexProjectionParameters",
|
|
1508
1298
|
},
|
|
1509
1299
|
},
|
|
1510
1300
|
},
|
|
@@ -1552,10 +1342,10 @@ export const SearchIndexerIndexProjectionSelector = {
|
|
|
1552
1342
|
},
|
|
1553
1343
|
},
|
|
1554
1344
|
};
|
|
1555
|
-
export const
|
|
1345
|
+
export const SearchIndexerIndexProjectionParameters = {
|
|
1556
1346
|
type: {
|
|
1557
1347
|
name: "Composite",
|
|
1558
|
-
className: "
|
|
1348
|
+
className: "SearchIndexerIndexProjectionParameters",
|
|
1559
1349
|
additionalProperties: { type: { name: "Object" } },
|
|
1560
1350
|
modelProperties: {
|
|
1561
1351
|
projectionMode: {
|
|
@@ -1589,25 +1379,6 @@ export const ListSkillsetsResult = {
|
|
|
1589
1379
|
},
|
|
1590
1380
|
},
|
|
1591
1381
|
};
|
|
1592
|
-
export const SkillNames = {
|
|
1593
|
-
type: {
|
|
1594
|
-
name: "Composite",
|
|
1595
|
-
className: "SkillNames",
|
|
1596
|
-
modelProperties: {
|
|
1597
|
-
skillNames: {
|
|
1598
|
-
serializedName: "skillNames",
|
|
1599
|
-
type: {
|
|
1600
|
-
name: "Sequence",
|
|
1601
|
-
element: {
|
|
1602
|
-
type: {
|
|
1603
|
-
name: "String",
|
|
1604
|
-
},
|
|
1605
|
-
},
|
|
1606
|
-
},
|
|
1607
|
-
},
|
|
1608
|
-
},
|
|
1609
|
-
},
|
|
1610
|
-
};
|
|
1611
1382
|
export const SynonymMap = {
|
|
1612
1383
|
type: {
|
|
1613
1384
|
name: "Composite",
|
|
@@ -1783,18 +1554,6 @@ export const SearchIndex = {
|
|
|
1783
1554
|
},
|
|
1784
1555
|
},
|
|
1785
1556
|
},
|
|
1786
|
-
normalizers: {
|
|
1787
|
-
serializedName: "normalizers",
|
|
1788
|
-
type: {
|
|
1789
|
-
name: "Sequence",
|
|
1790
|
-
element: {
|
|
1791
|
-
type: {
|
|
1792
|
-
name: "Composite",
|
|
1793
|
-
className: "LexicalNormalizer",
|
|
1794
|
-
},
|
|
1795
|
-
},
|
|
1796
|
-
},
|
|
1797
|
-
},
|
|
1798
1557
|
encryptionKey: {
|
|
1799
1558
|
serializedName: "encryptionKey",
|
|
1800
1559
|
type: {
|
|
@@ -1914,13 +1673,6 @@ export const SearchField = {
|
|
|
1914
1673
|
name: "String",
|
|
1915
1674
|
},
|
|
1916
1675
|
},
|
|
1917
|
-
normalizer: {
|
|
1918
|
-
serializedName: "normalizer",
|
|
1919
|
-
nullable: true,
|
|
1920
|
-
type: {
|
|
1921
|
-
name: "String",
|
|
1922
|
-
},
|
|
1923
|
-
},
|
|
1924
1676
|
vectorSearchDimensions: {
|
|
1925
1677
|
constraints: {
|
|
1926
1678
|
InclusiveMaximum: 2048,
|
|
@@ -2246,33 +1998,6 @@ export const CharFilter = {
|
|
|
2246
1998
|
},
|
|
2247
1999
|
},
|
|
2248
2000
|
};
|
|
2249
|
-
export const LexicalNormalizer = {
|
|
2250
|
-
type: {
|
|
2251
|
-
name: "Composite",
|
|
2252
|
-
className: "LexicalNormalizer",
|
|
2253
|
-
uberParent: "LexicalNormalizer",
|
|
2254
|
-
polymorphicDiscriminator: {
|
|
2255
|
-
serializedName: "@odata\\.type",
|
|
2256
|
-
clientName: "odatatype",
|
|
2257
|
-
},
|
|
2258
|
-
modelProperties: {
|
|
2259
|
-
odatatype: {
|
|
2260
|
-
serializedName: "@odata\\.type",
|
|
2261
|
-
required: true,
|
|
2262
|
-
type: {
|
|
2263
|
-
name: "String",
|
|
2264
|
-
},
|
|
2265
|
-
},
|
|
2266
|
-
name: {
|
|
2267
|
-
serializedName: "name",
|
|
2268
|
-
required: true,
|
|
2269
|
-
type: {
|
|
2270
|
-
name: "String",
|
|
2271
|
-
},
|
|
2272
|
-
},
|
|
2273
|
-
},
|
|
2274
|
-
},
|
|
2275
|
-
};
|
|
2276
2001
|
export const Similarity = {
|
|
2277
2002
|
type: {
|
|
2278
2003
|
name: "Composite",
|
|
@@ -2443,7 +2168,7 @@ export const VectorSearch = {
|
|
|
2443
2168
|
element: {
|
|
2444
2169
|
type: {
|
|
2445
2170
|
name: "Composite",
|
|
2446
|
-
className: "
|
|
2171
|
+
className: "VectorSearchCompression",
|
|
2447
2172
|
},
|
|
2448
2173
|
},
|
|
2449
2174
|
},
|
|
@@ -2470,13 +2195,13 @@ export const VectorSearchProfile = {
|
|
|
2470
2195
|
name: "String",
|
|
2471
2196
|
},
|
|
2472
2197
|
},
|
|
2473
|
-
|
|
2198
|
+
vectorizerName: {
|
|
2474
2199
|
serializedName: "vectorizer",
|
|
2475
2200
|
type: {
|
|
2476
2201
|
name: "String",
|
|
2477
2202
|
},
|
|
2478
2203
|
},
|
|
2479
|
-
|
|
2204
|
+
compressionName: {
|
|
2480
2205
|
serializedName: "compression",
|
|
2481
2206
|
type: {
|
|
2482
2207
|
name: "String",
|
|
@@ -2522,7 +2247,7 @@ export const VectorSearchVectorizer = {
|
|
|
2522
2247
|
clientName: "kind",
|
|
2523
2248
|
},
|
|
2524
2249
|
modelProperties: {
|
|
2525
|
-
|
|
2250
|
+
vectorizerName: {
|
|
2526
2251
|
serializedName: "name",
|
|
2527
2252
|
required: true,
|
|
2528
2253
|
type: {
|
|
@@ -2539,17 +2264,17 @@ export const VectorSearchVectorizer = {
|
|
|
2539
2264
|
},
|
|
2540
2265
|
},
|
|
2541
2266
|
};
|
|
2542
|
-
export const
|
|
2267
|
+
export const VectorSearchCompression = {
|
|
2543
2268
|
type: {
|
|
2544
2269
|
name: "Composite",
|
|
2545
|
-
className: "
|
|
2546
|
-
uberParent: "
|
|
2270
|
+
className: "VectorSearchCompression",
|
|
2271
|
+
uberParent: "VectorSearchCompression",
|
|
2547
2272
|
polymorphicDiscriminator: {
|
|
2548
2273
|
serializedName: "kind",
|
|
2549
2274
|
clientName: "kind",
|
|
2550
2275
|
},
|
|
2551
2276
|
modelProperties: {
|
|
2552
|
-
|
|
2277
|
+
compressionName: {
|
|
2553
2278
|
serializedName: "name",
|
|
2554
2279
|
required: true,
|
|
2555
2280
|
type: {
|
|
@@ -2658,12 +2383,6 @@ export const AnalyzeRequest = {
|
|
|
2658
2383
|
name: "String",
|
|
2659
2384
|
},
|
|
2660
2385
|
},
|
|
2661
|
-
normalizer: {
|
|
2662
|
-
serializedName: "normalizer",
|
|
2663
|
-
type: {
|
|
2664
|
-
name: "String",
|
|
2665
|
-
},
|
|
2666
|
-
},
|
|
2667
2386
|
tokenFilters: {
|
|
2668
2387
|
serializedName: "tokenFilters",
|
|
2669
2388
|
type: {
|
|
@@ -2750,61 +2469,6 @@ export const AnalyzedTokenInfo = {
|
|
|
2750
2469
|
},
|
|
2751
2470
|
},
|
|
2752
2471
|
};
|
|
2753
|
-
export const SearchAlias = {
|
|
2754
|
-
type: {
|
|
2755
|
-
name: "Composite",
|
|
2756
|
-
className: "SearchAlias",
|
|
2757
|
-
modelProperties: {
|
|
2758
|
-
name: {
|
|
2759
|
-
serializedName: "name",
|
|
2760
|
-
required: true,
|
|
2761
|
-
type: {
|
|
2762
|
-
name: "String",
|
|
2763
|
-
},
|
|
2764
|
-
},
|
|
2765
|
-
indexes: {
|
|
2766
|
-
serializedName: "indexes",
|
|
2767
|
-
required: true,
|
|
2768
|
-
type: {
|
|
2769
|
-
name: "Sequence",
|
|
2770
|
-
element: {
|
|
2771
|
-
type: {
|
|
2772
|
-
name: "String",
|
|
2773
|
-
},
|
|
2774
|
-
},
|
|
2775
|
-
},
|
|
2776
|
-
},
|
|
2777
|
-
etag: {
|
|
2778
|
-
serializedName: "@odata\\.etag",
|
|
2779
|
-
type: {
|
|
2780
|
-
name: "String",
|
|
2781
|
-
},
|
|
2782
|
-
},
|
|
2783
|
-
},
|
|
2784
|
-
},
|
|
2785
|
-
};
|
|
2786
|
-
export const ListAliasesResult = {
|
|
2787
|
-
type: {
|
|
2788
|
-
name: "Composite",
|
|
2789
|
-
className: "ListAliasesResult",
|
|
2790
|
-
modelProperties: {
|
|
2791
|
-
aliases: {
|
|
2792
|
-
serializedName: "value",
|
|
2793
|
-
required: true,
|
|
2794
|
-
readOnly: true,
|
|
2795
|
-
type: {
|
|
2796
|
-
name: "Sequence",
|
|
2797
|
-
element: {
|
|
2798
|
-
type: {
|
|
2799
|
-
name: "Composite",
|
|
2800
|
-
className: "SearchAlias",
|
|
2801
|
-
},
|
|
2802
|
-
},
|
|
2803
|
-
},
|
|
2804
|
-
},
|
|
2805
|
-
},
|
|
2806
|
-
},
|
|
2807
|
-
};
|
|
2808
2472
|
export const ServiceStatistics = {
|
|
2809
2473
|
type: {
|
|
2810
2474
|
name: "Composite",
|
|
@@ -2832,13 +2496,6 @@ export const ServiceCounters = {
|
|
|
2832
2496
|
name: "Composite",
|
|
2833
2497
|
className: "ServiceCounters",
|
|
2834
2498
|
modelProperties: {
|
|
2835
|
-
aliasCounter: {
|
|
2836
|
-
serializedName: "aliasesCount",
|
|
2837
|
-
type: {
|
|
2838
|
-
name: "Composite",
|
|
2839
|
-
className: "ResourceCounter",
|
|
2840
|
-
},
|
|
2841
|
-
},
|
|
2842
2499
|
documentCounter: {
|
|
2843
2500
|
serializedName: "documentCount",
|
|
2844
2501
|
type: {
|
|
@@ -2953,7 +2610,7 @@ export const ServiceLimits = {
|
|
|
2953
2610
|
name: "Number",
|
|
2954
2611
|
},
|
|
2955
2612
|
},
|
|
2956
|
-
|
|
2613
|
+
maxStoragePerIndexInBytes: {
|
|
2957
2614
|
serializedName: "maxStoragePerIndex",
|
|
2958
2615
|
nullable: true,
|
|
2959
2616
|
type: {
|
|
@@ -3031,121 +2688,32 @@ export const ExhaustiveKnnParameters = {
|
|
|
3031
2688
|
};
|
|
3032
2689
|
export const ScalarQuantizationParameters = {
|
|
3033
2690
|
type: {
|
|
3034
|
-
name: "Composite",
|
|
3035
|
-
className: "ScalarQuantizationParameters",
|
|
3036
|
-
modelProperties: {
|
|
3037
|
-
quantizedDataType: {
|
|
3038
|
-
serializedName: "quantizedDataType",
|
|
3039
|
-
nullable: true,
|
|
3040
|
-
type: {
|
|
3041
|
-
name: "String",
|
|
3042
|
-
},
|
|
3043
|
-
},
|
|
3044
|
-
},
|
|
3045
|
-
},
|
|
3046
|
-
};
|
|
3047
|
-
export const AzureOpenAIParameters = {
|
|
3048
|
-
type: {
|
|
3049
|
-
name: "Composite",
|
|
3050
|
-
className: "AzureOpenAIParameters",
|
|
3051
|
-
modelProperties: {
|
|
3052
|
-
resourceUri: {
|
|
3053
|
-
serializedName: "resourceUri",
|
|
3054
|
-
type: {
|
|
3055
|
-
name: "String",
|
|
3056
|
-
},
|
|
3057
|
-
},
|
|
3058
|
-
deploymentId: {
|
|
3059
|
-
serializedName: "deploymentId",
|
|
3060
|
-
type: {
|
|
3061
|
-
name: "String",
|
|
3062
|
-
},
|
|
3063
|
-
},
|
|
3064
|
-
apiKey: {
|
|
3065
|
-
serializedName: "apiKey",
|
|
3066
|
-
type: {
|
|
3067
|
-
name: "String",
|
|
3068
|
-
},
|
|
3069
|
-
},
|
|
3070
|
-
authIdentity: {
|
|
3071
|
-
serializedName: "authIdentity",
|
|
3072
|
-
type: {
|
|
3073
|
-
name: "Composite",
|
|
3074
|
-
className: "SearchIndexerDataIdentity",
|
|
3075
|
-
},
|
|
3076
|
-
},
|
|
3077
|
-
modelName: {
|
|
3078
|
-
serializedName: "modelName",
|
|
3079
|
-
type: {
|
|
3080
|
-
name: "String",
|
|
3081
|
-
},
|
|
3082
|
-
},
|
|
3083
|
-
},
|
|
3084
|
-
},
|
|
3085
|
-
};
|
|
3086
|
-
export const CustomWebApiParameters = {
|
|
3087
|
-
type: {
|
|
3088
|
-
name: "Composite",
|
|
3089
|
-
className: "CustomWebApiParameters",
|
|
3090
|
-
modelProperties: {
|
|
3091
|
-
uri: {
|
|
3092
|
-
serializedName: "uri",
|
|
3093
|
-
type: {
|
|
3094
|
-
name: "String",
|
|
3095
|
-
},
|
|
3096
|
-
},
|
|
3097
|
-
httpHeaders: {
|
|
3098
|
-
serializedName: "httpHeaders",
|
|
3099
|
-
type: {
|
|
3100
|
-
name: "Dictionary",
|
|
3101
|
-
value: { type: { name: "String" } },
|
|
3102
|
-
},
|
|
3103
|
-
},
|
|
3104
|
-
httpMethod: {
|
|
3105
|
-
serializedName: "httpMethod",
|
|
3106
|
-
type: {
|
|
3107
|
-
name: "String",
|
|
3108
|
-
},
|
|
3109
|
-
},
|
|
3110
|
-
timeout: {
|
|
3111
|
-
serializedName: "timeout",
|
|
3112
|
-
type: {
|
|
3113
|
-
name: "TimeSpan",
|
|
3114
|
-
},
|
|
3115
|
-
},
|
|
3116
|
-
authResourceId: {
|
|
3117
|
-
serializedName: "authResourceId",
|
|
2691
|
+
name: "Composite",
|
|
2692
|
+
className: "ScalarQuantizationParameters",
|
|
2693
|
+
modelProperties: {
|
|
2694
|
+
quantizedDataType: {
|
|
2695
|
+
serializedName: "quantizedDataType",
|
|
3118
2696
|
nullable: true,
|
|
3119
2697
|
type: {
|
|
3120
2698
|
name: "String",
|
|
3121
2699
|
},
|
|
3122
2700
|
},
|
|
3123
|
-
authIdentity: {
|
|
3124
|
-
serializedName: "authIdentity",
|
|
3125
|
-
type: {
|
|
3126
|
-
name: "Composite",
|
|
3127
|
-
className: "SearchIndexerDataIdentity",
|
|
3128
|
-
},
|
|
3129
|
-
},
|
|
3130
2701
|
},
|
|
3131
2702
|
},
|
|
3132
2703
|
};
|
|
3133
|
-
export const
|
|
2704
|
+
export const AzureOpenAIParameters = {
|
|
3134
2705
|
type: {
|
|
3135
2706
|
name: "Composite",
|
|
3136
|
-
className: "
|
|
2707
|
+
className: "AzureOpenAIParameters",
|
|
3137
2708
|
modelProperties: {
|
|
3138
|
-
|
|
3139
|
-
serializedName: "
|
|
3140
|
-
required: true,
|
|
3141
|
-
nullable: true,
|
|
2709
|
+
resourceUrl: {
|
|
2710
|
+
serializedName: "resourceUri",
|
|
3142
2711
|
type: {
|
|
3143
2712
|
name: "String",
|
|
3144
2713
|
},
|
|
3145
2714
|
},
|
|
3146
|
-
|
|
3147
|
-
serializedName: "
|
|
3148
|
-
required: true,
|
|
2715
|
+
deploymentId: {
|
|
2716
|
+
serializedName: "deploymentId",
|
|
3149
2717
|
type: {
|
|
3150
2718
|
name: "String",
|
|
3151
2719
|
},
|
|
@@ -3163,54 +2731,77 @@ export const AIServicesVisionParameters = {
|
|
|
3163
2731
|
className: "SearchIndexerDataIdentity",
|
|
3164
2732
|
},
|
|
3165
2733
|
},
|
|
2734
|
+
modelName: {
|
|
2735
|
+
serializedName: "modelName",
|
|
2736
|
+
type: {
|
|
2737
|
+
name: "String",
|
|
2738
|
+
},
|
|
2739
|
+
},
|
|
3166
2740
|
},
|
|
3167
2741
|
},
|
|
3168
2742
|
};
|
|
3169
|
-
export const
|
|
2743
|
+
export const SearchIndexerDataIdentity = {
|
|
3170
2744
|
type: {
|
|
3171
2745
|
name: "Composite",
|
|
3172
|
-
className: "
|
|
2746
|
+
className: "SearchIndexerDataIdentity",
|
|
2747
|
+
uberParent: "SearchIndexerDataIdentity",
|
|
2748
|
+
polymorphicDiscriminator: {
|
|
2749
|
+
serializedName: "@odata\\.type",
|
|
2750
|
+
clientName: "odatatype",
|
|
2751
|
+
},
|
|
3173
2752
|
modelProperties: {
|
|
3174
|
-
|
|
3175
|
-
serializedName: "
|
|
2753
|
+
odatatype: {
|
|
2754
|
+
serializedName: "@odata\\.type",
|
|
3176
2755
|
required: true,
|
|
3177
|
-
nullable: true,
|
|
3178
2756
|
type: {
|
|
3179
2757
|
name: "String",
|
|
3180
2758
|
},
|
|
3181
2759
|
},
|
|
3182
|
-
|
|
3183
|
-
|
|
3184
|
-
|
|
2760
|
+
},
|
|
2761
|
+
},
|
|
2762
|
+
};
|
|
2763
|
+
export const WebApiParameters = {
|
|
2764
|
+
type: {
|
|
2765
|
+
name: "Composite",
|
|
2766
|
+
className: "WebApiParameters",
|
|
2767
|
+
modelProperties: {
|
|
2768
|
+
uri: {
|
|
2769
|
+
serializedName: "uri",
|
|
3185
2770
|
type: {
|
|
3186
2771
|
name: "String",
|
|
3187
2772
|
},
|
|
3188
2773
|
},
|
|
3189
|
-
|
|
3190
|
-
serializedName: "
|
|
3191
|
-
|
|
2774
|
+
httpHeaders: {
|
|
2775
|
+
serializedName: "httpHeaders",
|
|
2776
|
+
type: {
|
|
2777
|
+
name: "Dictionary",
|
|
2778
|
+
value: { type: { name: "String" } },
|
|
2779
|
+
},
|
|
2780
|
+
},
|
|
2781
|
+
httpMethod: {
|
|
2782
|
+
serializedName: "httpMethod",
|
|
3192
2783
|
type: {
|
|
3193
2784
|
name: "String",
|
|
3194
2785
|
},
|
|
3195
2786
|
},
|
|
3196
2787
|
timeout: {
|
|
3197
2788
|
serializedName: "timeout",
|
|
3198
|
-
nullable: true,
|
|
3199
2789
|
type: {
|
|
3200
2790
|
name: "TimeSpan",
|
|
3201
2791
|
},
|
|
3202
2792
|
},
|
|
3203
|
-
|
|
3204
|
-
serializedName: "
|
|
2793
|
+
authResourceId: {
|
|
2794
|
+
serializedName: "authResourceId",
|
|
3205
2795
|
nullable: true,
|
|
3206
2796
|
type: {
|
|
3207
2797
|
name: "String",
|
|
3208
2798
|
},
|
|
3209
2799
|
},
|
|
3210
|
-
|
|
3211
|
-
serializedName: "
|
|
2800
|
+
authIdentity: {
|
|
2801
|
+
serializedName: "authIdentity",
|
|
3212
2802
|
type: {
|
|
3213
|
-
name: "
|
|
2803
|
+
name: "Composite",
|
|
2804
|
+
className: "SearchIndexerDataIdentity",
|
|
3214
2805
|
},
|
|
3215
2806
|
},
|
|
3216
2807
|
},
|
|
@@ -3296,6 +2887,22 @@ export const TagScoringParameters = {
|
|
|
3296
2887
|
},
|
|
3297
2888
|
},
|
|
3298
2889
|
};
|
|
2890
|
+
export const SearchIndexerKnowledgeStoreParameters = {
|
|
2891
|
+
type: {
|
|
2892
|
+
name: "Composite",
|
|
2893
|
+
className: "SearchIndexerKnowledgeStoreParameters",
|
|
2894
|
+
additionalProperties: { type: { name: "Object" } },
|
|
2895
|
+
modelProperties: {
|
|
2896
|
+
synthesizeGeneratedKeyName: {
|
|
2897
|
+
defaultValue: false,
|
|
2898
|
+
serializedName: "synthesizeGeneratedKeyName",
|
|
2899
|
+
type: {
|
|
2900
|
+
name: "Boolean",
|
|
2901
|
+
},
|
|
2902
|
+
},
|
|
2903
|
+
},
|
|
2904
|
+
},
|
|
2905
|
+
};
|
|
3299
2906
|
export const CustomEntity = {
|
|
3300
2907
|
type: {
|
|
3301
2908
|
name: "Composite",
|
|
@@ -3430,32 +3037,6 @@ export const CustomEntityAlias = {
|
|
|
3430
3037
|
},
|
|
3431
3038
|
},
|
|
3432
3039
|
};
|
|
3433
|
-
export const SearchIndexerDataNoneIdentity = {
|
|
3434
|
-
serializedName: "#Microsoft.Azure.Search.DataNoneIdentity",
|
|
3435
|
-
type: {
|
|
3436
|
-
name: "Composite",
|
|
3437
|
-
className: "SearchIndexerDataNoneIdentity",
|
|
3438
|
-
uberParent: "SearchIndexerDataIdentity",
|
|
3439
|
-
polymorphicDiscriminator: SearchIndexerDataIdentity.type.polymorphicDiscriminator,
|
|
3440
|
-
modelProperties: Object.assign({}, SearchIndexerDataIdentity.type.modelProperties),
|
|
3441
|
-
},
|
|
3442
|
-
};
|
|
3443
|
-
export const SearchIndexerDataUserAssignedIdentity = {
|
|
3444
|
-
serializedName: "#Microsoft.Azure.Search.DataUserAssignedIdentity",
|
|
3445
|
-
type: {
|
|
3446
|
-
name: "Composite",
|
|
3447
|
-
className: "SearchIndexerDataUserAssignedIdentity",
|
|
3448
|
-
uberParent: "SearchIndexerDataIdentity",
|
|
3449
|
-
polymorphicDiscriminator: SearchIndexerDataIdentity.type.polymorphicDiscriminator,
|
|
3450
|
-
modelProperties: Object.assign(Object.assign({}, SearchIndexerDataIdentity.type.modelProperties), { userAssignedIdentity: {
|
|
3451
|
-
serializedName: "userAssignedIdentity",
|
|
3452
|
-
required: true,
|
|
3453
|
-
type: {
|
|
3454
|
-
name: "String",
|
|
3455
|
-
},
|
|
3456
|
-
} }),
|
|
3457
|
-
},
|
|
3458
|
-
};
|
|
3459
3040
|
export const HighWaterMarkChangeDetectionPolicy = {
|
|
3460
3041
|
serializedName: "#Microsoft.Azure.Search.HighWaterMarkChangeDetectionPolicy",
|
|
3461
3042
|
type: {
|
|
@@ -3502,16 +3083,6 @@ export const SoftDeleteColumnDeletionDetectionPolicy = {
|
|
|
3502
3083
|
} }),
|
|
3503
3084
|
},
|
|
3504
3085
|
};
|
|
3505
|
-
export const NativeBlobSoftDeleteDeletionDetectionPolicy = {
|
|
3506
|
-
serializedName: "#Microsoft.Azure.Search.NativeBlobSoftDeleteDeletionDetectionPolicy",
|
|
3507
|
-
type: {
|
|
3508
|
-
name: "Composite",
|
|
3509
|
-
className: "NativeBlobSoftDeleteDeletionDetectionPolicy",
|
|
3510
|
-
uberParent: "DataDeletionDetectionPolicy",
|
|
3511
|
-
polymorphicDiscriminator: DataDeletionDetectionPolicy.type.polymorphicDiscriminator,
|
|
3512
|
-
modelProperties: Object.assign({}, DataDeletionDetectionPolicy.type.modelProperties),
|
|
3513
|
-
},
|
|
3514
|
-
};
|
|
3515
3086
|
export const ConditionalSkill = {
|
|
3516
3087
|
serializedName: "#Microsoft.Skills.Util.ConditionalSkill",
|
|
3517
3088
|
type: {
|
|
@@ -4033,29 +3604,7 @@ export const WebApiSkill = {
|
|
|
4033
3604
|
className: "WebApiSkill",
|
|
4034
3605
|
uberParent: "SearchIndexerSkill",
|
|
4035
3606
|
polymorphicDiscriminator: SearchIndexerSkill.type.polymorphicDiscriminator,
|
|
4036
|
-
modelProperties: Object.assign(Object.assign({}, SearchIndexerSkill.type.modelProperties), {
|
|
4037
|
-
serializedName: "uri",
|
|
4038
|
-
required: true,
|
|
4039
|
-
type: {
|
|
4040
|
-
name: "String",
|
|
4041
|
-
},
|
|
4042
|
-
}, httpHeaders: {
|
|
4043
|
-
serializedName: "httpHeaders",
|
|
4044
|
-
type: {
|
|
4045
|
-
name: "Dictionary",
|
|
4046
|
-
value: { type: { name: "String" } },
|
|
4047
|
-
},
|
|
4048
|
-
}, httpMethod: {
|
|
4049
|
-
serializedName: "httpMethod",
|
|
4050
|
-
type: {
|
|
4051
|
-
name: "String",
|
|
4052
|
-
},
|
|
4053
|
-
}, timeout: {
|
|
4054
|
-
serializedName: "timeout",
|
|
4055
|
-
type: {
|
|
4056
|
-
name: "TimeSpan",
|
|
4057
|
-
},
|
|
4058
|
-
}, batchSize: {
|
|
3607
|
+
modelProperties: Object.assign(Object.assign(Object.assign({}, SearchIndexerSkill.type.modelProperties), WebApiParameters.type.modelProperties), { batchSize: {
|
|
4059
3608
|
serializedName: "batchSize",
|
|
4060
3609
|
nullable: true,
|
|
4061
3610
|
type: {
|
|
@@ -4067,64 +3616,6 @@ export const WebApiSkill = {
|
|
|
4067
3616
|
type: {
|
|
4068
3617
|
name: "Number",
|
|
4069
3618
|
},
|
|
4070
|
-
}, authResourceId: {
|
|
4071
|
-
serializedName: "authResourceId",
|
|
4072
|
-
nullable: true,
|
|
4073
|
-
type: {
|
|
4074
|
-
name: "String",
|
|
4075
|
-
},
|
|
4076
|
-
}, authIdentity: {
|
|
4077
|
-
serializedName: "authIdentity",
|
|
4078
|
-
type: {
|
|
4079
|
-
name: "Composite",
|
|
4080
|
-
className: "SearchIndexerDataIdentity",
|
|
4081
|
-
},
|
|
4082
|
-
} }),
|
|
4083
|
-
},
|
|
4084
|
-
};
|
|
4085
|
-
export const AzureMachineLearningSkill = {
|
|
4086
|
-
serializedName: "#Microsoft.Skills.Custom.AmlSkill",
|
|
4087
|
-
type: {
|
|
4088
|
-
name: "Composite",
|
|
4089
|
-
className: "AzureMachineLearningSkill",
|
|
4090
|
-
uberParent: "SearchIndexerSkill",
|
|
4091
|
-
polymorphicDiscriminator: SearchIndexerSkill.type.polymorphicDiscriminator,
|
|
4092
|
-
modelProperties: Object.assign(Object.assign({}, SearchIndexerSkill.type.modelProperties), { scoringUri: {
|
|
4093
|
-
serializedName: "uri",
|
|
4094
|
-
nullable: true,
|
|
4095
|
-
type: {
|
|
4096
|
-
name: "String",
|
|
4097
|
-
},
|
|
4098
|
-
}, authenticationKey: {
|
|
4099
|
-
serializedName: "key",
|
|
4100
|
-
nullable: true,
|
|
4101
|
-
type: {
|
|
4102
|
-
name: "String",
|
|
4103
|
-
},
|
|
4104
|
-
}, resourceId: {
|
|
4105
|
-
serializedName: "resourceId",
|
|
4106
|
-
nullable: true,
|
|
4107
|
-
type: {
|
|
4108
|
-
name: "String",
|
|
4109
|
-
},
|
|
4110
|
-
}, timeout: {
|
|
4111
|
-
serializedName: "timeout",
|
|
4112
|
-
nullable: true,
|
|
4113
|
-
type: {
|
|
4114
|
-
name: "TimeSpan",
|
|
4115
|
-
},
|
|
4116
|
-
}, region: {
|
|
4117
|
-
serializedName: "region",
|
|
4118
|
-
nullable: true,
|
|
4119
|
-
type: {
|
|
4120
|
-
name: "String",
|
|
4121
|
-
},
|
|
4122
|
-
}, degreeOfParallelism: {
|
|
4123
|
-
serializedName: "degreeOfParallelism",
|
|
4124
|
-
nullable: true,
|
|
4125
|
-
type: {
|
|
4126
|
-
name: "Number",
|
|
4127
|
-
},
|
|
4128
3619
|
} }),
|
|
4129
3620
|
},
|
|
4130
3621
|
};
|
|
@@ -4144,23 +3635,6 @@ export const AzureOpenAIEmbeddingSkill = {
|
|
|
4144
3635
|
} }),
|
|
4145
3636
|
},
|
|
4146
3637
|
};
|
|
4147
|
-
export const VisionVectorizeSkill = {
|
|
4148
|
-
serializedName: "#Microsoft.Skills.Vision.VectorizeSkill",
|
|
4149
|
-
type: {
|
|
4150
|
-
name: "Composite",
|
|
4151
|
-
className: "VisionVectorizeSkill",
|
|
4152
|
-
uberParent: "SearchIndexerSkill",
|
|
4153
|
-
polymorphicDiscriminator: SearchIndexerSkill.type.polymorphicDiscriminator,
|
|
4154
|
-
modelProperties: Object.assign(Object.assign({}, SearchIndexerSkill.type.modelProperties), { modelVersion: {
|
|
4155
|
-
serializedName: "modelVersion",
|
|
4156
|
-
required: true,
|
|
4157
|
-
nullable: true,
|
|
4158
|
-
type: {
|
|
4159
|
-
name: "String",
|
|
4160
|
-
},
|
|
4161
|
-
} }),
|
|
4162
|
-
},
|
|
4163
|
-
};
|
|
4164
3638
|
export const DefaultCognitiveServicesAccount = {
|
|
4165
3639
|
serializedName: "#Microsoft.Azure.Search.DefaultCognitiveServices",
|
|
4166
3640
|
type: {
|
|
@@ -5707,36 +5181,6 @@ export const PatternReplaceCharFilter = {
|
|
|
5707
5181
|
} }),
|
|
5708
5182
|
},
|
|
5709
5183
|
};
|
|
5710
|
-
export const CustomNormalizer = {
|
|
5711
|
-
serializedName: "#Microsoft.Azure.Search.CustomNormalizer",
|
|
5712
|
-
type: {
|
|
5713
|
-
name: "Composite",
|
|
5714
|
-
className: "CustomNormalizer",
|
|
5715
|
-
uberParent: "LexicalNormalizer",
|
|
5716
|
-
polymorphicDiscriminator: LexicalNormalizer.type.polymorphicDiscriminator,
|
|
5717
|
-
modelProperties: Object.assign(Object.assign({}, LexicalNormalizer.type.modelProperties), { tokenFilters: {
|
|
5718
|
-
serializedName: "tokenFilters",
|
|
5719
|
-
type: {
|
|
5720
|
-
name: "Sequence",
|
|
5721
|
-
element: {
|
|
5722
|
-
type: {
|
|
5723
|
-
name: "String",
|
|
5724
|
-
},
|
|
5725
|
-
},
|
|
5726
|
-
},
|
|
5727
|
-
}, charFilters: {
|
|
5728
|
-
serializedName: "charFilters",
|
|
5729
|
-
type: {
|
|
5730
|
-
name: "Sequence",
|
|
5731
|
-
element: {
|
|
5732
|
-
type: {
|
|
5733
|
-
name: "String",
|
|
5734
|
-
},
|
|
5735
|
-
},
|
|
5736
|
-
},
|
|
5737
|
-
} }),
|
|
5738
|
-
},
|
|
5739
|
-
};
|
|
5740
5184
|
export const ClassicSimilarity = {
|
|
5741
5185
|
serializedName: "#Microsoft.Azure.Search.ClassicSimilarity",
|
|
5742
5186
|
type: {
|
|
@@ -5808,7 +5252,7 @@ export const AzureOpenAIVectorizer = {
|
|
|
5808
5252
|
className: "AzureOpenAIVectorizer",
|
|
5809
5253
|
uberParent: "VectorSearchVectorizer",
|
|
5810
5254
|
polymorphicDiscriminator: VectorSearchVectorizer.type.polymorphicDiscriminator,
|
|
5811
|
-
modelProperties: Object.assign(Object.assign({}, VectorSearchVectorizer.type.modelProperties), {
|
|
5255
|
+
modelProperties: Object.assign(Object.assign({}, VectorSearchVectorizer.type.modelProperties), { parameters: {
|
|
5812
5256
|
serializedName: "azureOpenAIParameters",
|
|
5813
5257
|
type: {
|
|
5814
5258
|
name: "Composite",
|
|
@@ -5817,66 +5261,70 @@ export const AzureOpenAIVectorizer = {
|
|
|
5817
5261
|
} }),
|
|
5818
5262
|
},
|
|
5819
5263
|
};
|
|
5820
|
-
export const
|
|
5264
|
+
export const WebApiVectorizer = {
|
|
5821
5265
|
serializedName: "customWebApi",
|
|
5822
5266
|
type: {
|
|
5823
5267
|
name: "Composite",
|
|
5824
|
-
className: "
|
|
5268
|
+
className: "WebApiVectorizer",
|
|
5825
5269
|
uberParent: "VectorSearchVectorizer",
|
|
5826
5270
|
polymorphicDiscriminator: VectorSearchVectorizer.type.polymorphicDiscriminator,
|
|
5827
|
-
modelProperties: Object.assign(Object.assign({}, VectorSearchVectorizer.type.modelProperties), {
|
|
5271
|
+
modelProperties: Object.assign(Object.assign({}, VectorSearchVectorizer.type.modelProperties), { parameters: {
|
|
5828
5272
|
serializedName: "customWebApiParameters",
|
|
5829
5273
|
type: {
|
|
5830
5274
|
name: "Composite",
|
|
5831
|
-
className: "
|
|
5275
|
+
className: "WebApiParameters",
|
|
5832
5276
|
},
|
|
5833
5277
|
} }),
|
|
5834
5278
|
},
|
|
5835
5279
|
};
|
|
5836
|
-
export const
|
|
5837
|
-
serializedName: "
|
|
5280
|
+
export const ScalarQuantizationCompression = {
|
|
5281
|
+
serializedName: "scalarQuantization",
|
|
5838
5282
|
type: {
|
|
5839
5283
|
name: "Composite",
|
|
5840
|
-
className: "
|
|
5841
|
-
uberParent: "
|
|
5842
|
-
polymorphicDiscriminator:
|
|
5843
|
-
modelProperties: Object.assign(Object.assign({},
|
|
5844
|
-
serializedName: "
|
|
5284
|
+
className: "ScalarQuantizationCompression",
|
|
5285
|
+
uberParent: "VectorSearchCompression",
|
|
5286
|
+
polymorphicDiscriminator: VectorSearchCompression.type.polymorphicDiscriminator,
|
|
5287
|
+
modelProperties: Object.assign(Object.assign({}, VectorSearchCompression.type.modelProperties), { parameters: {
|
|
5288
|
+
serializedName: "scalarQuantizationParameters",
|
|
5845
5289
|
type: {
|
|
5846
5290
|
name: "Composite",
|
|
5847
|
-
className: "
|
|
5291
|
+
className: "ScalarQuantizationParameters",
|
|
5848
5292
|
},
|
|
5849
5293
|
} }),
|
|
5850
5294
|
},
|
|
5851
5295
|
};
|
|
5852
|
-
export const
|
|
5853
|
-
serializedName: "
|
|
5296
|
+
export const BinaryQuantizationCompression = {
|
|
5297
|
+
serializedName: "binaryQuantization",
|
|
5854
5298
|
type: {
|
|
5855
5299
|
name: "Composite",
|
|
5856
|
-
className: "
|
|
5857
|
-
uberParent: "
|
|
5858
|
-
polymorphicDiscriminator:
|
|
5859
|
-
modelProperties: Object.assign(
|
|
5860
|
-
serializedName: "amlParameters",
|
|
5861
|
-
type: {
|
|
5862
|
-
name: "Composite",
|
|
5863
|
-
className: "AMLParameters",
|
|
5864
|
-
},
|
|
5865
|
-
} }),
|
|
5300
|
+
className: "BinaryQuantizationCompression",
|
|
5301
|
+
uberParent: "VectorSearchCompression",
|
|
5302
|
+
polymorphicDiscriminator: VectorSearchCompression.type.polymorphicDiscriminator,
|
|
5303
|
+
modelProperties: Object.assign({}, VectorSearchCompression.type.modelProperties),
|
|
5866
5304
|
},
|
|
5867
5305
|
};
|
|
5868
|
-
export const
|
|
5869
|
-
serializedName: "
|
|
5306
|
+
export const SearchIndexerDataNoneIdentity = {
|
|
5307
|
+
serializedName: "#Microsoft.Azure.Search.DataNoneIdentity",
|
|
5870
5308
|
type: {
|
|
5871
5309
|
name: "Composite",
|
|
5872
|
-
className: "
|
|
5873
|
-
uberParent: "
|
|
5874
|
-
polymorphicDiscriminator:
|
|
5875
|
-
modelProperties: Object.assign(
|
|
5876
|
-
|
|
5310
|
+
className: "SearchIndexerDataNoneIdentity",
|
|
5311
|
+
uberParent: "SearchIndexerDataIdentity",
|
|
5312
|
+
polymorphicDiscriminator: SearchIndexerDataIdentity.type.polymorphicDiscriminator,
|
|
5313
|
+
modelProperties: Object.assign({}, SearchIndexerDataIdentity.type.modelProperties),
|
|
5314
|
+
},
|
|
5315
|
+
};
|
|
5316
|
+
export const SearchIndexerDataUserAssignedIdentity = {
|
|
5317
|
+
serializedName: "#Microsoft.Azure.Search.DataUserAssignedIdentity",
|
|
5318
|
+
type: {
|
|
5319
|
+
name: "Composite",
|
|
5320
|
+
className: "SearchIndexerDataUserAssignedIdentity",
|
|
5321
|
+
uberParent: "SearchIndexerDataIdentity",
|
|
5322
|
+
polymorphicDiscriminator: SearchIndexerDataIdentity.type.polymorphicDiscriminator,
|
|
5323
|
+
modelProperties: Object.assign(Object.assign({}, SearchIndexerDataIdentity.type.modelProperties), { resourceId: {
|
|
5324
|
+
serializedName: "userAssignedIdentity",
|
|
5325
|
+
required: true,
|
|
5877
5326
|
type: {
|
|
5878
|
-
name: "
|
|
5879
|
-
className: "ScalarQuantizationParameters",
|
|
5327
|
+
name: "String",
|
|
5880
5328
|
},
|
|
5881
5329
|
} }),
|
|
5882
5330
|
},
|
|
@@ -5898,7 +5346,6 @@ export const SearchIndexerKnowledgeStoreFileProjectionSelector = {
|
|
|
5898
5346
|
},
|
|
5899
5347
|
};
|
|
5900
5348
|
export let discriminators = {
|
|
5901
|
-
SearchIndexerDataIdentity: SearchIndexerDataIdentity,
|
|
5902
5349
|
DataChangeDetectionPolicy: DataChangeDetectionPolicy,
|
|
5903
5350
|
DataDeletionDetectionPolicy: DataDeletionDetectionPolicy,
|
|
5904
5351
|
SearchIndexerSkill: SearchIndexerSkill,
|
|
@@ -5908,17 +5355,14 @@ export let discriminators = {
|
|
|
5908
5355
|
LexicalTokenizer: LexicalTokenizer,
|
|
5909
5356
|
TokenFilter: TokenFilter,
|
|
5910
5357
|
CharFilter: CharFilter,
|
|
5911
|
-
LexicalNormalizer: LexicalNormalizer,
|
|
5912
5358
|
Similarity: Similarity,
|
|
5913
5359
|
VectorSearchAlgorithmConfiguration: VectorSearchAlgorithmConfiguration,
|
|
5914
5360
|
VectorSearchVectorizer: VectorSearchVectorizer,
|
|
5915
|
-
|
|
5916
|
-
|
|
5917
|
-
"SearchIndexerDataIdentity.#Microsoft.Azure.Search.DataUserAssignedIdentity": SearchIndexerDataUserAssignedIdentity,
|
|
5361
|
+
VectorSearchCompression: VectorSearchCompression,
|
|
5362
|
+
SearchIndexerDataIdentity: SearchIndexerDataIdentity,
|
|
5918
5363
|
"DataChangeDetectionPolicy.#Microsoft.Azure.Search.HighWaterMarkChangeDetectionPolicy": HighWaterMarkChangeDetectionPolicy,
|
|
5919
5364
|
"DataChangeDetectionPolicy.#Microsoft.Azure.Search.SqlIntegratedChangeTrackingPolicy": SqlIntegratedChangeTrackingPolicy,
|
|
5920
5365
|
"DataDeletionDetectionPolicy.#Microsoft.Azure.Search.SoftDeleteColumnDeletionDetectionPolicy": SoftDeleteColumnDeletionDetectionPolicy,
|
|
5921
|
-
"DataDeletionDetectionPolicy.#Microsoft.Azure.Search.NativeBlobSoftDeleteDeletionDetectionPolicy": NativeBlobSoftDeleteDeletionDetectionPolicy,
|
|
5922
5366
|
"SearchIndexerSkill.#Microsoft.Skills.Util.ConditionalSkill": ConditionalSkill,
|
|
5923
5367
|
"SearchIndexerSkill.#Microsoft.Skills.Text.KeyPhraseExtractionSkill": KeyPhraseExtractionSkill,
|
|
5924
5368
|
"SearchIndexerSkill.#Microsoft.Skills.Vision.OcrSkill": OcrSkill,
|
|
@@ -5937,9 +5381,7 @@ export let discriminators = {
|
|
|
5937
5381
|
"SearchIndexerSkill.#Microsoft.Skills.Text.TranslationSkill": TextTranslationSkill,
|
|
5938
5382
|
"SearchIndexerSkill.#Microsoft.Skills.Util.DocumentExtractionSkill": DocumentExtractionSkill,
|
|
5939
5383
|
"SearchIndexerSkill.#Microsoft.Skills.Custom.WebApiSkill": WebApiSkill,
|
|
5940
|
-
"SearchIndexerSkill.#Microsoft.Skills.Custom.AmlSkill": AzureMachineLearningSkill,
|
|
5941
5384
|
"SearchIndexerSkill.#Microsoft.Skills.Text.AzureOpenAIEmbeddingSkill": AzureOpenAIEmbeddingSkill,
|
|
5942
|
-
"SearchIndexerSkill.#Microsoft.Skills.Vision.VectorizeSkill": VisionVectorizeSkill,
|
|
5943
5385
|
"CognitiveServicesAccount.#Microsoft.Azure.Search.DefaultCognitiveServices": DefaultCognitiveServicesAccount,
|
|
5944
5386
|
"CognitiveServicesAccount.#Microsoft.Azure.Search.CognitiveServicesByKey": CognitiveServicesAccountKey,
|
|
5945
5387
|
"ScoringFunction.distance": DistanceScoringFunction,
|
|
@@ -5989,15 +5431,15 @@ export let discriminators = {
|
|
|
5989
5431
|
"TokenFilter.#Microsoft.Azure.Search.WordDelimiterTokenFilter": WordDelimiterTokenFilter,
|
|
5990
5432
|
"CharFilter.#Microsoft.Azure.Search.MappingCharFilter": MappingCharFilter,
|
|
5991
5433
|
"CharFilter.#Microsoft.Azure.Search.PatternReplaceCharFilter": PatternReplaceCharFilter,
|
|
5992
|
-
"LexicalNormalizer.#Microsoft.Azure.Search.CustomNormalizer": CustomNormalizer,
|
|
5993
5434
|
"Similarity.#Microsoft.Azure.Search.ClassicSimilarity": ClassicSimilarity,
|
|
5994
5435
|
"Similarity.#Microsoft.Azure.Search.BM25Similarity": BM25Similarity,
|
|
5995
5436
|
"VectorSearchAlgorithmConfiguration.hnsw": HnswAlgorithmConfiguration,
|
|
5996
5437
|
"VectorSearchAlgorithmConfiguration.exhaustiveKnn": ExhaustiveKnnAlgorithmConfiguration,
|
|
5997
5438
|
"VectorSearchVectorizer.azureOpenAI": AzureOpenAIVectorizer,
|
|
5998
|
-
"VectorSearchVectorizer.customWebApi":
|
|
5999
|
-
"
|
|
6000
|
-
"
|
|
6001
|
-
"
|
|
5439
|
+
"VectorSearchVectorizer.customWebApi": WebApiVectorizer,
|
|
5440
|
+
"VectorSearchCompression.scalarQuantization": ScalarQuantizationCompression,
|
|
5441
|
+
"VectorSearchCompression.binaryQuantization": BinaryQuantizationCompression,
|
|
5442
|
+
"SearchIndexerDataIdentity.#Microsoft.Azure.Search.DataNoneIdentity": SearchIndexerDataNoneIdentity,
|
|
5443
|
+
"SearchIndexerDataIdentity.#Microsoft.Azure.Search.DataUserAssignedIdentity": SearchIndexerDataUserAssignedIdentity,
|
|
6002
5444
|
};
|
|
6003
5445
|
//# sourceMappingURL=mappers.js.map
|