google-apis-aiplatform_v1 0.7.0 → 0.9.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -22,6 +22,174 @@ module Google
22
22
  module Apis
23
23
  module AiplatformV1
24
24
 
25
+ class CloudAiLargeModelsVisionEmbedVideoResponse
26
+ class Representation < Google::Apis::Core::JsonRepresentation; end
27
+
28
+ include Google::Apis::Core::JsonObjectSupport
29
+ end
30
+
31
+ class CloudAiLargeModelsVisionFilteredText
32
+ class Representation < Google::Apis::Core::JsonRepresentation; end
33
+
34
+ include Google::Apis::Core::JsonObjectSupport
35
+ end
36
+
37
+ class CloudAiLargeModelsVisionGenerateVideoResponse
38
+ class Representation < Google::Apis::Core::JsonRepresentation; end
39
+
40
+ include Google::Apis::Core::JsonObjectSupport
41
+ end
42
+
43
+ class CloudAiLargeModelsVisionImage
44
+ class Representation < Google::Apis::Core::JsonRepresentation; end
45
+
46
+ include Google::Apis::Core::JsonObjectSupport
47
+ end
48
+
49
+ class CloudAiLargeModelsVisionImageRaiScores
50
+ class Representation < Google::Apis::Core::JsonRepresentation; end
51
+
52
+ include Google::Apis::Core::JsonObjectSupport
53
+ end
54
+
55
+ class CloudAiLargeModelsVisionMedia
56
+ class Representation < Google::Apis::Core::JsonRepresentation; end
57
+
58
+ include Google::Apis::Core::JsonObjectSupport
59
+ end
60
+
61
+ class CloudAiLargeModelsVisionMediaGenerateContentResponse
62
+ class Representation < Google::Apis::Core::JsonRepresentation; end
63
+
64
+ include Google::Apis::Core::JsonObjectSupport
65
+ end
66
+
67
+ class CloudAiLargeModelsVisionNamedBoundingBox
68
+ class Representation < Google::Apis::Core::JsonRepresentation; end
69
+
70
+ include Google::Apis::Core::JsonObjectSupport
71
+ end
72
+
73
+ class CloudAiLargeModelsVisionRaiInfo
74
+ class Representation < Google::Apis::Core::JsonRepresentation; end
75
+
76
+ include Google::Apis::Core::JsonObjectSupport
77
+ end
78
+
79
+ class CloudAiLargeModelsVisionReasonVideoResponse
80
+ class Representation < Google::Apis::Core::JsonRepresentation; end
81
+
82
+ include Google::Apis::Core::JsonObjectSupport
83
+ end
84
+
85
+ class CloudAiLargeModelsVisionReasonVideoResponseTextResponse
86
+ class Representation < Google::Apis::Core::JsonRepresentation; end
87
+
88
+ include Google::Apis::Core::JsonObjectSupport
89
+ end
90
+
91
+ class CloudAiLargeModelsVisionRelativeTemporalPartition
92
+ class Representation < Google::Apis::Core::JsonRepresentation; end
93
+
94
+ include Google::Apis::Core::JsonObjectSupport
95
+ end
96
+
97
+ class CloudAiLargeModelsVisionSemanticFilterResponse
98
+ class Representation < Google::Apis::Core::JsonRepresentation; end
99
+
100
+ include Google::Apis::Core::JsonObjectSupport
101
+ end
102
+
103
+ class CloudAiLargeModelsVisionVideo
104
+ class Representation < Google::Apis::Core::JsonRepresentation; end
105
+
106
+ include Google::Apis::Core::JsonObjectSupport
107
+ end
108
+
109
+ class CloudAiNlLlmProtoServiceCandidate
110
+ class Representation < Google::Apis::Core::JsonRepresentation; end
111
+
112
+ include Google::Apis::Core::JsonObjectSupport
113
+ end
114
+
115
+ class CloudAiNlLlmProtoServiceCitation
116
+ class Representation < Google::Apis::Core::JsonRepresentation; end
117
+
118
+ include Google::Apis::Core::JsonObjectSupport
119
+ end
120
+
121
+ class CloudAiNlLlmProtoServiceCitationMetadata
122
+ class Representation < Google::Apis::Core::JsonRepresentation; end
123
+
124
+ include Google::Apis::Core::JsonObjectSupport
125
+ end
126
+
127
+ class CloudAiNlLlmProtoServiceContent
128
+ class Representation < Google::Apis::Core::JsonRepresentation; end
129
+
130
+ include Google::Apis::Core::JsonObjectSupport
131
+ end
132
+
133
+ class CloudAiNlLlmProtoServiceFunctionCall
134
+ class Representation < Google::Apis::Core::JsonRepresentation; end
135
+
136
+ include Google::Apis::Core::JsonObjectSupport
137
+ end
138
+
139
+ class CloudAiNlLlmProtoServiceFunctionResponse
140
+ class Representation < Google::Apis::Core::JsonRepresentation; end
141
+
142
+ include Google::Apis::Core::JsonObjectSupport
143
+ end
144
+
145
+ class CloudAiNlLlmProtoServiceGenerateMultiModalResponse
146
+ class Representation < Google::Apis::Core::JsonRepresentation; end
147
+
148
+ include Google::Apis::Core::JsonObjectSupport
149
+ end
150
+
151
+ class CloudAiNlLlmProtoServicePart
152
+ class Representation < Google::Apis::Core::JsonRepresentation; end
153
+
154
+ include Google::Apis::Core::JsonObjectSupport
155
+ end
156
+
157
+ class CloudAiNlLlmProtoServicePartBlob
158
+ class Representation < Google::Apis::Core::JsonRepresentation; end
159
+
160
+ include Google::Apis::Core::JsonObjectSupport
161
+ end
162
+
163
+ class CloudAiNlLlmProtoServicePartFileData
164
+ class Representation < Google::Apis::Core::JsonRepresentation; end
165
+
166
+ include Google::Apis::Core::JsonObjectSupport
167
+ end
168
+
169
+ class CloudAiNlLlmProtoServicePartVideoMetadata
170
+ class Representation < Google::Apis::Core::JsonRepresentation; end
171
+
172
+ include Google::Apis::Core::JsonObjectSupport
173
+ end
174
+
175
+ class CloudAiNlLlmProtoServicePromptFeedback
176
+ class Representation < Google::Apis::Core::JsonRepresentation; end
177
+
178
+ include Google::Apis::Core::JsonObjectSupport
179
+ end
180
+
181
+ class CloudAiNlLlmProtoServiceSafetyRating
182
+ class Representation < Google::Apis::Core::JsonRepresentation; end
183
+
184
+ include Google::Apis::Core::JsonObjectSupport
185
+ end
186
+
187
+ class CloudAiNlLlmProtoServiceUsageMetadata
188
+ class Representation < Google::Apis::Core::JsonRepresentation; end
189
+
190
+ include Google::Apis::Core::JsonObjectSupport
191
+ end
192
+
25
193
  class GoogleApiHttpBody
26
194
  class Representation < Google::Apis::Core::JsonRepresentation; end
27
195
 
@@ -304,6 +472,12 @@ module Google
304
472
  include Google::Apis::Core::JsonObjectSupport
305
473
  end
306
474
 
475
+ class GoogleCloudAiplatformV1Blob
476
+ class Representation < Google::Apis::Core::JsonRepresentation; end
477
+
478
+ include Google::Apis::Core::JsonObjectSupport
479
+ end
480
+
307
481
  class GoogleCloudAiplatformV1BlurBaselineConfig
308
482
  class Representation < Google::Apis::Core::JsonRepresentation; end
309
483
 
@@ -412,6 +586,12 @@ module Google
412
586
  include Google::Apis::Core::JsonObjectSupport
413
587
  end
414
588
 
589
+ class GoogleCloudAiplatformV1Content
590
+ class Representation < Google::Apis::Core::JsonRepresentation; end
591
+
592
+ include Google::Apis::Core::JsonObjectSupport
593
+ end
594
+
415
595
  class GoogleCloudAiplatformV1Context
416
596
  class Representation < Google::Apis::Core::JsonRepresentation; end
417
597
 
@@ -778,6 +958,30 @@ module Google
778
958
  include Google::Apis::Core::JsonObjectSupport
779
959
  end
780
960
 
961
+ class GoogleCloudAiplatformV1DirectPredictRequest
962
+ class Representation < Google::Apis::Core::JsonRepresentation; end
963
+
964
+ include Google::Apis::Core::JsonObjectSupport
965
+ end
966
+
967
+ class GoogleCloudAiplatformV1DirectPredictResponse
968
+ class Representation < Google::Apis::Core::JsonRepresentation; end
969
+
970
+ include Google::Apis::Core::JsonObjectSupport
971
+ end
972
+
973
+ class GoogleCloudAiplatformV1DirectRawPredictRequest
974
+ class Representation < Google::Apis::Core::JsonRepresentation; end
975
+
976
+ include Google::Apis::Core::JsonObjectSupport
977
+ end
978
+
979
+ class GoogleCloudAiplatformV1DirectRawPredictResponse
980
+ class Representation < Google::Apis::Core::JsonRepresentation; end
981
+
982
+ include Google::Apis::Core::JsonObjectSupport
983
+ end
984
+
781
985
  class GoogleCloudAiplatformV1DiskSpec
782
986
  class Representation < Google::Apis::Core::JsonRepresentation; end
783
987
 
@@ -1012,6 +1216,12 @@ module Google
1012
1216
  include Google::Apis::Core::JsonObjectSupport
1013
1217
  end
1014
1218
 
1219
+ class GoogleCloudAiplatformV1ExportFilterSplit
1220
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1221
+
1222
+ include Google::Apis::Core::JsonObjectSupport
1223
+ end
1224
+
1015
1225
  class GoogleCloudAiplatformV1ExportFractionSplit
1016
1226
  class Representation < Google::Apis::Core::JsonRepresentation; end
1017
1227
 
@@ -1258,6 +1468,12 @@ module Google
1258
1468
  include Google::Apis::Core::JsonObjectSupport
1259
1469
  end
1260
1470
 
1471
+ class GoogleCloudAiplatformV1FileData
1472
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1473
+
1474
+ include Google::Apis::Core::JsonObjectSupport
1475
+ end
1476
+
1261
1477
  class GoogleCloudAiplatformV1FilterSplit
1262
1478
  class Representation < Google::Apis::Core::JsonRepresentation; end
1263
1479
 
@@ -1882,6 +2098,12 @@ module Google
1882
2098
  include Google::Apis::Core::JsonObjectSupport
1883
2099
  end
1884
2100
 
2101
+ class GoogleCloudAiplatformV1ModelDataStats
2102
+ class Representation < Google::Apis::Core::JsonRepresentation; end
2103
+
2104
+ include Google::Apis::Core::JsonObjectSupport
2105
+ end
2106
+
1885
2107
  class GoogleCloudAiplatformV1ModelDeploymentMonitoringBigQueryTable
1886
2108
  class Representation < Google::Apis::Core::JsonRepresentation; end
1887
2109
 
@@ -2200,6 +2422,12 @@ module Google
2200
2422
  include Google::Apis::Core::JsonObjectSupport
2201
2423
  end
2202
2424
 
2425
+ class GoogleCloudAiplatformV1Part
2426
+ class Representation < Google::Apis::Core::JsonRepresentation; end
2427
+
2428
+ include Google::Apis::Core::JsonObjectSupport
2429
+ end
2430
+
2203
2431
  class GoogleCloudAiplatformV1PauseModelDeploymentMonitoringJobRequest
2204
2432
  class Representation < Google::Apis::Core::JsonRepresentation; end
2205
2433
 
@@ -4102,6 +4330,18 @@ module Google
4102
4330
  include Google::Apis::Core::JsonObjectSupport
4103
4331
  end
4104
4332
 
4333
+ class GoogleCloudAiplatformV1UpgradeNotebookRuntimeOperationMetadata
4334
+ class Representation < Google::Apis::Core::JsonRepresentation; end
4335
+
4336
+ include Google::Apis::Core::JsonObjectSupport
4337
+ end
4338
+
4339
+ class GoogleCloudAiplatformV1UpgradeNotebookRuntimeRequest
4340
+ class Representation < Google::Apis::Core::JsonRepresentation; end
4341
+
4342
+ include Google::Apis::Core::JsonObjectSupport
4343
+ end
4344
+
4105
4345
  class GoogleCloudAiplatformV1UploadModelOperationMetadata
4106
4346
  class Representation < Google::Apis::Core::JsonRepresentation; end
4107
4347
 
@@ -4144,6 +4384,12 @@ module Google
4144
4384
  include Google::Apis::Core::JsonObjectSupport
4145
4385
  end
4146
4386
 
4387
+ class GoogleCloudAiplatformV1VideoMetadata
4388
+ class Representation < Google::Apis::Core::JsonRepresentation; end
4389
+
4390
+ include Google::Apis::Core::JsonObjectSupport
4391
+ end
4392
+
4147
4393
  class GoogleCloudAiplatformV1WorkerPoolSpec
4148
4394
  class Representation < Google::Apis::Core::JsonRepresentation; end
4149
4395
 
@@ -4174,112 +4420,414 @@ module Google
4174
4420
  include Google::Apis::Core::JsonObjectSupport
4175
4421
  end
4176
4422
 
4177
- class GoogleCloudAiplatformV1WriteTensorboardExperimentDataResponse
4178
- class Representation < Google::Apis::Core::JsonRepresentation; end
4423
+ class GoogleCloudAiplatformV1WriteTensorboardExperimentDataResponse
4424
+ class Representation < Google::Apis::Core::JsonRepresentation; end
4425
+
4426
+ include Google::Apis::Core::JsonObjectSupport
4427
+ end
4428
+
4429
+ class GoogleCloudAiplatformV1WriteTensorboardRunDataRequest
4430
+ class Representation < Google::Apis::Core::JsonRepresentation; end
4431
+
4432
+ include Google::Apis::Core::JsonObjectSupport
4433
+ end
4434
+
4435
+ class GoogleCloudAiplatformV1WriteTensorboardRunDataResponse
4436
+ class Representation < Google::Apis::Core::JsonRepresentation; end
4437
+
4438
+ include Google::Apis::Core::JsonObjectSupport
4439
+ end
4440
+
4441
+ class GoogleCloudAiplatformV1XraiAttribution
4442
+ class Representation < Google::Apis::Core::JsonRepresentation; end
4443
+
4444
+ include Google::Apis::Core::JsonObjectSupport
4445
+ end
4446
+
4447
+ class GoogleCloudLocationListLocationsResponse
4448
+ class Representation < Google::Apis::Core::JsonRepresentation; end
4449
+
4450
+ include Google::Apis::Core::JsonObjectSupport
4451
+ end
4452
+
4453
+ class GoogleCloudLocationLocation
4454
+ class Representation < Google::Apis::Core::JsonRepresentation; end
4455
+
4456
+ include Google::Apis::Core::JsonObjectSupport
4457
+ end
4458
+
4459
+ class GoogleIamV1Binding
4460
+ class Representation < Google::Apis::Core::JsonRepresentation; end
4461
+
4462
+ include Google::Apis::Core::JsonObjectSupport
4463
+ end
4464
+
4465
+ class GoogleIamV1Policy
4466
+ class Representation < Google::Apis::Core::JsonRepresentation; end
4467
+
4468
+ include Google::Apis::Core::JsonObjectSupport
4469
+ end
4470
+
4471
+ class GoogleIamV1SetIamPolicyRequest
4472
+ class Representation < Google::Apis::Core::JsonRepresentation; end
4473
+
4474
+ include Google::Apis::Core::JsonObjectSupport
4475
+ end
4476
+
4477
+ class GoogleIamV1TestIamPermissionsResponse
4478
+ class Representation < Google::Apis::Core::JsonRepresentation; end
4479
+
4480
+ include Google::Apis::Core::JsonObjectSupport
4481
+ end
4482
+
4483
+ class GoogleLongrunningListOperationsResponse
4484
+ class Representation < Google::Apis::Core::JsonRepresentation; end
4485
+
4486
+ include Google::Apis::Core::JsonObjectSupport
4487
+ end
4488
+
4489
+ class GoogleLongrunningOperation
4490
+ class Representation < Google::Apis::Core::JsonRepresentation; end
4491
+
4492
+ include Google::Apis::Core::JsonObjectSupport
4493
+ end
4494
+
4495
+ class GoogleProtobufEmpty
4496
+ class Representation < Google::Apis::Core::JsonRepresentation; end
4497
+
4498
+ include Google::Apis::Core::JsonObjectSupport
4499
+ end
4500
+
4501
+ class GoogleRpcStatus
4502
+ class Representation < Google::Apis::Core::JsonRepresentation; end
4503
+
4504
+ include Google::Apis::Core::JsonObjectSupport
4505
+ end
4506
+
4507
+ class GoogleTypeColor
4508
+ class Representation < Google::Apis::Core::JsonRepresentation; end
4509
+
4510
+ include Google::Apis::Core::JsonObjectSupport
4511
+ end
4512
+
4513
+ class GoogleTypeDate
4514
+ class Representation < Google::Apis::Core::JsonRepresentation; end
4515
+
4516
+ include Google::Apis::Core::JsonObjectSupport
4517
+ end
4518
+
4519
+ class GoogleTypeExpr
4520
+ class Representation < Google::Apis::Core::JsonRepresentation; end
4521
+
4522
+ include Google::Apis::Core::JsonObjectSupport
4523
+ end
4524
+
4525
+ class GoogleTypeInterval
4526
+ class Representation < Google::Apis::Core::JsonRepresentation; end
4527
+
4528
+ include Google::Apis::Core::JsonObjectSupport
4529
+ end
4530
+
4531
+ class GoogleTypeMoney
4532
+ class Representation < Google::Apis::Core::JsonRepresentation; end
4533
+
4534
+ include Google::Apis::Core::JsonObjectSupport
4535
+ end
4536
+
4537
+ class IntelligenceCloudAutomlXpsMetricEntry
4538
+ class Representation < Google::Apis::Core::JsonRepresentation; end
4539
+
4540
+ include Google::Apis::Core::JsonObjectSupport
4541
+ end
4542
+
4543
+ class IntelligenceCloudAutomlXpsMetricEntryLabel
4544
+ class Representation < Google::Apis::Core::JsonRepresentation; end
4545
+
4546
+ include Google::Apis::Core::JsonObjectSupport
4547
+ end
4548
+
4549
+ class IntelligenceCloudAutomlXpsReportingMetrics
4550
+ class Representation < Google::Apis::Core::JsonRepresentation; end
4551
+
4552
+ include Google::Apis::Core::JsonObjectSupport
4553
+ end
4554
+
4555
+ class CloudAiLargeModelsVisionEmbedVideoResponse
4556
+ # @private
4557
+ class Representation < Google::Apis::Core::JsonRepresentation
4558
+ collection :video_embeddings, as: 'videoEmbeddings'
4559
+ end
4560
+ end
4561
+
4562
+ class CloudAiLargeModelsVisionFilteredText
4563
+ # @private
4564
+ class Representation < Google::Apis::Core::JsonRepresentation
4565
+ property :category, as: 'category'
4566
+ property :confidence, as: 'confidence'
4567
+ property :prompt, as: 'prompt'
4568
+ property :score, as: 'score'
4569
+ end
4570
+ end
4571
+
4572
+ class CloudAiLargeModelsVisionGenerateVideoResponse
4573
+ # @private
4574
+ class Representation < Google::Apis::Core::JsonRepresentation
4575
+ collection :generated_samples, as: 'generatedSamples', class: Google::Apis::AiplatformV1::CloudAiLargeModelsVisionMedia, decorator: Google::Apis::AiplatformV1::CloudAiLargeModelsVisionMedia::Representation
4576
+
4577
+ property :rai_media_filtered_count, as: 'raiMediaFilteredCount'
4578
+ collection :rai_media_filtered_reasons, as: 'raiMediaFilteredReasons'
4579
+ property :rai_text_filtered_reason, as: 'raiTextFilteredReason', class: Google::Apis::AiplatformV1::CloudAiLargeModelsVisionFilteredText, decorator: Google::Apis::AiplatformV1::CloudAiLargeModelsVisionFilteredText::Representation
4580
+
4581
+ end
4582
+ end
4583
+
4584
+ class CloudAiLargeModelsVisionImage
4585
+ # @private
4586
+ class Representation < Google::Apis::Core::JsonRepresentation
4587
+ property :encoding, as: 'encoding'
4588
+ property :image, :base64 => true, as: 'image'
4589
+ property :image_rai_scores, as: 'imageRaiScores', class: Google::Apis::AiplatformV1::CloudAiLargeModelsVisionImageRaiScores, decorator: Google::Apis::AiplatformV1::CloudAiLargeModelsVisionImageRaiScores::Representation
4590
+
4591
+ property :rai_info, as: 'raiInfo', class: Google::Apis::AiplatformV1::CloudAiLargeModelsVisionRaiInfo, decorator: Google::Apis::AiplatformV1::CloudAiLargeModelsVisionRaiInfo::Representation
4592
+
4593
+ property :semantic_filter_response, as: 'semanticFilterResponse', class: Google::Apis::AiplatformV1::CloudAiLargeModelsVisionSemanticFilterResponse, decorator: Google::Apis::AiplatformV1::CloudAiLargeModelsVisionSemanticFilterResponse::Representation
4594
+
4595
+ property :uri, as: 'uri'
4596
+ end
4597
+ end
4598
+
4599
+ class CloudAiLargeModelsVisionImageRaiScores
4600
+ # @private
4601
+ class Representation < Google::Apis::Core::JsonRepresentation
4602
+ property :agile_watermark_detection_score, as: 'agileWatermarkDetectionScore'
4603
+ end
4604
+ end
4605
+
4606
+ class CloudAiLargeModelsVisionMedia
4607
+ # @private
4608
+ class Representation < Google::Apis::Core::JsonRepresentation
4609
+ property :image, as: 'image', class: Google::Apis::AiplatformV1::CloudAiLargeModelsVisionImage, decorator: Google::Apis::AiplatformV1::CloudAiLargeModelsVisionImage::Representation
4610
+
4611
+ property :video, as: 'video', class: Google::Apis::AiplatformV1::CloudAiLargeModelsVisionVideo, decorator: Google::Apis::AiplatformV1::CloudAiLargeModelsVisionVideo::Representation
4612
+
4613
+ end
4614
+ end
4615
+
4616
+ class CloudAiLargeModelsVisionMediaGenerateContentResponse
4617
+ # @private
4618
+ class Representation < Google::Apis::Core::JsonRepresentation
4619
+ property :response, as: 'response', class: Google::Apis::AiplatformV1::CloudAiNlLlmProtoServiceGenerateMultiModalResponse, decorator: Google::Apis::AiplatformV1::CloudAiNlLlmProtoServiceGenerateMultiModalResponse::Representation
4620
+
4621
+ end
4622
+ end
4623
+
4624
+ class CloudAiLargeModelsVisionNamedBoundingBox
4625
+ # @private
4626
+ class Representation < Google::Apis::Core::JsonRepresentation
4627
+ collection :classes, as: 'classes'
4628
+ collection :entities, as: 'entities'
4629
+ collection :scores, as: 'scores'
4630
+ property :x1, as: 'x1'
4631
+ property :x2, as: 'x2'
4632
+ property :y1, as: 'y1'
4633
+ property :y2, as: 'y2'
4634
+ end
4635
+ end
4636
+
4637
+ class CloudAiLargeModelsVisionRaiInfo
4638
+ # @private
4639
+ class Representation < Google::Apis::Core::JsonRepresentation
4640
+ collection :rai_categories, as: 'raiCategories'
4641
+ collection :scores, as: 'scores'
4642
+ end
4643
+ end
4644
+
4645
+ class CloudAiLargeModelsVisionReasonVideoResponse
4646
+ # @private
4647
+ class Representation < Google::Apis::Core::JsonRepresentation
4648
+ collection :responses, as: 'responses', class: Google::Apis::AiplatformV1::CloudAiLargeModelsVisionReasonVideoResponseTextResponse, decorator: Google::Apis::AiplatformV1::CloudAiLargeModelsVisionReasonVideoResponseTextResponse::Representation
4649
+
4650
+ end
4651
+ end
4652
+
4653
+ class CloudAiLargeModelsVisionReasonVideoResponseTextResponse
4654
+ # @private
4655
+ class Representation < Google::Apis::Core::JsonRepresentation
4656
+ property :relative_temporal_partition, as: 'relativeTemporalPartition', class: Google::Apis::AiplatformV1::CloudAiLargeModelsVisionRelativeTemporalPartition, decorator: Google::Apis::AiplatformV1::CloudAiLargeModelsVisionRelativeTemporalPartition::Representation
4179
4657
 
4180
- include Google::Apis::Core::JsonObjectSupport
4658
+ property :text, as: 'text'
4659
+ end
4181
4660
  end
4182
4661
 
4183
- class GoogleCloudAiplatformV1WriteTensorboardRunDataRequest
4184
- class Representation < Google::Apis::Core::JsonRepresentation; end
4185
-
4186
- include Google::Apis::Core::JsonObjectSupport
4662
+ class CloudAiLargeModelsVisionRelativeTemporalPartition
4663
+ # @private
4664
+ class Representation < Google::Apis::Core::JsonRepresentation
4665
+ property :end_offset, as: 'endOffset'
4666
+ property :start_offset, as: 'startOffset'
4667
+ end
4187
4668
  end
4188
4669
 
4189
- class GoogleCloudAiplatformV1WriteTensorboardRunDataResponse
4190
- class Representation < Google::Apis::Core::JsonRepresentation; end
4670
+ class CloudAiLargeModelsVisionSemanticFilterResponse
4671
+ # @private
4672
+ class Representation < Google::Apis::Core::JsonRepresentation
4673
+ collection :named_bounding_boxes, as: 'namedBoundingBoxes', class: Google::Apis::AiplatformV1::CloudAiLargeModelsVisionNamedBoundingBox, decorator: Google::Apis::AiplatformV1::CloudAiLargeModelsVisionNamedBoundingBox::Representation
4191
4674
 
4192
- include Google::Apis::Core::JsonObjectSupport
4675
+ property :passed_semantic_filter, as: 'passedSemanticFilter'
4676
+ end
4193
4677
  end
4194
4678
 
4195
- class GoogleCloudAiplatformV1XraiAttribution
4196
- class Representation < Google::Apis::Core::JsonRepresentation; end
4197
-
4198
- include Google::Apis::Core::JsonObjectSupport
4679
+ class CloudAiLargeModelsVisionVideo
4680
+ # @private
4681
+ class Representation < Google::Apis::Core::JsonRepresentation
4682
+ property :uri, as: 'uri'
4683
+ property :video, :base64 => true, as: 'video'
4684
+ end
4199
4685
  end
4200
4686
 
4201
- class GoogleCloudLocationListLocationsResponse
4202
- class Representation < Google::Apis::Core::JsonRepresentation; end
4687
+ class CloudAiNlLlmProtoServiceCandidate
4688
+ # @private
4689
+ class Representation < Google::Apis::Core::JsonRepresentation
4690
+ property :citation_metadata, as: 'citationMetadata', class: Google::Apis::AiplatformV1::CloudAiNlLlmProtoServiceCitationMetadata, decorator: Google::Apis::AiplatformV1::CloudAiNlLlmProtoServiceCitationMetadata::Representation
4203
4691
 
4204
- include Google::Apis::Core::JsonObjectSupport
4205
- end
4692
+ property :content, as: 'content', class: Google::Apis::AiplatformV1::CloudAiNlLlmProtoServiceContent, decorator: Google::Apis::AiplatformV1::CloudAiNlLlmProtoServiceContent::Representation
4206
4693
 
4207
- class GoogleCloudLocationLocation
4208
- class Representation < Google::Apis::Core::JsonRepresentation; end
4694
+ property :finish_message, as: 'finishMessage'
4695
+ property :finish_reason, as: 'finishReason'
4696
+ property :index, as: 'index'
4697
+ collection :safety_ratings, as: 'safetyRatings', class: Google::Apis::AiplatformV1::CloudAiNlLlmProtoServiceSafetyRating, decorator: Google::Apis::AiplatformV1::CloudAiNlLlmProtoServiceSafetyRating::Representation
4209
4698
 
4210
- include Google::Apis::Core::JsonObjectSupport
4699
+ end
4211
4700
  end
4212
4701
 
4213
- class GoogleIamV1Binding
4214
- class Representation < Google::Apis::Core::JsonRepresentation; end
4702
+ class CloudAiNlLlmProtoServiceCitation
4703
+ # @private
4704
+ class Representation < Google::Apis::Core::JsonRepresentation
4705
+ property :end_index, as: 'endIndex'
4706
+ property :license, as: 'license'
4707
+ property :publication_date, as: 'publicationDate', class: Google::Apis::AiplatformV1::GoogleTypeDate, decorator: Google::Apis::AiplatformV1::GoogleTypeDate::Representation
4215
4708
 
4216
- include Google::Apis::Core::JsonObjectSupport
4709
+ property :start_index, as: 'startIndex'
4710
+ property :title, as: 'title'
4711
+ property :uri, as: 'uri'
4712
+ end
4217
4713
  end
4218
4714
 
4219
- class GoogleIamV1Policy
4220
- class Representation < Google::Apis::Core::JsonRepresentation; end
4715
+ class CloudAiNlLlmProtoServiceCitationMetadata
4716
+ # @private
4717
+ class Representation < Google::Apis::Core::JsonRepresentation
4718
+ collection :citations, as: 'citations', class: Google::Apis::AiplatformV1::CloudAiNlLlmProtoServiceCitation, decorator: Google::Apis::AiplatformV1::CloudAiNlLlmProtoServiceCitation::Representation
4221
4719
 
4222
- include Google::Apis::Core::JsonObjectSupport
4720
+ end
4223
4721
  end
4224
4722
 
4225
- class GoogleIamV1SetIamPolicyRequest
4226
- class Representation < Google::Apis::Core::JsonRepresentation; end
4723
+ class CloudAiNlLlmProtoServiceContent
4724
+ # @private
4725
+ class Representation < Google::Apis::Core::JsonRepresentation
4726
+ collection :parts, as: 'parts', class: Google::Apis::AiplatformV1::CloudAiNlLlmProtoServicePart, decorator: Google::Apis::AiplatformV1::CloudAiNlLlmProtoServicePart::Representation
4227
4727
 
4228
- include Google::Apis::Core::JsonObjectSupport
4728
+ property :role, as: 'role'
4729
+ end
4229
4730
  end
4230
4731
 
4231
- class GoogleIamV1TestIamPermissionsResponse
4232
- class Representation < Google::Apis::Core::JsonRepresentation; end
4732
+ class CloudAiNlLlmProtoServiceFunctionCall
4733
+ # @private
4734
+ class Representation < Google::Apis::Core::JsonRepresentation
4735
+ hash :args, as: 'args'
4736
+ property :name, as: 'name'
4737
+ end
4738
+ end
4233
4739
 
4234
- include Google::Apis::Core::JsonObjectSupport
4740
+ class CloudAiNlLlmProtoServiceFunctionResponse
4741
+ # @private
4742
+ class Representation < Google::Apis::Core::JsonRepresentation
4743
+ property :name, as: 'name'
4744
+ hash :response, as: 'response'
4745
+ end
4235
4746
  end
4236
4747
 
4237
- class GoogleLongrunningListOperationsResponse
4238
- class Representation < Google::Apis::Core::JsonRepresentation; end
4748
+ class CloudAiNlLlmProtoServiceGenerateMultiModalResponse
4749
+ # @private
4750
+ class Representation < Google::Apis::Core::JsonRepresentation
4751
+ collection :candidates, as: 'candidates', class: Google::Apis::AiplatformV1::CloudAiNlLlmProtoServiceCandidate, decorator: Google::Apis::AiplatformV1::CloudAiNlLlmProtoServiceCandidate::Representation
4239
4752
 
4240
- include Google::Apis::Core::JsonObjectSupport
4241
- end
4753
+ property :prompt_feedback, as: 'promptFeedback', class: Google::Apis::AiplatformV1::CloudAiNlLlmProtoServicePromptFeedback, decorator: Google::Apis::AiplatformV1::CloudAiNlLlmProtoServicePromptFeedback::Representation
4242
4754
 
4243
- class GoogleLongrunningOperation
4244
- class Representation < Google::Apis::Core::JsonRepresentation; end
4755
+ property :reporting_metrics, as: 'reportingMetrics', class: Google::Apis::AiplatformV1::IntelligenceCloudAutomlXpsReportingMetrics, decorator: Google::Apis::AiplatformV1::IntelligenceCloudAutomlXpsReportingMetrics::Representation
4245
4756
 
4246
- include Google::Apis::Core::JsonObjectSupport
4757
+ property :usage_metadata, as: 'usageMetadata', class: Google::Apis::AiplatformV1::CloudAiNlLlmProtoServiceUsageMetadata, decorator: Google::Apis::AiplatformV1::CloudAiNlLlmProtoServiceUsageMetadata::Representation
4758
+
4759
+ end
4247
4760
  end
4248
4761
 
4249
- class GoogleProtobufEmpty
4250
- class Representation < Google::Apis::Core::JsonRepresentation; end
4762
+ class CloudAiNlLlmProtoServicePart
4763
+ # @private
4764
+ class Representation < Google::Apis::Core::JsonRepresentation
4765
+ property :file_data, as: 'fileData', class: Google::Apis::AiplatformV1::CloudAiNlLlmProtoServicePartFileData, decorator: Google::Apis::AiplatformV1::CloudAiNlLlmProtoServicePartFileData::Representation
4251
4766
 
4252
- include Google::Apis::Core::JsonObjectSupport
4253
- end
4767
+ property :function_call, as: 'functionCall', class: Google::Apis::AiplatformV1::CloudAiNlLlmProtoServiceFunctionCall, decorator: Google::Apis::AiplatformV1::CloudAiNlLlmProtoServiceFunctionCall::Representation
4254
4768
 
4255
- class GoogleRpcStatus
4256
- class Representation < Google::Apis::Core::JsonRepresentation; end
4769
+ property :function_response, as: 'functionResponse', class: Google::Apis::AiplatformV1::CloudAiNlLlmProtoServiceFunctionResponse, decorator: Google::Apis::AiplatformV1::CloudAiNlLlmProtoServiceFunctionResponse::Representation
4257
4770
 
4258
- include Google::Apis::Core::JsonObjectSupport
4771
+ property :inline_data, as: 'inlineData', class: Google::Apis::AiplatformV1::CloudAiNlLlmProtoServicePartBlob, decorator: Google::Apis::AiplatformV1::CloudAiNlLlmProtoServicePartBlob::Representation
4772
+
4773
+ property :text, as: 'text'
4774
+ property :video_metadata, as: 'videoMetadata', class: Google::Apis::AiplatformV1::CloudAiNlLlmProtoServicePartVideoMetadata, decorator: Google::Apis::AiplatformV1::CloudAiNlLlmProtoServicePartVideoMetadata::Representation
4775
+
4776
+ end
4259
4777
  end
4260
4778
 
4261
- class GoogleTypeColor
4262
- class Representation < Google::Apis::Core::JsonRepresentation; end
4779
+ class CloudAiNlLlmProtoServicePartBlob
4780
+ # @private
4781
+ class Representation < Google::Apis::Core::JsonRepresentation
4782
+ property :data, :base64 => true, as: 'data'
4783
+ property :mime_type, as: 'mimeType'
4784
+ property :original_file_data, as: 'originalFileData', class: Google::Apis::AiplatformV1::CloudAiNlLlmProtoServicePartFileData, decorator: Google::Apis::AiplatformV1::CloudAiNlLlmProtoServicePartFileData::Representation
4263
4785
 
4264
- include Google::Apis::Core::JsonObjectSupport
4786
+ end
4265
4787
  end
4266
4788
 
4267
- class GoogleTypeExpr
4268
- class Representation < Google::Apis::Core::JsonRepresentation; end
4789
+ class CloudAiNlLlmProtoServicePartFileData
4790
+ # @private
4791
+ class Representation < Google::Apis::Core::JsonRepresentation
4792
+ property :file_uri, as: 'fileUri'
4793
+ property :mime_type, as: 'mimeType'
4794
+ end
4795
+ end
4269
4796
 
4270
- include Google::Apis::Core::JsonObjectSupport
4797
+ class CloudAiNlLlmProtoServicePartVideoMetadata
4798
+ # @private
4799
+ class Representation < Google::Apis::Core::JsonRepresentation
4800
+ property :end_offset, as: 'endOffset'
4801
+ property :start_offset, as: 'startOffset'
4802
+ end
4271
4803
  end
4272
4804
 
4273
- class GoogleTypeInterval
4274
- class Representation < Google::Apis::Core::JsonRepresentation; end
4805
+ class CloudAiNlLlmProtoServicePromptFeedback
4806
+ # @private
4807
+ class Representation < Google::Apis::Core::JsonRepresentation
4808
+ property :block_reason, as: 'blockReason'
4809
+ property :block_reason_message, as: 'blockReasonMessage'
4810
+ collection :safety_ratings, as: 'safetyRatings', class: Google::Apis::AiplatformV1::CloudAiNlLlmProtoServiceSafetyRating, decorator: Google::Apis::AiplatformV1::CloudAiNlLlmProtoServiceSafetyRating::Representation
4275
4811
 
4276
- include Google::Apis::Core::JsonObjectSupport
4812
+ end
4277
4813
  end
4278
4814
 
4279
- class GoogleTypeMoney
4280
- class Representation < Google::Apis::Core::JsonRepresentation; end
4815
+ class CloudAiNlLlmProtoServiceSafetyRating
4816
+ # @private
4817
+ class Representation < Google::Apis::Core::JsonRepresentation
4818
+ property :blocked, as: 'blocked'
4819
+ property :category, as: 'category'
4820
+ property :probability, as: 'probability'
4821
+ end
4822
+ end
4281
4823
 
4282
- include Google::Apis::Core::JsonObjectSupport
4824
+ class CloudAiNlLlmProtoServiceUsageMetadata
4825
+ # @private
4826
+ class Representation < Google::Apis::Core::JsonRepresentation
4827
+ property :candidates_token_count, as: 'candidatesTokenCount'
4828
+ property :prompt_token_count, as: 'promptTokenCount'
4829
+ property :total_token_count, as: 'totalTokenCount'
4830
+ end
4283
4831
  end
4284
4832
 
4285
4833
  class GoogleApiHttpBody
@@ -4744,6 +5292,14 @@ module Google
4744
5292
  end
4745
5293
  end
4746
5294
 
5295
+ class GoogleCloudAiplatformV1Blob
5296
+ # @private
5297
+ class Representation < Google::Apis::Core::JsonRepresentation
5298
+ property :data, :base64 => true, as: 'data'
5299
+ property :mime_type, as: 'mimeType'
5300
+ end
5301
+ end
5302
+
4747
5303
  class GoogleCloudAiplatformV1BlurBaselineConfig
4748
5304
  # @private
4749
5305
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -4876,6 +5432,15 @@ module Google
4876
5432
  end
4877
5433
  end
4878
5434
 
5435
+ class GoogleCloudAiplatformV1Content
5436
+ # @private
5437
+ class Representation < Google::Apis::Core::JsonRepresentation
5438
+ collection :parts, as: 'parts', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1Part, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1Part::Representation
5439
+
5440
+ property :role, as: 'role'
5441
+ end
5442
+ end
5443
+
4879
5444
  class GoogleCloudAiplatformV1Context
4880
5445
  # @private
4881
5446
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -4923,7 +5488,10 @@ module Google
4923
5488
  class GoogleCloudAiplatformV1CountTokensRequest
4924
5489
  # @private
4925
5490
  class Representation < Google::Apis::Core::JsonRepresentation
5491
+ collection :contents, as: 'contents', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1Content, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1Content::Representation
5492
+
4926
5493
  collection :instances, as: 'instances'
5494
+ property :model, as: 'model'
4927
5495
  end
4928
5496
  end
4929
5497
 
@@ -5168,6 +5736,7 @@ module Google
5168
5736
  property :enable_web_access, as: 'enableWebAccess'
5169
5737
  property :experiment, as: 'experiment'
5170
5738
  property :experiment_run, as: 'experimentRun'
5739
+ collection :models, as: 'models'
5171
5740
  property :network, as: 'network'
5172
5741
  property :protected_artifact_location_id, as: 'protectedArtifactLocationId'
5173
5742
  collection :reserved_ip_ranges, as: 'reservedIpRanges'
@@ -5447,6 +6016,7 @@ module Google
5447
6016
  # @private
5448
6017
  class Representation < Google::Apis::Core::JsonRepresentation
5449
6018
  property :deployed_index_id, as: 'deployedIndexId'
6019
+ property :display_name, as: 'displayName'
5450
6020
  property :index_endpoint, as: 'indexEndpoint'
5451
6021
  end
5452
6022
  end
@@ -5470,6 +6040,7 @@ module Google
5470
6040
  property :private_endpoints, as: 'privateEndpoints', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1PrivateEndpoints, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1PrivateEndpoints::Representation
5471
6041
 
5472
6042
  property :service_account, as: 'serviceAccount'
6043
+ property :shared_resources, as: 'sharedResources'
5473
6044
  end
5474
6045
  end
5475
6046
 
@@ -5499,6 +6070,41 @@ module Google
5499
6070
  end
5500
6071
  end
5501
6072
 
6073
+ class GoogleCloudAiplatformV1DirectPredictRequest
6074
+ # @private
6075
+ class Representation < Google::Apis::Core::JsonRepresentation
6076
+ collection :inputs, as: 'inputs', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1Tensor, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1Tensor::Representation
6077
+
6078
+ property :parameters, as: 'parameters', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1Tensor, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1Tensor::Representation
6079
+
6080
+ end
6081
+ end
6082
+
6083
+ class GoogleCloudAiplatformV1DirectPredictResponse
6084
+ # @private
6085
+ class Representation < Google::Apis::Core::JsonRepresentation
6086
+ collection :outputs, as: 'outputs', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1Tensor, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1Tensor::Representation
6087
+
6088
+ property :parameters, as: 'parameters', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1Tensor, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1Tensor::Representation
6089
+
6090
+ end
6091
+ end
6092
+
6093
+ class GoogleCloudAiplatformV1DirectRawPredictRequest
6094
+ # @private
6095
+ class Representation < Google::Apis::Core::JsonRepresentation
6096
+ property :input, :base64 => true, as: 'input'
6097
+ property :method_name, as: 'methodName'
6098
+ end
6099
+ end
6100
+
6101
+ class GoogleCloudAiplatformV1DirectRawPredictResponse
6102
+ # @private
6103
+ class Representation < Google::Apis::Core::JsonRepresentation
6104
+ property :output, :base64 => true, as: 'output'
6105
+ end
6106
+ end
6107
+
5502
6108
  class GoogleCloudAiplatformV1DiskSpec
5503
6109
  # @private
5504
6110
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -5839,11 +6445,16 @@ module Google
5839
6445
  class GoogleCloudAiplatformV1ExportDataConfig
5840
6446
  # @private
5841
6447
  class Representation < Google::Apis::Core::JsonRepresentation
6448
+ property :annotation_schema_uri, as: 'annotationSchemaUri'
5842
6449
  property :annotations_filter, as: 'annotationsFilter'
6450
+ property :export_use, as: 'exportUse'
6451
+ property :filter_split, as: 'filterSplit', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1ExportFilterSplit, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1ExportFilterSplit::Representation
6452
+
5843
6453
  property :fraction_split, as: 'fractionSplit', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1ExportFractionSplit, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1ExportFractionSplit::Representation
5844
6454
 
5845
6455
  property :gcs_destination, as: 'gcsDestination', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1GcsDestination, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1GcsDestination::Representation
5846
6456
 
6457
+ property :saved_query_id, as: 'savedQueryId'
5847
6458
  end
5848
6459
  end
5849
6460
 
@@ -5867,6 +6478,8 @@ module Google
5867
6478
  class GoogleCloudAiplatformV1ExportDataResponse
5868
6479
  # @private
5869
6480
  class Representation < Google::Apis::Core::JsonRepresentation
6481
+ property :data_stats, as: 'dataStats', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1ModelDataStats, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1ModelDataStats::Representation
6482
+
5870
6483
  collection :exported_files, as: 'exportedFiles'
5871
6484
  end
5872
6485
  end
@@ -5917,6 +6530,15 @@ module Google
5917
6530
  end
5918
6531
  end
5919
6532
 
6533
+ class GoogleCloudAiplatformV1ExportFilterSplit
6534
+ # @private
6535
+ class Representation < Google::Apis::Core::JsonRepresentation
6536
+ property :test_filter, as: 'testFilter'
6537
+ property :training_filter, as: 'trainingFilter'
6538
+ property :validation_filter, as: 'validationFilter'
6539
+ end
6540
+ end
6541
+
5920
6542
  class GoogleCloudAiplatformV1ExportFractionSplit
5921
6543
  # @private
5922
6544
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -6328,6 +6950,14 @@ module Google
6328
6950
  end
6329
6951
  end
6330
6952
 
6953
+ class GoogleCloudAiplatformV1FileData
6954
+ # @private
6955
+ class Representation < Google::Apis::Core::JsonRepresentation
6956
+ property :file_uri, as: 'fileUri'
6957
+ property :mime_type, as: 'mimeType'
6958
+ end
6959
+ end
6960
+
6331
6961
  class GoogleCloudAiplatformV1FilterSplit
6332
6962
  # @private
6333
6963
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -7332,6 +7962,8 @@ module Google
7332
7962
  property :container_spec, as: 'containerSpec', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1ModelContainerSpec, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1ModelContainerSpec::Representation
7333
7963
 
7334
7964
  property :create_time, as: 'createTime'
7965
+ property :data_stats, as: 'dataStats', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1ModelDataStats, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1ModelDataStats::Representation
7966
+
7335
7967
  collection :deployed_models, as: 'deployedModels', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1DeployedModelRef, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1DeployedModelRef::Representation
7336
7968
 
7337
7969
  property :description, as: 'description'
@@ -7376,6 +8008,8 @@ module Google
7376
8008
  property :deployment_timeout, as: 'deploymentTimeout'
7377
8009
  collection :env, as: 'env', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1EnvVar, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1EnvVar::Representation
7378
8010
 
8011
+ collection :grpc_ports, as: 'grpcPorts', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1Port, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1Port::Representation
8012
+
7379
8013
  property :health_probe, as: 'healthProbe', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1Probe, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1Probe::Representation
7380
8014
 
7381
8015
  property :health_route, as: 'healthRoute'
@@ -7389,6 +8023,18 @@ module Google
7389
8023
  end
7390
8024
  end
7391
8025
 
8026
+ class GoogleCloudAiplatformV1ModelDataStats
8027
+ # @private
8028
+ class Representation < Google::Apis::Core::JsonRepresentation
8029
+ property :test_annotations_count, :numeric_string => true, as: 'testAnnotationsCount'
8030
+ property :test_data_items_count, :numeric_string => true, as: 'testDataItemsCount'
8031
+ property :training_annotations_count, :numeric_string => true, as: 'trainingAnnotationsCount'
8032
+ property :training_data_items_count, :numeric_string => true, as: 'trainingDataItemsCount'
8033
+ property :validation_annotations_count, :numeric_string => true, as: 'validationAnnotationsCount'
8034
+ property :validation_data_items_count, :numeric_string => true, as: 'validationDataItemsCount'
8035
+ end
8036
+ end
8037
+
7392
8038
  class GoogleCloudAiplatformV1ModelDeploymentMonitoringBigQueryTable
7393
8039
  # @private
7394
8040
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -7981,6 +8627,19 @@ module Google
7981
8627
  end
7982
8628
  end
7983
8629
 
8630
+ class GoogleCloudAiplatformV1Part
8631
+ # @private
8632
+ class Representation < Google::Apis::Core::JsonRepresentation
8633
+ property :file_data, as: 'fileData', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1FileData, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1FileData::Representation
8634
+
8635
+ property :inline_data, as: 'inlineData', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1Blob, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1Blob::Representation
8636
+
8637
+ property :text, as: 'text'
8638
+ property :video_metadata, as: 'videoMetadata', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1VideoMetadata, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1VideoMetadata::Representation
8639
+
8640
+ end
8641
+ end
8642
+
7984
8643
  class GoogleCloudAiplatformV1PauseModelDeploymentMonitoringJobRequest
7985
8644
  # @private
7986
8645
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -8250,6 +8909,7 @@ module Google
8250
8909
  property :supported_actions, as: 'supportedActions', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1PublisherModelCallToAction, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1PublisherModelCallToAction::Representation
8251
8910
 
8252
8911
  property :version_id, as: 'versionId'
8912
+ property :version_state, as: 'versionState'
8253
8913
  end
8254
8914
  end
8255
8915
 
@@ -8292,6 +8952,7 @@ module Google
8292
8952
  property :large_model_reference, as: 'largeModelReference', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1LargeModelReference, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1LargeModelReference::Representation
8293
8953
 
8294
8954
  property :model_display_name, as: 'modelDisplayName'
8955
+ property :public_artifact_uri, as: 'publicArtifactUri'
8295
8956
  property :shared_resources, as: 'sharedResources'
8296
8957
  property :title, as: 'title'
8297
8958
  end
@@ -8326,8 +8987,10 @@ module Google
8326
8987
  class GoogleCloudAiplatformV1PublisherModelResourceReference
8327
8988
  # @private
8328
8989
  class Representation < Google::Apis::Core::JsonRepresentation
8990
+ property :description, as: 'description'
8329
8991
  property :resource_name, as: 'resourceName'
8330
8992
  property :uri, as: 'uri'
8993
+ property :use_case, as: 'useCase'
8331
8994
  end
8332
8995
  end
8333
8996
 
@@ -9153,6 +9816,7 @@ module Google
9153
9816
  # @private
9154
9817
  class Representation < Google::Apis::Core::JsonRepresentation
9155
9818
  property :enterprise_datastore, as: 'enterpriseDatastore'
9819
+ property :inline_context, as: 'inlineContext'
9156
9820
  property :type, as: 'type'
9157
9821
  property :vertex_ai_search_datastore, as: 'vertexAiSearchDatastore'
9158
9822
  end
@@ -9439,6 +10103,7 @@ module Google
9439
10103
  property :grounding_config, as: 'groundingConfig', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1SchemaPredictParamsGroundingConfig, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1SchemaPredictParamsGroundingConfig::Representation
9440
10104
 
9441
10105
  property :max_output_tokens, :numeric_string => true, as: 'maxOutputTokens'
10106
+ property :note, as: 'note'
9442
10107
  property :prompt_type, as: 'promptType'
9443
10108
  collection :stop_sequences, as: 'stopSequences'
9444
10109
  property :temperature, as: 'temperature'
@@ -11091,6 +11756,21 @@ module Google
11091
11756
  end
11092
11757
  end
11093
11758
 
11759
+ class GoogleCloudAiplatformV1UpgradeNotebookRuntimeOperationMetadata
11760
+ # @private
11761
+ class Representation < Google::Apis::Core::JsonRepresentation
11762
+ property :generic_metadata, as: 'genericMetadata', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1GenericOperationMetadata, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1GenericOperationMetadata::Representation
11763
+
11764
+ property :progress_message, as: 'progressMessage'
11765
+ end
11766
+ end
11767
+
11768
+ class GoogleCloudAiplatformV1UpgradeNotebookRuntimeRequest
11769
+ # @private
11770
+ class Representation < Google::Apis::Core::JsonRepresentation
11771
+ end
11772
+ end
11773
+
11094
11774
  class GoogleCloudAiplatformV1UploadModelOperationMetadata
11095
11775
  # @private
11096
11776
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -11150,6 +11830,14 @@ module Google
11150
11830
  end
11151
11831
  end
11152
11832
 
11833
+ class GoogleCloudAiplatformV1VideoMetadata
11834
+ # @private
11835
+ class Representation < Google::Apis::Core::JsonRepresentation
11836
+ property :end_offset, as: 'endOffset'
11837
+ property :start_offset, as: 'startOffset'
11838
+ end
11839
+ end
11840
+
11153
11841
  class GoogleCloudAiplatformV1WorkerPoolSpec
11154
11842
  # @private
11155
11843
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -11331,6 +12019,15 @@ module Google
11331
12019
  end
11332
12020
  end
11333
12021
 
12022
+ class GoogleTypeDate
12023
+ # @private
12024
+ class Representation < Google::Apis::Core::JsonRepresentation
12025
+ property :day, as: 'day'
12026
+ property :month, as: 'month'
12027
+ property :year, as: 'year'
12028
+ end
12029
+ end
12030
+
11334
12031
  class GoogleTypeExpr
11335
12032
  # @private
11336
12033
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -11357,6 +12054,35 @@ module Google
11357
12054
  property :units, :numeric_string => true, as: 'units'
11358
12055
  end
11359
12056
  end
12057
+
12058
+ class IntelligenceCloudAutomlXpsMetricEntry
12059
+ # @private
12060
+ class Representation < Google::Apis::Core::JsonRepresentation
12061
+ property :argentum_metric_id, as: 'argentumMetricId'
12062
+ property :double_value, as: 'doubleValue'
12063
+ property :int64_value, :numeric_string => true, as: 'int64Value'
12064
+ property :metric_name, as: 'metricName'
12065
+ collection :system_labels, as: 'systemLabels', class: Google::Apis::AiplatformV1::IntelligenceCloudAutomlXpsMetricEntryLabel, decorator: Google::Apis::AiplatformV1::IntelligenceCloudAutomlXpsMetricEntryLabel::Representation
12066
+
12067
+ end
12068
+ end
12069
+
12070
+ class IntelligenceCloudAutomlXpsMetricEntryLabel
12071
+ # @private
12072
+ class Representation < Google::Apis::Core::JsonRepresentation
12073
+ property :label_name, as: 'labelName'
12074
+ property :label_value, as: 'labelValue'
12075
+ end
12076
+ end
12077
+
12078
+ class IntelligenceCloudAutomlXpsReportingMetrics
12079
+ # @private
12080
+ class Representation < Google::Apis::Core::JsonRepresentation
12081
+ property :effective_training_duration, as: 'effectiveTrainingDuration'
12082
+ collection :metric_entries, as: 'metricEntries', class: Google::Apis::AiplatformV1::IntelligenceCloudAutomlXpsMetricEntry, decorator: Google::Apis::AiplatformV1::IntelligenceCloudAutomlXpsMetricEntry::Representation
12083
+
12084
+ end
12085
+ end
11360
12086
  end
11361
12087
  end
11362
12088
  end