google-apis-aiplatform_v1beta1 0.11.0 → 0.12.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 +4 -0
- data/lib/google/apis/aiplatform_v1beta1/classes.rb +1038 -55
- data/lib/google/apis/aiplatform_v1beta1/gem_version.rb +2 -2
- data/lib/google/apis/aiplatform_v1beta1/representations.rb +457 -0
- data/lib/google/apis/aiplatform_v1beta1/service.rb +401 -7
- metadata +3 -3
@@ -130,6 +130,12 @@ module Google
|
|
130
130
|
include Google::Apis::Core::JsonObjectSupport
|
131
131
|
end
|
132
132
|
|
133
|
+
class GoogleCloudAiplatformV1beta1BatchCancelPipelineJobsRequest
|
134
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
135
|
+
|
136
|
+
include Google::Apis::Core::JsonObjectSupport
|
137
|
+
end
|
138
|
+
|
133
139
|
class GoogleCloudAiplatformV1beta1BatchCreateFeaturesOperationMetadata
|
134
140
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
135
141
|
|
@@ -310,6 +316,12 @@ module Google
|
|
310
316
|
include Google::Apis::Core::JsonObjectSupport
|
311
317
|
end
|
312
318
|
|
319
|
+
class GoogleCloudAiplatformV1beta1Blob
|
320
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
321
|
+
|
322
|
+
include Google::Apis::Core::JsonObjectSupport
|
323
|
+
end
|
324
|
+
|
313
325
|
class GoogleCloudAiplatformV1beta1BlurBaselineConfig
|
314
326
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
315
327
|
|
@@ -364,6 +376,12 @@ module Google
|
|
364
376
|
include Google::Apis::Core::JsonObjectSupport
|
365
377
|
end
|
366
378
|
|
379
|
+
class GoogleCloudAiplatformV1beta1Candidate
|
380
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
381
|
+
|
382
|
+
include Google::Apis::Core::JsonObjectSupport
|
383
|
+
end
|
384
|
+
|
367
385
|
class GoogleCloudAiplatformV1beta1CheckTrialEarlyStoppingStateMetatdata
|
368
386
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
369
387
|
|
@@ -382,6 +400,18 @@ module Google
|
|
382
400
|
include Google::Apis::Core::JsonObjectSupport
|
383
401
|
end
|
384
402
|
|
403
|
+
class GoogleCloudAiplatformV1beta1Citation
|
404
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
405
|
+
|
406
|
+
include Google::Apis::Core::JsonObjectSupport
|
407
|
+
end
|
408
|
+
|
409
|
+
class GoogleCloudAiplatformV1beta1CitationMetadata
|
410
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
411
|
+
|
412
|
+
include Google::Apis::Core::JsonObjectSupport
|
413
|
+
end
|
414
|
+
|
385
415
|
class GoogleCloudAiplatformV1beta1CompleteTrialRequest
|
386
416
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
387
417
|
|
@@ -418,6 +448,12 @@ module Google
|
|
418
448
|
include Google::Apis::Core::JsonObjectSupport
|
419
449
|
end
|
420
450
|
|
451
|
+
class GoogleCloudAiplatformV1beta1Content
|
452
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
453
|
+
|
454
|
+
include Google::Apis::Core::JsonObjectSupport
|
455
|
+
end
|
456
|
+
|
421
457
|
class GoogleCloudAiplatformV1beta1Context
|
422
458
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
423
459
|
|
@@ -820,6 +856,30 @@ module Google
|
|
820
856
|
include Google::Apis::Core::JsonObjectSupport
|
821
857
|
end
|
822
858
|
|
859
|
+
class GoogleCloudAiplatformV1beta1DirectPredictRequest
|
860
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
861
|
+
|
862
|
+
include Google::Apis::Core::JsonObjectSupport
|
863
|
+
end
|
864
|
+
|
865
|
+
class GoogleCloudAiplatformV1beta1DirectPredictResponse
|
866
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
867
|
+
|
868
|
+
include Google::Apis::Core::JsonObjectSupport
|
869
|
+
end
|
870
|
+
|
871
|
+
class GoogleCloudAiplatformV1beta1DirectRawPredictRequest
|
872
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
873
|
+
|
874
|
+
include Google::Apis::Core::JsonObjectSupport
|
875
|
+
end
|
876
|
+
|
877
|
+
class GoogleCloudAiplatformV1beta1DirectRawPredictResponse
|
878
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
879
|
+
|
880
|
+
include Google::Apis::Core::JsonObjectSupport
|
881
|
+
end
|
882
|
+
|
823
883
|
class GoogleCloudAiplatformV1beta1DiskSpec
|
824
884
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
825
885
|
|
@@ -1360,6 +1420,12 @@ module Google
|
|
1360
1420
|
include Google::Apis::Core::JsonObjectSupport
|
1361
1421
|
end
|
1362
1422
|
|
1423
|
+
class GoogleCloudAiplatformV1beta1FileData
|
1424
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1425
|
+
|
1426
|
+
include Google::Apis::Core::JsonObjectSupport
|
1427
|
+
end
|
1428
|
+
|
1363
1429
|
class GoogleCloudAiplatformV1beta1FilterSplit
|
1364
1430
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1365
1431
|
|
@@ -1402,6 +1468,24 @@ module Google
|
|
1402
1468
|
include Google::Apis::Core::JsonObjectSupport
|
1403
1469
|
end
|
1404
1470
|
|
1471
|
+
class GoogleCloudAiplatformV1beta1FunctionCall
|
1472
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1473
|
+
|
1474
|
+
include Google::Apis::Core::JsonObjectSupport
|
1475
|
+
end
|
1476
|
+
|
1477
|
+
class GoogleCloudAiplatformV1beta1FunctionDeclaration
|
1478
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1479
|
+
|
1480
|
+
include Google::Apis::Core::JsonObjectSupport
|
1481
|
+
end
|
1482
|
+
|
1483
|
+
class GoogleCloudAiplatformV1beta1FunctionResponse
|
1484
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1485
|
+
|
1486
|
+
include Google::Apis::Core::JsonObjectSupport
|
1487
|
+
end
|
1488
|
+
|
1405
1489
|
class GoogleCloudAiplatformV1beta1GcsDestination
|
1406
1490
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1407
1491
|
|
@@ -1426,6 +1510,36 @@ module Google
|
|
1426
1510
|
include Google::Apis::Core::JsonObjectSupport
|
1427
1511
|
end
|
1428
1512
|
|
1513
|
+
class GoogleCloudAiplatformV1beta1GenerateContentRequest
|
1514
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1515
|
+
|
1516
|
+
include Google::Apis::Core::JsonObjectSupport
|
1517
|
+
end
|
1518
|
+
|
1519
|
+
class GoogleCloudAiplatformV1beta1GenerateContentResponse
|
1520
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1521
|
+
|
1522
|
+
include Google::Apis::Core::JsonObjectSupport
|
1523
|
+
end
|
1524
|
+
|
1525
|
+
class GoogleCloudAiplatformV1beta1GenerateContentResponsePromptFeedback
|
1526
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1527
|
+
|
1528
|
+
include Google::Apis::Core::JsonObjectSupport
|
1529
|
+
end
|
1530
|
+
|
1531
|
+
class GoogleCloudAiplatformV1beta1GenerateContentResponseUsageMetadata
|
1532
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1533
|
+
|
1534
|
+
include Google::Apis::Core::JsonObjectSupport
|
1535
|
+
end
|
1536
|
+
|
1537
|
+
class GoogleCloudAiplatformV1beta1GenerationConfig
|
1538
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1539
|
+
|
1540
|
+
include Google::Apis::Core::JsonObjectSupport
|
1541
|
+
end
|
1542
|
+
|
1429
1543
|
class GoogleCloudAiplatformV1beta1GenericOperationMetadata
|
1430
1544
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1431
1545
|
|
@@ -2380,6 +2494,12 @@ module Google
|
|
2380
2494
|
include Google::Apis::Core::JsonObjectSupport
|
2381
2495
|
end
|
2382
2496
|
|
2497
|
+
class GoogleCloudAiplatformV1beta1Part
|
2498
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2499
|
+
|
2500
|
+
include Google::Apis::Core::JsonObjectSupport
|
2501
|
+
end
|
2502
|
+
|
2383
2503
|
class GoogleCloudAiplatformV1beta1PauseModelDeploymentMonitoringJobRequest
|
2384
2504
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2385
2505
|
|
@@ -2848,6 +2968,18 @@ module Google
|
|
2848
2968
|
include Google::Apis::Core::JsonObjectSupport
|
2849
2969
|
end
|
2850
2970
|
|
2971
|
+
class GoogleCloudAiplatformV1beta1SafetyRating
|
2972
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2973
|
+
|
2974
|
+
include Google::Apis::Core::JsonObjectSupport
|
2975
|
+
end
|
2976
|
+
|
2977
|
+
class GoogleCloudAiplatformV1beta1SafetySetting
|
2978
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2979
|
+
|
2980
|
+
include Google::Apis::Core::JsonObjectSupport
|
2981
|
+
end
|
2982
|
+
|
2851
2983
|
class GoogleCloudAiplatformV1beta1SampleConfig
|
2852
2984
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2853
2985
|
|
@@ -2902,6 +3034,12 @@ module Google
|
|
2902
3034
|
include Google::Apis::Core::JsonObjectSupport
|
2903
3035
|
end
|
2904
3036
|
|
3037
|
+
class GoogleCloudAiplatformV1beta1Schema
|
3038
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3039
|
+
|
3040
|
+
include Google::Apis::Core::JsonObjectSupport
|
3041
|
+
end
|
3042
|
+
|
2905
3043
|
class GoogleCloudAiplatformV1beta1SchemaAnnotationSpecColor
|
2906
3044
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2907
3045
|
|
@@ -4216,6 +4354,12 @@ module Google
|
|
4216
4354
|
include Google::Apis::Core::JsonObjectSupport
|
4217
4355
|
end
|
4218
4356
|
|
4357
|
+
class GoogleCloudAiplatformV1beta1Tool
|
4358
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4359
|
+
|
4360
|
+
include Google::Apis::Core::JsonObjectSupport
|
4361
|
+
end
|
4362
|
+
|
4219
4363
|
class GoogleCloudAiplatformV1beta1TrainingConfig
|
4220
4364
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4221
4365
|
|
@@ -4378,6 +4522,18 @@ module Google
|
|
4378
4522
|
include Google::Apis::Core::JsonObjectSupport
|
4379
4523
|
end
|
4380
4524
|
|
4525
|
+
class GoogleCloudAiplatformV1beta1UpgradeNotebookRuntimeOperationMetadata
|
4526
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4527
|
+
|
4528
|
+
include Google::Apis::Core::JsonObjectSupport
|
4529
|
+
end
|
4530
|
+
|
4531
|
+
class GoogleCloudAiplatformV1beta1UpgradeNotebookRuntimeRequest
|
4532
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4533
|
+
|
4534
|
+
include Google::Apis::Core::JsonObjectSupport
|
4535
|
+
end
|
4536
|
+
|
4381
4537
|
class GoogleCloudAiplatformV1beta1UploadModelOperationMetadata
|
4382
4538
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4383
4539
|
|
@@ -4420,6 +4576,12 @@ module Google
|
|
4420
4576
|
include Google::Apis::Core::JsonObjectSupport
|
4421
4577
|
end
|
4422
4578
|
|
4579
|
+
class GoogleCloudAiplatformV1beta1VideoMetadata
|
4580
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4581
|
+
|
4582
|
+
include Google::Apis::Core::JsonObjectSupport
|
4583
|
+
end
|
4584
|
+
|
4423
4585
|
class GoogleCloudAiplatformV1beta1WorkerPoolSpec
|
4424
4586
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4425
4587
|
|
@@ -4558,6 +4720,12 @@ module Google
|
|
4558
4720
|
include Google::Apis::Core::JsonObjectSupport
|
4559
4721
|
end
|
4560
4722
|
|
4723
|
+
class GoogleTypeDate
|
4724
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4725
|
+
|
4726
|
+
include Google::Apis::Core::JsonObjectSupport
|
4727
|
+
end
|
4728
|
+
|
4561
4729
|
class GoogleTypeExpr
|
4562
4730
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4563
4731
|
|
@@ -4746,6 +4914,13 @@ module Google
|
|
4746
4914
|
end
|
4747
4915
|
end
|
4748
4916
|
|
4917
|
+
class GoogleCloudAiplatformV1beta1BatchCancelPipelineJobsRequest
|
4918
|
+
# @private
|
4919
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4920
|
+
collection :names, as: 'names'
|
4921
|
+
end
|
4922
|
+
end
|
4923
|
+
|
4749
4924
|
class GoogleCloudAiplatformV1beta1BatchCreateFeaturesOperationMetadata
|
4750
4925
|
# @private
|
4751
4926
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -5051,6 +5226,14 @@ module Google
|
|
5051
5226
|
end
|
5052
5227
|
end
|
5053
5228
|
|
5229
|
+
class GoogleCloudAiplatformV1beta1Blob
|
5230
|
+
# @private
|
5231
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
5232
|
+
property :data, :base64 => true, as: 'data'
|
5233
|
+
property :mime_type, as: 'mimeType'
|
5234
|
+
end
|
5235
|
+
end
|
5236
|
+
|
5054
5237
|
class GoogleCloudAiplatformV1beta1BlurBaselineConfig
|
5055
5238
|
# @private
|
5056
5239
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -5107,6 +5290,21 @@ module Google
|
|
5107
5290
|
end
|
5108
5291
|
end
|
5109
5292
|
|
5293
|
+
class GoogleCloudAiplatformV1beta1Candidate
|
5294
|
+
# @private
|
5295
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
5296
|
+
property :citation_metadata, as: 'citationMetadata', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1CitationMetadata, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1CitationMetadata::Representation
|
5297
|
+
|
5298
|
+
property :content, as: 'content', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1Content, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1Content::Representation
|
5299
|
+
|
5300
|
+
property :finish_message, as: 'finishMessage'
|
5301
|
+
property :finish_reason, as: 'finishReason'
|
5302
|
+
property :index, as: 'index'
|
5303
|
+
collection :safety_ratings, as: 'safetyRatings', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1SafetyRating, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1SafetyRating::Representation
|
5304
|
+
|
5305
|
+
end
|
5306
|
+
end
|
5307
|
+
|
5110
5308
|
class GoogleCloudAiplatformV1beta1CheckTrialEarlyStoppingStateMetatdata
|
5111
5309
|
# @private
|
5112
5310
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -5130,6 +5328,27 @@ module Google
|
|
5130
5328
|
end
|
5131
5329
|
end
|
5132
5330
|
|
5331
|
+
class GoogleCloudAiplatformV1beta1Citation
|
5332
|
+
# @private
|
5333
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
5334
|
+
property :end_index, as: 'endIndex'
|
5335
|
+
property :license, as: 'license'
|
5336
|
+
property :publication_date, as: 'publicationDate', class: Google::Apis::AiplatformV1beta1::GoogleTypeDate, decorator: Google::Apis::AiplatformV1beta1::GoogleTypeDate::Representation
|
5337
|
+
|
5338
|
+
property :start_index, as: 'startIndex'
|
5339
|
+
property :title, as: 'title'
|
5340
|
+
property :uri, as: 'uri'
|
5341
|
+
end
|
5342
|
+
end
|
5343
|
+
|
5344
|
+
class GoogleCloudAiplatformV1beta1CitationMetadata
|
5345
|
+
# @private
|
5346
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
5347
|
+
collection :citations, as: 'citations', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1Citation, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1Citation::Representation
|
5348
|
+
|
5349
|
+
end
|
5350
|
+
end
|
5351
|
+
|
5133
5352
|
class GoogleCloudAiplatformV1beta1CompleteTrialRequest
|
5134
5353
|
# @private
|
5135
5354
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -5183,6 +5402,15 @@ module Google
|
|
5183
5402
|
end
|
5184
5403
|
end
|
5185
5404
|
|
5405
|
+
class GoogleCloudAiplatformV1beta1Content
|
5406
|
+
# @private
|
5407
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
5408
|
+
collection :parts, as: 'parts', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1Part, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1Part::Representation
|
5409
|
+
|
5410
|
+
property :role, as: 'role'
|
5411
|
+
end
|
5412
|
+
end
|
5413
|
+
|
5186
5414
|
class GoogleCloudAiplatformV1beta1Context
|
5187
5415
|
# @private
|
5188
5416
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -5230,7 +5458,10 @@ module Google
|
|
5230
5458
|
class GoogleCloudAiplatformV1beta1CountTokensRequest
|
5231
5459
|
# @private
|
5232
5460
|
class Representation < Google::Apis::Core::JsonRepresentation
|
5461
|
+
collection :contents, as: 'contents', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1Content, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1Content::Representation
|
5462
|
+
|
5233
5463
|
collection :instances, as: 'instances'
|
5464
|
+
property :model, as: 'model'
|
5234
5465
|
end
|
5235
5466
|
end
|
5236
5467
|
|
@@ -5804,6 +6035,7 @@ module Google
|
|
5804
6035
|
# @private
|
5805
6036
|
class Representation < Google::Apis::Core::JsonRepresentation
|
5806
6037
|
property :deployed_index_id, as: 'deployedIndexId'
|
6038
|
+
property :display_name, as: 'displayName'
|
5807
6039
|
property :index_endpoint, as: 'indexEndpoint'
|
5808
6040
|
end
|
5809
6041
|
end
|
@@ -5858,6 +6090,41 @@ module Google
|
|
5858
6090
|
end
|
5859
6091
|
end
|
5860
6092
|
|
6093
|
+
class GoogleCloudAiplatformV1beta1DirectPredictRequest
|
6094
|
+
# @private
|
6095
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
6096
|
+
collection :inputs, as: 'inputs', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1Tensor, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1Tensor::Representation
|
6097
|
+
|
6098
|
+
property :parameters, as: 'parameters', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1Tensor, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1Tensor::Representation
|
6099
|
+
|
6100
|
+
end
|
6101
|
+
end
|
6102
|
+
|
6103
|
+
class GoogleCloudAiplatformV1beta1DirectPredictResponse
|
6104
|
+
# @private
|
6105
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
6106
|
+
collection :outputs, as: 'outputs', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1Tensor, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1Tensor::Representation
|
6107
|
+
|
6108
|
+
property :parameters, as: 'parameters', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1Tensor, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1Tensor::Representation
|
6109
|
+
|
6110
|
+
end
|
6111
|
+
end
|
6112
|
+
|
6113
|
+
class GoogleCloudAiplatformV1beta1DirectRawPredictRequest
|
6114
|
+
# @private
|
6115
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
6116
|
+
property :input, :base64 => true, as: 'input'
|
6117
|
+
property :method_name, as: 'methodName'
|
6118
|
+
end
|
6119
|
+
end
|
6120
|
+
|
6121
|
+
class GoogleCloudAiplatformV1beta1DirectRawPredictResponse
|
6122
|
+
# @private
|
6123
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
6124
|
+
property :output, :base64 => true, as: 'output'
|
6125
|
+
end
|
6126
|
+
end
|
6127
|
+
|
5861
6128
|
class GoogleCloudAiplatformV1beta1DiskSpec
|
5862
6129
|
# @private
|
5863
6130
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -6791,6 +7058,14 @@ module Google
|
|
6791
7058
|
end
|
6792
7059
|
end
|
6793
7060
|
|
7061
|
+
class GoogleCloudAiplatformV1beta1FileData
|
7062
|
+
# @private
|
7063
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
7064
|
+
property :file_uri, as: 'fileUri'
|
7065
|
+
property :mime_type, as: 'mimeType'
|
7066
|
+
end
|
7067
|
+
end
|
7068
|
+
|
6794
7069
|
class GoogleCloudAiplatformV1beta1FilterSplit
|
6795
7070
|
# @private
|
6796
7071
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -6857,6 +7132,32 @@ module Google
|
|
6857
7132
|
end
|
6858
7133
|
end
|
6859
7134
|
|
7135
|
+
class GoogleCloudAiplatformV1beta1FunctionCall
|
7136
|
+
# @private
|
7137
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
7138
|
+
hash :args, as: 'args'
|
7139
|
+
property :name, as: 'name'
|
7140
|
+
end
|
7141
|
+
end
|
7142
|
+
|
7143
|
+
class GoogleCloudAiplatformV1beta1FunctionDeclaration
|
7144
|
+
# @private
|
7145
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
7146
|
+
property :description, as: 'description'
|
7147
|
+
property :name, as: 'name'
|
7148
|
+
property :parameters, as: 'parameters', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1Schema, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1Schema::Representation
|
7149
|
+
|
7150
|
+
end
|
7151
|
+
end
|
7152
|
+
|
7153
|
+
class GoogleCloudAiplatformV1beta1FunctionResponse
|
7154
|
+
# @private
|
7155
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
7156
|
+
property :name, as: 'name'
|
7157
|
+
hash :response, as: 'response'
|
7158
|
+
end
|
7159
|
+
end
|
7160
|
+
|
6860
7161
|
class GoogleCloudAiplatformV1beta1GcsDestination
|
6861
7162
|
# @private
|
6862
7163
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -6888,6 +7189,69 @@ module Google
|
|
6888
7189
|
end
|
6889
7190
|
end
|
6890
7191
|
|
7192
|
+
class GoogleCloudAiplatformV1beta1GenerateContentRequest
|
7193
|
+
# @private
|
7194
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
7195
|
+
collection :contents, as: 'contents', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1Content, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1Content::Representation
|
7196
|
+
|
7197
|
+
property :endpoint, as: 'endpoint'
|
7198
|
+
property :generation_config, as: 'generationConfig', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1GenerationConfig, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1GenerationConfig::Representation
|
7199
|
+
|
7200
|
+
collection :safety_settings, as: 'safetySettings', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1SafetySetting, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1SafetySetting::Representation
|
7201
|
+
|
7202
|
+
collection :tools, as: 'tools', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1Tool, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1Tool::Representation
|
7203
|
+
|
7204
|
+
end
|
7205
|
+
end
|
7206
|
+
|
7207
|
+
class GoogleCloudAiplatformV1beta1GenerateContentResponse
|
7208
|
+
# @private
|
7209
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
7210
|
+
collection :candidates, as: 'candidates', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1Candidate, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1Candidate::Representation
|
7211
|
+
|
7212
|
+
property :prompt_feedback, as: 'promptFeedback', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1GenerateContentResponsePromptFeedback, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1GenerateContentResponsePromptFeedback::Representation
|
7213
|
+
|
7214
|
+
property :usage_metadata, as: 'usageMetadata', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1GenerateContentResponseUsageMetadata, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1GenerateContentResponseUsageMetadata::Representation
|
7215
|
+
|
7216
|
+
end
|
7217
|
+
end
|
7218
|
+
|
7219
|
+
class GoogleCloudAiplatformV1beta1GenerateContentResponsePromptFeedback
|
7220
|
+
# @private
|
7221
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
7222
|
+
property :block_reason, as: 'blockReason'
|
7223
|
+
property :block_reason_message, as: 'blockReasonMessage'
|
7224
|
+
collection :safety_ratings, as: 'safetyRatings', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1SafetyRating, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1SafetyRating::Representation
|
7225
|
+
|
7226
|
+
end
|
7227
|
+
end
|
7228
|
+
|
7229
|
+
class GoogleCloudAiplatformV1beta1GenerateContentResponseUsageMetadata
|
7230
|
+
# @private
|
7231
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
7232
|
+
property :candidates_token_count, as: 'candidatesTokenCount'
|
7233
|
+
property :prompt_token_count, as: 'promptTokenCount'
|
7234
|
+
property :total_token_count, as: 'totalTokenCount'
|
7235
|
+
end
|
7236
|
+
end
|
7237
|
+
|
7238
|
+
class GoogleCloudAiplatformV1beta1GenerationConfig
|
7239
|
+
# @private
|
7240
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
7241
|
+
property :candidate_count, as: 'candidateCount'
|
7242
|
+
property :echo, as: 'echo'
|
7243
|
+
property :frequency_penalty, as: 'frequencyPenalty'
|
7244
|
+
hash :logit_bias, as: 'logitBias'
|
7245
|
+
property :logprobs, as: 'logprobs'
|
7246
|
+
property :max_output_tokens, as: 'maxOutputTokens'
|
7247
|
+
property :presence_penalty, as: 'presencePenalty'
|
7248
|
+
collection :stop_sequences, as: 'stopSequences'
|
7249
|
+
property :temperature, as: 'temperature'
|
7250
|
+
property :top_k, as: 'topK'
|
7251
|
+
property :top_p, as: 'topP'
|
7252
|
+
end
|
7253
|
+
end
|
7254
|
+
|
6891
7255
|
class GoogleCloudAiplatformV1beta1GenericOperationMetadata
|
6892
7256
|
# @private
|
6893
7257
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -7881,6 +8245,8 @@ module Google
|
|
7881
8245
|
property :deployment_timeout, as: 'deploymentTimeout'
|
7882
8246
|
collection :env, as: 'env', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1EnvVar, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1EnvVar::Representation
|
7883
8247
|
|
8248
|
+
collection :grpc_ports, as: 'grpcPorts', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1Port, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1Port::Representation
|
8249
|
+
|
7884
8250
|
property :health_probe, as: 'healthProbe', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1Probe, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1Probe::Representation
|
7885
8251
|
|
7886
8252
|
property :health_route, as: 'healthRoute'
|
@@ -8565,6 +8931,23 @@ module Google
|
|
8565
8931
|
end
|
8566
8932
|
end
|
8567
8933
|
|
8934
|
+
class GoogleCloudAiplatformV1beta1Part
|
8935
|
+
# @private
|
8936
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
8937
|
+
property :file_data, as: 'fileData', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1FileData, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1FileData::Representation
|
8938
|
+
|
8939
|
+
property :function_call, as: 'functionCall', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1FunctionCall, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1FunctionCall::Representation
|
8940
|
+
|
8941
|
+
property :function_response, as: 'functionResponse', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1FunctionResponse, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1FunctionResponse::Representation
|
8942
|
+
|
8943
|
+
property :inline_data, as: 'inlineData', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1Blob, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1Blob::Representation
|
8944
|
+
|
8945
|
+
property :text, as: 'text'
|
8946
|
+
property :video_metadata, as: 'videoMetadata', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1VideoMetadata, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1VideoMetadata::Representation
|
8947
|
+
|
8948
|
+
end
|
8949
|
+
end
|
8950
|
+
|
8568
8951
|
class GoogleCloudAiplatformV1beta1PauseModelDeploymentMonitoringJobRequest
|
8569
8952
|
# @private
|
8570
8953
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -9317,6 +9700,23 @@ module Google
|
|
9317
9700
|
end
|
9318
9701
|
end
|
9319
9702
|
|
9703
|
+
class GoogleCloudAiplatformV1beta1SafetyRating
|
9704
|
+
# @private
|
9705
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
9706
|
+
property :blocked, as: 'blocked'
|
9707
|
+
property :category, as: 'category'
|
9708
|
+
property :probability, as: 'probability'
|
9709
|
+
end
|
9710
|
+
end
|
9711
|
+
|
9712
|
+
class GoogleCloudAiplatformV1beta1SafetySetting
|
9713
|
+
# @private
|
9714
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
9715
|
+
property :category, as: 'category'
|
9716
|
+
property :threshold, as: 'threshold'
|
9717
|
+
end
|
9718
|
+
end
|
9719
|
+
|
9320
9720
|
class GoogleCloudAiplatformV1beta1SampleConfig
|
9321
9721
|
# @private
|
9322
9722
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -9414,6 +9814,23 @@ module Google
|
|
9414
9814
|
end
|
9415
9815
|
end
|
9416
9816
|
|
9817
|
+
class GoogleCloudAiplatformV1beta1Schema
|
9818
|
+
# @private
|
9819
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
9820
|
+
property :description, as: 'description'
|
9821
|
+
collection :enum, as: 'enum'
|
9822
|
+
property :example, as: 'example'
|
9823
|
+
property :format, as: 'format'
|
9824
|
+
property :items, as: 'items', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1Schema, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1Schema::Representation
|
9825
|
+
|
9826
|
+
property :nullable, as: 'nullable'
|
9827
|
+
hash :properties, as: 'properties', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1Schema, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1Schema::Representation
|
9828
|
+
|
9829
|
+
collection :required, as: 'required'
|
9830
|
+
property :type, as: 'type'
|
9831
|
+
end
|
9832
|
+
end
|
9833
|
+
|
9417
9834
|
class GoogleCloudAiplatformV1beta1SchemaAnnotationSpecColor
|
9418
9835
|
# @private
|
9419
9836
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -11583,6 +12000,14 @@ module Google
|
|
11583
12000
|
end
|
11584
12001
|
end
|
11585
12002
|
|
12003
|
+
class GoogleCloudAiplatformV1beta1Tool
|
12004
|
+
# @private
|
12005
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
12006
|
+
collection :function_declarations, as: 'functionDeclarations', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1FunctionDeclaration, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1FunctionDeclaration::Representation
|
12007
|
+
|
12008
|
+
end
|
12009
|
+
end
|
12010
|
+
|
11586
12011
|
class GoogleCloudAiplatformV1beta1TrainingConfig
|
11587
12012
|
# @private
|
11588
12013
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -11830,6 +12255,21 @@ module Google
|
|
11830
12255
|
end
|
11831
12256
|
end
|
11832
12257
|
|
12258
|
+
class GoogleCloudAiplatformV1beta1UpgradeNotebookRuntimeOperationMetadata
|
12259
|
+
# @private
|
12260
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
12261
|
+
property :generic_metadata, as: 'genericMetadata', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1GenericOperationMetadata, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1GenericOperationMetadata::Representation
|
12262
|
+
|
12263
|
+
property :progress_message, as: 'progressMessage'
|
12264
|
+
end
|
12265
|
+
end
|
12266
|
+
|
12267
|
+
class GoogleCloudAiplatformV1beta1UpgradeNotebookRuntimeRequest
|
12268
|
+
# @private
|
12269
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
12270
|
+
end
|
12271
|
+
end
|
12272
|
+
|
11833
12273
|
class GoogleCloudAiplatformV1beta1UploadModelOperationMetadata
|
11834
12274
|
# @private
|
11835
12275
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -11889,6 +12329,14 @@ module Google
|
|
11889
12329
|
end
|
11890
12330
|
end
|
11891
12331
|
|
12332
|
+
class GoogleCloudAiplatformV1beta1VideoMetadata
|
12333
|
+
# @private
|
12334
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
12335
|
+
property :end_offset, as: 'endOffset'
|
12336
|
+
property :start_offset, as: 'startOffset'
|
12337
|
+
end
|
12338
|
+
end
|
12339
|
+
|
11892
12340
|
class GoogleCloudAiplatformV1beta1WorkerPoolSpec
|
11893
12341
|
# @private
|
11894
12342
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -12092,6 +12540,15 @@ module Google
|
|
12092
12540
|
end
|
12093
12541
|
end
|
12094
12542
|
|
12543
|
+
class GoogleTypeDate
|
12544
|
+
# @private
|
12545
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
12546
|
+
property :day, as: 'day'
|
12547
|
+
property :month, as: 'month'
|
12548
|
+
property :year, as: 'year'
|
12549
|
+
end
|
12550
|
+
end
|
12551
|
+
|
12095
12552
|
class GoogleTypeExpr
|
12096
12553
|
# @private
|
12097
12554
|
class Representation < Google::Apis::Core::JsonRepresentation
|