@maxim_mazurok/gapi.client.bigquery-v2 0.0.20230408 → 0.0.20230422
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/index.d.ts +2999 -1532
- package/package.json +1 -1
- package/tests.ts +28 -1
package/package.json
CHANGED
package/tests.ts
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
// This file was generated by https://github.com/Maxim-Mazurok/google-api-typings-generator. Please do not edit it manually.
|
|
4
4
|
// In case of any problems please post issue to https://github.com/Maxim-Mazurok/google-api-typings-generator
|
|
5
5
|
|
|
6
|
-
// Revision:
|
|
6
|
+
// Revision: 20230422
|
|
7
7
|
|
|
8
8
|
gapi.load('client', async () => {
|
|
9
9
|
/** now we can use gapi.client */
|
|
@@ -403,6 +403,9 @@ gapi.load('client', async () => {
|
|
|
403
403
|
encoding: "Test string",
|
|
404
404
|
fieldDelimiter: "Test string",
|
|
405
405
|
hivePartitioningOptions: {
|
|
406
|
+
fields: [
|
|
407
|
+
"Test string"
|
|
408
|
+
],
|
|
406
409
|
mode: "Test string",
|
|
407
410
|
requirePartitionFilter: true,
|
|
408
411
|
sourceUriPrefix: "Test string",
|
|
@@ -590,6 +593,9 @@ gapi.load('client', async () => {
|
|
|
590
593
|
skipLeadingRows: "Test string",
|
|
591
594
|
},
|
|
592
595
|
hivePartitioningOptions: {
|
|
596
|
+
fields: [
|
|
597
|
+
"Test string"
|
|
598
|
+
],
|
|
593
599
|
mode: "Test string",
|
|
594
600
|
requirePartitionFilter: true,
|
|
595
601
|
sourceUriPrefix: "Test string",
|
|
@@ -1480,6 +1486,7 @@ gapi.load('client', async () => {
|
|
|
1480
1486
|
inputLabelColumns: [
|
|
1481
1487
|
"Test string"
|
|
1482
1488
|
],
|
|
1489
|
+
instanceWeightColumn: "Test string",
|
|
1483
1490
|
integratedGradientsNumSteps: "Test string",
|
|
1484
1491
|
itemColumn: "Test string",
|
|
1485
1492
|
kmeansInitializationColumn: "Test string",
|
|
@@ -1514,6 +1521,7 @@ gapi.load('client', async () => {
|
|
|
1514
1521
|
preserveInputStructs: true,
|
|
1515
1522
|
sampledShapleyNumPaths: "Test string",
|
|
1516
1523
|
subsample: 42,
|
|
1524
|
+
tfVersion: "Test string",
|
|
1517
1525
|
timeSeriesDataColumn: "Test string",
|
|
1518
1526
|
timeSeriesIdColumn: "Test string",
|
|
1519
1527
|
timeSeriesIdColumns: [
|
|
@@ -1526,6 +1534,7 @@ gapi.load('client', async () => {
|
|
|
1526
1534
|
userColumn: "Test string",
|
|
1527
1535
|
walsAlpha: 42,
|
|
1528
1536
|
warmStart: true,
|
|
1537
|
+
xgboostVersion: "Test string",
|
|
1529
1538
|
},
|
|
1530
1539
|
hparamTuningEvaluationMetrics: {
|
|
1531
1540
|
arimaForecastingMetrics: {
|
|
@@ -1704,6 +1713,12 @@ gapi.load('client', async () => {
|
|
|
1704
1713
|
optimalTrialIds: [
|
|
1705
1714
|
"Test string"
|
|
1706
1715
|
],
|
|
1716
|
+
remoteModelInfo: {
|
|
1717
|
+
connection: "Test string",
|
|
1718
|
+
endpoint: "Test string",
|
|
1719
|
+
maxBatchingRows: "Test string",
|
|
1720
|
+
remoteServiceType: "Test string",
|
|
1721
|
+
},
|
|
1707
1722
|
trainingRuns: [
|
|
1708
1723
|
{
|
|
1709
1724
|
classLevelGlobalExplanations: [
|
|
@@ -1935,6 +1950,7 @@ gapi.load('client', async () => {
|
|
|
1935
1950
|
inputLabelColumns: [
|
|
1936
1951
|
"Test string"
|
|
1937
1952
|
],
|
|
1953
|
+
instanceWeightColumn: "Test string",
|
|
1938
1954
|
integratedGradientsNumSteps: "Test string",
|
|
1939
1955
|
itemColumn: "Test string",
|
|
1940
1956
|
kmeansInitializationColumn: "Test string",
|
|
@@ -1969,6 +1985,7 @@ gapi.load('client', async () => {
|
|
|
1969
1985
|
preserveInputStructs: true,
|
|
1970
1986
|
sampledShapleyNumPaths: "Test string",
|
|
1971
1987
|
subsample: 42,
|
|
1988
|
+
tfVersion: "Test string",
|
|
1972
1989
|
timeSeriesDataColumn: "Test string",
|
|
1973
1990
|
timeSeriesIdColumn: "Test string",
|
|
1974
1991
|
timeSeriesIdColumns: [
|
|
@@ -1981,6 +1998,7 @@ gapi.load('client', async () => {
|
|
|
1981
1998
|
userColumn: "Test string",
|
|
1982
1999
|
walsAlpha: 42,
|
|
1983
2000
|
warmStart: true,
|
|
2001
|
+
xgboostVersion: "Test string",
|
|
1984
2002
|
},
|
|
1985
2003
|
trainingStartTime: "Test string",
|
|
1986
2004
|
vertexAiModelId: "Test string",
|
|
@@ -2405,6 +2423,9 @@ gapi.load('client', async () => {
|
|
|
2405
2423
|
skipLeadingRows: "Test string",
|
|
2406
2424
|
},
|
|
2407
2425
|
hivePartitioningOptions: {
|
|
2426
|
+
fields: [
|
|
2427
|
+
"Test string"
|
|
2428
|
+
],
|
|
2408
2429
|
mode: "Test string",
|
|
2409
2430
|
requirePartitionFilter: true,
|
|
2410
2431
|
sourceUriPrefix: "Test string",
|
|
@@ -2674,6 +2695,9 @@ gapi.load('client', async () => {
|
|
|
2674
2695
|
skipLeadingRows: "Test string",
|
|
2675
2696
|
},
|
|
2676
2697
|
hivePartitioningOptions: {
|
|
2698
|
+
fields: [
|
|
2699
|
+
"Test string"
|
|
2700
|
+
],
|
|
2677
2701
|
mode: "Test string",
|
|
2678
2702
|
requirePartitionFilter: true,
|
|
2679
2703
|
sourceUriPrefix: "Test string",
|
|
@@ -2984,6 +3008,9 @@ gapi.load('client', async () => {
|
|
|
2984
3008
|
skipLeadingRows: "Test string",
|
|
2985
3009
|
},
|
|
2986
3010
|
hivePartitioningOptions: {
|
|
3011
|
+
fields: [
|
|
3012
|
+
"Test string"
|
|
3013
|
+
],
|
|
2987
3014
|
mode: "Test string",
|
|
2988
3015
|
requirePartitionFilter: true,
|
|
2989
3016
|
sourceUriPrefix: "Test string",
|