google-apis-aiplatform_v1 0.8.0 → 0.10.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
 
@@ -364,6 +532,12 @@ module Google
364
532
  include Google::Apis::Core::JsonObjectSupport
365
533
  end
366
534
 
535
+ class GoogleCloudAiplatformV1Candidate
536
+ class Representation < Google::Apis::Core::JsonRepresentation; end
537
+
538
+ include Google::Apis::Core::JsonObjectSupport
539
+ end
540
+
367
541
  class GoogleCloudAiplatformV1CheckTrialEarlyStoppingStateMetatdata
368
542
  class Representation < Google::Apis::Core::JsonRepresentation; end
369
543
 
@@ -382,6 +556,18 @@ module Google
382
556
  include Google::Apis::Core::JsonObjectSupport
383
557
  end
384
558
 
559
+ class GoogleCloudAiplatformV1Citation
560
+ class Representation < Google::Apis::Core::JsonRepresentation; end
561
+
562
+ include Google::Apis::Core::JsonObjectSupport
563
+ end
564
+
565
+ class GoogleCloudAiplatformV1CitationMetadata
566
+ class Representation < Google::Apis::Core::JsonRepresentation; end
567
+
568
+ include Google::Apis::Core::JsonObjectSupport
569
+ end
570
+
385
571
  class GoogleCloudAiplatformV1CompleteTrialRequest
386
572
  class Representation < Google::Apis::Core::JsonRepresentation; end
387
573
 
@@ -1354,6 +1540,12 @@ module Google
1354
1540
  include Google::Apis::Core::JsonObjectSupport
1355
1541
  end
1356
1542
 
1543
+ class GoogleCloudAiplatformV1FunctionDeclaration
1544
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1545
+
1546
+ include Google::Apis::Core::JsonObjectSupport
1547
+ end
1548
+
1357
1549
  class GoogleCloudAiplatformV1FunctionResponse
1358
1550
  class Representation < Google::Apis::Core::JsonRepresentation; end
1359
1551
 
@@ -1372,6 +1564,36 @@ module Google
1372
1564
  include Google::Apis::Core::JsonObjectSupport
1373
1565
  end
1374
1566
 
1567
+ class GoogleCloudAiplatformV1GenerateContentRequest
1568
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1569
+
1570
+ include Google::Apis::Core::JsonObjectSupport
1571
+ end
1572
+
1573
+ class GoogleCloudAiplatformV1GenerateContentResponse
1574
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1575
+
1576
+ include Google::Apis::Core::JsonObjectSupport
1577
+ end
1578
+
1579
+ class GoogleCloudAiplatformV1GenerateContentResponsePromptFeedback
1580
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1581
+
1582
+ include Google::Apis::Core::JsonObjectSupport
1583
+ end
1584
+
1585
+ class GoogleCloudAiplatformV1GenerateContentResponseUsageMetadata
1586
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1587
+
1588
+ include Google::Apis::Core::JsonObjectSupport
1589
+ end
1590
+
1591
+ class GoogleCloudAiplatformV1GenerationConfig
1592
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1593
+
1594
+ include Google::Apis::Core::JsonObjectSupport
1595
+ end
1596
+
1375
1597
  class GoogleCloudAiplatformV1GenericOperationMetadata
1376
1598
  class Representation < Google::Apis::Core::JsonRepresentation; end
1377
1599
 
@@ -2248,6 +2470,12 @@ module Google
2248
2470
  include Google::Apis::Core::JsonObjectSupport
2249
2471
  end
2250
2472
 
2473
+ class GoogleCloudAiplatformV1NotebookReservationAffinity
2474
+ class Representation < Google::Apis::Core::JsonRepresentation; end
2475
+
2476
+ include Google::Apis::Core::JsonObjectSupport
2477
+ end
2478
+
2251
2479
  class GoogleCloudAiplatformV1NotebookRuntime
2252
2480
  class Representation < Google::Apis::Core::JsonRepresentation; end
2253
2481
 
@@ -2668,6 +2896,18 @@ module Google
2668
2896
  include Google::Apis::Core::JsonObjectSupport
2669
2897
  end
2670
2898
 
2899
+ class GoogleCloudAiplatformV1SafetyRating
2900
+ class Representation < Google::Apis::Core::JsonRepresentation; end
2901
+
2902
+ include Google::Apis::Core::JsonObjectSupport
2903
+ end
2904
+
2905
+ class GoogleCloudAiplatformV1SafetySetting
2906
+ class Representation < Google::Apis::Core::JsonRepresentation; end
2907
+
2908
+ include Google::Apis::Core::JsonObjectSupport
2909
+ end
2910
+
2671
2911
  class GoogleCloudAiplatformV1SampleConfig
2672
2912
  class Representation < Google::Apis::Core::JsonRepresentation; end
2673
2913
 
@@ -2722,6 +2962,12 @@ module Google
2722
2962
  include Google::Apis::Core::JsonObjectSupport
2723
2963
  end
2724
2964
 
2965
+ class GoogleCloudAiplatformV1Schema
2966
+ class Representation < Google::Apis::Core::JsonRepresentation; end
2967
+
2968
+ include Google::Apis::Core::JsonObjectSupport
2969
+ end
2970
+
2725
2971
  class GoogleCloudAiplatformV1SchemaAnnotationSpecColor
2726
2972
  class Representation < Google::Apis::Core::JsonRepresentation; end
2727
2973
 
@@ -3736,6 +3982,12 @@ module Google
3736
3982
  include Google::Apis::Core::JsonObjectSupport
3737
3983
  end
3738
3984
 
3985
+ class GoogleCloudAiplatformV1ShieldedVmConfig
3986
+ class Representation < Google::Apis::Core::JsonRepresentation; end
3987
+
3988
+ include Google::Apis::Core::JsonObjectSupport
3989
+ end
3990
+
3739
3991
  class GoogleCloudAiplatformV1SmoothGradConfig
3740
3992
  class Representation < Google::Apis::Core::JsonRepresentation; end
3741
3993
 
@@ -4024,6 +4276,12 @@ module Google
4024
4276
  include Google::Apis::Core::JsonObjectSupport
4025
4277
  end
4026
4278
 
4279
+ class GoogleCloudAiplatformV1Tool
4280
+ class Representation < Google::Apis::Core::JsonRepresentation; end
4281
+
4282
+ include Google::Apis::Core::JsonObjectSupport
4283
+ end
4284
+
4027
4285
  class GoogleCloudAiplatformV1TrainingConfig
4028
4286
  class Representation < Google::Apis::Core::JsonRepresentation; end
4029
4287
 
@@ -4273,103 +4531,405 @@ module Google
4273
4531
  class GoogleCloudAiplatformV1WriteTensorboardRunDataRequest
4274
4532
  class Representation < Google::Apis::Core::JsonRepresentation; end
4275
4533
 
4276
- include Google::Apis::Core::JsonObjectSupport
4534
+ include Google::Apis::Core::JsonObjectSupport
4535
+ end
4536
+
4537
+ class GoogleCloudAiplatformV1WriteTensorboardRunDataResponse
4538
+ class Representation < Google::Apis::Core::JsonRepresentation; end
4539
+
4540
+ include Google::Apis::Core::JsonObjectSupport
4541
+ end
4542
+
4543
+ class GoogleCloudAiplatformV1XraiAttribution
4544
+ class Representation < Google::Apis::Core::JsonRepresentation; end
4545
+
4546
+ include Google::Apis::Core::JsonObjectSupport
4547
+ end
4548
+
4549
+ class GoogleCloudLocationListLocationsResponse
4550
+ class Representation < Google::Apis::Core::JsonRepresentation; end
4551
+
4552
+ include Google::Apis::Core::JsonObjectSupport
4553
+ end
4554
+
4555
+ class GoogleCloudLocationLocation
4556
+ class Representation < Google::Apis::Core::JsonRepresentation; end
4557
+
4558
+ include Google::Apis::Core::JsonObjectSupport
4559
+ end
4560
+
4561
+ class GoogleIamV1Binding
4562
+ class Representation < Google::Apis::Core::JsonRepresentation; end
4563
+
4564
+ include Google::Apis::Core::JsonObjectSupport
4565
+ end
4566
+
4567
+ class GoogleIamV1Policy
4568
+ class Representation < Google::Apis::Core::JsonRepresentation; end
4569
+
4570
+ include Google::Apis::Core::JsonObjectSupport
4571
+ end
4572
+
4573
+ class GoogleIamV1SetIamPolicyRequest
4574
+ class Representation < Google::Apis::Core::JsonRepresentation; end
4575
+
4576
+ include Google::Apis::Core::JsonObjectSupport
4577
+ end
4578
+
4579
+ class GoogleIamV1TestIamPermissionsResponse
4580
+ class Representation < Google::Apis::Core::JsonRepresentation; end
4581
+
4582
+ include Google::Apis::Core::JsonObjectSupport
4583
+ end
4584
+
4585
+ class GoogleLongrunningListOperationsResponse
4586
+ class Representation < Google::Apis::Core::JsonRepresentation; end
4587
+
4588
+ include Google::Apis::Core::JsonObjectSupport
4589
+ end
4590
+
4591
+ class GoogleLongrunningOperation
4592
+ class Representation < Google::Apis::Core::JsonRepresentation; end
4593
+
4594
+ include Google::Apis::Core::JsonObjectSupport
4595
+ end
4596
+
4597
+ class GoogleProtobufEmpty
4598
+ class Representation < Google::Apis::Core::JsonRepresentation; end
4599
+
4600
+ include Google::Apis::Core::JsonObjectSupport
4601
+ end
4602
+
4603
+ class GoogleRpcStatus
4604
+ class Representation < Google::Apis::Core::JsonRepresentation; end
4605
+
4606
+ include Google::Apis::Core::JsonObjectSupport
4607
+ end
4608
+
4609
+ class GoogleTypeColor
4610
+ class Representation < Google::Apis::Core::JsonRepresentation; end
4611
+
4612
+ include Google::Apis::Core::JsonObjectSupport
4613
+ end
4614
+
4615
+ class GoogleTypeDate
4616
+ class Representation < Google::Apis::Core::JsonRepresentation; end
4617
+
4618
+ include Google::Apis::Core::JsonObjectSupport
4619
+ end
4620
+
4621
+ class GoogleTypeExpr
4622
+ class Representation < Google::Apis::Core::JsonRepresentation; end
4623
+
4624
+ include Google::Apis::Core::JsonObjectSupport
4625
+ end
4626
+
4627
+ class GoogleTypeInterval
4628
+ class Representation < Google::Apis::Core::JsonRepresentation; end
4629
+
4630
+ include Google::Apis::Core::JsonObjectSupport
4631
+ end
4632
+
4633
+ class GoogleTypeMoney
4634
+ class Representation < Google::Apis::Core::JsonRepresentation; end
4635
+
4636
+ include Google::Apis::Core::JsonObjectSupport
4637
+ end
4638
+
4639
+ class IntelligenceCloudAutomlXpsMetricEntry
4640
+ class Representation < Google::Apis::Core::JsonRepresentation; end
4641
+
4642
+ include Google::Apis::Core::JsonObjectSupport
4643
+ end
4644
+
4645
+ class IntelligenceCloudAutomlXpsMetricEntryLabel
4646
+ class Representation < Google::Apis::Core::JsonRepresentation; end
4647
+
4648
+ include Google::Apis::Core::JsonObjectSupport
4649
+ end
4650
+
4651
+ class IntelligenceCloudAutomlXpsReportingMetrics
4652
+ class Representation < Google::Apis::Core::JsonRepresentation; end
4653
+
4654
+ include Google::Apis::Core::JsonObjectSupport
4655
+ end
4656
+
4657
+ class CloudAiLargeModelsVisionEmbedVideoResponse
4658
+ # @private
4659
+ class Representation < Google::Apis::Core::JsonRepresentation
4660
+ collection :video_embeddings, as: 'videoEmbeddings'
4661
+ end
4662
+ end
4663
+
4664
+ class CloudAiLargeModelsVisionFilteredText
4665
+ # @private
4666
+ class Representation < Google::Apis::Core::JsonRepresentation
4667
+ property :category, as: 'category'
4668
+ property :confidence, as: 'confidence'
4669
+ property :prompt, as: 'prompt'
4670
+ property :score, as: 'score'
4671
+ end
4672
+ end
4673
+
4674
+ class CloudAiLargeModelsVisionGenerateVideoResponse
4675
+ # @private
4676
+ class Representation < Google::Apis::Core::JsonRepresentation
4677
+ collection :generated_samples, as: 'generatedSamples', class: Google::Apis::AiplatformV1::CloudAiLargeModelsVisionMedia, decorator: Google::Apis::AiplatformV1::CloudAiLargeModelsVisionMedia::Representation
4678
+
4679
+ property :rai_media_filtered_count, as: 'raiMediaFilteredCount'
4680
+ collection :rai_media_filtered_reasons, as: 'raiMediaFilteredReasons'
4681
+ property :rai_text_filtered_reason, as: 'raiTextFilteredReason', class: Google::Apis::AiplatformV1::CloudAiLargeModelsVisionFilteredText, decorator: Google::Apis::AiplatformV1::CloudAiLargeModelsVisionFilteredText::Representation
4682
+
4683
+ end
4684
+ end
4685
+
4686
+ class CloudAiLargeModelsVisionImage
4687
+ # @private
4688
+ class Representation < Google::Apis::Core::JsonRepresentation
4689
+ property :encoding, as: 'encoding'
4690
+ property :image, :base64 => true, as: 'image'
4691
+ property :image_rai_scores, as: 'imageRaiScores', class: Google::Apis::AiplatformV1::CloudAiLargeModelsVisionImageRaiScores, decorator: Google::Apis::AiplatformV1::CloudAiLargeModelsVisionImageRaiScores::Representation
4692
+
4693
+ property :rai_info, as: 'raiInfo', class: Google::Apis::AiplatformV1::CloudAiLargeModelsVisionRaiInfo, decorator: Google::Apis::AiplatformV1::CloudAiLargeModelsVisionRaiInfo::Representation
4694
+
4695
+ property :semantic_filter_response, as: 'semanticFilterResponse', class: Google::Apis::AiplatformV1::CloudAiLargeModelsVisionSemanticFilterResponse, decorator: Google::Apis::AiplatformV1::CloudAiLargeModelsVisionSemanticFilterResponse::Representation
4696
+
4697
+ property :uri, as: 'uri'
4698
+ end
4699
+ end
4700
+
4701
+ class CloudAiLargeModelsVisionImageRaiScores
4702
+ # @private
4703
+ class Representation < Google::Apis::Core::JsonRepresentation
4704
+ property :agile_watermark_detection_score, as: 'agileWatermarkDetectionScore'
4705
+ end
4706
+ end
4707
+
4708
+ class CloudAiLargeModelsVisionMedia
4709
+ # @private
4710
+ class Representation < Google::Apis::Core::JsonRepresentation
4711
+ property :image, as: 'image', class: Google::Apis::AiplatformV1::CloudAiLargeModelsVisionImage, decorator: Google::Apis::AiplatformV1::CloudAiLargeModelsVisionImage::Representation
4712
+
4713
+ property :video, as: 'video', class: Google::Apis::AiplatformV1::CloudAiLargeModelsVisionVideo, decorator: Google::Apis::AiplatformV1::CloudAiLargeModelsVisionVideo::Representation
4714
+
4715
+ end
4716
+ end
4717
+
4718
+ class CloudAiLargeModelsVisionMediaGenerateContentResponse
4719
+ # @private
4720
+ class Representation < Google::Apis::Core::JsonRepresentation
4721
+ property :response, as: 'response', class: Google::Apis::AiplatformV1::CloudAiNlLlmProtoServiceGenerateMultiModalResponse, decorator: Google::Apis::AiplatformV1::CloudAiNlLlmProtoServiceGenerateMultiModalResponse::Representation
4722
+
4723
+ end
4724
+ end
4725
+
4726
+ class CloudAiLargeModelsVisionNamedBoundingBox
4727
+ # @private
4728
+ class Representation < Google::Apis::Core::JsonRepresentation
4729
+ collection :classes, as: 'classes'
4730
+ collection :entities, as: 'entities'
4731
+ collection :scores, as: 'scores'
4732
+ property :x1, as: 'x1'
4733
+ property :x2, as: 'x2'
4734
+ property :y1, as: 'y1'
4735
+ property :y2, as: 'y2'
4736
+ end
4737
+ end
4738
+
4739
+ class CloudAiLargeModelsVisionRaiInfo
4740
+ # @private
4741
+ class Representation < Google::Apis::Core::JsonRepresentation
4742
+ collection :rai_categories, as: 'raiCategories'
4743
+ collection :scores, as: 'scores'
4744
+ end
4745
+ end
4746
+
4747
+ class CloudAiLargeModelsVisionReasonVideoResponse
4748
+ # @private
4749
+ class Representation < Google::Apis::Core::JsonRepresentation
4750
+ collection :responses, as: 'responses', class: Google::Apis::AiplatformV1::CloudAiLargeModelsVisionReasonVideoResponseTextResponse, decorator: Google::Apis::AiplatformV1::CloudAiLargeModelsVisionReasonVideoResponseTextResponse::Representation
4751
+
4752
+ end
4753
+ end
4754
+
4755
+ class CloudAiLargeModelsVisionReasonVideoResponseTextResponse
4756
+ # @private
4757
+ class Representation < Google::Apis::Core::JsonRepresentation
4758
+ property :relative_temporal_partition, as: 'relativeTemporalPartition', class: Google::Apis::AiplatformV1::CloudAiLargeModelsVisionRelativeTemporalPartition, decorator: Google::Apis::AiplatformV1::CloudAiLargeModelsVisionRelativeTemporalPartition::Representation
4759
+
4760
+ property :text, as: 'text'
4761
+ end
4762
+ end
4763
+
4764
+ class CloudAiLargeModelsVisionRelativeTemporalPartition
4765
+ # @private
4766
+ class Representation < Google::Apis::Core::JsonRepresentation
4767
+ property :end_offset, as: 'endOffset'
4768
+ property :start_offset, as: 'startOffset'
4769
+ end
4770
+ end
4771
+
4772
+ class CloudAiLargeModelsVisionSemanticFilterResponse
4773
+ # @private
4774
+ class Representation < Google::Apis::Core::JsonRepresentation
4775
+ collection :named_bounding_boxes, as: 'namedBoundingBoxes', class: Google::Apis::AiplatformV1::CloudAiLargeModelsVisionNamedBoundingBox, decorator: Google::Apis::AiplatformV1::CloudAiLargeModelsVisionNamedBoundingBox::Representation
4776
+
4777
+ property :passed_semantic_filter, as: 'passedSemanticFilter'
4778
+ end
4277
4779
  end
4278
4780
 
4279
- class GoogleCloudAiplatformV1WriteTensorboardRunDataResponse
4280
- class Representation < Google::Apis::Core::JsonRepresentation; end
4281
-
4282
- include Google::Apis::Core::JsonObjectSupport
4781
+ class CloudAiLargeModelsVisionVideo
4782
+ # @private
4783
+ class Representation < Google::Apis::Core::JsonRepresentation
4784
+ property :uri, as: 'uri'
4785
+ property :video, :base64 => true, as: 'video'
4786
+ end
4283
4787
  end
4284
4788
 
4285
- class GoogleCloudAiplatformV1XraiAttribution
4286
- class Representation < Google::Apis::Core::JsonRepresentation; end
4789
+ class CloudAiNlLlmProtoServiceCandidate
4790
+ # @private
4791
+ class Representation < Google::Apis::Core::JsonRepresentation
4792
+ property :citation_metadata, as: 'citationMetadata', class: Google::Apis::AiplatformV1::CloudAiNlLlmProtoServiceCitationMetadata, decorator: Google::Apis::AiplatformV1::CloudAiNlLlmProtoServiceCitationMetadata::Representation
4287
4793
 
4288
- include Google::Apis::Core::JsonObjectSupport
4289
- end
4794
+ property :content, as: 'content', class: Google::Apis::AiplatformV1::CloudAiNlLlmProtoServiceContent, decorator: Google::Apis::AiplatformV1::CloudAiNlLlmProtoServiceContent::Representation
4290
4795
 
4291
- class GoogleCloudLocationListLocationsResponse
4292
- class Representation < Google::Apis::Core::JsonRepresentation; end
4796
+ property :finish_message, as: 'finishMessage'
4797
+ property :finish_reason, as: 'finishReason'
4798
+ property :index, as: 'index'
4799
+ collection :safety_ratings, as: 'safetyRatings', class: Google::Apis::AiplatformV1::CloudAiNlLlmProtoServiceSafetyRating, decorator: Google::Apis::AiplatformV1::CloudAiNlLlmProtoServiceSafetyRating::Representation
4293
4800
 
4294
- include Google::Apis::Core::JsonObjectSupport
4801
+ end
4295
4802
  end
4296
4803
 
4297
- class GoogleCloudLocationLocation
4298
- class Representation < Google::Apis::Core::JsonRepresentation; end
4804
+ class CloudAiNlLlmProtoServiceCitation
4805
+ # @private
4806
+ class Representation < Google::Apis::Core::JsonRepresentation
4807
+ property :end_index, as: 'endIndex'
4808
+ property :license, as: 'license'
4809
+ property :publication_date, as: 'publicationDate', class: Google::Apis::AiplatformV1::GoogleTypeDate, decorator: Google::Apis::AiplatformV1::GoogleTypeDate::Representation
4299
4810
 
4300
- include Google::Apis::Core::JsonObjectSupport
4811
+ property :start_index, as: 'startIndex'
4812
+ property :title, as: 'title'
4813
+ property :uri, as: 'uri'
4814
+ end
4301
4815
  end
4302
4816
 
4303
- class GoogleIamV1Binding
4304
- class Representation < Google::Apis::Core::JsonRepresentation; end
4817
+ class CloudAiNlLlmProtoServiceCitationMetadata
4818
+ # @private
4819
+ class Representation < Google::Apis::Core::JsonRepresentation
4820
+ collection :citations, as: 'citations', class: Google::Apis::AiplatformV1::CloudAiNlLlmProtoServiceCitation, decorator: Google::Apis::AiplatformV1::CloudAiNlLlmProtoServiceCitation::Representation
4305
4821
 
4306
- include Google::Apis::Core::JsonObjectSupport
4822
+ end
4307
4823
  end
4308
4824
 
4309
- class GoogleIamV1Policy
4310
- class Representation < Google::Apis::Core::JsonRepresentation; end
4825
+ class CloudAiNlLlmProtoServiceContent
4826
+ # @private
4827
+ class Representation < Google::Apis::Core::JsonRepresentation
4828
+ collection :parts, as: 'parts', class: Google::Apis::AiplatformV1::CloudAiNlLlmProtoServicePart, decorator: Google::Apis::AiplatformV1::CloudAiNlLlmProtoServicePart::Representation
4311
4829
 
4312
- include Google::Apis::Core::JsonObjectSupport
4830
+ property :role, as: 'role'
4831
+ end
4313
4832
  end
4314
4833
 
4315
- class GoogleIamV1SetIamPolicyRequest
4316
- class Representation < Google::Apis::Core::JsonRepresentation; end
4834
+ class CloudAiNlLlmProtoServiceFunctionCall
4835
+ # @private
4836
+ class Representation < Google::Apis::Core::JsonRepresentation
4837
+ hash :args, as: 'args'
4838
+ property :name, as: 'name'
4839
+ end
4840
+ end
4317
4841
 
4318
- include Google::Apis::Core::JsonObjectSupport
4842
+ class CloudAiNlLlmProtoServiceFunctionResponse
4843
+ # @private
4844
+ class Representation < Google::Apis::Core::JsonRepresentation
4845
+ property :name, as: 'name'
4846
+ hash :response, as: 'response'
4847
+ end
4319
4848
  end
4320
4849
 
4321
- class GoogleIamV1TestIamPermissionsResponse
4322
- class Representation < Google::Apis::Core::JsonRepresentation; end
4850
+ class CloudAiNlLlmProtoServiceGenerateMultiModalResponse
4851
+ # @private
4852
+ class Representation < Google::Apis::Core::JsonRepresentation
4853
+ collection :candidates, as: 'candidates', class: Google::Apis::AiplatformV1::CloudAiNlLlmProtoServiceCandidate, decorator: Google::Apis::AiplatformV1::CloudAiNlLlmProtoServiceCandidate::Representation
4323
4854
 
4324
- include Google::Apis::Core::JsonObjectSupport
4325
- end
4855
+ property :prompt_feedback, as: 'promptFeedback', class: Google::Apis::AiplatformV1::CloudAiNlLlmProtoServicePromptFeedback, decorator: Google::Apis::AiplatformV1::CloudAiNlLlmProtoServicePromptFeedback::Representation
4326
4856
 
4327
- class GoogleLongrunningListOperationsResponse
4328
- class Representation < Google::Apis::Core::JsonRepresentation; end
4857
+ property :reporting_metrics, as: 'reportingMetrics', class: Google::Apis::AiplatformV1::IntelligenceCloudAutomlXpsReportingMetrics, decorator: Google::Apis::AiplatformV1::IntelligenceCloudAutomlXpsReportingMetrics::Representation
4329
4858
 
4330
- include Google::Apis::Core::JsonObjectSupport
4859
+ property :usage_metadata, as: 'usageMetadata', class: Google::Apis::AiplatformV1::CloudAiNlLlmProtoServiceUsageMetadata, decorator: Google::Apis::AiplatformV1::CloudAiNlLlmProtoServiceUsageMetadata::Representation
4860
+
4861
+ end
4331
4862
  end
4332
4863
 
4333
- class GoogleLongrunningOperation
4334
- class Representation < Google::Apis::Core::JsonRepresentation; end
4864
+ class CloudAiNlLlmProtoServicePart
4865
+ # @private
4866
+ class Representation < Google::Apis::Core::JsonRepresentation
4867
+ property :file_data, as: 'fileData', class: Google::Apis::AiplatformV1::CloudAiNlLlmProtoServicePartFileData, decorator: Google::Apis::AiplatformV1::CloudAiNlLlmProtoServicePartFileData::Representation
4335
4868
 
4336
- include Google::Apis::Core::JsonObjectSupport
4337
- end
4869
+ property :function_call, as: 'functionCall', class: Google::Apis::AiplatformV1::CloudAiNlLlmProtoServiceFunctionCall, decorator: Google::Apis::AiplatformV1::CloudAiNlLlmProtoServiceFunctionCall::Representation
4338
4870
 
4339
- class GoogleProtobufEmpty
4340
- class Representation < Google::Apis::Core::JsonRepresentation; end
4871
+ property :function_response, as: 'functionResponse', class: Google::Apis::AiplatformV1::CloudAiNlLlmProtoServiceFunctionResponse, decorator: Google::Apis::AiplatformV1::CloudAiNlLlmProtoServiceFunctionResponse::Representation
4341
4872
 
4342
- include Google::Apis::Core::JsonObjectSupport
4343
- end
4873
+ property :inline_data, as: 'inlineData', class: Google::Apis::AiplatformV1::CloudAiNlLlmProtoServicePartBlob, decorator: Google::Apis::AiplatformV1::CloudAiNlLlmProtoServicePartBlob::Representation
4344
4874
 
4345
- class GoogleRpcStatus
4346
- class Representation < Google::Apis::Core::JsonRepresentation; end
4875
+ property :text, as: 'text'
4876
+ property :video_metadata, as: 'videoMetadata', class: Google::Apis::AiplatformV1::CloudAiNlLlmProtoServicePartVideoMetadata, decorator: Google::Apis::AiplatformV1::CloudAiNlLlmProtoServicePartVideoMetadata::Representation
4347
4877
 
4348
- include Google::Apis::Core::JsonObjectSupport
4878
+ end
4349
4879
  end
4350
4880
 
4351
- class GoogleTypeColor
4352
- class Representation < Google::Apis::Core::JsonRepresentation; end
4881
+ class CloudAiNlLlmProtoServicePartBlob
4882
+ # @private
4883
+ class Representation < Google::Apis::Core::JsonRepresentation
4884
+ property :data, :base64 => true, as: 'data'
4885
+ property :mime_type, as: 'mimeType'
4886
+ property :original_file_data, as: 'originalFileData', class: Google::Apis::AiplatformV1::CloudAiNlLlmProtoServicePartFileData, decorator: Google::Apis::AiplatformV1::CloudAiNlLlmProtoServicePartFileData::Representation
4353
4887
 
4354
- include Google::Apis::Core::JsonObjectSupport
4888
+ end
4355
4889
  end
4356
4890
 
4357
- class GoogleTypeExpr
4358
- class Representation < Google::Apis::Core::JsonRepresentation; end
4891
+ class CloudAiNlLlmProtoServicePartFileData
4892
+ # @private
4893
+ class Representation < Google::Apis::Core::JsonRepresentation
4894
+ property :file_uri, as: 'fileUri'
4895
+ property :mime_type, as: 'mimeType'
4896
+ end
4897
+ end
4359
4898
 
4360
- include Google::Apis::Core::JsonObjectSupport
4899
+ class CloudAiNlLlmProtoServicePartVideoMetadata
4900
+ # @private
4901
+ class Representation < Google::Apis::Core::JsonRepresentation
4902
+ property :end_offset, as: 'endOffset'
4903
+ property :start_offset, as: 'startOffset'
4904
+ end
4361
4905
  end
4362
4906
 
4363
- class GoogleTypeInterval
4364
- class Representation < Google::Apis::Core::JsonRepresentation; end
4907
+ class CloudAiNlLlmProtoServicePromptFeedback
4908
+ # @private
4909
+ class Representation < Google::Apis::Core::JsonRepresentation
4910
+ property :block_reason, as: 'blockReason'
4911
+ property :block_reason_message, as: 'blockReasonMessage'
4912
+ collection :safety_ratings, as: 'safetyRatings', class: Google::Apis::AiplatformV1::CloudAiNlLlmProtoServiceSafetyRating, decorator: Google::Apis::AiplatformV1::CloudAiNlLlmProtoServiceSafetyRating::Representation
4365
4913
 
4366
- include Google::Apis::Core::JsonObjectSupport
4914
+ end
4367
4915
  end
4368
4916
 
4369
- class GoogleTypeMoney
4370
- class Representation < Google::Apis::Core::JsonRepresentation; end
4917
+ class CloudAiNlLlmProtoServiceSafetyRating
4918
+ # @private
4919
+ class Representation < Google::Apis::Core::JsonRepresentation
4920
+ property :blocked, as: 'blocked'
4921
+ property :category, as: 'category'
4922
+ property :probability, as: 'probability'
4923
+ end
4924
+ end
4371
4925
 
4372
- include Google::Apis::Core::JsonObjectSupport
4926
+ class CloudAiNlLlmProtoServiceUsageMetadata
4927
+ # @private
4928
+ class Representation < Google::Apis::Core::JsonRepresentation
4929
+ property :candidates_token_count, as: 'candidatesTokenCount'
4930
+ property :prompt_token_count, as: 'promptTokenCount'
4931
+ property :total_token_count, as: 'totalTokenCount'
4932
+ end
4373
4933
  end
4374
4934
 
4375
4935
  class GoogleApiHttpBody
@@ -4898,6 +5458,21 @@ module Google
4898
5458
  end
4899
5459
  end
4900
5460
 
5461
+ class GoogleCloudAiplatformV1Candidate
5462
+ # @private
5463
+ class Representation < Google::Apis::Core::JsonRepresentation
5464
+ property :citation_metadata, as: 'citationMetadata', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1CitationMetadata, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1CitationMetadata::Representation
5465
+
5466
+ property :content, as: 'content', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1Content, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1Content::Representation
5467
+
5468
+ property :finish_message, as: 'finishMessage'
5469
+ property :finish_reason, as: 'finishReason'
5470
+ property :index, as: 'index'
5471
+ collection :safety_ratings, as: 'safetyRatings', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1SafetyRating, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1SafetyRating::Representation
5472
+
5473
+ end
5474
+ end
5475
+
4901
5476
  class GoogleCloudAiplatformV1CheckTrialEarlyStoppingStateMetatdata
4902
5477
  # @private
4903
5478
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -4921,6 +5496,27 @@ module Google
4921
5496
  end
4922
5497
  end
4923
5498
 
5499
+ class GoogleCloudAiplatformV1Citation
5500
+ # @private
5501
+ class Representation < Google::Apis::Core::JsonRepresentation
5502
+ property :end_index, as: 'endIndex'
5503
+ property :license, as: 'license'
5504
+ property :publication_date, as: 'publicationDate', class: Google::Apis::AiplatformV1::GoogleTypeDate, decorator: Google::Apis::AiplatformV1::GoogleTypeDate::Representation
5505
+
5506
+ property :start_index, as: 'startIndex'
5507
+ property :title, as: 'title'
5508
+ property :uri, as: 'uri'
5509
+ end
5510
+ end
5511
+
5512
+ class GoogleCloudAiplatformV1CitationMetadata
5513
+ # @private
5514
+ class Representation < Google::Apis::Core::JsonRepresentation
5515
+ collection :citations, as: 'citations', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1Citation, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1Citation::Representation
5516
+
5517
+ end
5518
+ end
5519
+
4924
5520
  class GoogleCloudAiplatformV1CompleteTrialRequest
4925
5521
  # @private
4926
5522
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -5278,6 +5874,7 @@ module Google
5278
5874
  property :enable_web_access, as: 'enableWebAccess'
5279
5875
  property :experiment, as: 'experiment'
5280
5876
  property :experiment_run, as: 'experimentRun'
5877
+ collection :models, as: 'models'
5281
5878
  property :network, as: 'network'
5282
5879
  property :protected_artifact_location_id, as: 'protectedArtifactLocationId'
5283
5880
  collection :reserved_ip_ranges, as: 'reservedIpRanges'
@@ -6573,6 +7170,16 @@ module Google
6573
7170
  end
6574
7171
  end
6575
7172
 
7173
+ class GoogleCloudAiplatformV1FunctionDeclaration
7174
+ # @private
7175
+ class Representation < Google::Apis::Core::JsonRepresentation
7176
+ property :description, as: 'description'
7177
+ property :name, as: 'name'
7178
+ property :parameters, as: 'parameters', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1Schema, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1Schema::Representation
7179
+
7180
+ end
7181
+ end
7182
+
6576
7183
  class GoogleCloudAiplatformV1FunctionResponse
6577
7184
  # @private
6578
7185
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -6595,6 +7202,64 @@ module Google
6595
7202
  end
6596
7203
  end
6597
7204
 
7205
+ class GoogleCloudAiplatformV1GenerateContentRequest
7206
+ # @private
7207
+ class Representation < Google::Apis::Core::JsonRepresentation
7208
+ collection :contents, as: 'contents', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1Content, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1Content::Representation
7209
+
7210
+ property :endpoint, as: 'endpoint'
7211
+ property :generation_config, as: 'generationConfig', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1GenerationConfig, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1GenerationConfig::Representation
7212
+
7213
+ collection :safety_settings, as: 'safetySettings', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1SafetySetting, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1SafetySetting::Representation
7214
+
7215
+ collection :tools, as: 'tools', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1Tool, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1Tool::Representation
7216
+
7217
+ end
7218
+ end
7219
+
7220
+ class GoogleCloudAiplatformV1GenerateContentResponse
7221
+ # @private
7222
+ class Representation < Google::Apis::Core::JsonRepresentation
7223
+ collection :candidates, as: 'candidates', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1Candidate, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1Candidate::Representation
7224
+
7225
+ property :prompt_feedback, as: 'promptFeedback', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1GenerateContentResponsePromptFeedback, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1GenerateContentResponsePromptFeedback::Representation
7226
+
7227
+ property :usage_metadata, as: 'usageMetadata', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1GenerateContentResponseUsageMetadata, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1GenerateContentResponseUsageMetadata::Representation
7228
+
7229
+ end
7230
+ end
7231
+
7232
+ class GoogleCloudAiplatformV1GenerateContentResponsePromptFeedback
7233
+ # @private
7234
+ class Representation < Google::Apis::Core::JsonRepresentation
7235
+ property :block_reason, as: 'blockReason'
7236
+ property :block_reason_message, as: 'blockReasonMessage'
7237
+ collection :safety_ratings, as: 'safetyRatings', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1SafetyRating, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1SafetyRating::Representation
7238
+
7239
+ end
7240
+ end
7241
+
7242
+ class GoogleCloudAiplatformV1GenerateContentResponseUsageMetadata
7243
+ # @private
7244
+ class Representation < Google::Apis::Core::JsonRepresentation
7245
+ property :candidates_token_count, as: 'candidatesTokenCount'
7246
+ property :prompt_token_count, as: 'promptTokenCount'
7247
+ property :total_token_count, as: 'totalTokenCount'
7248
+ end
7249
+ end
7250
+
7251
+ class GoogleCloudAiplatformV1GenerationConfig
7252
+ # @private
7253
+ class Representation < Google::Apis::Core::JsonRepresentation
7254
+ property :candidate_count, as: 'candidateCount'
7255
+ property :max_output_tokens, as: 'maxOutputTokens'
7256
+ collection :stop_sequences, as: 'stopSequences'
7257
+ property :temperature, as: 'temperature'
7258
+ property :top_k, as: 'topK'
7259
+ property :top_p, as: 'topP'
7260
+ end
7261
+ end
7262
+
6598
7263
  class GoogleCloudAiplatformV1GenericOperationMetadata
6599
7264
  # @private
6600
7265
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -8129,6 +8794,15 @@ module Google
8129
8794
  end
8130
8795
  end
8131
8796
 
8797
+ class GoogleCloudAiplatformV1NotebookReservationAffinity
8798
+ # @private
8799
+ class Representation < Google::Apis::Core::JsonRepresentation
8800
+ property :consume_reservation_type, as: 'consumeReservationType'
8801
+ property :key, as: 'key'
8802
+ collection :values, as: 'values'
8803
+ end
8804
+ end
8805
+
8132
8806
  class GoogleCloudAiplatformV1NotebookRuntime
8133
8807
  # @private
8134
8808
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -8137,12 +8811,16 @@ module Google
8137
8811
  property :display_name, as: 'displayName'
8138
8812
  property :expiration_time, as: 'expirationTime'
8139
8813
  property :health_state, as: 'healthState'
8814
+ property :is_upgradable, as: 'isUpgradable'
8140
8815
  hash :labels, as: 'labels'
8141
8816
  property :name, as: 'name'
8817
+ collection :network_tags, as: 'networkTags'
8142
8818
  property :notebook_runtime_template_ref, as: 'notebookRuntimeTemplateRef', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1NotebookRuntimeTemplateRef, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1NotebookRuntimeTemplateRef::Representation
8143
8819
 
8144
8820
  property :notebook_runtime_type, as: 'notebookRuntimeType'
8145
8821
  property :proxy_uri, as: 'proxyUri'
8822
+ property :reservation_affinity, as: 'reservationAffinity', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1NotebookReservationAffinity, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1NotebookReservationAffinity::Representation
8823
+
8146
8824
  property :runtime_state, as: 'runtimeState'
8147
8825
  property :runtime_user, as: 'runtimeUser'
8148
8826
  property :service_account, as: 'serviceAccount'
@@ -8171,8 +8849,13 @@ module Google
8171
8849
  property :name, as: 'name'
8172
8850
  property :network_spec, as: 'networkSpec', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1NetworkSpec, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1NetworkSpec::Representation
8173
8851
 
8852
+ collection :network_tags, as: 'networkTags'
8174
8853
  property :notebook_runtime_type, as: 'notebookRuntimeType'
8854
+ property :reservation_affinity, as: 'reservationAffinity', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1NotebookReservationAffinity, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1NotebookReservationAffinity::Representation
8855
+
8175
8856
  property :service_account, as: 'serviceAccount'
8857
+ property :shielded_vm_config, as: 'shieldedVmConfig', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1ShieldedVmConfig, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1ShieldedVmConfig::Representation
8858
+
8176
8859
  property :update_time, as: 'updateTime'
8177
8860
  end
8178
8861
  end
@@ -8470,6 +9153,7 @@ module Google
8470
9153
  property :supported_actions, as: 'supportedActions', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1PublisherModelCallToAction, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1PublisherModelCallToAction::Representation
8471
9154
 
8472
9155
  property :version_id, as: 'versionId'
9156
+ property :version_state, as: 'versionState'
8473
9157
  end
8474
9158
  end
8475
9159
 
@@ -8512,6 +9196,7 @@ module Google
8512
9196
  property :large_model_reference, as: 'largeModelReference', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1LargeModelReference, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1LargeModelReference::Representation
8513
9197
 
8514
9198
  property :model_display_name, as: 'modelDisplayName'
9199
+ property :public_artifact_uri, as: 'publicArtifactUri'
8515
9200
  property :shared_resources, as: 'sharedResources'
8516
9201
  property :title, as: 'title'
8517
9202
  end
@@ -8546,8 +9231,10 @@ module Google
8546
9231
  class GoogleCloudAiplatformV1PublisherModelResourceReference
8547
9232
  # @private
8548
9233
  class Representation < Google::Apis::Core::JsonRepresentation
9234
+ property :description, as: 'description'
8549
9235
  property :resource_name, as: 'resourceName'
8550
9236
  property :uri, as: 'uri'
9237
+ property :use_case, as: 'useCase'
8551
9238
  end
8552
9239
  end
8553
9240
 
@@ -8827,6 +9514,23 @@ module Google
8827
9514
  end
8828
9515
  end
8829
9516
 
9517
+ class GoogleCloudAiplatformV1SafetyRating
9518
+ # @private
9519
+ class Representation < Google::Apis::Core::JsonRepresentation
9520
+ property :blocked, as: 'blocked'
9521
+ property :category, as: 'category'
9522
+ property :probability, as: 'probability'
9523
+ end
9524
+ end
9525
+
9526
+ class GoogleCloudAiplatformV1SafetySetting
9527
+ # @private
9528
+ class Representation < Google::Apis::Core::JsonRepresentation
9529
+ property :category, as: 'category'
9530
+ property :threshold, as: 'threshold'
9531
+ end
9532
+ end
9533
+
8830
9534
  class GoogleCloudAiplatformV1SampleConfig
8831
9535
  # @private
8832
9536
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -8919,11 +9623,29 @@ module Google
8919
9623
  # @private
8920
9624
  class Representation < Google::Apis::Core::JsonRepresentation
8921
9625
  property :disable_retries, as: 'disableRetries'
9626
+ property :max_wait_duration, as: 'maxWaitDuration'
8922
9627
  property :restart_job_on_worker_restart, as: 'restartJobOnWorkerRestart'
8923
9628
  property :timeout, as: 'timeout'
8924
9629
  end
8925
9630
  end
8926
9631
 
9632
+ class GoogleCloudAiplatformV1Schema
9633
+ # @private
9634
+ class Representation < Google::Apis::Core::JsonRepresentation
9635
+ property :description, as: 'description'
9636
+ collection :enum, as: 'enum'
9637
+ property :example, as: 'example'
9638
+ property :format, as: 'format'
9639
+ property :items, as: 'items', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1Schema, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1Schema::Representation
9640
+
9641
+ property :nullable, as: 'nullable'
9642
+ hash :properties, as: 'properties', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1Schema, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1Schema::Representation
9643
+
9644
+ collection :required, as: 'required'
9645
+ property :type, as: 'type'
9646
+ end
9647
+ end
9648
+
8927
9649
  class GoogleCloudAiplatformV1SchemaAnnotationSpecColor
8928
9650
  # @private
8929
9651
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -10588,6 +11310,13 @@ module Google
10588
11310
  end
10589
11311
  end
10590
11312
 
11313
+ class GoogleCloudAiplatformV1ShieldedVmConfig
11314
+ # @private
11315
+ class Representation < Google::Apis::Core::JsonRepresentation
11316
+ property :enable_secure_boot, as: 'enableSecureBoot'
11317
+ end
11318
+ end
11319
+
10591
11320
  class GoogleCloudAiplatformV1SmoothGradConfig
10592
11321
  # @private
10593
11322
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -11082,6 +11811,14 @@ module Google
11082
11811
  end
11083
11812
  end
11084
11813
 
11814
+ class GoogleCloudAiplatformV1Tool
11815
+ # @private
11816
+ class Representation < Google::Apis::Core::JsonRepresentation
11817
+ collection :function_declarations, as: 'functionDeclarations', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1FunctionDeclaration, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1FunctionDeclaration::Representation
11818
+
11819
+ end
11820
+ end
11821
+
11085
11822
  class GoogleCloudAiplatformV1TrainingConfig
11086
11823
  # @private
11087
11824
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -11576,6 +12313,15 @@ module Google
11576
12313
  end
11577
12314
  end
11578
12315
 
12316
+ class GoogleTypeDate
12317
+ # @private
12318
+ class Representation < Google::Apis::Core::JsonRepresentation
12319
+ property :day, as: 'day'
12320
+ property :month, as: 'month'
12321
+ property :year, as: 'year'
12322
+ end
12323
+ end
12324
+
11579
12325
  class GoogleTypeExpr
11580
12326
  # @private
11581
12327
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -11602,6 +12348,35 @@ module Google
11602
12348
  property :units, :numeric_string => true, as: 'units'
11603
12349
  end
11604
12350
  end
12351
+
12352
+ class IntelligenceCloudAutomlXpsMetricEntry
12353
+ # @private
12354
+ class Representation < Google::Apis::Core::JsonRepresentation
12355
+ property :argentum_metric_id, as: 'argentumMetricId'
12356
+ property :double_value, as: 'doubleValue'
12357
+ property :int64_value, :numeric_string => true, as: 'int64Value'
12358
+ property :metric_name, as: 'metricName'
12359
+ collection :system_labels, as: 'systemLabels', class: Google::Apis::AiplatformV1::IntelligenceCloudAutomlXpsMetricEntryLabel, decorator: Google::Apis::AiplatformV1::IntelligenceCloudAutomlXpsMetricEntryLabel::Representation
12360
+
12361
+ end
12362
+ end
12363
+
12364
+ class IntelligenceCloudAutomlXpsMetricEntryLabel
12365
+ # @private
12366
+ class Representation < Google::Apis::Core::JsonRepresentation
12367
+ property :label_name, as: 'labelName'
12368
+ property :label_value, as: 'labelValue'
12369
+ end
12370
+ end
12371
+
12372
+ class IntelligenceCloudAutomlXpsReportingMetrics
12373
+ # @private
12374
+ class Representation < Google::Apis::Core::JsonRepresentation
12375
+ property :effective_training_duration, as: 'effectiveTrainingDuration'
12376
+ collection :metric_entries, as: 'metricEntries', class: Google::Apis::AiplatformV1::IntelligenceCloudAutomlXpsMetricEntry, decorator: Google::Apis::AiplatformV1::IntelligenceCloudAutomlXpsMetricEntry::Representation
12377
+
12378
+ end
12379
+ end
11605
12380
  end
11606
12381
  end
11607
12382
  end