google-apis-aiplatform_v1beta1 0.11.0 → 0.13.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +8 -0
- data/lib/google/apis/aiplatform_v1beta1/classes.rb +1999 -16
- data/lib/google/apis/aiplatform_v1beta1/gem_version.rb +2 -2
- data/lib/google/apis/aiplatform_v1beta1/representations.rb +965 -15
- data/lib/google/apis/aiplatform_v1beta1/service.rb +446 -7
- metadata +3 -3
@@ -22,6 +22,174 @@ module Google
|
|
22
22
|
module Apis
|
23
23
|
module AiplatformV1beta1
|
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
|
|
@@ -130,6 +298,12 @@ module Google
|
|
130
298
|
include Google::Apis::Core::JsonObjectSupport
|
131
299
|
end
|
132
300
|
|
301
|
+
class GoogleCloudAiplatformV1beta1BatchCancelPipelineJobsRequest
|
302
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
303
|
+
|
304
|
+
include Google::Apis::Core::JsonObjectSupport
|
305
|
+
end
|
306
|
+
|
133
307
|
class GoogleCloudAiplatformV1beta1BatchCreateFeaturesOperationMetadata
|
134
308
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
135
309
|
|
@@ -310,6 +484,12 @@ module Google
|
|
310
484
|
include Google::Apis::Core::JsonObjectSupport
|
311
485
|
end
|
312
486
|
|
487
|
+
class GoogleCloudAiplatformV1beta1Blob
|
488
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
489
|
+
|
490
|
+
include Google::Apis::Core::JsonObjectSupport
|
491
|
+
end
|
492
|
+
|
313
493
|
class GoogleCloudAiplatformV1beta1BlurBaselineConfig
|
314
494
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
315
495
|
|
@@ -364,6 +544,12 @@ module Google
|
|
364
544
|
include Google::Apis::Core::JsonObjectSupport
|
365
545
|
end
|
366
546
|
|
547
|
+
class GoogleCloudAiplatformV1beta1Candidate
|
548
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
549
|
+
|
550
|
+
include Google::Apis::Core::JsonObjectSupport
|
551
|
+
end
|
552
|
+
|
367
553
|
class GoogleCloudAiplatformV1beta1CheckTrialEarlyStoppingStateMetatdata
|
368
554
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
369
555
|
|
@@ -382,6 +568,18 @@ module Google
|
|
382
568
|
include Google::Apis::Core::JsonObjectSupport
|
383
569
|
end
|
384
570
|
|
571
|
+
class GoogleCloudAiplatformV1beta1Citation
|
572
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
573
|
+
|
574
|
+
include Google::Apis::Core::JsonObjectSupport
|
575
|
+
end
|
576
|
+
|
577
|
+
class GoogleCloudAiplatformV1beta1CitationMetadata
|
578
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
579
|
+
|
580
|
+
include Google::Apis::Core::JsonObjectSupport
|
581
|
+
end
|
582
|
+
|
385
583
|
class GoogleCloudAiplatformV1beta1CompleteTrialRequest
|
386
584
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
387
585
|
|
@@ -418,6 +616,12 @@ module Google
|
|
418
616
|
include Google::Apis::Core::JsonObjectSupport
|
419
617
|
end
|
420
618
|
|
619
|
+
class GoogleCloudAiplatformV1beta1Content
|
620
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
621
|
+
|
622
|
+
include Google::Apis::Core::JsonObjectSupport
|
623
|
+
end
|
624
|
+
|
421
625
|
class GoogleCloudAiplatformV1beta1Context
|
422
626
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
423
627
|
|
@@ -820,6 +1024,30 @@ module Google
|
|
820
1024
|
include Google::Apis::Core::JsonObjectSupport
|
821
1025
|
end
|
822
1026
|
|
1027
|
+
class GoogleCloudAiplatformV1beta1DirectPredictRequest
|
1028
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1029
|
+
|
1030
|
+
include Google::Apis::Core::JsonObjectSupport
|
1031
|
+
end
|
1032
|
+
|
1033
|
+
class GoogleCloudAiplatformV1beta1DirectPredictResponse
|
1034
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1035
|
+
|
1036
|
+
include Google::Apis::Core::JsonObjectSupport
|
1037
|
+
end
|
1038
|
+
|
1039
|
+
class GoogleCloudAiplatformV1beta1DirectRawPredictRequest
|
1040
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1041
|
+
|
1042
|
+
include Google::Apis::Core::JsonObjectSupport
|
1043
|
+
end
|
1044
|
+
|
1045
|
+
class GoogleCloudAiplatformV1beta1DirectRawPredictResponse
|
1046
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1047
|
+
|
1048
|
+
include Google::Apis::Core::JsonObjectSupport
|
1049
|
+
end
|
1050
|
+
|
823
1051
|
class GoogleCloudAiplatformV1beta1DiskSpec
|
824
1052
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
825
1053
|
|
@@ -1360,6 +1588,12 @@ module Google
|
|
1360
1588
|
include Google::Apis::Core::JsonObjectSupport
|
1361
1589
|
end
|
1362
1590
|
|
1591
|
+
class GoogleCloudAiplatformV1beta1FileData
|
1592
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1593
|
+
|
1594
|
+
include Google::Apis::Core::JsonObjectSupport
|
1595
|
+
end
|
1596
|
+
|
1363
1597
|
class GoogleCloudAiplatformV1beta1FilterSplit
|
1364
1598
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1365
1599
|
|
@@ -1402,6 +1636,24 @@ module Google
|
|
1402
1636
|
include Google::Apis::Core::JsonObjectSupport
|
1403
1637
|
end
|
1404
1638
|
|
1639
|
+
class GoogleCloudAiplatformV1beta1FunctionCall
|
1640
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1641
|
+
|
1642
|
+
include Google::Apis::Core::JsonObjectSupport
|
1643
|
+
end
|
1644
|
+
|
1645
|
+
class GoogleCloudAiplatformV1beta1FunctionDeclaration
|
1646
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1647
|
+
|
1648
|
+
include Google::Apis::Core::JsonObjectSupport
|
1649
|
+
end
|
1650
|
+
|
1651
|
+
class GoogleCloudAiplatformV1beta1FunctionResponse
|
1652
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1653
|
+
|
1654
|
+
include Google::Apis::Core::JsonObjectSupport
|
1655
|
+
end
|
1656
|
+
|
1405
1657
|
class GoogleCloudAiplatformV1beta1GcsDestination
|
1406
1658
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1407
1659
|
|
@@ -1426,6 +1678,36 @@ module Google
|
|
1426
1678
|
include Google::Apis::Core::JsonObjectSupport
|
1427
1679
|
end
|
1428
1680
|
|
1681
|
+
class GoogleCloudAiplatformV1beta1GenerateContentRequest
|
1682
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1683
|
+
|
1684
|
+
include Google::Apis::Core::JsonObjectSupport
|
1685
|
+
end
|
1686
|
+
|
1687
|
+
class GoogleCloudAiplatformV1beta1GenerateContentResponse
|
1688
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1689
|
+
|
1690
|
+
include Google::Apis::Core::JsonObjectSupport
|
1691
|
+
end
|
1692
|
+
|
1693
|
+
class GoogleCloudAiplatformV1beta1GenerateContentResponsePromptFeedback
|
1694
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1695
|
+
|
1696
|
+
include Google::Apis::Core::JsonObjectSupport
|
1697
|
+
end
|
1698
|
+
|
1699
|
+
class GoogleCloudAiplatformV1beta1GenerateContentResponseUsageMetadata
|
1700
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1701
|
+
|
1702
|
+
include Google::Apis::Core::JsonObjectSupport
|
1703
|
+
end
|
1704
|
+
|
1705
|
+
class GoogleCloudAiplatformV1beta1GenerationConfig
|
1706
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1707
|
+
|
1708
|
+
include Google::Apis::Core::JsonObjectSupport
|
1709
|
+
end
|
1710
|
+
|
1429
1711
|
class GoogleCloudAiplatformV1beta1GenericOperationMetadata
|
1430
1712
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1431
1713
|
|
@@ -2380,6 +2662,12 @@ module Google
|
|
2380
2662
|
include Google::Apis::Core::JsonObjectSupport
|
2381
2663
|
end
|
2382
2664
|
|
2665
|
+
class GoogleCloudAiplatformV1beta1Part
|
2666
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2667
|
+
|
2668
|
+
include Google::Apis::Core::JsonObjectSupport
|
2669
|
+
end
|
2670
|
+
|
2383
2671
|
class GoogleCloudAiplatformV1beta1PauseModelDeploymentMonitoringJobRequest
|
2384
2672
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2385
2673
|
|
@@ -2848,6 +3136,18 @@ module Google
|
|
2848
3136
|
include Google::Apis::Core::JsonObjectSupport
|
2849
3137
|
end
|
2850
3138
|
|
3139
|
+
class GoogleCloudAiplatformV1beta1SafetyRating
|
3140
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3141
|
+
|
3142
|
+
include Google::Apis::Core::JsonObjectSupport
|
3143
|
+
end
|
3144
|
+
|
3145
|
+
class GoogleCloudAiplatformV1beta1SafetySetting
|
3146
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3147
|
+
|
3148
|
+
include Google::Apis::Core::JsonObjectSupport
|
3149
|
+
end
|
3150
|
+
|
2851
3151
|
class GoogleCloudAiplatformV1beta1SampleConfig
|
2852
3152
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2853
3153
|
|
@@ -2902,6 +3202,12 @@ module Google
|
|
2902
3202
|
include Google::Apis::Core::JsonObjectSupport
|
2903
3203
|
end
|
2904
3204
|
|
3205
|
+
class GoogleCloudAiplatformV1beta1Schema
|
3206
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3207
|
+
|
3208
|
+
include Google::Apis::Core::JsonObjectSupport
|
3209
|
+
end
|
3210
|
+
|
2905
3211
|
class GoogleCloudAiplatformV1beta1SchemaAnnotationSpecColor
|
2906
3212
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2907
3213
|
|
@@ -4216,6 +4522,12 @@ module Google
|
|
4216
4522
|
include Google::Apis::Core::JsonObjectSupport
|
4217
4523
|
end
|
4218
4524
|
|
4525
|
+
class GoogleCloudAiplatformV1beta1Tool
|
4526
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4527
|
+
|
4528
|
+
include Google::Apis::Core::JsonObjectSupport
|
4529
|
+
end
|
4530
|
+
|
4219
4531
|
class GoogleCloudAiplatformV1beta1TrainingConfig
|
4220
4532
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4221
4533
|
|
@@ -4378,6 +4690,18 @@ module Google
|
|
4378
4690
|
include Google::Apis::Core::JsonObjectSupport
|
4379
4691
|
end
|
4380
4692
|
|
4693
|
+
class GoogleCloudAiplatformV1beta1UpgradeNotebookRuntimeOperationMetadata
|
4694
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4695
|
+
|
4696
|
+
include Google::Apis::Core::JsonObjectSupport
|
4697
|
+
end
|
4698
|
+
|
4699
|
+
class GoogleCloudAiplatformV1beta1UpgradeNotebookRuntimeRequest
|
4700
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4701
|
+
|
4702
|
+
include Google::Apis::Core::JsonObjectSupport
|
4703
|
+
end
|
4704
|
+
|
4381
4705
|
class GoogleCloudAiplatformV1beta1UploadModelOperationMetadata
|
4382
4706
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4383
4707
|
|
@@ -4420,6 +4744,12 @@ module Google
|
|
4420
4744
|
include Google::Apis::Core::JsonObjectSupport
|
4421
4745
|
end
|
4422
4746
|
|
4747
|
+
class GoogleCloudAiplatformV1beta1VideoMetadata
|
4748
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4749
|
+
|
4750
|
+
include Google::Apis::Core::JsonObjectSupport
|
4751
|
+
end
|
4752
|
+
|
4423
4753
|
class GoogleCloudAiplatformV1beta1WorkerPoolSpec
|
4424
4754
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4425
4755
|
|
@@ -4546,34 +4876,336 @@ module Google
|
|
4546
4876
|
include Google::Apis::Core::JsonObjectSupport
|
4547
4877
|
end
|
4548
4878
|
|
4549
|
-
class GoogleRpcStatus
|
4550
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4879
|
+
class GoogleRpcStatus
|
4880
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4881
|
+
|
4882
|
+
include Google::Apis::Core::JsonObjectSupport
|
4883
|
+
end
|
4884
|
+
|
4885
|
+
class GoogleTypeColor
|
4886
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4887
|
+
|
4888
|
+
include Google::Apis::Core::JsonObjectSupport
|
4889
|
+
end
|
4890
|
+
|
4891
|
+
class GoogleTypeDate
|
4892
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4893
|
+
|
4894
|
+
include Google::Apis::Core::JsonObjectSupport
|
4895
|
+
end
|
4896
|
+
|
4897
|
+
class GoogleTypeExpr
|
4898
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4899
|
+
|
4900
|
+
include Google::Apis::Core::JsonObjectSupport
|
4901
|
+
end
|
4902
|
+
|
4903
|
+
class GoogleTypeInterval
|
4904
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4905
|
+
|
4906
|
+
include Google::Apis::Core::JsonObjectSupport
|
4907
|
+
end
|
4908
|
+
|
4909
|
+
class GoogleTypeMoney
|
4910
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4911
|
+
|
4912
|
+
include Google::Apis::Core::JsonObjectSupport
|
4913
|
+
end
|
4914
|
+
|
4915
|
+
class IntelligenceCloudAutomlXpsMetricEntry
|
4916
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4917
|
+
|
4918
|
+
include Google::Apis::Core::JsonObjectSupport
|
4919
|
+
end
|
4920
|
+
|
4921
|
+
class IntelligenceCloudAutomlXpsMetricEntryLabel
|
4922
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4923
|
+
|
4924
|
+
include Google::Apis::Core::JsonObjectSupport
|
4925
|
+
end
|
4926
|
+
|
4927
|
+
class IntelligenceCloudAutomlXpsReportingMetrics
|
4928
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4929
|
+
|
4930
|
+
include Google::Apis::Core::JsonObjectSupport
|
4931
|
+
end
|
4932
|
+
|
4933
|
+
class CloudAiLargeModelsVisionEmbedVideoResponse
|
4934
|
+
# @private
|
4935
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4936
|
+
collection :video_embeddings, as: 'videoEmbeddings'
|
4937
|
+
end
|
4938
|
+
end
|
4939
|
+
|
4940
|
+
class CloudAiLargeModelsVisionFilteredText
|
4941
|
+
# @private
|
4942
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4943
|
+
property :category, as: 'category'
|
4944
|
+
property :confidence, as: 'confidence'
|
4945
|
+
property :prompt, as: 'prompt'
|
4946
|
+
property :score, as: 'score'
|
4947
|
+
end
|
4948
|
+
end
|
4949
|
+
|
4950
|
+
class CloudAiLargeModelsVisionGenerateVideoResponse
|
4951
|
+
# @private
|
4952
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4953
|
+
collection :generated_samples, as: 'generatedSamples', class: Google::Apis::AiplatformV1beta1::CloudAiLargeModelsVisionMedia, decorator: Google::Apis::AiplatformV1beta1::CloudAiLargeModelsVisionMedia::Representation
|
4954
|
+
|
4955
|
+
property :rai_media_filtered_count, as: 'raiMediaFilteredCount'
|
4956
|
+
collection :rai_media_filtered_reasons, as: 'raiMediaFilteredReasons'
|
4957
|
+
property :rai_text_filtered_reason, as: 'raiTextFilteredReason', class: Google::Apis::AiplatformV1beta1::CloudAiLargeModelsVisionFilteredText, decorator: Google::Apis::AiplatformV1beta1::CloudAiLargeModelsVisionFilteredText::Representation
|
4958
|
+
|
4959
|
+
end
|
4960
|
+
end
|
4961
|
+
|
4962
|
+
class CloudAiLargeModelsVisionImage
|
4963
|
+
# @private
|
4964
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4965
|
+
property :encoding, as: 'encoding'
|
4966
|
+
property :image, :base64 => true, as: 'image'
|
4967
|
+
property :image_rai_scores, as: 'imageRaiScores', class: Google::Apis::AiplatformV1beta1::CloudAiLargeModelsVisionImageRaiScores, decorator: Google::Apis::AiplatformV1beta1::CloudAiLargeModelsVisionImageRaiScores::Representation
|
4968
|
+
|
4969
|
+
property :rai_info, as: 'raiInfo', class: Google::Apis::AiplatformV1beta1::CloudAiLargeModelsVisionRaiInfo, decorator: Google::Apis::AiplatformV1beta1::CloudAiLargeModelsVisionRaiInfo::Representation
|
4970
|
+
|
4971
|
+
property :semantic_filter_response, as: 'semanticFilterResponse', class: Google::Apis::AiplatformV1beta1::CloudAiLargeModelsVisionSemanticFilterResponse, decorator: Google::Apis::AiplatformV1beta1::CloudAiLargeModelsVisionSemanticFilterResponse::Representation
|
4972
|
+
|
4973
|
+
property :uri, as: 'uri'
|
4974
|
+
end
|
4975
|
+
end
|
4976
|
+
|
4977
|
+
class CloudAiLargeModelsVisionImageRaiScores
|
4978
|
+
# @private
|
4979
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4980
|
+
property :agile_watermark_detection_score, as: 'agileWatermarkDetectionScore'
|
4981
|
+
end
|
4982
|
+
end
|
4983
|
+
|
4984
|
+
class CloudAiLargeModelsVisionMedia
|
4985
|
+
# @private
|
4986
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4987
|
+
property :image, as: 'image', class: Google::Apis::AiplatformV1beta1::CloudAiLargeModelsVisionImage, decorator: Google::Apis::AiplatformV1beta1::CloudAiLargeModelsVisionImage::Representation
|
4988
|
+
|
4989
|
+
property :video, as: 'video', class: Google::Apis::AiplatformV1beta1::CloudAiLargeModelsVisionVideo, decorator: Google::Apis::AiplatformV1beta1::CloudAiLargeModelsVisionVideo::Representation
|
4990
|
+
|
4991
|
+
end
|
4992
|
+
end
|
4993
|
+
|
4994
|
+
class CloudAiLargeModelsVisionMediaGenerateContentResponse
|
4995
|
+
# @private
|
4996
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4997
|
+
property :response, as: 'response', class: Google::Apis::AiplatformV1beta1::CloudAiNlLlmProtoServiceGenerateMultiModalResponse, decorator: Google::Apis::AiplatformV1beta1::CloudAiNlLlmProtoServiceGenerateMultiModalResponse::Representation
|
4998
|
+
|
4999
|
+
end
|
5000
|
+
end
|
5001
|
+
|
5002
|
+
class CloudAiLargeModelsVisionNamedBoundingBox
|
5003
|
+
# @private
|
5004
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
5005
|
+
collection :classes, as: 'classes'
|
5006
|
+
collection :entities, as: 'entities'
|
5007
|
+
collection :scores, as: 'scores'
|
5008
|
+
property :x1, as: 'x1'
|
5009
|
+
property :x2, as: 'x2'
|
5010
|
+
property :y1, as: 'y1'
|
5011
|
+
property :y2, as: 'y2'
|
5012
|
+
end
|
5013
|
+
end
|
5014
|
+
|
5015
|
+
class CloudAiLargeModelsVisionRaiInfo
|
5016
|
+
# @private
|
5017
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
5018
|
+
collection :rai_categories, as: 'raiCategories'
|
5019
|
+
collection :scores, as: 'scores'
|
5020
|
+
end
|
5021
|
+
end
|
5022
|
+
|
5023
|
+
class CloudAiLargeModelsVisionReasonVideoResponse
|
5024
|
+
# @private
|
5025
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
5026
|
+
collection :responses, as: 'responses', class: Google::Apis::AiplatformV1beta1::CloudAiLargeModelsVisionReasonVideoResponseTextResponse, decorator: Google::Apis::AiplatformV1beta1::CloudAiLargeModelsVisionReasonVideoResponseTextResponse::Representation
|
5027
|
+
|
5028
|
+
end
|
5029
|
+
end
|
5030
|
+
|
5031
|
+
class CloudAiLargeModelsVisionReasonVideoResponseTextResponse
|
5032
|
+
# @private
|
5033
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
5034
|
+
property :relative_temporal_partition, as: 'relativeTemporalPartition', class: Google::Apis::AiplatformV1beta1::CloudAiLargeModelsVisionRelativeTemporalPartition, decorator: Google::Apis::AiplatformV1beta1::CloudAiLargeModelsVisionRelativeTemporalPartition::Representation
|
5035
|
+
|
5036
|
+
property :text, as: 'text'
|
5037
|
+
end
|
5038
|
+
end
|
5039
|
+
|
5040
|
+
class CloudAiLargeModelsVisionRelativeTemporalPartition
|
5041
|
+
# @private
|
5042
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
5043
|
+
property :end_offset, as: 'endOffset'
|
5044
|
+
property :start_offset, as: 'startOffset'
|
5045
|
+
end
|
5046
|
+
end
|
5047
|
+
|
5048
|
+
class CloudAiLargeModelsVisionSemanticFilterResponse
|
5049
|
+
# @private
|
5050
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
5051
|
+
collection :named_bounding_boxes, as: 'namedBoundingBoxes', class: Google::Apis::AiplatformV1beta1::CloudAiLargeModelsVisionNamedBoundingBox, decorator: Google::Apis::AiplatformV1beta1::CloudAiLargeModelsVisionNamedBoundingBox::Representation
|
5052
|
+
|
5053
|
+
property :passed_semantic_filter, as: 'passedSemanticFilter'
|
5054
|
+
end
|
5055
|
+
end
|
5056
|
+
|
5057
|
+
class CloudAiLargeModelsVisionVideo
|
5058
|
+
# @private
|
5059
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
5060
|
+
property :uri, as: 'uri'
|
5061
|
+
property :video, :base64 => true, as: 'video'
|
5062
|
+
end
|
5063
|
+
end
|
5064
|
+
|
5065
|
+
class CloudAiNlLlmProtoServiceCandidate
|
5066
|
+
# @private
|
5067
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
5068
|
+
property :citation_metadata, as: 'citationMetadata', class: Google::Apis::AiplatformV1beta1::CloudAiNlLlmProtoServiceCitationMetadata, decorator: Google::Apis::AiplatformV1beta1::CloudAiNlLlmProtoServiceCitationMetadata::Representation
|
5069
|
+
|
5070
|
+
property :content, as: 'content', class: Google::Apis::AiplatformV1beta1::CloudAiNlLlmProtoServiceContent, decorator: Google::Apis::AiplatformV1beta1::CloudAiNlLlmProtoServiceContent::Representation
|
5071
|
+
|
5072
|
+
property :finish_message, as: 'finishMessage'
|
5073
|
+
property :finish_reason, as: 'finishReason'
|
5074
|
+
property :index, as: 'index'
|
5075
|
+
collection :safety_ratings, as: 'safetyRatings', class: Google::Apis::AiplatformV1beta1::CloudAiNlLlmProtoServiceSafetyRating, decorator: Google::Apis::AiplatformV1beta1::CloudAiNlLlmProtoServiceSafetyRating::Representation
|
5076
|
+
|
5077
|
+
end
|
5078
|
+
end
|
5079
|
+
|
5080
|
+
class CloudAiNlLlmProtoServiceCitation
|
5081
|
+
# @private
|
5082
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
5083
|
+
property :end_index, as: 'endIndex'
|
5084
|
+
property :license, as: 'license'
|
5085
|
+
property :publication_date, as: 'publicationDate', class: Google::Apis::AiplatformV1beta1::GoogleTypeDate, decorator: Google::Apis::AiplatformV1beta1::GoogleTypeDate::Representation
|
5086
|
+
|
5087
|
+
property :start_index, as: 'startIndex'
|
5088
|
+
property :title, as: 'title'
|
5089
|
+
property :uri, as: 'uri'
|
5090
|
+
end
|
5091
|
+
end
|
5092
|
+
|
5093
|
+
class CloudAiNlLlmProtoServiceCitationMetadata
|
5094
|
+
# @private
|
5095
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
5096
|
+
collection :citations, as: 'citations', class: Google::Apis::AiplatformV1beta1::CloudAiNlLlmProtoServiceCitation, decorator: Google::Apis::AiplatformV1beta1::CloudAiNlLlmProtoServiceCitation::Representation
|
5097
|
+
|
5098
|
+
end
|
5099
|
+
end
|
5100
|
+
|
5101
|
+
class CloudAiNlLlmProtoServiceContent
|
5102
|
+
# @private
|
5103
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
5104
|
+
collection :parts, as: 'parts', class: Google::Apis::AiplatformV1beta1::CloudAiNlLlmProtoServicePart, decorator: Google::Apis::AiplatformV1beta1::CloudAiNlLlmProtoServicePart::Representation
|
5105
|
+
|
5106
|
+
property :role, as: 'role'
|
5107
|
+
end
|
5108
|
+
end
|
5109
|
+
|
5110
|
+
class CloudAiNlLlmProtoServiceFunctionCall
|
5111
|
+
# @private
|
5112
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
5113
|
+
hash :args, as: 'args'
|
5114
|
+
property :name, as: 'name'
|
5115
|
+
end
|
5116
|
+
end
|
5117
|
+
|
5118
|
+
class CloudAiNlLlmProtoServiceFunctionResponse
|
5119
|
+
# @private
|
5120
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
5121
|
+
property :name, as: 'name'
|
5122
|
+
hash :response, as: 'response'
|
5123
|
+
end
|
5124
|
+
end
|
5125
|
+
|
5126
|
+
class CloudAiNlLlmProtoServiceGenerateMultiModalResponse
|
5127
|
+
# @private
|
5128
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
5129
|
+
collection :candidates, as: 'candidates', class: Google::Apis::AiplatformV1beta1::CloudAiNlLlmProtoServiceCandidate, decorator: Google::Apis::AiplatformV1beta1::CloudAiNlLlmProtoServiceCandidate::Representation
|
5130
|
+
|
5131
|
+
property :prompt_feedback, as: 'promptFeedback', class: Google::Apis::AiplatformV1beta1::CloudAiNlLlmProtoServicePromptFeedback, decorator: Google::Apis::AiplatformV1beta1::CloudAiNlLlmProtoServicePromptFeedback::Representation
|
5132
|
+
|
5133
|
+
property :reporting_metrics, as: 'reportingMetrics', class: Google::Apis::AiplatformV1beta1::IntelligenceCloudAutomlXpsReportingMetrics, decorator: Google::Apis::AiplatformV1beta1::IntelligenceCloudAutomlXpsReportingMetrics::Representation
|
5134
|
+
|
5135
|
+
property :usage_metadata, as: 'usageMetadata', class: Google::Apis::AiplatformV1beta1::CloudAiNlLlmProtoServiceUsageMetadata, decorator: Google::Apis::AiplatformV1beta1::CloudAiNlLlmProtoServiceUsageMetadata::Representation
|
5136
|
+
|
5137
|
+
end
|
5138
|
+
end
|
5139
|
+
|
5140
|
+
class CloudAiNlLlmProtoServicePart
|
5141
|
+
# @private
|
5142
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
5143
|
+
property :file_data, as: 'fileData', class: Google::Apis::AiplatformV1beta1::CloudAiNlLlmProtoServicePartFileData, decorator: Google::Apis::AiplatformV1beta1::CloudAiNlLlmProtoServicePartFileData::Representation
|
5144
|
+
|
5145
|
+
property :function_call, as: 'functionCall', class: Google::Apis::AiplatformV1beta1::CloudAiNlLlmProtoServiceFunctionCall, decorator: Google::Apis::AiplatformV1beta1::CloudAiNlLlmProtoServiceFunctionCall::Representation
|
5146
|
+
|
5147
|
+
property :function_response, as: 'functionResponse', class: Google::Apis::AiplatformV1beta1::CloudAiNlLlmProtoServiceFunctionResponse, decorator: Google::Apis::AiplatformV1beta1::CloudAiNlLlmProtoServiceFunctionResponse::Representation
|
5148
|
+
|
5149
|
+
property :inline_data, as: 'inlineData', class: Google::Apis::AiplatformV1beta1::CloudAiNlLlmProtoServicePartBlob, decorator: Google::Apis::AiplatformV1beta1::CloudAiNlLlmProtoServicePartBlob::Representation
|
5150
|
+
|
5151
|
+
property :text, as: 'text'
|
5152
|
+
property :video_metadata, as: 'videoMetadata', class: Google::Apis::AiplatformV1beta1::CloudAiNlLlmProtoServicePartVideoMetadata, decorator: Google::Apis::AiplatformV1beta1::CloudAiNlLlmProtoServicePartVideoMetadata::Representation
|
4551
5153
|
|
4552
|
-
|
5154
|
+
end
|
4553
5155
|
end
|
4554
5156
|
|
4555
|
-
class
|
4556
|
-
|
5157
|
+
class CloudAiNlLlmProtoServicePartBlob
|
5158
|
+
# @private
|
5159
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
5160
|
+
property :data, :base64 => true, as: 'data'
|
5161
|
+
property :mime_type, as: 'mimeType'
|
5162
|
+
property :original_file_data, as: 'originalFileData', class: Google::Apis::AiplatformV1beta1::CloudAiNlLlmProtoServicePartFileData, decorator: Google::Apis::AiplatformV1beta1::CloudAiNlLlmProtoServicePartFileData::Representation
|
4557
5163
|
|
4558
|
-
|
5164
|
+
end
|
4559
5165
|
end
|
4560
5166
|
|
4561
|
-
class
|
4562
|
-
|
5167
|
+
class CloudAiNlLlmProtoServicePartFileData
|
5168
|
+
# @private
|
5169
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
5170
|
+
property :file_uri, as: 'fileUri'
|
5171
|
+
property :mime_type, as: 'mimeType'
|
5172
|
+
end
|
5173
|
+
end
|
4563
5174
|
|
4564
|
-
|
5175
|
+
class CloudAiNlLlmProtoServicePartVideoMetadata
|
5176
|
+
# @private
|
5177
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
5178
|
+
property :end_offset, as: 'endOffset'
|
5179
|
+
property :start_offset, as: 'startOffset'
|
5180
|
+
end
|
4565
5181
|
end
|
4566
5182
|
|
4567
|
-
class
|
4568
|
-
|
5183
|
+
class CloudAiNlLlmProtoServicePromptFeedback
|
5184
|
+
# @private
|
5185
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
5186
|
+
property :block_reason, as: 'blockReason'
|
5187
|
+
property :block_reason_message, as: 'blockReasonMessage'
|
5188
|
+
collection :safety_ratings, as: 'safetyRatings', class: Google::Apis::AiplatformV1beta1::CloudAiNlLlmProtoServiceSafetyRating, decorator: Google::Apis::AiplatformV1beta1::CloudAiNlLlmProtoServiceSafetyRating::Representation
|
4569
5189
|
|
4570
|
-
|
5190
|
+
end
|
4571
5191
|
end
|
4572
5192
|
|
4573
|
-
class
|
4574
|
-
|
5193
|
+
class CloudAiNlLlmProtoServiceSafetyRating
|
5194
|
+
# @private
|
5195
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
5196
|
+
property :blocked, as: 'blocked'
|
5197
|
+
property :category, as: 'category'
|
5198
|
+
property :probability, as: 'probability'
|
5199
|
+
end
|
5200
|
+
end
|
4575
5201
|
|
4576
|
-
|
5202
|
+
class CloudAiNlLlmProtoServiceUsageMetadata
|
5203
|
+
# @private
|
5204
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
5205
|
+
property :candidates_token_count, as: 'candidatesTokenCount'
|
5206
|
+
property :prompt_token_count, as: 'promptTokenCount'
|
5207
|
+
property :total_token_count, as: 'totalTokenCount'
|
5208
|
+
end
|
4577
5209
|
end
|
4578
5210
|
|
4579
5211
|
class GoogleApiHttpBody
|
@@ -4746,6 +5378,13 @@ module Google
|
|
4746
5378
|
end
|
4747
5379
|
end
|
4748
5380
|
|
5381
|
+
class GoogleCloudAiplatformV1beta1BatchCancelPipelineJobsRequest
|
5382
|
+
# @private
|
5383
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
5384
|
+
collection :names, as: 'names'
|
5385
|
+
end
|
5386
|
+
end
|
5387
|
+
|
4749
5388
|
class GoogleCloudAiplatformV1beta1BatchCreateFeaturesOperationMetadata
|
4750
5389
|
# @private
|
4751
5390
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -5051,6 +5690,14 @@ module Google
|
|
5051
5690
|
end
|
5052
5691
|
end
|
5053
5692
|
|
5693
|
+
class GoogleCloudAiplatformV1beta1Blob
|
5694
|
+
# @private
|
5695
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
5696
|
+
property :data, :base64 => true, as: 'data'
|
5697
|
+
property :mime_type, as: 'mimeType'
|
5698
|
+
end
|
5699
|
+
end
|
5700
|
+
|
5054
5701
|
class GoogleCloudAiplatformV1beta1BlurBaselineConfig
|
5055
5702
|
# @private
|
5056
5703
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -5107,6 +5754,21 @@ module Google
|
|
5107
5754
|
end
|
5108
5755
|
end
|
5109
5756
|
|
5757
|
+
class GoogleCloudAiplatformV1beta1Candidate
|
5758
|
+
# @private
|
5759
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
5760
|
+
property :citation_metadata, as: 'citationMetadata', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1CitationMetadata, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1CitationMetadata::Representation
|
5761
|
+
|
5762
|
+
property :content, as: 'content', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1Content, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1Content::Representation
|
5763
|
+
|
5764
|
+
property :finish_message, as: 'finishMessage'
|
5765
|
+
property :finish_reason, as: 'finishReason'
|
5766
|
+
property :index, as: 'index'
|
5767
|
+
collection :safety_ratings, as: 'safetyRatings', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1SafetyRating, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1SafetyRating::Representation
|
5768
|
+
|
5769
|
+
end
|
5770
|
+
end
|
5771
|
+
|
5110
5772
|
class GoogleCloudAiplatformV1beta1CheckTrialEarlyStoppingStateMetatdata
|
5111
5773
|
# @private
|
5112
5774
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -5130,6 +5792,27 @@ module Google
|
|
5130
5792
|
end
|
5131
5793
|
end
|
5132
5794
|
|
5795
|
+
class GoogleCloudAiplatformV1beta1Citation
|
5796
|
+
# @private
|
5797
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
5798
|
+
property :end_index, as: 'endIndex'
|
5799
|
+
property :license, as: 'license'
|
5800
|
+
property :publication_date, as: 'publicationDate', class: Google::Apis::AiplatformV1beta1::GoogleTypeDate, decorator: Google::Apis::AiplatformV1beta1::GoogleTypeDate::Representation
|
5801
|
+
|
5802
|
+
property :start_index, as: 'startIndex'
|
5803
|
+
property :title, as: 'title'
|
5804
|
+
property :uri, as: 'uri'
|
5805
|
+
end
|
5806
|
+
end
|
5807
|
+
|
5808
|
+
class GoogleCloudAiplatformV1beta1CitationMetadata
|
5809
|
+
# @private
|
5810
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
5811
|
+
collection :citations, as: 'citations', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1Citation, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1Citation::Representation
|
5812
|
+
|
5813
|
+
end
|
5814
|
+
end
|
5815
|
+
|
5133
5816
|
class GoogleCloudAiplatformV1beta1CompleteTrialRequest
|
5134
5817
|
# @private
|
5135
5818
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -5183,6 +5866,15 @@ module Google
|
|
5183
5866
|
end
|
5184
5867
|
end
|
5185
5868
|
|
5869
|
+
class GoogleCloudAiplatformV1beta1Content
|
5870
|
+
# @private
|
5871
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
5872
|
+
collection :parts, as: 'parts', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1Part, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1Part::Representation
|
5873
|
+
|
5874
|
+
property :role, as: 'role'
|
5875
|
+
end
|
5876
|
+
end
|
5877
|
+
|
5186
5878
|
class GoogleCloudAiplatformV1beta1Context
|
5187
5879
|
# @private
|
5188
5880
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -5230,7 +5922,10 @@ module Google
|
|
5230
5922
|
class GoogleCloudAiplatformV1beta1CountTokensRequest
|
5231
5923
|
# @private
|
5232
5924
|
class Representation < Google::Apis::Core::JsonRepresentation
|
5925
|
+
collection :contents, as: 'contents', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1Content, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1Content::Representation
|
5926
|
+
|
5233
5927
|
collection :instances, as: 'instances'
|
5928
|
+
property :model, as: 'model'
|
5234
5929
|
end
|
5235
5930
|
end
|
5236
5931
|
|
@@ -5516,6 +6211,7 @@ module Google
|
|
5516
6211
|
property :enable_web_access, as: 'enableWebAccess'
|
5517
6212
|
property :experiment, as: 'experiment'
|
5518
6213
|
property :experiment_run, as: 'experimentRun'
|
6214
|
+
collection :models, as: 'models'
|
5519
6215
|
property :network, as: 'network'
|
5520
6216
|
property :persistent_resource_id, as: 'persistentResourceId'
|
5521
6217
|
property :protected_artifact_location_id, as: 'protectedArtifactLocationId'
|
@@ -5804,6 +6500,7 @@ module Google
|
|
5804
6500
|
# @private
|
5805
6501
|
class Representation < Google::Apis::Core::JsonRepresentation
|
5806
6502
|
property :deployed_index_id, as: 'deployedIndexId'
|
6503
|
+
property :display_name, as: 'displayName'
|
5807
6504
|
property :index_endpoint, as: 'indexEndpoint'
|
5808
6505
|
end
|
5809
6506
|
end
|
@@ -5858,6 +6555,41 @@ module Google
|
|
5858
6555
|
end
|
5859
6556
|
end
|
5860
6557
|
|
6558
|
+
class GoogleCloudAiplatformV1beta1DirectPredictRequest
|
6559
|
+
# @private
|
6560
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
6561
|
+
collection :inputs, as: 'inputs', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1Tensor, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1Tensor::Representation
|
6562
|
+
|
6563
|
+
property :parameters, as: 'parameters', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1Tensor, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1Tensor::Representation
|
6564
|
+
|
6565
|
+
end
|
6566
|
+
end
|
6567
|
+
|
6568
|
+
class GoogleCloudAiplatformV1beta1DirectPredictResponse
|
6569
|
+
# @private
|
6570
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
6571
|
+
collection :outputs, as: 'outputs', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1Tensor, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1Tensor::Representation
|
6572
|
+
|
6573
|
+
property :parameters, as: 'parameters', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1Tensor, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1Tensor::Representation
|
6574
|
+
|
6575
|
+
end
|
6576
|
+
end
|
6577
|
+
|
6578
|
+
class GoogleCloudAiplatformV1beta1DirectRawPredictRequest
|
6579
|
+
# @private
|
6580
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
6581
|
+
property :input, :base64 => true, as: 'input'
|
6582
|
+
property :method_name, as: 'methodName'
|
6583
|
+
end
|
6584
|
+
end
|
6585
|
+
|
6586
|
+
class GoogleCloudAiplatformV1beta1DirectRawPredictResponse
|
6587
|
+
# @private
|
6588
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
6589
|
+
property :output, :base64 => true, as: 'output'
|
6590
|
+
end
|
6591
|
+
end
|
6592
|
+
|
5861
6593
|
class GoogleCloudAiplatformV1beta1DiskSpec
|
5862
6594
|
# @private
|
5863
6595
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -6791,6 +7523,14 @@ module Google
|
|
6791
7523
|
end
|
6792
7524
|
end
|
6793
7525
|
|
7526
|
+
class GoogleCloudAiplatformV1beta1FileData
|
7527
|
+
# @private
|
7528
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
7529
|
+
property :file_uri, as: 'fileUri'
|
7530
|
+
property :mime_type, as: 'mimeType'
|
7531
|
+
end
|
7532
|
+
end
|
7533
|
+
|
6794
7534
|
class GoogleCloudAiplatformV1beta1FilterSplit
|
6795
7535
|
# @private
|
6796
7536
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -6857,6 +7597,32 @@ module Google
|
|
6857
7597
|
end
|
6858
7598
|
end
|
6859
7599
|
|
7600
|
+
class GoogleCloudAiplatformV1beta1FunctionCall
|
7601
|
+
# @private
|
7602
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
7603
|
+
hash :args, as: 'args'
|
7604
|
+
property :name, as: 'name'
|
7605
|
+
end
|
7606
|
+
end
|
7607
|
+
|
7608
|
+
class GoogleCloudAiplatformV1beta1FunctionDeclaration
|
7609
|
+
# @private
|
7610
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
7611
|
+
property :description, as: 'description'
|
7612
|
+
property :name, as: 'name'
|
7613
|
+
property :parameters, as: 'parameters', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1Schema, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1Schema::Representation
|
7614
|
+
|
7615
|
+
end
|
7616
|
+
end
|
7617
|
+
|
7618
|
+
class GoogleCloudAiplatformV1beta1FunctionResponse
|
7619
|
+
# @private
|
7620
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
7621
|
+
property :name, as: 'name'
|
7622
|
+
hash :response, as: 'response'
|
7623
|
+
end
|
7624
|
+
end
|
7625
|
+
|
6860
7626
|
class GoogleCloudAiplatformV1beta1GcsDestination
|
6861
7627
|
# @private
|
6862
7628
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -6888,6 +7654,64 @@ module Google
|
|
6888
7654
|
end
|
6889
7655
|
end
|
6890
7656
|
|
7657
|
+
class GoogleCloudAiplatformV1beta1GenerateContentRequest
|
7658
|
+
# @private
|
7659
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
7660
|
+
collection :contents, as: 'contents', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1Content, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1Content::Representation
|
7661
|
+
|
7662
|
+
property :endpoint, as: 'endpoint'
|
7663
|
+
property :generation_config, as: 'generationConfig', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1GenerationConfig, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1GenerationConfig::Representation
|
7664
|
+
|
7665
|
+
collection :safety_settings, as: 'safetySettings', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1SafetySetting, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1SafetySetting::Representation
|
7666
|
+
|
7667
|
+
collection :tools, as: 'tools', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1Tool, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1Tool::Representation
|
7668
|
+
|
7669
|
+
end
|
7670
|
+
end
|
7671
|
+
|
7672
|
+
class GoogleCloudAiplatformV1beta1GenerateContentResponse
|
7673
|
+
# @private
|
7674
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
7675
|
+
collection :candidates, as: 'candidates', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1Candidate, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1Candidate::Representation
|
7676
|
+
|
7677
|
+
property :prompt_feedback, as: 'promptFeedback', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1GenerateContentResponsePromptFeedback, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1GenerateContentResponsePromptFeedback::Representation
|
7678
|
+
|
7679
|
+
property :usage_metadata, as: 'usageMetadata', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1GenerateContentResponseUsageMetadata, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1GenerateContentResponseUsageMetadata::Representation
|
7680
|
+
|
7681
|
+
end
|
7682
|
+
end
|
7683
|
+
|
7684
|
+
class GoogleCloudAiplatformV1beta1GenerateContentResponsePromptFeedback
|
7685
|
+
# @private
|
7686
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
7687
|
+
property :block_reason, as: 'blockReason'
|
7688
|
+
property :block_reason_message, as: 'blockReasonMessage'
|
7689
|
+
collection :safety_ratings, as: 'safetyRatings', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1SafetyRating, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1SafetyRating::Representation
|
7690
|
+
|
7691
|
+
end
|
7692
|
+
end
|
7693
|
+
|
7694
|
+
class GoogleCloudAiplatformV1beta1GenerateContentResponseUsageMetadata
|
7695
|
+
# @private
|
7696
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
7697
|
+
property :candidates_token_count, as: 'candidatesTokenCount'
|
7698
|
+
property :prompt_token_count, as: 'promptTokenCount'
|
7699
|
+
property :total_token_count, as: 'totalTokenCount'
|
7700
|
+
end
|
7701
|
+
end
|
7702
|
+
|
7703
|
+
class GoogleCloudAiplatformV1beta1GenerationConfig
|
7704
|
+
# @private
|
7705
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
7706
|
+
property :candidate_count, as: 'candidateCount'
|
7707
|
+
property :max_output_tokens, as: 'maxOutputTokens'
|
7708
|
+
collection :stop_sequences, as: 'stopSequences'
|
7709
|
+
property :temperature, as: 'temperature'
|
7710
|
+
property :top_k, as: 'topK'
|
7711
|
+
property :top_p, as: 'topP'
|
7712
|
+
end
|
7713
|
+
end
|
7714
|
+
|
6891
7715
|
class GoogleCloudAiplatformV1beta1GenericOperationMetadata
|
6892
7716
|
# @private
|
6893
7717
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -7881,6 +8705,8 @@ module Google
|
|
7881
8705
|
property :deployment_timeout, as: 'deploymentTimeout'
|
7882
8706
|
collection :env, as: 'env', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1EnvVar, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1EnvVar::Representation
|
7883
8707
|
|
8708
|
+
collection :grpc_ports, as: 'grpcPorts', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1Port, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1Port::Representation
|
8709
|
+
|
7884
8710
|
property :health_probe, as: 'healthProbe', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1Probe, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1Probe::Representation
|
7885
8711
|
|
7886
8712
|
property :health_route, as: 'healthRoute'
|
@@ -8565,6 +9391,23 @@ module Google
|
|
8565
9391
|
end
|
8566
9392
|
end
|
8567
9393
|
|
9394
|
+
class GoogleCloudAiplatformV1beta1Part
|
9395
|
+
# @private
|
9396
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
9397
|
+
property :file_data, as: 'fileData', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1FileData, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1FileData::Representation
|
9398
|
+
|
9399
|
+
property :function_call, as: 'functionCall', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1FunctionCall, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1FunctionCall::Representation
|
9400
|
+
|
9401
|
+
property :function_response, as: 'functionResponse', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1FunctionResponse, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1FunctionResponse::Representation
|
9402
|
+
|
9403
|
+
property :inline_data, as: 'inlineData', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1Blob, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1Blob::Representation
|
9404
|
+
|
9405
|
+
property :text, as: 'text'
|
9406
|
+
property :video_metadata, as: 'videoMetadata', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1VideoMetadata, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1VideoMetadata::Representation
|
9407
|
+
|
9408
|
+
end
|
9409
|
+
end
|
9410
|
+
|
8568
9411
|
class GoogleCloudAiplatformV1beta1PauseModelDeploymentMonitoringJobRequest
|
8569
9412
|
# @private
|
8570
9413
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -8861,6 +9704,7 @@ module Google
|
|
8861
9704
|
property :supported_actions, as: 'supportedActions', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1PublisherModelCallToAction, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1PublisherModelCallToAction::Representation
|
8862
9705
|
|
8863
9706
|
property :version_id, as: 'versionId'
|
9707
|
+
property :version_state, as: 'versionState'
|
8864
9708
|
end
|
8865
9709
|
end
|
8866
9710
|
|
@@ -8903,6 +9747,7 @@ module Google
|
|
8903
9747
|
property :large_model_reference, as: 'largeModelReference', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1LargeModelReference, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1LargeModelReference::Representation
|
8904
9748
|
|
8905
9749
|
property :model_display_name, as: 'modelDisplayName'
|
9750
|
+
property :public_artifact_uri, as: 'publicArtifactUri'
|
8906
9751
|
property :shared_resources, as: 'sharedResources'
|
8907
9752
|
property :title, as: 'title'
|
8908
9753
|
end
|
@@ -8946,8 +9791,10 @@ module Google
|
|
8946
9791
|
class GoogleCloudAiplatformV1beta1PublisherModelResourceReference
|
8947
9792
|
# @private
|
8948
9793
|
class Representation < Google::Apis::Core::JsonRepresentation
|
9794
|
+
property :description, as: 'description'
|
8949
9795
|
property :resource_name, as: 'resourceName'
|
8950
9796
|
property :uri, as: 'uri'
|
9797
|
+
property :use_case, as: 'useCase'
|
8951
9798
|
end
|
8952
9799
|
end
|
8953
9800
|
|
@@ -9317,6 +10164,23 @@ module Google
|
|
9317
10164
|
end
|
9318
10165
|
end
|
9319
10166
|
|
10167
|
+
class GoogleCloudAiplatformV1beta1SafetyRating
|
10168
|
+
# @private
|
10169
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
10170
|
+
property :blocked, as: 'blocked'
|
10171
|
+
property :category, as: 'category'
|
10172
|
+
property :probability, as: 'probability'
|
10173
|
+
end
|
10174
|
+
end
|
10175
|
+
|
10176
|
+
class GoogleCloudAiplatformV1beta1SafetySetting
|
10177
|
+
# @private
|
10178
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
10179
|
+
property :category, as: 'category'
|
10180
|
+
property :threshold, as: 'threshold'
|
10181
|
+
end
|
10182
|
+
end
|
10183
|
+
|
9320
10184
|
class GoogleCloudAiplatformV1beta1SampleConfig
|
9321
10185
|
# @private
|
9322
10186
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -9414,6 +10278,23 @@ module Google
|
|
9414
10278
|
end
|
9415
10279
|
end
|
9416
10280
|
|
10281
|
+
class GoogleCloudAiplatformV1beta1Schema
|
10282
|
+
# @private
|
10283
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
10284
|
+
property :description, as: 'description'
|
10285
|
+
collection :enum, as: 'enum'
|
10286
|
+
property :example, as: 'example'
|
10287
|
+
property :format, as: 'format'
|
10288
|
+
property :items, as: 'items', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1Schema, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1Schema::Representation
|
10289
|
+
|
10290
|
+
property :nullable, as: 'nullable'
|
10291
|
+
hash :properties, as: 'properties', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1Schema, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1Schema::Representation
|
10292
|
+
|
10293
|
+
collection :required, as: 'required'
|
10294
|
+
property :type, as: 'type'
|
10295
|
+
end
|
10296
|
+
end
|
10297
|
+
|
9417
10298
|
class GoogleCloudAiplatformV1beta1SchemaAnnotationSpecColor
|
9418
10299
|
# @private
|
9419
10300
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -11583,6 +12464,14 @@ module Google
|
|
11583
12464
|
end
|
11584
12465
|
end
|
11585
12466
|
|
12467
|
+
class GoogleCloudAiplatformV1beta1Tool
|
12468
|
+
# @private
|
12469
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
12470
|
+
collection :function_declarations, as: 'functionDeclarations', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1FunctionDeclaration, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1FunctionDeclaration::Representation
|
12471
|
+
|
12472
|
+
end
|
12473
|
+
end
|
12474
|
+
|
11586
12475
|
class GoogleCloudAiplatformV1beta1TrainingConfig
|
11587
12476
|
# @private
|
11588
12477
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -11830,6 +12719,21 @@ module Google
|
|
11830
12719
|
end
|
11831
12720
|
end
|
11832
12721
|
|
12722
|
+
class GoogleCloudAiplatformV1beta1UpgradeNotebookRuntimeOperationMetadata
|
12723
|
+
# @private
|
12724
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
12725
|
+
property :generic_metadata, as: 'genericMetadata', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1GenericOperationMetadata, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1GenericOperationMetadata::Representation
|
12726
|
+
|
12727
|
+
property :progress_message, as: 'progressMessage'
|
12728
|
+
end
|
12729
|
+
end
|
12730
|
+
|
12731
|
+
class GoogleCloudAiplatformV1beta1UpgradeNotebookRuntimeRequest
|
12732
|
+
# @private
|
12733
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
12734
|
+
end
|
12735
|
+
end
|
12736
|
+
|
11833
12737
|
class GoogleCloudAiplatformV1beta1UploadModelOperationMetadata
|
11834
12738
|
# @private
|
11835
12739
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -11889,6 +12793,14 @@ module Google
|
|
11889
12793
|
end
|
11890
12794
|
end
|
11891
12795
|
|
12796
|
+
class GoogleCloudAiplatformV1beta1VideoMetadata
|
12797
|
+
# @private
|
12798
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
12799
|
+
property :end_offset, as: 'endOffset'
|
12800
|
+
property :start_offset, as: 'startOffset'
|
12801
|
+
end
|
12802
|
+
end
|
12803
|
+
|
11892
12804
|
class GoogleCloudAiplatformV1beta1WorkerPoolSpec
|
11893
12805
|
# @private
|
11894
12806
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -12092,6 +13004,15 @@ module Google
|
|
12092
13004
|
end
|
12093
13005
|
end
|
12094
13006
|
|
13007
|
+
class GoogleTypeDate
|
13008
|
+
# @private
|
13009
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
13010
|
+
property :day, as: 'day'
|
13011
|
+
property :month, as: 'month'
|
13012
|
+
property :year, as: 'year'
|
13013
|
+
end
|
13014
|
+
end
|
13015
|
+
|
12095
13016
|
class GoogleTypeExpr
|
12096
13017
|
# @private
|
12097
13018
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -12118,6 +13039,35 @@ module Google
|
|
12118
13039
|
property :units, :numeric_string => true, as: 'units'
|
12119
13040
|
end
|
12120
13041
|
end
|
13042
|
+
|
13043
|
+
class IntelligenceCloudAutomlXpsMetricEntry
|
13044
|
+
# @private
|
13045
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
13046
|
+
property :argentum_metric_id, as: 'argentumMetricId'
|
13047
|
+
property :double_value, as: 'doubleValue'
|
13048
|
+
property :int64_value, :numeric_string => true, as: 'int64Value'
|
13049
|
+
property :metric_name, as: 'metricName'
|
13050
|
+
collection :system_labels, as: 'systemLabels', class: Google::Apis::AiplatformV1beta1::IntelligenceCloudAutomlXpsMetricEntryLabel, decorator: Google::Apis::AiplatformV1beta1::IntelligenceCloudAutomlXpsMetricEntryLabel::Representation
|
13051
|
+
|
13052
|
+
end
|
13053
|
+
end
|
13054
|
+
|
13055
|
+
class IntelligenceCloudAutomlXpsMetricEntryLabel
|
13056
|
+
# @private
|
13057
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
13058
|
+
property :label_name, as: 'labelName'
|
13059
|
+
property :label_value, as: 'labelValue'
|
13060
|
+
end
|
13061
|
+
end
|
13062
|
+
|
13063
|
+
class IntelligenceCloudAutomlXpsReportingMetrics
|
13064
|
+
# @private
|
13065
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
13066
|
+
property :effective_training_duration, as: 'effectiveTrainingDuration'
|
13067
|
+
collection :metric_entries, as: 'metricEntries', class: Google::Apis::AiplatformV1beta1::IntelligenceCloudAutomlXpsMetricEntry, decorator: Google::Apis::AiplatformV1beta1::IntelligenceCloudAutomlXpsMetricEntry::Representation
|
13068
|
+
|
13069
|
+
end
|
13070
|
+
end
|
12121
13071
|
end
|
12122
13072
|
end
|
12123
13073
|
end
|