@maxim_mazurok/gapi.client.aiplatform-v1beta1 0.0.20231005 → 0.0.20231012
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 +9 -29
- package/package.json +1 -1
- package/tests.ts +18 -6
package/index.d.ts
CHANGED
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
// This file was generated by https://github.com/Maxim-Mazurok/google-api-typings-generator. Please do not edit it manually.
|
|
10
10
|
// In case of any problems please post issue to https://github.com/Maxim-Mazurok/google-api-typings-generator
|
|
11
11
|
// Generated from: https://aiplatform.googleapis.com/$discovery/rest?version=v1beta1
|
|
12
|
-
// Revision:
|
|
12
|
+
// Revision: 20231012
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -2325,9 +2325,6 @@ declare namespace gapi.client {
|
|
|
2325
2325
|
*/
|
|
2326
2326
|
annotationsFilter?:
|
|
2327
2327
|
string;
|
|
2328
|
-
/** Split based on the provided filters for each set. */
|
|
2329
|
-
filterSplit?:
|
|
2330
|
-
GoogleCloudAiplatformV1beta1ExportFilterSplit;
|
|
2331
2328
|
/** Split based on fractions defining the size of each set. */
|
|
2332
2329
|
fractionSplit?:
|
|
2333
2330
|
GoogleCloudAiplatformV1beta1ExportFractionSplit;
|
|
@@ -2419,29 +2416,6 @@ declare namespace gapi.client {
|
|
|
2419
2416
|
// tslint:disable-next-line:no-empty-interface
|
|
2420
2417
|
interface GoogleCloudAiplatformV1beta1ExportFeatureValuesResponse {
|
|
2421
2418
|
}
|
|
2422
|
-
interface GoogleCloudAiplatformV1beta1ExportFilterSplit {
|
|
2423
|
-
/**
|
|
2424
|
-
* Required. A filter on DataItems of the Dataset. DataItems that match this filter are used to test the Model. A filter with same syntax as the one used in
|
|
2425
|
-
* DatasetService.ListDataItems may be used. If a single DataItem is matched by more than one of the FilterSplit filters, then it is assigned to the first set that applies to it in the
|
|
2426
|
-
* training, validation, test order.
|
|
2427
|
-
*/
|
|
2428
|
-
testFilter?:
|
|
2429
|
-
string;
|
|
2430
|
-
/**
|
|
2431
|
-
* Required. A filter on DataItems of the Dataset. DataItems that match this filter are used to train the Model. A filter with same syntax as the one used in
|
|
2432
|
-
* DatasetService.ListDataItems may be used. If a single DataItem is matched by more than one of the FilterSplit filters, then it is assigned to the first set that applies to it in the
|
|
2433
|
-
* training, validation, test order.
|
|
2434
|
-
*/
|
|
2435
|
-
trainingFilter?:
|
|
2436
|
-
string;
|
|
2437
|
-
/**
|
|
2438
|
-
* Required. A filter on DataItems of the Dataset. DataItems that match this filter are used to validate the Model. A filter with same syntax as the one used in
|
|
2439
|
-
* DatasetService.ListDataItems may be used. If a single DataItem is matched by more than one of the FilterSplit filters, then it is assigned to the first set that applies to it in the
|
|
2440
|
-
* training, validation, test order.
|
|
2441
|
-
*/
|
|
2442
|
-
validationFilter?:
|
|
2443
|
-
string;
|
|
2444
|
-
}
|
|
2445
2419
|
interface GoogleCloudAiplatformV1beta1ExportFractionSplit {
|
|
2446
2420
|
/** The fraction of the input data that is to be used to evaluate the Model. */
|
|
2447
2421
|
testFraction?:
|
|
@@ -2575,7 +2549,10 @@ declare namespace gapi.client {
|
|
|
2575
2549
|
string;
|
|
2576
2550
|
}
|
|
2577
2551
|
interface GoogleCloudAiplatformV1beta1FeatureGroup {
|
|
2578
|
-
/**
|
|
2552
|
+
/**
|
|
2553
|
+
* Indicates that features for this group come from BigQuery Table/View. By default treats the source as a sparse time series source, which is required to have an entity_id and a
|
|
2554
|
+
* feature_timestamp column in the source.
|
|
2555
|
+
*/
|
|
2579
2556
|
bigQuery?:
|
|
2580
2557
|
GoogleCloudAiplatformV1beta1FeatureGroupBigQuery;
|
|
2581
2558
|
/** Output only. Timestamp when this FeatureGroup was created. */
|
|
@@ -2974,7 +2951,7 @@ declare namespace gapi.client {
|
|
|
2974
2951
|
/** Required. Columns to construct entity_id / row keys. Start by supporting 1 only. */
|
|
2975
2952
|
entityIdColumns?:
|
|
2976
2953
|
string[];
|
|
2977
|
-
/** Required. The
|
|
2954
|
+
/** Required. The BigQuery view URI that will be materialized on each sync trigger based on FeatureView.SyncConfig. */
|
|
2978
2955
|
uri?:
|
|
2979
2956
|
string;
|
|
2980
2957
|
}
|
|
@@ -4110,6 +4087,9 @@ declare namespace gapi.client {
|
|
|
4110
4087
|
*/
|
|
4111
4088
|
machineType?:
|
|
4112
4089
|
string;
|
|
4090
|
+
/** Immutable. The topology of the TPUs. Corresponds to the TPU topologies available from GKE. (Example: tpu_topology: "2x2x1"). */
|
|
4091
|
+
tpuTopology?:
|
|
4092
|
+
string;
|
|
4113
4093
|
}
|
|
4114
4094
|
interface GoogleCloudAiplatformV1beta1ManualBatchTuningParameters {
|
|
4115
4095
|
/**
|
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: 20231012
|
|
7
7
|
|
|
8
8
|
gapi.load('client', async () => {
|
|
9
9
|
/** now we can use gapi.client */
|
|
@@ -67,6 +67,7 @@ gapi.load('client', async () => {
|
|
|
67
67
|
acceleratorCount: 42,
|
|
68
68
|
acceleratorType: "Test string",
|
|
69
69
|
machineType: "Test string",
|
|
70
|
+
tpuTopology: "Test string",
|
|
70
71
|
},
|
|
71
72
|
maxReplicaCount: 42,
|
|
72
73
|
startingReplicaCount: 42,
|
|
@@ -508,6 +509,7 @@ gapi.load('client', async () => {
|
|
|
508
509
|
acceleratorCount: 42,
|
|
509
510
|
acceleratorType: "Test string",
|
|
510
511
|
machineType: "Test string",
|
|
512
|
+
tpuTopology: "Test string",
|
|
511
513
|
},
|
|
512
514
|
nfsMounts: [
|
|
513
515
|
{
|
|
@@ -760,11 +762,6 @@ gapi.load('client', async () => {
|
|
|
760
762
|
}, {
|
|
761
763
|
exportConfig: {
|
|
762
764
|
annotationsFilter: "Test string",
|
|
763
|
-
filterSplit: {
|
|
764
|
-
testFilter: "Test string",
|
|
765
|
-
trainingFilter: "Test string",
|
|
766
|
-
validationFilter: "Test string",
|
|
767
|
-
},
|
|
768
765
|
fractionSplit: {
|
|
769
766
|
testFraction: 42,
|
|
770
767
|
trainingFraction: 42,
|
|
@@ -1133,6 +1130,7 @@ gapi.load('client', async () => {
|
|
|
1133
1130
|
acceleratorCount: 42,
|
|
1134
1131
|
acceleratorType: "Test string",
|
|
1135
1132
|
machineType: "Test string",
|
|
1133
|
+
tpuTopology: "Test string",
|
|
1136
1134
|
},
|
|
1137
1135
|
maxReplicaCount: 42,
|
|
1138
1136
|
minReplicaCount: 42,
|
|
@@ -1267,6 +1265,7 @@ gapi.load('client', async () => {
|
|
|
1267
1265
|
acceleratorCount: 42,
|
|
1268
1266
|
acceleratorType: "Test string",
|
|
1269
1267
|
machineType: "Test string",
|
|
1268
|
+
tpuTopology: "Test string",
|
|
1270
1269
|
},
|
|
1271
1270
|
maxReplicaCount: 42,
|
|
1272
1271
|
minReplicaCount: 42,
|
|
@@ -1451,6 +1450,7 @@ gapi.load('client', async () => {
|
|
|
1451
1450
|
acceleratorCount: 42,
|
|
1452
1451
|
acceleratorType: "Test string",
|
|
1453
1452
|
machineType: "Test string",
|
|
1453
|
+
tpuTopology: "Test string",
|
|
1454
1454
|
},
|
|
1455
1455
|
maxReplicaCount: 42,
|
|
1456
1456
|
minReplicaCount: 42,
|
|
@@ -1736,6 +1736,7 @@ gapi.load('client', async () => {
|
|
|
1736
1736
|
acceleratorCount: 42,
|
|
1737
1737
|
acceleratorType: "Test string",
|
|
1738
1738
|
machineType: "Test string",
|
|
1739
|
+
tpuTopology: "Test string",
|
|
1739
1740
|
},
|
|
1740
1741
|
maxReplicaCount: 42,
|
|
1741
1742
|
minReplicaCount: 42,
|
|
@@ -1895,6 +1896,7 @@ gapi.load('client', async () => {
|
|
|
1895
1896
|
acceleratorCount: 42,
|
|
1896
1897
|
acceleratorType: "Test string",
|
|
1897
1898
|
machineType: "Test string",
|
|
1899
|
+
tpuTopology: "Test string",
|
|
1898
1900
|
},
|
|
1899
1901
|
maxReplicaCount: 42,
|
|
1900
1902
|
minReplicaCount: 42,
|
|
@@ -3863,6 +3865,7 @@ gapi.load('client', async () => {
|
|
|
3863
3865
|
acceleratorCount: 42,
|
|
3864
3866
|
acceleratorType: "Test string",
|
|
3865
3867
|
machineType: "Test string",
|
|
3868
|
+
tpuTopology: "Test string",
|
|
3866
3869
|
},
|
|
3867
3870
|
nfsMounts: [
|
|
3868
3871
|
{
|
|
@@ -4012,6 +4015,7 @@ gapi.load('client', async () => {
|
|
|
4012
4015
|
acceleratorCount: 42,
|
|
4013
4016
|
acceleratorType: "Test string",
|
|
4014
4017
|
machineType: "Test string",
|
|
4018
|
+
tpuTopology: "Test string",
|
|
4015
4019
|
},
|
|
4016
4020
|
maxReplicaCount: 42,
|
|
4017
4021
|
minReplicaCount: 42,
|
|
@@ -4088,6 +4092,7 @@ gapi.load('client', async () => {
|
|
|
4088
4092
|
acceleratorCount: 42,
|
|
4089
4093
|
acceleratorType: "Test string",
|
|
4090
4094
|
machineType: "Test string",
|
|
4095
|
+
tpuTopology: "Test string",
|
|
4091
4096
|
},
|
|
4092
4097
|
maxReplicaCount: 42,
|
|
4093
4098
|
minReplicaCount: 42,
|
|
@@ -4184,6 +4189,7 @@ gapi.load('client', async () => {
|
|
|
4184
4189
|
acceleratorCount: 42,
|
|
4185
4190
|
acceleratorType: "Test string",
|
|
4186
4191
|
machineType: "Test string",
|
|
4192
|
+
tpuTopology: "Test string",
|
|
4187
4193
|
},
|
|
4188
4194
|
maxReplicaCount: 42,
|
|
4189
4195
|
minReplicaCount: 42,
|
|
@@ -4236,6 +4242,7 @@ gapi.load('client', async () => {
|
|
|
4236
4242
|
acceleratorCount: 42,
|
|
4237
4243
|
acceleratorType: "Test string",
|
|
4238
4244
|
machineType: "Test string",
|
|
4245
|
+
tpuTopology: "Test string",
|
|
4239
4246
|
},
|
|
4240
4247
|
maxReplicaCount: 42,
|
|
4241
4248
|
minReplicaCount: 42,
|
|
@@ -6294,6 +6301,7 @@ gapi.load('client', async () => {
|
|
|
6294
6301
|
acceleratorCount: 42,
|
|
6295
6302
|
acceleratorType: "Test string",
|
|
6296
6303
|
machineType: "Test string",
|
|
6304
|
+
tpuTopology: "Test string",
|
|
6297
6305
|
},
|
|
6298
6306
|
nfsMounts: [
|
|
6299
6307
|
{
|
|
@@ -6371,6 +6379,7 @@ gapi.load('client', async () => {
|
|
|
6371
6379
|
acceleratorCount: 42,
|
|
6372
6380
|
acceleratorType: "Test string",
|
|
6373
6381
|
machineType: "Test string",
|
|
6382
|
+
tpuTopology: "Test string",
|
|
6374
6383
|
},
|
|
6375
6384
|
nfsMounts: [
|
|
6376
6385
|
{
|
|
@@ -6540,6 +6549,7 @@ gapi.load('client', async () => {
|
|
|
6540
6549
|
acceleratorCount: 42,
|
|
6541
6550
|
acceleratorType: "Test string",
|
|
6542
6551
|
machineType: "Test string",
|
|
6552
|
+
tpuTopology: "Test string",
|
|
6543
6553
|
},
|
|
6544
6554
|
name: "Test string",
|
|
6545
6555
|
networkSpec: {
|
|
@@ -6683,6 +6693,7 @@ gapi.load('client', async () => {
|
|
|
6683
6693
|
acceleratorCount: 42,
|
|
6684
6694
|
acceleratorType: "Test string",
|
|
6685
6695
|
machineType: "Test string",
|
|
6696
|
+
tpuTopology: "Test string",
|
|
6686
6697
|
},
|
|
6687
6698
|
replicaCount: "Test string",
|
|
6688
6699
|
usedReplicaCount: "Test string",
|
|
@@ -6767,6 +6778,7 @@ gapi.load('client', async () => {
|
|
|
6767
6778
|
acceleratorCount: 42,
|
|
6768
6779
|
acceleratorType: "Test string",
|
|
6769
6780
|
machineType: "Test string",
|
|
6781
|
+
tpuTopology: "Test string",
|
|
6770
6782
|
},
|
|
6771
6783
|
replicaCount: "Test string",
|
|
6772
6784
|
usedReplicaCount: "Test string",
|