google-apis-aiplatform_v1 0.5.0 → 0.7.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.
- checksums.yaml +4 -4
- data/CHANGELOG.md +8 -0
- data/lib/google/apis/aiplatform_v1/classes.rb +1343 -51
- data/lib/google/apis/aiplatform_v1/gem_version.rb +2 -2
- data/lib/google/apis/aiplatform_v1/representations.rb +669 -2
- data/lib/google/apis/aiplatform_v1/service.rb +2024 -113
- metadata +3 -3
@@ -388,6 +388,18 @@ module Google
|
|
388
388
|
include Google::Apis::Core::JsonObjectSupport
|
389
389
|
end
|
390
390
|
|
391
|
+
class GoogleCloudAiplatformV1ComputeTokensRequest
|
392
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
393
|
+
|
394
|
+
include Google::Apis::Core::JsonObjectSupport
|
395
|
+
end
|
396
|
+
|
397
|
+
class GoogleCloudAiplatformV1ComputeTokensResponse
|
398
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
399
|
+
|
400
|
+
include Google::Apis::Core::JsonObjectSupport
|
401
|
+
end
|
402
|
+
|
391
403
|
class GoogleCloudAiplatformV1ContainerRegistryDestination
|
392
404
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
393
405
|
|
@@ -424,6 +436,18 @@ module Google
|
|
424
436
|
include Google::Apis::Core::JsonObjectSupport
|
425
437
|
end
|
426
438
|
|
439
|
+
class GoogleCloudAiplatformV1CountTokensRequest
|
440
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
441
|
+
|
442
|
+
include Google::Apis::Core::JsonObjectSupport
|
443
|
+
end
|
444
|
+
|
445
|
+
class GoogleCloudAiplatformV1CountTokensResponse
|
446
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
447
|
+
|
448
|
+
include Google::Apis::Core::JsonObjectSupport
|
449
|
+
end
|
450
|
+
|
427
451
|
class GoogleCloudAiplatformV1CreateDatasetOperationMetadata
|
428
452
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
429
453
|
|
@@ -436,6 +460,18 @@ module Google
|
|
436
460
|
include Google::Apis::Core::JsonObjectSupport
|
437
461
|
end
|
438
462
|
|
463
|
+
class GoogleCloudAiplatformV1CreateDeploymentResourcePoolOperationMetadata
|
464
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
465
|
+
|
466
|
+
include Google::Apis::Core::JsonObjectSupport
|
467
|
+
end
|
468
|
+
|
469
|
+
class GoogleCloudAiplatformV1CreateDeploymentResourcePoolRequest
|
470
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
471
|
+
|
472
|
+
include Google::Apis::Core::JsonObjectSupport
|
473
|
+
end
|
474
|
+
|
439
475
|
class GoogleCloudAiplatformV1CreateEndpointOperationMetadata
|
440
476
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
441
477
|
|
@@ -448,6 +484,18 @@ module Google
|
|
448
484
|
include Google::Apis::Core::JsonObjectSupport
|
449
485
|
end
|
450
486
|
|
487
|
+
class GoogleCloudAiplatformV1CreateFeatureGroupOperationMetadata
|
488
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
489
|
+
|
490
|
+
include Google::Apis::Core::JsonObjectSupport
|
491
|
+
end
|
492
|
+
|
493
|
+
class GoogleCloudAiplatformV1CreateFeatureOnlineStoreOperationMetadata
|
494
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
495
|
+
|
496
|
+
include Google::Apis::Core::JsonObjectSupport
|
497
|
+
end
|
498
|
+
|
451
499
|
class GoogleCloudAiplatformV1CreateFeatureOperationMetadata
|
452
500
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
453
501
|
|
@@ -460,6 +508,12 @@ module Google
|
|
460
508
|
include Google::Apis::Core::JsonObjectSupport
|
461
509
|
end
|
462
510
|
|
511
|
+
class GoogleCloudAiplatformV1CreateFeatureViewOperationMetadata
|
512
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
513
|
+
|
514
|
+
include Google::Apis::Core::JsonObjectSupport
|
515
|
+
end
|
516
|
+
|
463
517
|
class GoogleCloudAiplatformV1CreateFeaturestoreOperationMetadata
|
464
518
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
465
519
|
|
@@ -496,6 +550,12 @@ module Google
|
|
496
550
|
include Google::Apis::Core::JsonObjectSupport
|
497
551
|
end
|
498
552
|
|
553
|
+
class GoogleCloudAiplatformV1CreateRegistryFeatureOperationMetadata
|
554
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
555
|
+
|
556
|
+
include Google::Apis::Core::JsonObjectSupport
|
557
|
+
end
|
558
|
+
|
499
559
|
class GoogleCloudAiplatformV1CreateSpecialistPoolOperationMetadata
|
500
560
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
501
561
|
|
@@ -706,6 +766,12 @@ module Google
|
|
706
766
|
include Google::Apis::Core::JsonObjectSupport
|
707
767
|
end
|
708
768
|
|
769
|
+
class GoogleCloudAiplatformV1DeploymentResourcePool
|
770
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
771
|
+
|
772
|
+
include Google::Apis::Core::JsonObjectSupport
|
773
|
+
end
|
774
|
+
|
709
775
|
class GoogleCloudAiplatformV1DestinationFeatureSetting
|
710
776
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
711
777
|
|
@@ -1000,6 +1066,18 @@ module Google
|
|
1000
1066
|
include Google::Apis::Core::JsonObjectSupport
|
1001
1067
|
end
|
1002
1068
|
|
1069
|
+
class GoogleCloudAiplatformV1FeatureGroup
|
1070
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1071
|
+
|
1072
|
+
include Google::Apis::Core::JsonObjectSupport
|
1073
|
+
end
|
1074
|
+
|
1075
|
+
class GoogleCloudAiplatformV1FeatureGroupBigQuery
|
1076
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1077
|
+
|
1078
|
+
include Google::Apis::Core::JsonObjectSupport
|
1079
|
+
end
|
1080
|
+
|
1003
1081
|
class GoogleCloudAiplatformV1FeatureMonitoringStatsAnomaly
|
1004
1082
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1005
1083
|
|
@@ -1018,6 +1096,24 @@ module Google
|
|
1018
1096
|
include Google::Apis::Core::JsonObjectSupport
|
1019
1097
|
end
|
1020
1098
|
|
1099
|
+
class GoogleCloudAiplatformV1FeatureOnlineStore
|
1100
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1101
|
+
|
1102
|
+
include Google::Apis::Core::JsonObjectSupport
|
1103
|
+
end
|
1104
|
+
|
1105
|
+
class GoogleCloudAiplatformV1FeatureOnlineStoreBigtable
|
1106
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1107
|
+
|
1108
|
+
include Google::Apis::Core::JsonObjectSupport
|
1109
|
+
end
|
1110
|
+
|
1111
|
+
class GoogleCloudAiplatformV1FeatureOnlineStoreBigtableAutoScaling
|
1112
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1113
|
+
|
1114
|
+
include Google::Apis::Core::JsonObjectSupport
|
1115
|
+
end
|
1116
|
+
|
1021
1117
|
class GoogleCloudAiplatformV1FeatureSelector
|
1022
1118
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1023
1119
|
|
@@ -1054,6 +1150,48 @@ module Google
|
|
1054
1150
|
include Google::Apis::Core::JsonObjectSupport
|
1055
1151
|
end
|
1056
1152
|
|
1153
|
+
class GoogleCloudAiplatformV1FeatureView
|
1154
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1155
|
+
|
1156
|
+
include Google::Apis::Core::JsonObjectSupport
|
1157
|
+
end
|
1158
|
+
|
1159
|
+
class GoogleCloudAiplatformV1FeatureViewBigQuerySource
|
1160
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1161
|
+
|
1162
|
+
include Google::Apis::Core::JsonObjectSupport
|
1163
|
+
end
|
1164
|
+
|
1165
|
+
class GoogleCloudAiplatformV1FeatureViewDataKey
|
1166
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1167
|
+
|
1168
|
+
include Google::Apis::Core::JsonObjectSupport
|
1169
|
+
end
|
1170
|
+
|
1171
|
+
class GoogleCloudAiplatformV1FeatureViewFeatureRegistrySource
|
1172
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1173
|
+
|
1174
|
+
include Google::Apis::Core::JsonObjectSupport
|
1175
|
+
end
|
1176
|
+
|
1177
|
+
class GoogleCloudAiplatformV1FeatureViewFeatureRegistrySourceFeatureGroup
|
1178
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1179
|
+
|
1180
|
+
include Google::Apis::Core::JsonObjectSupport
|
1181
|
+
end
|
1182
|
+
|
1183
|
+
class GoogleCloudAiplatformV1FeatureViewSync
|
1184
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1185
|
+
|
1186
|
+
include Google::Apis::Core::JsonObjectSupport
|
1187
|
+
end
|
1188
|
+
|
1189
|
+
class GoogleCloudAiplatformV1FeatureViewSyncConfig
|
1190
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1191
|
+
|
1192
|
+
include Google::Apis::Core::JsonObjectSupport
|
1193
|
+
end
|
1194
|
+
|
1057
1195
|
class GoogleCloudAiplatformV1Featurestore
|
1058
1196
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1059
1197
|
|
@@ -1096,6 +1234,30 @@ module Google
|
|
1096
1234
|
include Google::Apis::Core::JsonObjectSupport
|
1097
1235
|
end
|
1098
1236
|
|
1237
|
+
class GoogleCloudAiplatformV1FetchFeatureValuesRequest
|
1238
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1239
|
+
|
1240
|
+
include Google::Apis::Core::JsonObjectSupport
|
1241
|
+
end
|
1242
|
+
|
1243
|
+
class GoogleCloudAiplatformV1FetchFeatureValuesResponse
|
1244
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1245
|
+
|
1246
|
+
include Google::Apis::Core::JsonObjectSupport
|
1247
|
+
end
|
1248
|
+
|
1249
|
+
class GoogleCloudAiplatformV1FetchFeatureValuesResponseFeatureNameValuePairList
|
1250
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1251
|
+
|
1252
|
+
include Google::Apis::Core::JsonObjectSupport
|
1253
|
+
end
|
1254
|
+
|
1255
|
+
class GoogleCloudAiplatformV1FetchFeatureValuesResponseFeatureNameValuePairListFeatureNameValuePair
|
1256
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1257
|
+
|
1258
|
+
include Google::Apis::Core::JsonObjectSupport
|
1259
|
+
end
|
1260
|
+
|
1099
1261
|
class GoogleCloudAiplatformV1FilterSplit
|
1100
1262
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1101
1263
|
|
@@ -1240,6 +1402,12 @@ module Google
|
|
1240
1402
|
include Google::Apis::Core::JsonObjectSupport
|
1241
1403
|
end
|
1242
1404
|
|
1405
|
+
class GoogleCloudAiplatformV1IndexDatapointNumericRestriction
|
1406
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1407
|
+
|
1408
|
+
include Google::Apis::Core::JsonObjectSupport
|
1409
|
+
end
|
1410
|
+
|
1243
1411
|
class GoogleCloudAiplatformV1IndexDatapointRestriction
|
1244
1412
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1245
1413
|
|
@@ -1348,6 +1516,12 @@ module Google
|
|
1348
1516
|
include Google::Apis::Core::JsonObjectSupport
|
1349
1517
|
end
|
1350
1518
|
|
1519
|
+
class GoogleCloudAiplatformV1ListDeploymentResourcePoolsResponse
|
1520
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1521
|
+
|
1522
|
+
include Google::Apis::Core::JsonObjectSupport
|
1523
|
+
end
|
1524
|
+
|
1351
1525
|
class GoogleCloudAiplatformV1ListEndpointsResponse
|
1352
1526
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1353
1527
|
|
@@ -1366,6 +1540,30 @@ module Google
|
|
1366
1540
|
include Google::Apis::Core::JsonObjectSupport
|
1367
1541
|
end
|
1368
1542
|
|
1543
|
+
class GoogleCloudAiplatformV1ListFeatureGroupsResponse
|
1544
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1545
|
+
|
1546
|
+
include Google::Apis::Core::JsonObjectSupport
|
1547
|
+
end
|
1548
|
+
|
1549
|
+
class GoogleCloudAiplatformV1ListFeatureOnlineStoresResponse
|
1550
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1551
|
+
|
1552
|
+
include Google::Apis::Core::JsonObjectSupport
|
1553
|
+
end
|
1554
|
+
|
1555
|
+
class GoogleCloudAiplatformV1ListFeatureViewSyncsResponse
|
1556
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1557
|
+
|
1558
|
+
include Google::Apis::Core::JsonObjectSupport
|
1559
|
+
end
|
1560
|
+
|
1561
|
+
class GoogleCloudAiplatformV1ListFeatureViewsResponse
|
1562
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1563
|
+
|
1564
|
+
include Google::Apis::Core::JsonObjectSupport
|
1565
|
+
end
|
1566
|
+
|
1369
1567
|
class GoogleCloudAiplatformV1ListFeaturesResponse
|
1370
1568
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1371
1569
|
|
@@ -2140,6 +2338,18 @@ module Google
|
|
2140
2338
|
include Google::Apis::Core::JsonObjectSupport
|
2141
2339
|
end
|
2142
2340
|
|
2341
|
+
class GoogleCloudAiplatformV1Probe
|
2342
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2343
|
+
|
2344
|
+
include Google::Apis::Core::JsonObjectSupport
|
2345
|
+
end
|
2346
|
+
|
2347
|
+
class GoogleCloudAiplatformV1ProbeExecAction
|
2348
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2349
|
+
|
2350
|
+
include Google::Apis::Core::JsonObjectSupport
|
2351
|
+
end
|
2352
|
+
|
2143
2353
|
class GoogleCloudAiplatformV1PublisherModel
|
2144
2354
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2145
2355
|
|
@@ -2242,6 +2452,12 @@ module Google
|
|
2242
2452
|
include Google::Apis::Core::JsonObjectSupport
|
2243
2453
|
end
|
2244
2454
|
|
2455
|
+
class GoogleCloudAiplatformV1QueryDeployedModelsResponse
|
2456
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2457
|
+
|
2458
|
+
include Google::Apis::Core::JsonObjectSupport
|
2459
|
+
end
|
2460
|
+
|
2245
2461
|
class GoogleCloudAiplatformV1RawPredictRequest
|
2246
2462
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2247
2463
|
|
@@ -3634,6 +3850,18 @@ module Google
|
|
3634
3850
|
include Google::Apis::Core::JsonObjectSupport
|
3635
3851
|
end
|
3636
3852
|
|
3853
|
+
class GoogleCloudAiplatformV1SyncFeatureViewRequest
|
3854
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3855
|
+
|
3856
|
+
include Google::Apis::Core::JsonObjectSupport
|
3857
|
+
end
|
3858
|
+
|
3859
|
+
class GoogleCloudAiplatformV1SyncFeatureViewResponse
|
3860
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3861
|
+
|
3862
|
+
include Google::Apis::Core::JsonObjectSupport
|
3863
|
+
end
|
3864
|
+
|
3637
3865
|
class GoogleCloudAiplatformV1TfRecordDestination
|
3638
3866
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3639
3867
|
|
@@ -3718,6 +3946,12 @@ module Google
|
|
3718
3946
|
include Google::Apis::Core::JsonObjectSupport
|
3719
3947
|
end
|
3720
3948
|
|
3949
|
+
class GoogleCloudAiplatformV1TokensInfo
|
3950
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3951
|
+
|
3952
|
+
include Google::Apis::Core::JsonObjectSupport
|
3953
|
+
end
|
3954
|
+
|
3721
3955
|
class GoogleCloudAiplatformV1TrainingConfig
|
3722
3956
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3723
3957
|
|
@@ -3790,6 +4024,12 @@ module Google
|
|
3790
4024
|
include Google::Apis::Core::JsonObjectSupport
|
3791
4025
|
end
|
3792
4026
|
|
4027
|
+
class GoogleCloudAiplatformV1UpdateDeploymentResourcePoolOperationMetadata
|
4028
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4029
|
+
|
4030
|
+
include Google::Apis::Core::JsonObjectSupport
|
4031
|
+
end
|
4032
|
+
|
3793
4033
|
class GoogleCloudAiplatformV1UpdateExplanationDatasetOperationMetadata
|
3794
4034
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3795
4035
|
|
@@ -3808,6 +4048,30 @@ module Google
|
|
3808
4048
|
include Google::Apis::Core::JsonObjectSupport
|
3809
4049
|
end
|
3810
4050
|
|
4051
|
+
class GoogleCloudAiplatformV1UpdateFeatureGroupOperationMetadata
|
4052
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4053
|
+
|
4054
|
+
include Google::Apis::Core::JsonObjectSupport
|
4055
|
+
end
|
4056
|
+
|
4057
|
+
class GoogleCloudAiplatformV1UpdateFeatureOnlineStoreOperationMetadata
|
4058
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4059
|
+
|
4060
|
+
include Google::Apis::Core::JsonObjectSupport
|
4061
|
+
end
|
4062
|
+
|
4063
|
+
class GoogleCloudAiplatformV1UpdateFeatureOperationMetadata
|
4064
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4065
|
+
|
4066
|
+
include Google::Apis::Core::JsonObjectSupport
|
4067
|
+
end
|
4068
|
+
|
4069
|
+
class GoogleCloudAiplatformV1UpdateFeatureViewOperationMetadata
|
4070
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4071
|
+
|
4072
|
+
include Google::Apis::Core::JsonObjectSupport
|
4073
|
+
end
|
4074
|
+
|
3811
4075
|
class GoogleCloudAiplatformV1UpdateFeaturestoreOperationMetadata
|
3812
4076
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3813
4077
|
|
@@ -4579,6 +4843,21 @@ module Google
|
|
4579
4843
|
end
|
4580
4844
|
end
|
4581
4845
|
|
4846
|
+
class GoogleCloudAiplatformV1ComputeTokensRequest
|
4847
|
+
# @private
|
4848
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4849
|
+
collection :instances, as: 'instances'
|
4850
|
+
end
|
4851
|
+
end
|
4852
|
+
|
4853
|
+
class GoogleCloudAiplatformV1ComputeTokensResponse
|
4854
|
+
# @private
|
4855
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4856
|
+
collection :tokens_info, as: 'tokensInfo', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1TokensInfo, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1TokensInfo::Representation
|
4857
|
+
|
4858
|
+
end
|
4859
|
+
end
|
4860
|
+
|
4582
4861
|
class GoogleCloudAiplatformV1ContainerRegistryDestination
|
4583
4862
|
# @private
|
4584
4863
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -4641,6 +4920,21 @@ module Google
|
|
4641
4920
|
end
|
4642
4921
|
end
|
4643
4922
|
|
4923
|
+
class GoogleCloudAiplatformV1CountTokensRequest
|
4924
|
+
# @private
|
4925
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4926
|
+
collection :instances, as: 'instances'
|
4927
|
+
end
|
4928
|
+
end
|
4929
|
+
|
4930
|
+
class GoogleCloudAiplatformV1CountTokensResponse
|
4931
|
+
# @private
|
4932
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4933
|
+
property :total_billable_characters, as: 'totalBillableCharacters'
|
4934
|
+
property :total_tokens, as: 'totalTokens'
|
4935
|
+
end
|
4936
|
+
end
|
4937
|
+
|
4644
4938
|
class GoogleCloudAiplatformV1CreateDatasetOperationMetadata
|
4645
4939
|
# @private
|
4646
4940
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -4657,6 +4951,23 @@ module Google
|
|
4657
4951
|
end
|
4658
4952
|
end
|
4659
4953
|
|
4954
|
+
class GoogleCloudAiplatformV1CreateDeploymentResourcePoolOperationMetadata
|
4955
|
+
# @private
|
4956
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4957
|
+
property :generic_metadata, as: 'genericMetadata', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1GenericOperationMetadata, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1GenericOperationMetadata::Representation
|
4958
|
+
|
4959
|
+
end
|
4960
|
+
end
|
4961
|
+
|
4962
|
+
class GoogleCloudAiplatformV1CreateDeploymentResourcePoolRequest
|
4963
|
+
# @private
|
4964
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4965
|
+
property :deployment_resource_pool, as: 'deploymentResourcePool', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1DeploymentResourcePool, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1DeploymentResourcePool::Representation
|
4966
|
+
|
4967
|
+
property :deployment_resource_pool_id, as: 'deploymentResourcePoolId'
|
4968
|
+
end
|
4969
|
+
end
|
4970
|
+
|
4660
4971
|
class GoogleCloudAiplatformV1CreateEndpointOperationMetadata
|
4661
4972
|
# @private
|
4662
4973
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -4673,6 +4984,22 @@ module Google
|
|
4673
4984
|
end
|
4674
4985
|
end
|
4675
4986
|
|
4987
|
+
class GoogleCloudAiplatformV1CreateFeatureGroupOperationMetadata
|
4988
|
+
# @private
|
4989
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4990
|
+
property :generic_metadata, as: 'genericMetadata', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1GenericOperationMetadata, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1GenericOperationMetadata::Representation
|
4991
|
+
|
4992
|
+
end
|
4993
|
+
end
|
4994
|
+
|
4995
|
+
class GoogleCloudAiplatformV1CreateFeatureOnlineStoreOperationMetadata
|
4996
|
+
# @private
|
4997
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4998
|
+
property :generic_metadata, as: 'genericMetadata', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1GenericOperationMetadata, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1GenericOperationMetadata::Representation
|
4999
|
+
|
5000
|
+
end
|
5001
|
+
end
|
5002
|
+
|
4676
5003
|
class GoogleCloudAiplatformV1CreateFeatureOperationMetadata
|
4677
5004
|
# @private
|
4678
5005
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -4686,8 +5013,16 @@ module Google
|
|
4686
5013
|
class Representation < Google::Apis::Core::JsonRepresentation
|
4687
5014
|
property :feature, as: 'feature', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1Feature, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1Feature::Representation
|
4688
5015
|
|
4689
|
-
property :feature_id, as: 'featureId'
|
4690
|
-
property :parent, as: 'parent'
|
5016
|
+
property :feature_id, as: 'featureId'
|
5017
|
+
property :parent, as: 'parent'
|
5018
|
+
end
|
5019
|
+
end
|
5020
|
+
|
5021
|
+
class GoogleCloudAiplatformV1CreateFeatureViewOperationMetadata
|
5022
|
+
# @private
|
5023
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
5024
|
+
property :generic_metadata, as: 'genericMetadata', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1GenericOperationMetadata, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1GenericOperationMetadata::Representation
|
5025
|
+
|
4691
5026
|
end
|
4692
5027
|
end
|
4693
5028
|
|
@@ -4743,6 +5078,14 @@ module Google
|
|
4743
5078
|
end
|
4744
5079
|
end
|
4745
5080
|
|
5081
|
+
class GoogleCloudAiplatformV1CreateRegistryFeatureOperationMetadata
|
5082
|
+
# @private
|
5083
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
5084
|
+
property :generic_metadata, as: 'genericMetadata', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1GenericOperationMetadata, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1GenericOperationMetadata::Representation
|
5085
|
+
|
5086
|
+
end
|
5087
|
+
end
|
5088
|
+
|
4746
5089
|
class GoogleCloudAiplatformV1CreateSpecialistPoolOperationMetadata
|
4747
5090
|
# @private
|
4748
5091
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -5138,6 +5481,16 @@ module Google
|
|
5138
5481
|
end
|
5139
5482
|
end
|
5140
5483
|
|
5484
|
+
class GoogleCloudAiplatformV1DeploymentResourcePool
|
5485
|
+
# @private
|
5486
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
5487
|
+
property :create_time, as: 'createTime'
|
5488
|
+
property :dedicated_resources, as: 'dedicatedResources', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1DedicatedResources, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1DedicatedResources::Representation
|
5489
|
+
|
5490
|
+
property :name, as: 'name'
|
5491
|
+
end
|
5492
|
+
end
|
5493
|
+
|
5141
5494
|
class GoogleCloudAiplatformV1DestinationFeatureSetting
|
5142
5495
|
# @private
|
5143
5496
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -5648,6 +6001,30 @@ module Google
|
|
5648
6001
|
property :name, as: 'name'
|
5649
6002
|
property :update_time, as: 'updateTime'
|
5650
6003
|
property :value_type, as: 'valueType'
|
6004
|
+
property :version_column_name, as: 'versionColumnName'
|
6005
|
+
end
|
6006
|
+
end
|
6007
|
+
|
6008
|
+
class GoogleCloudAiplatformV1FeatureGroup
|
6009
|
+
# @private
|
6010
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
6011
|
+
property :big_query, as: 'bigQuery', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1FeatureGroupBigQuery, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1FeatureGroupBigQuery::Representation
|
6012
|
+
|
6013
|
+
property :create_time, as: 'createTime'
|
6014
|
+
property :description, as: 'description'
|
6015
|
+
property :etag, as: 'etag'
|
6016
|
+
hash :labels, as: 'labels'
|
6017
|
+
property :name, as: 'name'
|
6018
|
+
property :update_time, as: 'updateTime'
|
6019
|
+
end
|
6020
|
+
end
|
6021
|
+
|
6022
|
+
class GoogleCloudAiplatformV1FeatureGroupBigQuery
|
6023
|
+
# @private
|
6024
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
6025
|
+
property :big_query_source, as: 'bigQuerySource', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1BigQuerySource, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1BigQuerySource::Representation
|
6026
|
+
|
6027
|
+
collection :entity_id_columns, as: 'entityIdColumns'
|
5651
6028
|
end
|
5652
6029
|
end
|
5653
6030
|
|
@@ -5676,6 +6053,37 @@ module Google
|
|
5676
6053
|
end
|
5677
6054
|
end
|
5678
6055
|
|
6056
|
+
class GoogleCloudAiplatformV1FeatureOnlineStore
|
6057
|
+
# @private
|
6058
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
6059
|
+
property :bigtable, as: 'bigtable', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1FeatureOnlineStoreBigtable, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1FeatureOnlineStoreBigtable::Representation
|
6060
|
+
|
6061
|
+
property :create_time, as: 'createTime'
|
6062
|
+
property :etag, as: 'etag'
|
6063
|
+
hash :labels, as: 'labels'
|
6064
|
+
property :name, as: 'name'
|
6065
|
+
property :state, as: 'state'
|
6066
|
+
property :update_time, as: 'updateTime'
|
6067
|
+
end
|
6068
|
+
end
|
6069
|
+
|
6070
|
+
class GoogleCloudAiplatformV1FeatureOnlineStoreBigtable
|
6071
|
+
# @private
|
6072
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
6073
|
+
property :auto_scaling, as: 'autoScaling', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1FeatureOnlineStoreBigtableAutoScaling, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1FeatureOnlineStoreBigtableAutoScaling::Representation
|
6074
|
+
|
6075
|
+
end
|
6076
|
+
end
|
6077
|
+
|
6078
|
+
class GoogleCloudAiplatformV1FeatureOnlineStoreBigtableAutoScaling
|
6079
|
+
# @private
|
6080
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
6081
|
+
property :cpu_utilization_target, as: 'cpuUtilizationTarget'
|
6082
|
+
property :max_node_count, as: 'maxNodeCount'
|
6083
|
+
property :min_node_count, as: 'minNodeCount'
|
6084
|
+
end
|
6085
|
+
end
|
6086
|
+
|
5679
6087
|
class GoogleCloudAiplatformV1FeatureSelector
|
5680
6088
|
# @private
|
5681
6089
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -5745,6 +6153,73 @@ module Google
|
|
5745
6153
|
end
|
5746
6154
|
end
|
5747
6155
|
|
6156
|
+
class GoogleCloudAiplatformV1FeatureView
|
6157
|
+
# @private
|
6158
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
6159
|
+
property :big_query_source, as: 'bigQuerySource', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1FeatureViewBigQuerySource, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1FeatureViewBigQuerySource::Representation
|
6160
|
+
|
6161
|
+
property :create_time, as: 'createTime'
|
6162
|
+
property :etag, as: 'etag'
|
6163
|
+
property :feature_registry_source, as: 'featureRegistrySource', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1FeatureViewFeatureRegistrySource, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1FeatureViewFeatureRegistrySource::Representation
|
6164
|
+
|
6165
|
+
hash :labels, as: 'labels'
|
6166
|
+
property :name, as: 'name'
|
6167
|
+
property :sync_config, as: 'syncConfig', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1FeatureViewSyncConfig, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1FeatureViewSyncConfig::Representation
|
6168
|
+
|
6169
|
+
property :update_time, as: 'updateTime'
|
6170
|
+
end
|
6171
|
+
end
|
6172
|
+
|
6173
|
+
class GoogleCloudAiplatformV1FeatureViewBigQuerySource
|
6174
|
+
# @private
|
6175
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
6176
|
+
collection :entity_id_columns, as: 'entityIdColumns'
|
6177
|
+
property :uri, as: 'uri'
|
6178
|
+
end
|
6179
|
+
end
|
6180
|
+
|
6181
|
+
class GoogleCloudAiplatformV1FeatureViewDataKey
|
6182
|
+
# @private
|
6183
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
6184
|
+
property :key, as: 'key'
|
6185
|
+
end
|
6186
|
+
end
|
6187
|
+
|
6188
|
+
class GoogleCloudAiplatformV1FeatureViewFeatureRegistrySource
|
6189
|
+
# @private
|
6190
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
6191
|
+
collection :feature_groups, as: 'featureGroups', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1FeatureViewFeatureRegistrySourceFeatureGroup, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1FeatureViewFeatureRegistrySourceFeatureGroup::Representation
|
6192
|
+
|
6193
|
+
end
|
6194
|
+
end
|
6195
|
+
|
6196
|
+
class GoogleCloudAiplatformV1FeatureViewFeatureRegistrySourceFeatureGroup
|
6197
|
+
# @private
|
6198
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
6199
|
+
property :feature_group_id, as: 'featureGroupId'
|
6200
|
+
collection :feature_ids, as: 'featureIds'
|
6201
|
+
end
|
6202
|
+
end
|
6203
|
+
|
6204
|
+
class GoogleCloudAiplatformV1FeatureViewSync
|
6205
|
+
# @private
|
6206
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
6207
|
+
property :create_time, as: 'createTime'
|
6208
|
+
property :final_status, as: 'finalStatus', class: Google::Apis::AiplatformV1::GoogleRpcStatus, decorator: Google::Apis::AiplatformV1::GoogleRpcStatus::Representation
|
6209
|
+
|
6210
|
+
property :name, as: 'name'
|
6211
|
+
property :run_time, as: 'runTime', class: Google::Apis::AiplatformV1::GoogleTypeInterval, decorator: Google::Apis::AiplatformV1::GoogleTypeInterval::Representation
|
6212
|
+
|
6213
|
+
end
|
6214
|
+
end
|
6215
|
+
|
6216
|
+
class GoogleCloudAiplatformV1FeatureViewSyncConfig
|
6217
|
+
# @private
|
6218
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
6219
|
+
property :cron, as: 'cron'
|
6220
|
+
end
|
6221
|
+
end
|
6222
|
+
|
5748
6223
|
class GoogleCloudAiplatformV1Featurestore
|
5749
6224
|
# @private
|
5750
6225
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -5818,6 +6293,41 @@ module Google
|
|
5818
6293
|
end
|
5819
6294
|
end
|
5820
6295
|
|
6296
|
+
class GoogleCloudAiplatformV1FetchFeatureValuesRequest
|
6297
|
+
# @private
|
6298
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
6299
|
+
property :data_format, as: 'dataFormat'
|
6300
|
+
property :data_key, as: 'dataKey', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1FeatureViewDataKey, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1FeatureViewDataKey::Representation
|
6301
|
+
|
6302
|
+
end
|
6303
|
+
end
|
6304
|
+
|
6305
|
+
class GoogleCloudAiplatformV1FetchFeatureValuesResponse
|
6306
|
+
# @private
|
6307
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
6308
|
+
property :key_values, as: 'keyValues', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1FetchFeatureValuesResponseFeatureNameValuePairList, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1FetchFeatureValuesResponseFeatureNameValuePairList::Representation
|
6309
|
+
|
6310
|
+
hash :proto_struct, as: 'protoStruct'
|
6311
|
+
end
|
6312
|
+
end
|
6313
|
+
|
6314
|
+
class GoogleCloudAiplatformV1FetchFeatureValuesResponseFeatureNameValuePairList
|
6315
|
+
# @private
|
6316
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
6317
|
+
collection :features, as: 'features', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1FetchFeatureValuesResponseFeatureNameValuePairListFeatureNameValuePair, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1FetchFeatureValuesResponseFeatureNameValuePairListFeatureNameValuePair::Representation
|
6318
|
+
|
6319
|
+
end
|
6320
|
+
end
|
6321
|
+
|
6322
|
+
class GoogleCloudAiplatformV1FetchFeatureValuesResponseFeatureNameValuePairListFeatureNameValuePair
|
6323
|
+
# @private
|
6324
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
6325
|
+
property :name, as: 'name'
|
6326
|
+
property :value, as: 'value', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1FeatureValue, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1FeatureValue::Representation
|
6327
|
+
|
6328
|
+
end
|
6329
|
+
end
|
6330
|
+
|
5821
6331
|
class GoogleCloudAiplatformV1FilterSplit
|
5822
6332
|
# @private
|
5823
6333
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -6064,6 +6574,8 @@ module Google
|
|
6064
6574
|
|
6065
6575
|
property :datapoint_id, as: 'datapointId'
|
6066
6576
|
collection :feature_vector, as: 'featureVector'
|
6577
|
+
collection :numeric_restricts, as: 'numericRestricts', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1IndexDatapointNumericRestriction, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1IndexDatapointNumericRestriction::Representation
|
6578
|
+
|
6067
6579
|
collection :restricts, as: 'restricts', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1IndexDatapointRestriction, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1IndexDatapointRestriction::Representation
|
6068
6580
|
|
6069
6581
|
end
|
@@ -6076,6 +6588,17 @@ module Google
|
|
6076
6588
|
end
|
6077
6589
|
end
|
6078
6590
|
|
6591
|
+
class GoogleCloudAiplatformV1IndexDatapointNumericRestriction
|
6592
|
+
# @private
|
6593
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
6594
|
+
property :namespace, as: 'namespace'
|
6595
|
+
property :op, as: 'op'
|
6596
|
+
property :value_double, as: 'valueDouble'
|
6597
|
+
property :value_float, as: 'valueFloat'
|
6598
|
+
property :value_int, :numeric_string => true, as: 'valueInt'
|
6599
|
+
end
|
6600
|
+
end
|
6601
|
+
|
6079
6602
|
class GoogleCloudAiplatformV1IndexDatapointRestriction
|
6080
6603
|
# @private
|
6081
6604
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -6267,6 +6790,15 @@ module Google
|
|
6267
6790
|
end
|
6268
6791
|
end
|
6269
6792
|
|
6793
|
+
class GoogleCloudAiplatformV1ListDeploymentResourcePoolsResponse
|
6794
|
+
# @private
|
6795
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
6796
|
+
collection :deployment_resource_pools, as: 'deploymentResourcePools', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1DeploymentResourcePool, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1DeploymentResourcePool::Representation
|
6797
|
+
|
6798
|
+
property :next_page_token, as: 'nextPageToken'
|
6799
|
+
end
|
6800
|
+
end
|
6801
|
+
|
6270
6802
|
class GoogleCloudAiplatformV1ListEndpointsResponse
|
6271
6803
|
# @private
|
6272
6804
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -6294,6 +6826,42 @@ module Google
|
|
6294
6826
|
end
|
6295
6827
|
end
|
6296
6828
|
|
6829
|
+
class GoogleCloudAiplatformV1ListFeatureGroupsResponse
|
6830
|
+
# @private
|
6831
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
6832
|
+
collection :feature_groups, as: 'featureGroups', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1FeatureGroup, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1FeatureGroup::Representation
|
6833
|
+
|
6834
|
+
property :next_page_token, as: 'nextPageToken'
|
6835
|
+
end
|
6836
|
+
end
|
6837
|
+
|
6838
|
+
class GoogleCloudAiplatformV1ListFeatureOnlineStoresResponse
|
6839
|
+
# @private
|
6840
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
6841
|
+
collection :feature_online_stores, as: 'featureOnlineStores', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1FeatureOnlineStore, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1FeatureOnlineStore::Representation
|
6842
|
+
|
6843
|
+
property :next_page_token, as: 'nextPageToken'
|
6844
|
+
end
|
6845
|
+
end
|
6846
|
+
|
6847
|
+
class GoogleCloudAiplatformV1ListFeatureViewSyncsResponse
|
6848
|
+
# @private
|
6849
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
6850
|
+
collection :feature_view_syncs, as: 'featureViewSyncs', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1FeatureViewSync, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1FeatureViewSync::Representation
|
6851
|
+
|
6852
|
+
property :next_page_token, as: 'nextPageToken'
|
6853
|
+
end
|
6854
|
+
end
|
6855
|
+
|
6856
|
+
class GoogleCloudAiplatformV1ListFeatureViewsResponse
|
6857
|
+
# @private
|
6858
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
6859
|
+
collection :feature_views, as: 'featureViews', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1FeatureView, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1FeatureView::Representation
|
6860
|
+
|
6861
|
+
property :next_page_token, as: 'nextPageToken'
|
6862
|
+
end
|
6863
|
+
end
|
6864
|
+
|
6297
6865
|
class GoogleCloudAiplatformV1ListFeaturesResponse
|
6298
6866
|
# @private
|
6299
6867
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -6805,13 +7373,19 @@ module Google
|
|
6805
7373
|
class Representation < Google::Apis::Core::JsonRepresentation
|
6806
7374
|
collection :args, as: 'args'
|
6807
7375
|
collection :command, as: 'command'
|
7376
|
+
property :deployment_timeout, as: 'deploymentTimeout'
|
6808
7377
|
collection :env, as: 'env', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1EnvVar, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1EnvVar::Representation
|
6809
7378
|
|
7379
|
+
property :health_probe, as: 'healthProbe', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1Probe, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1Probe::Representation
|
7380
|
+
|
6810
7381
|
property :health_route, as: 'healthRoute'
|
6811
7382
|
property :image_uri, as: 'imageUri'
|
6812
7383
|
collection :ports, as: 'ports', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1Port, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1Port::Representation
|
6813
7384
|
|
6814
7385
|
property :predict_route, as: 'predictRoute'
|
7386
|
+
property :shared_memory_size_mb, :numeric_string => true, as: 'sharedMemorySizeMb'
|
7387
|
+
property :startup_probe, as: 'startupProbe', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1Probe, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1Probe::Representation
|
7388
|
+
|
6815
7389
|
end
|
6816
7390
|
end
|
6817
7391
|
|
@@ -7646,6 +8220,23 @@ module Google
|
|
7646
8220
|
end
|
7647
8221
|
end
|
7648
8222
|
|
8223
|
+
class GoogleCloudAiplatformV1Probe
|
8224
|
+
# @private
|
8225
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
8226
|
+
property :exec, as: 'exec', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1ProbeExecAction, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1ProbeExecAction::Representation
|
8227
|
+
|
8228
|
+
property :period_seconds, as: 'periodSeconds'
|
8229
|
+
property :timeout_seconds, as: 'timeoutSeconds'
|
8230
|
+
end
|
8231
|
+
end
|
8232
|
+
|
8233
|
+
class GoogleCloudAiplatformV1ProbeExecAction
|
8234
|
+
# @private
|
8235
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
8236
|
+
collection :command, as: 'command'
|
8237
|
+
end
|
8238
|
+
end
|
8239
|
+
|
7649
8240
|
class GoogleCloudAiplatformV1PublisherModel
|
7650
8241
|
# @private
|
7651
8242
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -7824,6 +8415,19 @@ module Google
|
|
7824
8415
|
end
|
7825
8416
|
end
|
7826
8417
|
|
8418
|
+
class GoogleCloudAiplatformV1QueryDeployedModelsResponse
|
8419
|
+
# @private
|
8420
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
8421
|
+
collection :deployed_model_refs, as: 'deployedModelRefs', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1DeployedModelRef, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1DeployedModelRef::Representation
|
8422
|
+
|
8423
|
+
collection :deployed_models, as: 'deployedModels', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1DeployedModel, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1DeployedModel::Representation
|
8424
|
+
|
8425
|
+
property :next_page_token, as: 'nextPageToken'
|
8426
|
+
property :total_deployed_model_count, as: 'totalDeployedModelCount'
|
8427
|
+
property :total_endpoint_count, as: 'totalEndpointCount'
|
8428
|
+
end
|
8429
|
+
end
|
8430
|
+
|
7827
8431
|
class GoogleCloudAiplatformV1RawPredictRequest
|
7828
8432
|
# @private
|
7829
8433
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -8539,6 +9143,7 @@ module Google
|
|
8539
9143
|
class GoogleCloudAiplatformV1SchemaPredictParamsGroundingConfig
|
8540
9144
|
# @private
|
8541
9145
|
class Representation < Google::Apis::Core::JsonRepresentation
|
9146
|
+
property :disable_attribution, as: 'disableAttribution'
|
8542
9147
|
collection :sources, as: 'sources', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1SchemaPredictParamsGroundingConfigSourceEntry, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1SchemaPredictParamsGroundingConfigSourceEntry::Representation
|
8543
9148
|
|
8544
9149
|
end
|
@@ -8549,6 +9154,7 @@ module Google
|
|
8549
9154
|
class Representation < Google::Apis::Core::JsonRepresentation
|
8550
9155
|
property :enterprise_datastore, as: 'enterpriseDatastore'
|
8551
9156
|
property :type, as: 'type'
|
9157
|
+
property :vertex_ai_search_datastore, as: 'vertexAiSearchDatastore'
|
8552
9158
|
end
|
8553
9159
|
end
|
8554
9160
|
|
@@ -10067,6 +10673,19 @@ module Google
|
|
10067
10673
|
end
|
10068
10674
|
end
|
10069
10675
|
|
10676
|
+
class GoogleCloudAiplatformV1SyncFeatureViewRequest
|
10677
|
+
# @private
|
10678
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
10679
|
+
end
|
10680
|
+
end
|
10681
|
+
|
10682
|
+
class GoogleCloudAiplatformV1SyncFeatureViewResponse
|
10683
|
+
# @private
|
10684
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
10685
|
+
property :feature_view_sync, as: 'featureViewSync'
|
10686
|
+
end
|
10687
|
+
end
|
10688
|
+
|
10070
10689
|
class GoogleCloudAiplatformV1TfRecordDestination
|
10071
10690
|
# @private
|
10072
10691
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -10233,6 +10852,14 @@ module Google
|
|
10233
10852
|
end
|
10234
10853
|
end
|
10235
10854
|
|
10855
|
+
class GoogleCloudAiplatformV1TokensInfo
|
10856
|
+
# @private
|
10857
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
10858
|
+
collection :token_ids, as: 'tokenIds'
|
10859
|
+
collection :tokens, as: 'tokens'
|
10860
|
+
end
|
10861
|
+
end
|
10862
|
+
|
10236
10863
|
class GoogleCloudAiplatformV1TrainingConfig
|
10237
10864
|
# @private
|
10238
10865
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -10359,6 +10986,14 @@ module Google
|
|
10359
10986
|
end
|
10360
10987
|
end
|
10361
10988
|
|
10989
|
+
class GoogleCloudAiplatformV1UpdateDeploymentResourcePoolOperationMetadata
|
10990
|
+
# @private
|
10991
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
10992
|
+
property :generic_metadata, as: 'genericMetadata', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1GenericOperationMetadata, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1GenericOperationMetadata::Representation
|
10993
|
+
|
10994
|
+
end
|
10995
|
+
end
|
10996
|
+
|
10362
10997
|
class GoogleCloudAiplatformV1UpdateExplanationDatasetOperationMetadata
|
10363
10998
|
# @private
|
10364
10999
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -10381,6 +11016,38 @@ module Google
|
|
10381
11016
|
end
|
10382
11017
|
end
|
10383
11018
|
|
11019
|
+
class GoogleCloudAiplatformV1UpdateFeatureGroupOperationMetadata
|
11020
|
+
# @private
|
11021
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
11022
|
+
property :generic_metadata, as: 'genericMetadata', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1GenericOperationMetadata, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1GenericOperationMetadata::Representation
|
11023
|
+
|
11024
|
+
end
|
11025
|
+
end
|
11026
|
+
|
11027
|
+
class GoogleCloudAiplatformV1UpdateFeatureOnlineStoreOperationMetadata
|
11028
|
+
# @private
|
11029
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
11030
|
+
property :generic_metadata, as: 'genericMetadata', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1GenericOperationMetadata, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1GenericOperationMetadata::Representation
|
11031
|
+
|
11032
|
+
end
|
11033
|
+
end
|
11034
|
+
|
11035
|
+
class GoogleCloudAiplatformV1UpdateFeatureOperationMetadata
|
11036
|
+
# @private
|
11037
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
11038
|
+
property :generic_metadata, as: 'genericMetadata', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1GenericOperationMetadata, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1GenericOperationMetadata::Representation
|
11039
|
+
|
11040
|
+
end
|
11041
|
+
end
|
11042
|
+
|
11043
|
+
class GoogleCloudAiplatformV1UpdateFeatureViewOperationMetadata
|
11044
|
+
# @private
|
11045
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
11046
|
+
property :generic_metadata, as: 'genericMetadata', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1GenericOperationMetadata, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1GenericOperationMetadata::Representation
|
11047
|
+
|
11048
|
+
end
|
11049
|
+
end
|
11050
|
+
|
10384
11051
|
class GoogleCloudAiplatformV1UpdateFeaturestoreOperationMetadata
|
10385
11052
|
# @private
|
10386
11053
|
class Representation < Google::Apis::Core::JsonRepresentation
|