google-apis-aiplatform_v1beta1 0.41.0 → 0.42.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/google/apis/aiplatform_v1beta1/classes.rb +1551 -2
- data/lib/google/apis/aiplatform_v1beta1/gem_version.rb +2 -2
- data/lib/google/apis/aiplatform_v1beta1/representations.rb +808 -3
- data/lib/google/apis/aiplatform_v1beta1/service.rb +942 -12
- metadata +3 -3
@@ -112,6 +112,12 @@ module Google
|
|
112
112
|
include Google::Apis::Core::JsonObjectSupport
|
113
113
|
end
|
114
114
|
|
115
|
+
class GoogleCloudAiplatformV1beta1AcceptPublisherModelEulaRequest
|
116
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
117
|
+
|
118
|
+
include Google::Apis::Core::JsonObjectSupport
|
119
|
+
end
|
120
|
+
|
115
121
|
class GoogleCloudAiplatformV1beta1ActiveLearningConfig
|
116
122
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
117
123
|
|
@@ -184,6 +190,12 @@ module Google
|
|
184
190
|
include Google::Apis::Core::JsonObjectSupport
|
185
191
|
end
|
186
192
|
|
193
|
+
class GoogleCloudAiplatformV1beta1AppendEventResponse
|
194
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
195
|
+
|
196
|
+
include Google::Apis::Core::JsonObjectSupport
|
197
|
+
end
|
198
|
+
|
187
199
|
class GoogleCloudAiplatformV1beta1Artifact
|
188
200
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
189
201
|
|
@@ -208,6 +220,18 @@ module Google
|
|
208
220
|
include Google::Apis::Core::JsonObjectSupport
|
209
221
|
end
|
210
222
|
|
223
|
+
class GoogleCloudAiplatformV1beta1AssessDataRequestBatchPredictionResourceUsageAssessmentConfig
|
224
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
225
|
+
|
226
|
+
include Google::Apis::Core::JsonObjectSupport
|
227
|
+
end
|
228
|
+
|
229
|
+
class GoogleCloudAiplatformV1beta1AssessDataRequestBatchPredictionValidationAssessmentConfig
|
230
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
231
|
+
|
232
|
+
include Google::Apis::Core::JsonObjectSupport
|
233
|
+
end
|
234
|
+
|
211
235
|
class GoogleCloudAiplatformV1beta1AssessDataRequestTuningResourceUsageAssessmentConfig
|
212
236
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
213
237
|
|
@@ -634,6 +658,12 @@ module Google
|
|
634
658
|
include Google::Apis::Core::JsonObjectSupport
|
635
659
|
end
|
636
660
|
|
661
|
+
class GoogleCloudAiplatformV1beta1CheckPublisherModelEulaAcceptanceRequest
|
662
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
663
|
+
|
664
|
+
include Google::Apis::Core::JsonObjectSupport
|
665
|
+
end
|
666
|
+
|
637
667
|
class GoogleCloudAiplatformV1beta1CheckTrialEarlyStoppingStateMetatdata
|
638
668
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
639
669
|
|
@@ -772,6 +802,30 @@ module Google
|
|
772
802
|
include Google::Apis::Core::JsonObjectSupport
|
773
803
|
end
|
774
804
|
|
805
|
+
class GoogleCloudAiplatformV1beta1ContentMap
|
806
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
807
|
+
|
808
|
+
include Google::Apis::Core::JsonObjectSupport
|
809
|
+
end
|
810
|
+
|
811
|
+
class GoogleCloudAiplatformV1beta1ContentMapContents
|
812
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
813
|
+
|
814
|
+
include Google::Apis::Core::JsonObjectSupport
|
815
|
+
end
|
816
|
+
|
817
|
+
class GoogleCloudAiplatformV1beta1ContentsExample
|
818
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
819
|
+
|
820
|
+
include Google::Apis::Core::JsonObjectSupport
|
821
|
+
end
|
822
|
+
|
823
|
+
class GoogleCloudAiplatformV1beta1ContentsExampleExpectedContent
|
824
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
825
|
+
|
826
|
+
include Google::Apis::Core::JsonObjectSupport
|
827
|
+
end
|
828
|
+
|
775
829
|
class GoogleCloudAiplatformV1beta1Context
|
776
830
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
777
831
|
|
@@ -1030,6 +1084,18 @@ module Google
|
|
1030
1084
|
include Google::Apis::Core::JsonObjectSupport
|
1031
1085
|
end
|
1032
1086
|
|
1087
|
+
class GoogleCloudAiplatformV1beta1CustomOutput
|
1088
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1089
|
+
|
1090
|
+
include Google::Apis::Core::JsonObjectSupport
|
1091
|
+
end
|
1092
|
+
|
1093
|
+
class GoogleCloudAiplatformV1beta1CustomOutputFormatConfig
|
1094
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1095
|
+
|
1096
|
+
include Google::Apis::Core::JsonObjectSupport
|
1097
|
+
end
|
1098
|
+
|
1033
1099
|
class GoogleCloudAiplatformV1beta1DataItem
|
1034
1100
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1035
1101
|
|
@@ -1420,6 +1486,18 @@ module Google
|
|
1420
1486
|
include Google::Apis::Core::JsonObjectSupport
|
1421
1487
|
end
|
1422
1488
|
|
1489
|
+
class GoogleCloudAiplatformV1beta1EventActions
|
1490
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1491
|
+
|
1492
|
+
include Google::Apis::Core::JsonObjectSupport
|
1493
|
+
end
|
1494
|
+
|
1495
|
+
class GoogleCloudAiplatformV1beta1EventMetadata
|
1496
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1497
|
+
|
1498
|
+
include Google::Apis::Core::JsonObjectSupport
|
1499
|
+
end
|
1500
|
+
|
1423
1501
|
class GoogleCloudAiplatformV1beta1ExactMatchInput
|
1424
1502
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1425
1503
|
|
@@ -1450,12 +1528,36 @@ module Google
|
|
1450
1528
|
include Google::Apis::Core::JsonObjectSupport
|
1451
1529
|
end
|
1452
1530
|
|
1531
|
+
class GoogleCloudAiplatformV1beta1Example
|
1532
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1533
|
+
|
1534
|
+
include Google::Apis::Core::JsonObjectSupport
|
1535
|
+
end
|
1536
|
+
|
1537
|
+
class GoogleCloudAiplatformV1beta1ExampleStore
|
1538
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1539
|
+
|
1540
|
+
include Google::Apis::Core::JsonObjectSupport
|
1541
|
+
end
|
1542
|
+
|
1543
|
+
class GoogleCloudAiplatformV1beta1ExampleStoreConfig
|
1544
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1545
|
+
|
1546
|
+
include Google::Apis::Core::JsonObjectSupport
|
1547
|
+
end
|
1548
|
+
|
1453
1549
|
class GoogleCloudAiplatformV1beta1Examples
|
1454
1550
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1455
1551
|
|
1456
1552
|
include Google::Apis::Core::JsonObjectSupport
|
1457
1553
|
end
|
1458
1554
|
|
1555
|
+
class GoogleCloudAiplatformV1beta1ExamplesArrayFilter
|
1556
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1557
|
+
|
1558
|
+
include Google::Apis::Core::JsonObjectSupport
|
1559
|
+
end
|
1560
|
+
|
1459
1561
|
class GoogleCloudAiplatformV1beta1ExamplesExampleGcsSource
|
1460
1562
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1461
1563
|
|
@@ -1678,6 +1780,12 @@ module Google
|
|
1678
1780
|
include Google::Apis::Core::JsonObjectSupport
|
1679
1781
|
end
|
1680
1782
|
|
1783
|
+
class GoogleCloudAiplatformV1beta1ExportPublisherModelRequest
|
1784
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1785
|
+
|
1786
|
+
include Google::Apis::Core::JsonObjectSupport
|
1787
|
+
end
|
1788
|
+
|
1681
1789
|
class GoogleCloudAiplatformV1beta1ExportPublisherModelResponse
|
1682
1790
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1683
1791
|
|
@@ -1912,6 +2020,42 @@ module Google
|
|
1912
2020
|
include Google::Apis::Core::JsonObjectSupport
|
1913
2021
|
end
|
1914
2022
|
|
2023
|
+
class GoogleCloudAiplatformV1beta1FeatureViewDirectWriteRequest
|
2024
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2025
|
+
|
2026
|
+
include Google::Apis::Core::JsonObjectSupport
|
2027
|
+
end
|
2028
|
+
|
2029
|
+
class GoogleCloudAiplatformV1beta1FeatureViewDirectWriteRequestDataKeyAndFeatureValues
|
2030
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2031
|
+
|
2032
|
+
include Google::Apis::Core::JsonObjectSupport
|
2033
|
+
end
|
2034
|
+
|
2035
|
+
class GoogleCloudAiplatformV1beta1FeatureViewDirectWriteRequestDataKeyAndFeatureValuesFeature
|
2036
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2037
|
+
|
2038
|
+
include Google::Apis::Core::JsonObjectSupport
|
2039
|
+
end
|
2040
|
+
|
2041
|
+
class GoogleCloudAiplatformV1beta1FeatureViewDirectWriteRequestDataKeyAndFeatureValuesFeatureFeatureValueAndTimestamp
|
2042
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2043
|
+
|
2044
|
+
include Google::Apis::Core::JsonObjectSupport
|
2045
|
+
end
|
2046
|
+
|
2047
|
+
class GoogleCloudAiplatformV1beta1FeatureViewDirectWriteResponse
|
2048
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2049
|
+
|
2050
|
+
include Google::Apis::Core::JsonObjectSupport
|
2051
|
+
end
|
2052
|
+
|
2053
|
+
class GoogleCloudAiplatformV1beta1FeatureViewDirectWriteResponseWriteResponse
|
2054
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2055
|
+
|
2056
|
+
include Google::Apis::Core::JsonObjectSupport
|
2057
|
+
end
|
2058
|
+
|
1915
2059
|
class GoogleCloudAiplatformV1beta1FeatureViewFeatureRegistrySource
|
1916
2060
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1917
2061
|
|
@@ -2032,6 +2176,18 @@ module Google
|
|
2032
2176
|
include Google::Apis::Core::JsonObjectSupport
|
2033
2177
|
end
|
2034
2178
|
|
2179
|
+
class GoogleCloudAiplatformV1beta1FetchExamplesRequest
|
2180
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2181
|
+
|
2182
|
+
include Google::Apis::Core::JsonObjectSupport
|
2183
|
+
end
|
2184
|
+
|
2185
|
+
class GoogleCloudAiplatformV1beta1FetchExamplesResponse
|
2186
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2187
|
+
|
2188
|
+
include Google::Apis::Core::JsonObjectSupport
|
2189
|
+
end
|
2190
|
+
|
2035
2191
|
class GoogleCloudAiplatformV1beta1FetchFeatureValuesRequest
|
2036
2192
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2037
2193
|
|
@@ -2650,6 +2806,18 @@ module Google
|
|
2650
2806
|
include Google::Apis::Core::JsonObjectSupport
|
2651
2807
|
end
|
2652
2808
|
|
2809
|
+
class GoogleCloudAiplatformV1beta1ListEventsResponse
|
2810
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2811
|
+
|
2812
|
+
include Google::Apis::Core::JsonObjectSupport
|
2813
|
+
end
|
2814
|
+
|
2815
|
+
class GoogleCloudAiplatformV1beta1ListExampleStoresResponse
|
2816
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2817
|
+
|
2818
|
+
include Google::Apis::Core::JsonObjectSupport
|
2819
|
+
end
|
2820
|
+
|
2653
2821
|
class GoogleCloudAiplatformV1beta1ListExecutionsResponse
|
2654
2822
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2655
2823
|
|
@@ -2878,6 +3046,12 @@ module Google
|
|
2878
3046
|
include Google::Apis::Core::JsonObjectSupport
|
2879
3047
|
end
|
2880
3048
|
|
3049
|
+
class GoogleCloudAiplatformV1beta1ListSessionsResponse
|
3050
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3051
|
+
|
3052
|
+
include Google::Apis::Core::JsonObjectSupport
|
3053
|
+
end
|
3054
|
+
|
2881
3055
|
class GoogleCloudAiplatformV1beta1ListSpecialistPoolsResponse
|
2882
3056
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2883
3057
|
|
@@ -4204,6 +4378,12 @@ module Google
|
|
4204
4378
|
include Google::Apis::Core::JsonObjectSupport
|
4205
4379
|
end
|
4206
4380
|
|
4381
|
+
class GoogleCloudAiplatformV1beta1PublisherModelEulaAcceptance
|
4382
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4383
|
+
|
4384
|
+
include Google::Apis::Core::JsonObjectSupport
|
4385
|
+
end
|
4386
|
+
|
4207
4387
|
class GoogleCloudAiplatformV1beta1PublisherModelParent
|
4208
4388
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4209
4389
|
|
@@ -4582,6 +4762,12 @@ module Google
|
|
4582
4762
|
include Google::Apis::Core::JsonObjectSupport
|
4583
4763
|
end
|
4584
4764
|
|
4765
|
+
class GoogleCloudAiplatformV1beta1RawOutput
|
4766
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4767
|
+
|
4768
|
+
include Google::Apis::Core::JsonObjectSupport
|
4769
|
+
end
|
4770
|
+
|
4585
4771
|
class GoogleCloudAiplatformV1beta1RawPredictRequest
|
4586
4772
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4587
4773
|
|
@@ -4756,6 +4942,18 @@ module Google
|
|
4756
4942
|
include Google::Apis::Core::JsonObjectSupport
|
4757
4943
|
end
|
4758
4944
|
|
4945
|
+
class GoogleCloudAiplatformV1beta1RemoveExamplesRequest
|
4946
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4947
|
+
|
4948
|
+
include Google::Apis::Core::JsonObjectSupport
|
4949
|
+
end
|
4950
|
+
|
4951
|
+
class GoogleCloudAiplatformV1beta1RemoveExamplesResponse
|
4952
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4953
|
+
|
4954
|
+
include Google::Apis::Core::JsonObjectSupport
|
4955
|
+
end
|
4956
|
+
|
4759
4957
|
class GoogleCloudAiplatformV1beta1ReportExecutionEventRequest
|
4760
4958
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4761
4959
|
|
@@ -4912,6 +5110,36 @@ module Google
|
|
4912
5110
|
include Google::Apis::Core::JsonObjectSupport
|
4913
5111
|
end
|
4914
5112
|
|
5113
|
+
class GoogleCloudAiplatformV1beta1RubricBasedInstructionFollowingInput
|
5114
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
5115
|
+
|
5116
|
+
include Google::Apis::Core::JsonObjectSupport
|
5117
|
+
end
|
5118
|
+
|
5119
|
+
class GoogleCloudAiplatformV1beta1RubricBasedInstructionFollowingInstance
|
5120
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
5121
|
+
|
5122
|
+
include Google::Apis::Core::JsonObjectSupport
|
5123
|
+
end
|
5124
|
+
|
5125
|
+
class GoogleCloudAiplatformV1beta1RubricBasedInstructionFollowingResult
|
5126
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
5127
|
+
|
5128
|
+
include Google::Apis::Core::JsonObjectSupport
|
5129
|
+
end
|
5130
|
+
|
5131
|
+
class GoogleCloudAiplatformV1beta1RubricBasedInstructionFollowingSpec
|
5132
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
5133
|
+
|
5134
|
+
include Google::Apis::Core::JsonObjectSupport
|
5135
|
+
end
|
5136
|
+
|
5137
|
+
class GoogleCloudAiplatformV1beta1RubricCritiqueResult
|
5138
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
5139
|
+
|
5140
|
+
include Google::Apis::Core::JsonObjectSupport
|
5141
|
+
end
|
5142
|
+
|
4915
5143
|
class GoogleCloudAiplatformV1beta1RuntimeArtifact
|
4916
5144
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4917
5145
|
|
@@ -6118,6 +6346,24 @@ module Google
|
|
6118
6346
|
include Google::Apis::Core::JsonObjectSupport
|
6119
6347
|
end
|
6120
6348
|
|
6349
|
+
class GoogleCloudAiplatformV1beta1SearchExamplesRequest
|
6350
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
6351
|
+
|
6352
|
+
include Google::Apis::Core::JsonObjectSupport
|
6353
|
+
end
|
6354
|
+
|
6355
|
+
class GoogleCloudAiplatformV1beta1SearchExamplesResponse
|
6356
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
6357
|
+
|
6358
|
+
include Google::Apis::Core::JsonObjectSupport
|
6359
|
+
end
|
6360
|
+
|
6361
|
+
class GoogleCloudAiplatformV1beta1SearchExamplesResponseSimilarExample
|
6362
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
6363
|
+
|
6364
|
+
include Google::Apis::Core::JsonObjectSupport
|
6365
|
+
end
|
6366
|
+
|
6121
6367
|
class GoogleCloudAiplatformV1beta1SearchFeaturesResponse
|
6122
6368
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
6123
6369
|
|
@@ -6226,6 +6472,18 @@ module Google
|
|
6226
6472
|
include Google::Apis::Core::JsonObjectSupport
|
6227
6473
|
end
|
6228
6474
|
|
6475
|
+
class GoogleCloudAiplatformV1beta1Session
|
6476
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
6477
|
+
|
6478
|
+
include Google::Apis::Core::JsonObjectSupport
|
6479
|
+
end
|
6480
|
+
|
6481
|
+
class GoogleCloudAiplatformV1beta1SessionEvent
|
6482
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
6483
|
+
|
6484
|
+
include Google::Apis::Core::JsonObjectSupport
|
6485
|
+
end
|
6486
|
+
|
6229
6487
|
class GoogleCloudAiplatformV1beta1SharePointSources
|
6230
6488
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
6231
6489
|
|
@@ -6322,6 +6580,42 @@ module Google
|
|
6322
6580
|
include Google::Apis::Core::JsonObjectSupport
|
6323
6581
|
end
|
6324
6582
|
|
6583
|
+
class GoogleCloudAiplatformV1beta1StoredContentsExample
|
6584
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
6585
|
+
|
6586
|
+
include Google::Apis::Core::JsonObjectSupport
|
6587
|
+
end
|
6588
|
+
|
6589
|
+
class GoogleCloudAiplatformV1beta1StoredContentsExampleFilter
|
6590
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
6591
|
+
|
6592
|
+
include Google::Apis::Core::JsonObjectSupport
|
6593
|
+
end
|
6594
|
+
|
6595
|
+
class GoogleCloudAiplatformV1beta1StoredContentsExampleParameters
|
6596
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
6597
|
+
|
6598
|
+
include Google::Apis::Core::JsonObjectSupport
|
6599
|
+
end
|
6600
|
+
|
6601
|
+
class GoogleCloudAiplatformV1beta1StoredContentsExampleParametersContentSearchKey
|
6602
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
6603
|
+
|
6604
|
+
include Google::Apis::Core::JsonObjectSupport
|
6605
|
+
end
|
6606
|
+
|
6607
|
+
class GoogleCloudAiplatformV1beta1StoredContentsExampleSearchKeyGenerationMethod
|
6608
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
6609
|
+
|
6610
|
+
include Google::Apis::Core::JsonObjectSupport
|
6611
|
+
end
|
6612
|
+
|
6613
|
+
class GoogleCloudAiplatformV1beta1StoredContentsExampleSearchKeyGenerationMethodLastEntry
|
6614
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
6615
|
+
|
6616
|
+
include Google::Apis::Core::JsonObjectSupport
|
6617
|
+
end
|
6618
|
+
|
6325
6619
|
class GoogleCloudAiplatformV1beta1StratifiedSplit
|
6326
6620
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
6327
6621
|
|
@@ -7336,6 +7630,24 @@ module Google
|
|
7336
7630
|
include Google::Apis::Core::JsonObjectSupport
|
7337
7631
|
end
|
7338
7632
|
|
7633
|
+
class GoogleCloudAiplatformV1beta1UpsertExamplesRequest
|
7634
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
7635
|
+
|
7636
|
+
include Google::Apis::Core::JsonObjectSupport
|
7637
|
+
end
|
7638
|
+
|
7639
|
+
class GoogleCloudAiplatformV1beta1UpsertExamplesResponse
|
7640
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
7641
|
+
|
7642
|
+
include Google::Apis::Core::JsonObjectSupport
|
7643
|
+
end
|
7644
|
+
|
7645
|
+
class GoogleCloudAiplatformV1beta1UpsertExamplesResponseUpsertResult
|
7646
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
7647
|
+
|
7648
|
+
include Google::Apis::Core::JsonObjectSupport
|
7649
|
+
end
|
7650
|
+
|
7339
7651
|
class GoogleCloudAiplatformV1beta1UserActionReference
|
7340
7652
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
7341
7653
|
|
@@ -7711,6 +8023,13 @@ module Google
|
|
7711
8023
|
end
|
7712
8024
|
end
|
7713
8025
|
|
8026
|
+
class GoogleCloudAiplatformV1beta1AcceptPublisherModelEulaRequest
|
8027
|
+
# @private
|
8028
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
8029
|
+
property :publisher_model, as: 'publisherModel'
|
8030
|
+
end
|
8031
|
+
end
|
8032
|
+
|
7714
8033
|
class GoogleCloudAiplatformV1beta1ActiveLearningConfig
|
7715
8034
|
# @private
|
7716
8035
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -7813,6 +8132,12 @@ module Google
|
|
7813
8132
|
end
|
7814
8133
|
end
|
7815
8134
|
|
8135
|
+
class GoogleCloudAiplatformV1beta1AppendEventResponse
|
8136
|
+
# @private
|
8137
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
8138
|
+
end
|
8139
|
+
end
|
8140
|
+
|
7816
8141
|
class GoogleCloudAiplatformV1beta1Artifact
|
7817
8142
|
# @private
|
7818
8143
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -7846,14 +8171,20 @@ module Google
|
|
7846
8171
|
class Representation < Google::Apis::Core::JsonRepresentation
|
7847
8172
|
property :gemini_template_config, as: 'geminiTemplateConfig', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1GeminiTemplateConfig, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1GeminiTemplateConfig::Representation
|
7848
8173
|
|
8174
|
+
property :request_column_name, as: 'requestColumnName'
|
7849
8175
|
end
|
7850
8176
|
end
|
7851
8177
|
|
7852
8178
|
class GoogleCloudAiplatformV1beta1AssessDataRequest
|
7853
8179
|
# @private
|
7854
8180
|
class Representation < Google::Apis::Core::JsonRepresentation
|
8181
|
+
property :batch_prediction_resource_usage_assessment_config, as: 'batchPredictionResourceUsageAssessmentConfig', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1AssessDataRequestBatchPredictionResourceUsageAssessmentConfig, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1AssessDataRequestBatchPredictionResourceUsageAssessmentConfig::Representation
|
8182
|
+
|
8183
|
+
property :batch_prediction_validation_assessment_config, as: 'batchPredictionValidationAssessmentConfig', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1AssessDataRequestBatchPredictionValidationAssessmentConfig, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1AssessDataRequestBatchPredictionValidationAssessmentConfig::Representation
|
8184
|
+
|
7855
8185
|
property :gemini_template_config, as: 'geminiTemplateConfig', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1GeminiTemplateConfig, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1GeminiTemplateConfig::Representation
|
7856
8186
|
|
8187
|
+
property :request_column_name, as: 'requestColumnName'
|
7857
8188
|
property :tuning_resource_usage_assessment_config, as: 'tuningResourceUsageAssessmentConfig', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1AssessDataRequestTuningResourceUsageAssessmentConfig, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1AssessDataRequestTuningResourceUsageAssessmentConfig::Representation
|
7858
8189
|
|
7859
8190
|
property :tuning_validation_assessment_config, as: 'tuningValidationAssessmentConfig', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1AssessDataRequestTuningValidationAssessmentConfig, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1AssessDataRequestTuningValidationAssessmentConfig::Representation
|
@@ -7861,6 +8192,20 @@ module Google
|
|
7861
8192
|
end
|
7862
8193
|
end
|
7863
8194
|
|
8195
|
+
class GoogleCloudAiplatformV1beta1AssessDataRequestBatchPredictionResourceUsageAssessmentConfig
|
8196
|
+
# @private
|
8197
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
8198
|
+
property :model_name, as: 'modelName'
|
8199
|
+
end
|
8200
|
+
end
|
8201
|
+
|
8202
|
+
class GoogleCloudAiplatformV1beta1AssessDataRequestBatchPredictionValidationAssessmentConfig
|
8203
|
+
# @private
|
8204
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
8205
|
+
property :model_name, as: 'modelName'
|
8206
|
+
end
|
8207
|
+
end
|
8208
|
+
|
7864
8209
|
class GoogleCloudAiplatformV1beta1AssessDataRequestTuningResourceUsageAssessmentConfig
|
7865
8210
|
# @private
|
7866
8211
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -8531,6 +8876,13 @@ module Google
|
|
8531
8876
|
end
|
8532
8877
|
end
|
8533
8878
|
|
8879
|
+
class GoogleCloudAiplatformV1beta1CheckPublisherModelEulaAcceptanceRequest
|
8880
|
+
# @private
|
8881
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
8882
|
+
property :publisher_model, as: 'publisherModel'
|
8883
|
+
end
|
8884
|
+
end
|
8885
|
+
|
8534
8886
|
class GoogleCloudAiplatformV1beta1CheckTrialEarlyStoppingStateMetatdata
|
8535
8887
|
# @private
|
8536
8888
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -8733,6 +9085,40 @@ module Google
|
|
8733
9085
|
end
|
8734
9086
|
end
|
8735
9087
|
|
9088
|
+
class GoogleCloudAiplatformV1beta1ContentMap
|
9089
|
+
# @private
|
9090
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
9091
|
+
hash :values, as: 'values', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ContentMapContents, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ContentMapContents::Representation
|
9092
|
+
|
9093
|
+
end
|
9094
|
+
end
|
9095
|
+
|
9096
|
+
class GoogleCloudAiplatformV1beta1ContentMapContents
|
9097
|
+
# @private
|
9098
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
9099
|
+
collection :contents, as: 'contents', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1Content, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1Content::Representation
|
9100
|
+
|
9101
|
+
end
|
9102
|
+
end
|
9103
|
+
|
9104
|
+
class GoogleCloudAiplatformV1beta1ContentsExample
|
9105
|
+
# @private
|
9106
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
9107
|
+
collection :contents, as: 'contents', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1Content, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1Content::Representation
|
9108
|
+
|
9109
|
+
collection :expected_contents, as: 'expectedContents', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ContentsExampleExpectedContent, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ContentsExampleExpectedContent::Representation
|
9110
|
+
|
9111
|
+
end
|
9112
|
+
end
|
9113
|
+
|
9114
|
+
class GoogleCloudAiplatformV1beta1ContentsExampleExpectedContent
|
9115
|
+
# @private
|
9116
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
9117
|
+
property :content, as: 'content', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1Content, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1Content::Representation
|
9118
|
+
|
9119
|
+
end
|
9120
|
+
end
|
9121
|
+
|
8736
9122
|
class GoogleCloudAiplatformV1beta1Context
|
8737
9123
|
# @private
|
8738
9124
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -9152,6 +9538,21 @@ module Google
|
|
9152
9538
|
end
|
9153
9539
|
end
|
9154
9540
|
|
9541
|
+
class GoogleCloudAiplatformV1beta1CustomOutput
|
9542
|
+
# @private
|
9543
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
9544
|
+
property :raw_outputs, as: 'rawOutputs', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1RawOutput, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1RawOutput::Representation
|
9545
|
+
|
9546
|
+
end
|
9547
|
+
end
|
9548
|
+
|
9549
|
+
class GoogleCloudAiplatformV1beta1CustomOutputFormatConfig
|
9550
|
+
# @private
|
9551
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
9552
|
+
property :return_raw_output, as: 'returnRawOutput'
|
9553
|
+
end
|
9554
|
+
end
|
9555
|
+
|
9155
9556
|
class GoogleCloudAiplatformV1beta1DataItem
|
9156
9557
|
# @private
|
9157
9558
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -9865,6 +10266,8 @@ module Google
|
|
9865
10266
|
|
9866
10267
|
property :rouge_input, as: 'rougeInput', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1RougeInput, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1RougeInput::Representation
|
9867
10268
|
|
10269
|
+
property :rubric_based_instruction_following_input, as: 'rubricBasedInstructionFollowingInput', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1RubricBasedInstructionFollowingInput, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1RubricBasedInstructionFollowingInput::Representation
|
10270
|
+
|
9868
10271
|
property :safety_input, as: 'safetyInput', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1SafetyInput, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1SafetyInput::Representation
|
9869
10272
|
|
9870
10273
|
property :summarization_helpfulness_input, as: 'summarizationHelpfulnessInput', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1SummarizationHelpfulnessInput, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1SummarizationHelpfulnessInput::Representation
|
@@ -9933,6 +10336,8 @@ module Google
|
|
9933
10336
|
|
9934
10337
|
property :rouge_results, as: 'rougeResults', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1RougeResults, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1RougeResults::Representation
|
9935
10338
|
|
10339
|
+
property :rubric_based_instruction_following_result, as: 'rubricBasedInstructionFollowingResult', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1RubricBasedInstructionFollowingResult, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1RubricBasedInstructionFollowingResult::Representation
|
10340
|
+
|
9936
10341
|
property :safety_result, as: 'safetyResult', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1SafetyResult, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1SafetyResult::Representation
|
9937
10342
|
|
9938
10343
|
property :summarization_helpfulness_result, as: 'summarizationHelpfulnessResult', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1SummarizationHelpfulnessResult, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1SummarizationHelpfulnessResult::Representation
|
@@ -10009,6 +10414,31 @@ module Google
|
|
10009
10414
|
end
|
10010
10415
|
end
|
10011
10416
|
|
10417
|
+
class GoogleCloudAiplatformV1beta1EventActions
|
10418
|
+
# @private
|
10419
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
10420
|
+
hash :artifact_delta, as: 'artifactDelta'
|
10421
|
+
property :escalate, as: 'escalate'
|
10422
|
+
hash :requested_auth_configs, as: 'requestedAuthConfigs'
|
10423
|
+
property :skip_summarization, as: 'skipSummarization'
|
10424
|
+
hash :state_delta, as: 'stateDelta'
|
10425
|
+
property :transfer_to_agent, as: 'transferToAgent'
|
10426
|
+
end
|
10427
|
+
end
|
10428
|
+
|
10429
|
+
class GoogleCloudAiplatformV1beta1EventMetadata
|
10430
|
+
# @private
|
10431
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
10432
|
+
property :branch, as: 'branch'
|
10433
|
+
property :grounding_metadata, as: 'groundingMetadata', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1GroundingMetadata, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1GroundingMetadata::Representation
|
10434
|
+
|
10435
|
+
property :interrupted, as: 'interrupted'
|
10436
|
+
collection :long_running_tool_ids, as: 'longRunningToolIds'
|
10437
|
+
property :partial, as: 'partial'
|
10438
|
+
property :turn_complete, as: 'turnComplete'
|
10439
|
+
end
|
10440
|
+
end
|
10441
|
+
|
10012
10442
|
class GoogleCloudAiplatformV1beta1ExactMatchInput
|
10013
10443
|
# @private
|
10014
10444
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -10034,17 +10464,48 @@ module Google
|
|
10034
10464
|
end
|
10035
10465
|
end
|
10036
10466
|
|
10037
|
-
class GoogleCloudAiplatformV1beta1ExactMatchResults
|
10467
|
+
class GoogleCloudAiplatformV1beta1ExactMatchResults
|
10468
|
+
# @private
|
10469
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
10470
|
+
collection :exact_match_metric_values, as: 'exactMatchMetricValues', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ExactMatchMetricValue, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ExactMatchMetricValue::Representation
|
10471
|
+
|
10472
|
+
end
|
10473
|
+
end
|
10474
|
+
|
10475
|
+
class GoogleCloudAiplatformV1beta1ExactMatchSpec
|
10476
|
+
# @private
|
10477
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
10478
|
+
end
|
10479
|
+
end
|
10480
|
+
|
10481
|
+
class GoogleCloudAiplatformV1beta1Example
|
10482
|
+
# @private
|
10483
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
10484
|
+
property :create_time, as: 'createTime'
|
10485
|
+
property :display_name, as: 'displayName'
|
10486
|
+
property :example_id, as: 'exampleId'
|
10487
|
+
property :stored_contents_example, as: 'storedContentsExample', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1StoredContentsExample, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1StoredContentsExample::Representation
|
10488
|
+
|
10489
|
+
end
|
10490
|
+
end
|
10491
|
+
|
10492
|
+
class GoogleCloudAiplatformV1beta1ExampleStore
|
10038
10493
|
# @private
|
10039
10494
|
class Representation < Google::Apis::Core::JsonRepresentation
|
10040
|
-
|
10495
|
+
property :create_time, as: 'createTime'
|
10496
|
+
property :description, as: 'description'
|
10497
|
+
property :display_name, as: 'displayName'
|
10498
|
+
property :example_store_config, as: 'exampleStoreConfig', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ExampleStoreConfig, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ExampleStoreConfig::Representation
|
10041
10499
|
|
10500
|
+
property :name, as: 'name'
|
10501
|
+
property :update_time, as: 'updateTime'
|
10042
10502
|
end
|
10043
10503
|
end
|
10044
10504
|
|
10045
|
-
class
|
10505
|
+
class GoogleCloudAiplatformV1beta1ExampleStoreConfig
|
10046
10506
|
# @private
|
10047
10507
|
class Representation < Google::Apis::Core::JsonRepresentation
|
10508
|
+
property :vertex_embedding_model, as: 'vertexEmbeddingModel'
|
10048
10509
|
end
|
10049
10510
|
end
|
10050
10511
|
|
@@ -10062,6 +10523,14 @@ module Google
|
|
10062
10523
|
end
|
10063
10524
|
end
|
10064
10525
|
|
10526
|
+
class GoogleCloudAiplatformV1beta1ExamplesArrayFilter
|
10527
|
+
# @private
|
10528
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
10529
|
+
property :array_operator, as: 'arrayOperator'
|
10530
|
+
collection :values, as: 'values'
|
10531
|
+
end
|
10532
|
+
end
|
10533
|
+
|
10065
10534
|
class GoogleCloudAiplatformV1beta1ExamplesExampleGcsSource
|
10066
10535
|
# @private
|
10067
10536
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -10434,6 +10903,14 @@ module Google
|
|
10434
10903
|
end
|
10435
10904
|
end
|
10436
10905
|
|
10906
|
+
class GoogleCloudAiplatformV1beta1ExportPublisherModelRequest
|
10907
|
+
# @private
|
10908
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
10909
|
+
property :destination, as: 'destination', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1GcsDestination, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1GcsDestination::Representation
|
10910
|
+
|
10911
|
+
end
|
10912
|
+
end
|
10913
|
+
|
10437
10914
|
class GoogleCloudAiplatformV1beta1ExportPublisherModelResponse
|
10438
10915
|
# @private
|
10439
10916
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -10887,6 +11364,61 @@ module Google
|
|
10887
11364
|
end
|
10888
11365
|
end
|
10889
11366
|
|
11367
|
+
class GoogleCloudAiplatformV1beta1FeatureViewDirectWriteRequest
|
11368
|
+
# @private
|
11369
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
11370
|
+
collection :data_key_and_feature_values, as: 'dataKeyAndFeatureValues', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1FeatureViewDirectWriteRequestDataKeyAndFeatureValues, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1FeatureViewDirectWriteRequestDataKeyAndFeatureValues::Representation
|
11371
|
+
|
11372
|
+
end
|
11373
|
+
end
|
11374
|
+
|
11375
|
+
class GoogleCloudAiplatformV1beta1FeatureViewDirectWriteRequestDataKeyAndFeatureValues
|
11376
|
+
# @private
|
11377
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
11378
|
+
property :data_key, as: 'dataKey', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1FeatureViewDataKey, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1FeatureViewDataKey::Representation
|
11379
|
+
|
11380
|
+
collection :features, as: 'features', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1FeatureViewDirectWriteRequestDataKeyAndFeatureValuesFeature, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1FeatureViewDirectWriteRequestDataKeyAndFeatureValuesFeature::Representation
|
11381
|
+
|
11382
|
+
end
|
11383
|
+
end
|
11384
|
+
|
11385
|
+
class GoogleCloudAiplatformV1beta1FeatureViewDirectWriteRequestDataKeyAndFeatureValuesFeature
|
11386
|
+
# @private
|
11387
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
11388
|
+
property :name, as: 'name'
|
11389
|
+
property :value_and_timestamp, as: 'valueAndTimestamp', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1FeatureViewDirectWriteRequestDataKeyAndFeatureValuesFeatureFeatureValueAndTimestamp, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1FeatureViewDirectWriteRequestDataKeyAndFeatureValuesFeatureFeatureValueAndTimestamp::Representation
|
11390
|
+
|
11391
|
+
end
|
11392
|
+
end
|
11393
|
+
|
11394
|
+
class GoogleCloudAiplatformV1beta1FeatureViewDirectWriteRequestDataKeyAndFeatureValuesFeatureFeatureValueAndTimestamp
|
11395
|
+
# @private
|
11396
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
11397
|
+
property :timestamp, as: 'timestamp'
|
11398
|
+
property :value, as: 'value', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1FeatureValue, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1FeatureValue::Representation
|
11399
|
+
|
11400
|
+
end
|
11401
|
+
end
|
11402
|
+
|
11403
|
+
class GoogleCloudAiplatformV1beta1FeatureViewDirectWriteResponse
|
11404
|
+
# @private
|
11405
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
11406
|
+
property :status, as: 'status', class: Google::Apis::AiplatformV1beta1::GoogleRpcStatus, decorator: Google::Apis::AiplatformV1beta1::GoogleRpcStatus::Representation
|
11407
|
+
|
11408
|
+
collection :write_responses, as: 'writeResponses', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1FeatureViewDirectWriteResponseWriteResponse, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1FeatureViewDirectWriteResponseWriteResponse::Representation
|
11409
|
+
|
11410
|
+
end
|
11411
|
+
end
|
11412
|
+
|
11413
|
+
class GoogleCloudAiplatformV1beta1FeatureViewDirectWriteResponseWriteResponse
|
11414
|
+
# @private
|
11415
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
11416
|
+
property :data_key, as: 'dataKey', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1FeatureViewDataKey, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1FeatureViewDataKey::Representation
|
11417
|
+
|
11418
|
+
property :online_store_write_time, as: 'onlineStoreWriteTime'
|
11419
|
+
end
|
11420
|
+
end
|
11421
|
+
|
10890
11422
|
class GoogleCloudAiplatformV1beta1FeatureViewFeatureRegistrySource
|
10891
11423
|
# @private
|
10892
11424
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -11085,6 +11617,26 @@ module Google
|
|
11085
11617
|
end
|
11086
11618
|
end
|
11087
11619
|
|
11620
|
+
class GoogleCloudAiplatformV1beta1FetchExamplesRequest
|
11621
|
+
# @private
|
11622
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
11623
|
+
collection :example_ids, as: 'exampleIds'
|
11624
|
+
property :page_size, as: 'pageSize'
|
11625
|
+
property :page_token, as: 'pageToken'
|
11626
|
+
property :stored_contents_example_filter, as: 'storedContentsExampleFilter', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1StoredContentsExampleFilter, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1StoredContentsExampleFilter::Representation
|
11627
|
+
|
11628
|
+
end
|
11629
|
+
end
|
11630
|
+
|
11631
|
+
class GoogleCloudAiplatformV1beta1FetchExamplesResponse
|
11632
|
+
# @private
|
11633
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
11634
|
+
collection :examples, as: 'examples', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1Example, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1Example::Representation
|
11635
|
+
|
11636
|
+
property :next_page_token, as: 'nextPageToken'
|
11637
|
+
end
|
11638
|
+
end
|
11639
|
+
|
11088
11640
|
class GoogleCloudAiplatformV1beta1FetchFeatureValuesRequest
|
11089
11641
|
# @private
|
11090
11642
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -11467,6 +12019,7 @@ module Google
|
|
11467
12019
|
collection :tool_use_prompt_tokens_details, as: 'toolUsePromptTokensDetails', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ModalityTokenCount, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ModalityTokenCount::Representation
|
11468
12020
|
|
11469
12021
|
property :total_token_count, as: 'totalTokenCount'
|
12022
|
+
property :traffic_type, as: 'trafficType'
|
11470
12023
|
end
|
11471
12024
|
end
|
11472
12025
|
|
@@ -11812,6 +12365,7 @@ module Google
|
|
11812
12365
|
class Representation < Google::Apis::Core::JsonRepresentation
|
11813
12366
|
property :gcs_source, as: 'gcsSource', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1GcsSource, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1GcsSource::Representation
|
11814
12367
|
|
12368
|
+
property :global_max_embedding_requests_per_min, as: 'globalMaxEmbeddingRequestsPerMin'
|
11815
12369
|
property :google_drive_source, as: 'googleDriveSource', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1GoogleDriveSource, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1GoogleDriveSource::Representation
|
11816
12370
|
|
11817
12371
|
property :import_result_bigquery_sink, as: 'importResultBigquerySink', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1BigQueryDestination, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1BigQueryDestination::Representation
|
@@ -12172,6 +12726,24 @@ module Google
|
|
12172
12726
|
end
|
12173
12727
|
end
|
12174
12728
|
|
12729
|
+
class GoogleCloudAiplatformV1beta1ListEventsResponse
|
12730
|
+
# @private
|
12731
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
12732
|
+
property :next_page_token, as: 'nextPageToken'
|
12733
|
+
collection :session_events, as: 'sessionEvents', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1SessionEvent, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1SessionEvent::Representation
|
12734
|
+
|
12735
|
+
end
|
12736
|
+
end
|
12737
|
+
|
12738
|
+
class GoogleCloudAiplatformV1beta1ListExampleStoresResponse
|
12739
|
+
# @private
|
12740
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
12741
|
+
collection :example_stores, as: 'exampleStores', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ExampleStore, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ExampleStore::Representation
|
12742
|
+
|
12743
|
+
property :next_page_token, as: 'nextPageToken'
|
12744
|
+
end
|
12745
|
+
end
|
12746
|
+
|
12175
12747
|
class GoogleCloudAiplatformV1beta1ListExecutionsResponse
|
12176
12748
|
# @private
|
12177
12749
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -12510,6 +13082,15 @@ module Google
|
|
12510
13082
|
end
|
12511
13083
|
end
|
12512
13084
|
|
13085
|
+
class GoogleCloudAiplatformV1beta1ListSessionsResponse
|
13086
|
+
# @private
|
13087
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
13088
|
+
property :next_page_token, as: 'nextPageToken'
|
13089
|
+
collection :sessions, as: 'sessions', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1Session, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1Session::Representation
|
13090
|
+
|
13091
|
+
end
|
13092
|
+
end
|
13093
|
+
|
12513
13094
|
class GoogleCloudAiplatformV1beta1ListSpecialistPoolsResponse
|
12514
13095
|
# @private
|
12515
13096
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -14187,6 +14768,8 @@ module Google
|
|
14187
14768
|
class GoogleCloudAiplatformV1beta1PairwiseMetricInstance
|
14188
14769
|
# @private
|
14189
14770
|
class Representation < Google::Apis::Core::JsonRepresentation
|
14771
|
+
property :content_map_instance, as: 'contentMapInstance', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ContentMap, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ContentMap::Representation
|
14772
|
+
|
14190
14773
|
property :json_instance, as: 'jsonInstance'
|
14191
14774
|
end
|
14192
14775
|
end
|
@@ -14194,6 +14777,8 @@ module Google
|
|
14194
14777
|
class GoogleCloudAiplatformV1beta1PairwiseMetricResult
|
14195
14778
|
# @private
|
14196
14779
|
class Representation < Google::Apis::Core::JsonRepresentation
|
14780
|
+
property :custom_output, as: 'customOutput', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1CustomOutput, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1CustomOutput::Representation
|
14781
|
+
|
14197
14782
|
property :explanation, as: 'explanation'
|
14198
14783
|
property :pairwise_choice, as: 'pairwiseChoice'
|
14199
14784
|
end
|
@@ -14204,6 +14789,8 @@ module Google
|
|
14204
14789
|
class Representation < Google::Apis::Core::JsonRepresentation
|
14205
14790
|
property :baseline_response_field_name, as: 'baselineResponseFieldName'
|
14206
14791
|
property :candidate_response_field_name, as: 'candidateResponseFieldName'
|
14792
|
+
property :custom_output_format_config, as: 'customOutputFormatConfig', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1CustomOutputFormatConfig, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1CustomOutputFormatConfig::Representation
|
14793
|
+
|
14207
14794
|
property :metric_prompt_template, as: 'metricPromptTemplate'
|
14208
14795
|
property :system_instruction, as: 'systemInstruction'
|
14209
14796
|
end
|
@@ -14574,6 +15161,8 @@ module Google
|
|
14574
15161
|
class GoogleCloudAiplatformV1beta1PointwiseMetricInstance
|
14575
15162
|
# @private
|
14576
15163
|
class Representation < Google::Apis::Core::JsonRepresentation
|
15164
|
+
property :content_map_instance, as: 'contentMapInstance', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ContentMap, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ContentMap::Representation
|
15165
|
+
|
14577
15166
|
property :json_instance, as: 'jsonInstance'
|
14578
15167
|
end
|
14579
15168
|
end
|
@@ -14581,6 +15170,8 @@ module Google
|
|
14581
15170
|
class GoogleCloudAiplatformV1beta1PointwiseMetricResult
|
14582
15171
|
# @private
|
14583
15172
|
class Representation < Google::Apis::Core::JsonRepresentation
|
15173
|
+
property :custom_output, as: 'customOutput', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1CustomOutput, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1CustomOutput::Representation
|
15174
|
+
|
14584
15175
|
property :explanation, as: 'explanation'
|
14585
15176
|
property :score, as: 'score'
|
14586
15177
|
end
|
@@ -14589,6 +15180,8 @@ module Google
|
|
14589
15180
|
class GoogleCloudAiplatformV1beta1PointwiseMetricSpec
|
14590
15181
|
# @private
|
14591
15182
|
class Representation < Google::Apis::Core::JsonRepresentation
|
15183
|
+
property :custom_output_format_config, as: 'customOutputFormatConfig', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1CustomOutputFormatConfig, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1CustomOutputFormatConfig::Representation
|
15184
|
+
|
14592
15185
|
property :metric_prompt_template, as: 'metricPromptTemplate'
|
14593
15186
|
property :system_instruction, as: 'systemInstruction'
|
14594
15187
|
end
|
@@ -14934,6 +15527,15 @@ module Google
|
|
14934
15527
|
end
|
14935
15528
|
end
|
14936
15529
|
|
15530
|
+
class GoogleCloudAiplatformV1beta1PublisherModelEulaAcceptance
|
15531
|
+
# @private
|
15532
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
15533
|
+
property :project_number, :numeric_string => true, as: 'projectNumber'
|
15534
|
+
property :publisher_model, as: 'publisherModel'
|
15535
|
+
property :publisher_model_eula_acked, as: 'publisherModelEulaAcked'
|
15536
|
+
end
|
15537
|
+
end
|
15538
|
+
|
14937
15539
|
class GoogleCloudAiplatformV1beta1PublisherModelParent
|
14938
15540
|
# @private
|
14939
15541
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -15386,6 +15988,7 @@ module Google
|
|
15386
15988
|
class GoogleCloudAiplatformV1beta1RagFileParsingConfigLayoutParser
|
15387
15989
|
# @private
|
15388
15990
|
class Representation < Google::Apis::Core::JsonRepresentation
|
15991
|
+
property :global_max_parsing_requests_per_min, as: 'globalMaxParsingRequestsPerMin'
|
15389
15992
|
property :max_parsing_requests_per_min, as: 'maxParsingRequestsPerMin'
|
15390
15993
|
property :processor_name, as: 'processorName'
|
15391
15994
|
end
|
@@ -15395,6 +15998,7 @@ module Google
|
|
15395
15998
|
# @private
|
15396
15999
|
class Representation < Google::Apis::Core::JsonRepresentation
|
15397
16000
|
property :custom_parsing_prompt, as: 'customParsingPrompt'
|
16001
|
+
property :global_max_parsing_requests_per_min, as: 'globalMaxParsingRequestsPerMin'
|
15398
16002
|
property :max_parsing_requests_per_min, as: 'maxParsingRequestsPerMin'
|
15399
16003
|
property :model_name, as: 'modelName'
|
15400
16004
|
end
|
@@ -15536,6 +16140,13 @@ module Google
|
|
15536
16140
|
end
|
15537
16141
|
end
|
15538
16142
|
|
16143
|
+
class GoogleCloudAiplatformV1beta1RawOutput
|
16144
|
+
# @private
|
16145
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
16146
|
+
collection :raw_output, as: 'rawOutput'
|
16147
|
+
end
|
16148
|
+
end
|
16149
|
+
|
15539
16150
|
class GoogleCloudAiplatformV1beta1RawPredictRequest
|
15540
16151
|
# @private
|
15541
16152
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -15790,6 +16401,22 @@ module Google
|
|
15790
16401
|
end
|
15791
16402
|
end
|
15792
16403
|
|
16404
|
+
class GoogleCloudAiplatformV1beta1RemoveExamplesRequest
|
16405
|
+
# @private
|
16406
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
16407
|
+
collection :example_ids, as: 'exampleIds'
|
16408
|
+
property :stored_contents_example_filter, as: 'storedContentsExampleFilter', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1StoredContentsExampleFilter, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1StoredContentsExampleFilter::Representation
|
16409
|
+
|
16410
|
+
end
|
16411
|
+
end
|
16412
|
+
|
16413
|
+
class GoogleCloudAiplatformV1beta1RemoveExamplesResponse
|
16414
|
+
# @private
|
16415
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
16416
|
+
collection :example_ids, as: 'exampleIds'
|
16417
|
+
end
|
16418
|
+
end
|
16419
|
+
|
15793
16420
|
class GoogleCloudAiplatformV1beta1ReportExecutionEventRequest
|
15794
16421
|
# @private
|
15795
16422
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -16021,6 +16648,46 @@ module Google
|
|
16021
16648
|
end
|
16022
16649
|
end
|
16023
16650
|
|
16651
|
+
class GoogleCloudAiplatformV1beta1RubricBasedInstructionFollowingInput
|
16652
|
+
# @private
|
16653
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
16654
|
+
property :instance, as: 'instance', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1RubricBasedInstructionFollowingInstance, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1RubricBasedInstructionFollowingInstance::Representation
|
16655
|
+
|
16656
|
+
property :metric_spec, as: 'metricSpec', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1RubricBasedInstructionFollowingSpec, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1RubricBasedInstructionFollowingSpec::Representation
|
16657
|
+
|
16658
|
+
end
|
16659
|
+
end
|
16660
|
+
|
16661
|
+
class GoogleCloudAiplatformV1beta1RubricBasedInstructionFollowingInstance
|
16662
|
+
# @private
|
16663
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
16664
|
+
property :json_instance, as: 'jsonInstance'
|
16665
|
+
end
|
16666
|
+
end
|
16667
|
+
|
16668
|
+
class GoogleCloudAiplatformV1beta1RubricBasedInstructionFollowingResult
|
16669
|
+
# @private
|
16670
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
16671
|
+
collection :rubric_critique_results, as: 'rubricCritiqueResults', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1RubricCritiqueResult, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1RubricCritiqueResult::Representation
|
16672
|
+
|
16673
|
+
property :score, as: 'score'
|
16674
|
+
end
|
16675
|
+
end
|
16676
|
+
|
16677
|
+
class GoogleCloudAiplatformV1beta1RubricBasedInstructionFollowingSpec
|
16678
|
+
# @private
|
16679
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
16680
|
+
end
|
16681
|
+
end
|
16682
|
+
|
16683
|
+
class GoogleCloudAiplatformV1beta1RubricCritiqueResult
|
16684
|
+
# @private
|
16685
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
16686
|
+
property :rubric, as: 'rubric'
|
16687
|
+
property :verdict, as: 'verdict'
|
16688
|
+
end
|
16689
|
+
end
|
16690
|
+
|
16024
16691
|
class GoogleCloudAiplatformV1beta1RuntimeArtifact
|
16025
16692
|
# @private
|
16026
16693
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -18056,6 +18723,32 @@ module Google
|
|
18056
18723
|
end
|
18057
18724
|
end
|
18058
18725
|
|
18726
|
+
class GoogleCloudAiplatformV1beta1SearchExamplesRequest
|
18727
|
+
# @private
|
18728
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
18729
|
+
property :stored_contents_example_parameters, as: 'storedContentsExampleParameters', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1StoredContentsExampleParameters, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1StoredContentsExampleParameters::Representation
|
18730
|
+
|
18731
|
+
property :top_k, :numeric_string => true, as: 'topK'
|
18732
|
+
end
|
18733
|
+
end
|
18734
|
+
|
18735
|
+
class GoogleCloudAiplatformV1beta1SearchExamplesResponse
|
18736
|
+
# @private
|
18737
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
18738
|
+
collection :results, as: 'results', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1SearchExamplesResponseSimilarExample, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1SearchExamplesResponseSimilarExample::Representation
|
18739
|
+
|
18740
|
+
end
|
18741
|
+
end
|
18742
|
+
|
18743
|
+
class GoogleCloudAiplatformV1beta1SearchExamplesResponseSimilarExample
|
18744
|
+
# @private
|
18745
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
18746
|
+
property :example, as: 'example', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1Example, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1Example::Representation
|
18747
|
+
|
18748
|
+
property :similarity_score, as: 'similarityScore'
|
18749
|
+
end
|
18750
|
+
end
|
18751
|
+
|
18059
18752
|
class GoogleCloudAiplatformV1beta1SearchFeaturesResponse
|
18060
18753
|
# @private
|
18061
18754
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -18229,6 +18922,36 @@ module Google
|
|
18229
18922
|
end
|
18230
18923
|
end
|
18231
18924
|
|
18925
|
+
class GoogleCloudAiplatformV1beta1Session
|
18926
|
+
# @private
|
18927
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
18928
|
+
property :create_time, as: 'createTime'
|
18929
|
+
property :display_name, as: 'displayName'
|
18930
|
+
property :name, as: 'name'
|
18931
|
+
hash :session_state, as: 'sessionState'
|
18932
|
+
property :update_time, as: 'updateTime'
|
18933
|
+
property :user_id, as: 'userId'
|
18934
|
+
end
|
18935
|
+
end
|
18936
|
+
|
18937
|
+
class GoogleCloudAiplatformV1beta1SessionEvent
|
18938
|
+
# @private
|
18939
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
18940
|
+
property :actions, as: 'actions', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1EventActions, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1EventActions::Representation
|
18941
|
+
|
18942
|
+
property :author, as: 'author'
|
18943
|
+
property :content, as: 'content', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1Content, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1Content::Representation
|
18944
|
+
|
18945
|
+
property :error_code, as: 'errorCode'
|
18946
|
+
property :error_message, as: 'errorMessage'
|
18947
|
+
property :event_metadata, as: 'eventMetadata', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1EventMetadata, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1EventMetadata::Representation
|
18948
|
+
|
18949
|
+
property :invocation_id, as: 'invocationId'
|
18950
|
+
property :name, as: 'name'
|
18951
|
+
property :timestamp, as: 'timestamp'
|
18952
|
+
end
|
18953
|
+
end
|
18954
|
+
|
18232
18955
|
class GoogleCloudAiplatformV1beta1SharePointSources
|
18233
18956
|
# @private
|
18234
18957
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -18369,6 +19092,61 @@ module Google
|
|
18369
19092
|
end
|
18370
19093
|
end
|
18371
19094
|
|
19095
|
+
class GoogleCloudAiplatformV1beta1StoredContentsExample
|
19096
|
+
# @private
|
19097
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
19098
|
+
property :contents_example, as: 'contentsExample', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ContentsExample, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ContentsExample::Representation
|
19099
|
+
|
19100
|
+
property :search_key, as: 'searchKey'
|
19101
|
+
property :search_key_generation_method, as: 'searchKeyGenerationMethod', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1StoredContentsExampleSearchKeyGenerationMethod, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1StoredContentsExampleSearchKeyGenerationMethod::Representation
|
19102
|
+
|
19103
|
+
end
|
19104
|
+
end
|
19105
|
+
|
19106
|
+
class GoogleCloudAiplatformV1beta1StoredContentsExampleFilter
|
19107
|
+
# @private
|
19108
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
19109
|
+
property :function_names, as: 'functionNames', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ExamplesArrayFilter, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ExamplesArrayFilter::Representation
|
19110
|
+
|
19111
|
+
collection :search_keys, as: 'searchKeys'
|
19112
|
+
end
|
19113
|
+
end
|
19114
|
+
|
19115
|
+
class GoogleCloudAiplatformV1beta1StoredContentsExampleParameters
|
19116
|
+
# @private
|
19117
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
19118
|
+
property :content_search_key, as: 'contentSearchKey', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1StoredContentsExampleParametersContentSearchKey, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1StoredContentsExampleParametersContentSearchKey::Representation
|
19119
|
+
|
19120
|
+
property :function_names, as: 'functionNames', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ExamplesArrayFilter, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ExamplesArrayFilter::Representation
|
19121
|
+
|
19122
|
+
property :search_key, as: 'searchKey'
|
19123
|
+
end
|
19124
|
+
end
|
19125
|
+
|
19126
|
+
class GoogleCloudAiplatformV1beta1StoredContentsExampleParametersContentSearchKey
|
19127
|
+
# @private
|
19128
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
19129
|
+
collection :contents, as: 'contents', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1Content, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1Content::Representation
|
19130
|
+
|
19131
|
+
property :search_key_generation_method, as: 'searchKeyGenerationMethod', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1StoredContentsExampleSearchKeyGenerationMethod, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1StoredContentsExampleSearchKeyGenerationMethod::Representation
|
19132
|
+
|
19133
|
+
end
|
19134
|
+
end
|
19135
|
+
|
19136
|
+
class GoogleCloudAiplatformV1beta1StoredContentsExampleSearchKeyGenerationMethod
|
19137
|
+
# @private
|
19138
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
19139
|
+
property :last_entry, as: 'lastEntry', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1StoredContentsExampleSearchKeyGenerationMethodLastEntry, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1StoredContentsExampleSearchKeyGenerationMethodLastEntry::Representation
|
19140
|
+
|
19141
|
+
end
|
19142
|
+
end
|
19143
|
+
|
19144
|
+
class GoogleCloudAiplatformV1beta1StoredContentsExampleSearchKeyGenerationMethodLastEntry
|
19145
|
+
# @private
|
19146
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
19147
|
+
end
|
19148
|
+
end
|
19149
|
+
|
18372
19150
|
class GoogleCloudAiplatformV1beta1StratifiedSplit
|
18373
19151
|
# @private
|
18374
19152
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -19968,6 +20746,33 @@ module Google
|
|
19968
20746
|
end
|
19969
20747
|
end
|
19970
20748
|
|
20749
|
+
class GoogleCloudAiplatformV1beta1UpsertExamplesRequest
|
20750
|
+
# @private
|
20751
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
20752
|
+
collection :examples, as: 'examples', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1Example, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1Example::Representation
|
20753
|
+
|
20754
|
+
property :overwrite, as: 'overwrite'
|
20755
|
+
end
|
20756
|
+
end
|
20757
|
+
|
20758
|
+
class GoogleCloudAiplatformV1beta1UpsertExamplesResponse
|
20759
|
+
# @private
|
20760
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
20761
|
+
collection :results, as: 'results', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1UpsertExamplesResponseUpsertResult, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1UpsertExamplesResponseUpsertResult::Representation
|
20762
|
+
|
20763
|
+
end
|
20764
|
+
end
|
20765
|
+
|
20766
|
+
class GoogleCloudAiplatformV1beta1UpsertExamplesResponseUpsertResult
|
20767
|
+
# @private
|
20768
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
20769
|
+
property :example, as: 'example', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1Example, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1Example::Representation
|
20770
|
+
|
20771
|
+
property :status, as: 'status', class: Google::Apis::AiplatformV1beta1::GoogleRpcStatus, decorator: Google::Apis::AiplatformV1beta1::GoogleRpcStatus::Representation
|
20772
|
+
|
20773
|
+
end
|
20774
|
+
end
|
20775
|
+
|
19971
20776
|
class GoogleCloudAiplatformV1beta1UserActionReference
|
19972
20777
|
# @private
|
19973
20778
|
class Representation < Google::Apis::Core::JsonRepresentation
|