google-apis-aiplatform_v1beta1 0.41.0 → 0.43.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 +1901 -21
- data/lib/google/apis/aiplatform_v1beta1/gem_version.rb +2 -2
- data/lib/google/apis/aiplatform_v1beta1/representations.rb +979 -3
- data/lib/google/apis/aiplatform_v1beta1/service.rb +1489 -92
- 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
|
|
@@ -2284,6 +2440,12 @@ module Google
|
|
2284
2440
|
include Google::Apis::Core::JsonObjectSupport
|
2285
2441
|
end
|
2286
2442
|
|
2443
|
+
class GoogleCloudAiplatformV1beta1GenerationConfigModelConfig
|
2444
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2445
|
+
|
2446
|
+
include Google::Apis::Core::JsonObjectSupport
|
2447
|
+
end
|
2448
|
+
|
2287
2449
|
class GoogleCloudAiplatformV1beta1GenerationConfigRoutingConfig
|
2288
2450
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2289
2451
|
|
@@ -2302,6 +2464,12 @@ module Google
|
|
2302
2464
|
include Google::Apis::Core::JsonObjectSupport
|
2303
2465
|
end
|
2304
2466
|
|
2467
|
+
class GoogleCloudAiplatformV1beta1GenerationConfigThinkingConfig
|
2468
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2469
|
+
|
2470
|
+
include Google::Apis::Core::JsonObjectSupport
|
2471
|
+
end
|
2472
|
+
|
2305
2473
|
class GoogleCloudAiplatformV1beta1GenericOperationMetadata
|
2306
2474
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2307
2475
|
|
@@ -2650,6 +2818,18 @@ module Google
|
|
2650
2818
|
include Google::Apis::Core::JsonObjectSupport
|
2651
2819
|
end
|
2652
2820
|
|
2821
|
+
class GoogleCloudAiplatformV1beta1ListEventsResponse
|
2822
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2823
|
+
|
2824
|
+
include Google::Apis::Core::JsonObjectSupport
|
2825
|
+
end
|
2826
|
+
|
2827
|
+
class GoogleCloudAiplatformV1beta1ListExampleStoresResponse
|
2828
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2829
|
+
|
2830
|
+
include Google::Apis::Core::JsonObjectSupport
|
2831
|
+
end
|
2832
|
+
|
2653
2833
|
class GoogleCloudAiplatformV1beta1ListExecutionsResponse
|
2654
2834
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2655
2835
|
|
@@ -2878,6 +3058,12 @@ module Google
|
|
2878
3058
|
include Google::Apis::Core::JsonObjectSupport
|
2879
3059
|
end
|
2880
3060
|
|
3061
|
+
class GoogleCloudAiplatformV1beta1ListSessionsResponse
|
3062
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3063
|
+
|
3064
|
+
include Google::Apis::Core::JsonObjectSupport
|
3065
|
+
end
|
3066
|
+
|
2881
3067
|
class GoogleCloudAiplatformV1beta1ListSpecialistPoolsResponse
|
2882
3068
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2883
3069
|
|
@@ -3742,6 +3928,12 @@ module Google
|
|
3742
3928
|
include Google::Apis::Core::JsonObjectSupport
|
3743
3929
|
end
|
3744
3930
|
|
3931
|
+
class GoogleCloudAiplatformV1beta1NotebookReservationAffinity
|
3932
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3933
|
+
|
3934
|
+
include Google::Apis::Core::JsonObjectSupport
|
3935
|
+
end
|
3936
|
+
|
3745
3937
|
class GoogleCloudAiplatformV1beta1NotebookRuntime
|
3746
3938
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3747
3939
|
|
@@ -4198,12 +4390,24 @@ module Google
|
|
4198
4390
|
include Google::Apis::Core::JsonObjectSupport
|
4199
4391
|
end
|
4200
4392
|
|
4393
|
+
class GoogleCloudAiplatformV1beta1PublisherModelConfig
|
4394
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4395
|
+
|
4396
|
+
include Google::Apis::Core::JsonObjectSupport
|
4397
|
+
end
|
4398
|
+
|
4201
4399
|
class GoogleCloudAiplatformV1beta1PublisherModelDocumentation
|
4202
4400
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4203
4401
|
|
4204
4402
|
include Google::Apis::Core::JsonObjectSupport
|
4205
4403
|
end
|
4206
4404
|
|
4405
|
+
class GoogleCloudAiplatformV1beta1PublisherModelEulaAcceptance
|
4406
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4407
|
+
|
4408
|
+
include Google::Apis::Core::JsonObjectSupport
|
4409
|
+
end
|
4410
|
+
|
4207
4411
|
class GoogleCloudAiplatformV1beta1PublisherModelParent
|
4208
4412
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4209
4413
|
|
@@ -4402,6 +4606,18 @@ module Google
|
|
4402
4606
|
include Google::Apis::Core::JsonObjectSupport
|
4403
4607
|
end
|
4404
4608
|
|
4609
|
+
class GoogleCloudAiplatformV1beta1RagChunk
|
4610
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4611
|
+
|
4612
|
+
include Google::Apis::Core::JsonObjectSupport
|
4613
|
+
end
|
4614
|
+
|
4615
|
+
class GoogleCloudAiplatformV1beta1RagChunkPageSpan
|
4616
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4617
|
+
|
4618
|
+
include Google::Apis::Core::JsonObjectSupport
|
4619
|
+
end
|
4620
|
+
|
4405
4621
|
class GoogleCloudAiplatformV1beta1RagContexts
|
4406
4622
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4407
4623
|
|
@@ -4450,6 +4666,12 @@ module Google
|
|
4450
4666
|
include Google::Apis::Core::JsonObjectSupport
|
4451
4667
|
end
|
4452
4668
|
|
4669
|
+
class GoogleCloudAiplatformV1beta1RagEngineConfig
|
4670
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4671
|
+
|
4672
|
+
include Google::Apis::Core::JsonObjectSupport
|
4673
|
+
end
|
4674
|
+
|
4453
4675
|
class GoogleCloudAiplatformV1beta1RagFile
|
4454
4676
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4455
4677
|
|
@@ -4498,6 +4720,24 @@ module Google
|
|
4498
4720
|
include Google::Apis::Core::JsonObjectSupport
|
4499
4721
|
end
|
4500
4722
|
|
4723
|
+
class GoogleCloudAiplatformV1beta1RagManagedDbConfig
|
4724
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4725
|
+
|
4726
|
+
include Google::Apis::Core::JsonObjectSupport
|
4727
|
+
end
|
4728
|
+
|
4729
|
+
class GoogleCloudAiplatformV1beta1RagManagedDbConfigBasic
|
4730
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4731
|
+
|
4732
|
+
include Google::Apis::Core::JsonObjectSupport
|
4733
|
+
end
|
4734
|
+
|
4735
|
+
class GoogleCloudAiplatformV1beta1RagManagedDbConfigEnterprise
|
4736
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4737
|
+
|
4738
|
+
include Google::Apis::Core::JsonObjectSupport
|
4739
|
+
end
|
4740
|
+
|
4501
4741
|
class GoogleCloudAiplatformV1beta1RagQuery
|
4502
4742
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4503
4743
|
|
@@ -4582,6 +4822,12 @@ module Google
|
|
4582
4822
|
include Google::Apis::Core::JsonObjectSupport
|
4583
4823
|
end
|
4584
4824
|
|
4825
|
+
class GoogleCloudAiplatformV1beta1RawOutput
|
4826
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4827
|
+
|
4828
|
+
include Google::Apis::Core::JsonObjectSupport
|
4829
|
+
end
|
4830
|
+
|
4585
4831
|
class GoogleCloudAiplatformV1beta1RawPredictRequest
|
4586
4832
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4587
4833
|
|
@@ -4756,6 +5002,18 @@ module Google
|
|
4756
5002
|
include Google::Apis::Core::JsonObjectSupport
|
4757
5003
|
end
|
4758
5004
|
|
5005
|
+
class GoogleCloudAiplatformV1beta1RemoveExamplesRequest
|
5006
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
5007
|
+
|
5008
|
+
include Google::Apis::Core::JsonObjectSupport
|
5009
|
+
end
|
5010
|
+
|
5011
|
+
class GoogleCloudAiplatformV1beta1RemoveExamplesResponse
|
5012
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
5013
|
+
|
5014
|
+
include Google::Apis::Core::JsonObjectSupport
|
5015
|
+
end
|
5016
|
+
|
4759
5017
|
class GoogleCloudAiplatformV1beta1ReportExecutionEventRequest
|
4760
5018
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4761
5019
|
|
@@ -4912,6 +5170,36 @@ module Google
|
|
4912
5170
|
include Google::Apis::Core::JsonObjectSupport
|
4913
5171
|
end
|
4914
5172
|
|
5173
|
+
class GoogleCloudAiplatformV1beta1RubricBasedInstructionFollowingInput
|
5174
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
5175
|
+
|
5176
|
+
include Google::Apis::Core::JsonObjectSupport
|
5177
|
+
end
|
5178
|
+
|
5179
|
+
class GoogleCloudAiplatformV1beta1RubricBasedInstructionFollowingInstance
|
5180
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
5181
|
+
|
5182
|
+
include Google::Apis::Core::JsonObjectSupport
|
5183
|
+
end
|
5184
|
+
|
5185
|
+
class GoogleCloudAiplatformV1beta1RubricBasedInstructionFollowingResult
|
5186
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
5187
|
+
|
5188
|
+
include Google::Apis::Core::JsonObjectSupport
|
5189
|
+
end
|
5190
|
+
|
5191
|
+
class GoogleCloudAiplatformV1beta1RubricBasedInstructionFollowingSpec
|
5192
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
5193
|
+
|
5194
|
+
include Google::Apis::Core::JsonObjectSupport
|
5195
|
+
end
|
5196
|
+
|
5197
|
+
class GoogleCloudAiplatformV1beta1RubricCritiqueResult
|
5198
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
5199
|
+
|
5200
|
+
include Google::Apis::Core::JsonObjectSupport
|
5201
|
+
end
|
5202
|
+
|
4915
5203
|
class GoogleCloudAiplatformV1beta1RuntimeArtifact
|
4916
5204
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4917
5205
|
|
@@ -6118,6 +6406,24 @@ module Google
|
|
6118
6406
|
include Google::Apis::Core::JsonObjectSupport
|
6119
6407
|
end
|
6120
6408
|
|
6409
|
+
class GoogleCloudAiplatformV1beta1SearchExamplesRequest
|
6410
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
6411
|
+
|
6412
|
+
include Google::Apis::Core::JsonObjectSupport
|
6413
|
+
end
|
6414
|
+
|
6415
|
+
class GoogleCloudAiplatformV1beta1SearchExamplesResponse
|
6416
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
6417
|
+
|
6418
|
+
include Google::Apis::Core::JsonObjectSupport
|
6419
|
+
end
|
6420
|
+
|
6421
|
+
class GoogleCloudAiplatformV1beta1SearchExamplesResponseSimilarExample
|
6422
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
6423
|
+
|
6424
|
+
include Google::Apis::Core::JsonObjectSupport
|
6425
|
+
end
|
6426
|
+
|
6121
6427
|
class GoogleCloudAiplatformV1beta1SearchFeaturesResponse
|
6122
6428
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
6123
6429
|
|
@@ -6226,6 +6532,24 @@ module Google
|
|
6226
6532
|
include Google::Apis::Core::JsonObjectSupport
|
6227
6533
|
end
|
6228
6534
|
|
6535
|
+
class GoogleCloudAiplatformV1beta1Session
|
6536
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
6537
|
+
|
6538
|
+
include Google::Apis::Core::JsonObjectSupport
|
6539
|
+
end
|
6540
|
+
|
6541
|
+
class GoogleCloudAiplatformV1beta1SessionEvent
|
6542
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
6543
|
+
|
6544
|
+
include Google::Apis::Core::JsonObjectSupport
|
6545
|
+
end
|
6546
|
+
|
6547
|
+
class GoogleCloudAiplatformV1beta1SetPublisherModelConfigRequest
|
6548
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
6549
|
+
|
6550
|
+
include Google::Apis::Core::JsonObjectSupport
|
6551
|
+
end
|
6552
|
+
|
6229
6553
|
class GoogleCloudAiplatformV1beta1SharePointSources
|
6230
6554
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
6231
6555
|
|
@@ -6322,6 +6646,42 @@ module Google
|
|
6322
6646
|
include Google::Apis::Core::JsonObjectSupport
|
6323
6647
|
end
|
6324
6648
|
|
6649
|
+
class GoogleCloudAiplatformV1beta1StoredContentsExample
|
6650
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
6651
|
+
|
6652
|
+
include Google::Apis::Core::JsonObjectSupport
|
6653
|
+
end
|
6654
|
+
|
6655
|
+
class GoogleCloudAiplatformV1beta1StoredContentsExampleFilter
|
6656
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
6657
|
+
|
6658
|
+
include Google::Apis::Core::JsonObjectSupport
|
6659
|
+
end
|
6660
|
+
|
6661
|
+
class GoogleCloudAiplatformV1beta1StoredContentsExampleParameters
|
6662
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
6663
|
+
|
6664
|
+
include Google::Apis::Core::JsonObjectSupport
|
6665
|
+
end
|
6666
|
+
|
6667
|
+
class GoogleCloudAiplatformV1beta1StoredContentsExampleParametersContentSearchKey
|
6668
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
6669
|
+
|
6670
|
+
include Google::Apis::Core::JsonObjectSupport
|
6671
|
+
end
|
6672
|
+
|
6673
|
+
class GoogleCloudAiplatformV1beta1StoredContentsExampleSearchKeyGenerationMethod
|
6674
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
6675
|
+
|
6676
|
+
include Google::Apis::Core::JsonObjectSupport
|
6677
|
+
end
|
6678
|
+
|
6679
|
+
class GoogleCloudAiplatformV1beta1StoredContentsExampleSearchKeyGenerationMethodLastEntry
|
6680
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
6681
|
+
|
6682
|
+
include Google::Apis::Core::JsonObjectSupport
|
6683
|
+
end
|
6684
|
+
|
6325
6685
|
class GoogleCloudAiplatformV1beta1StratifiedSplit
|
6326
6686
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
6327
6687
|
|
@@ -7336,6 +7696,24 @@ module Google
|
|
7336
7696
|
include Google::Apis::Core::JsonObjectSupport
|
7337
7697
|
end
|
7338
7698
|
|
7699
|
+
class GoogleCloudAiplatformV1beta1UpsertExamplesRequest
|
7700
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
7701
|
+
|
7702
|
+
include Google::Apis::Core::JsonObjectSupport
|
7703
|
+
end
|
7704
|
+
|
7705
|
+
class GoogleCloudAiplatformV1beta1UpsertExamplesResponse
|
7706
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
7707
|
+
|
7708
|
+
include Google::Apis::Core::JsonObjectSupport
|
7709
|
+
end
|
7710
|
+
|
7711
|
+
class GoogleCloudAiplatformV1beta1UpsertExamplesResponseUpsertResult
|
7712
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
7713
|
+
|
7714
|
+
include Google::Apis::Core::JsonObjectSupport
|
7715
|
+
end
|
7716
|
+
|
7339
7717
|
class GoogleCloudAiplatformV1beta1UserActionReference
|
7340
7718
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
7341
7719
|
|
@@ -7711,6 +8089,13 @@ module Google
|
|
7711
8089
|
end
|
7712
8090
|
end
|
7713
8091
|
|
8092
|
+
class GoogleCloudAiplatformV1beta1AcceptPublisherModelEulaRequest
|
8093
|
+
# @private
|
8094
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
8095
|
+
property :publisher_model, as: 'publisherModel'
|
8096
|
+
end
|
8097
|
+
end
|
8098
|
+
|
7714
8099
|
class GoogleCloudAiplatformV1beta1ActiveLearningConfig
|
7715
8100
|
# @private
|
7716
8101
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -7813,6 +8198,12 @@ module Google
|
|
7813
8198
|
end
|
7814
8199
|
end
|
7815
8200
|
|
8201
|
+
class GoogleCloudAiplatformV1beta1AppendEventResponse
|
8202
|
+
# @private
|
8203
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
8204
|
+
end
|
8205
|
+
end
|
8206
|
+
|
7816
8207
|
class GoogleCloudAiplatformV1beta1Artifact
|
7817
8208
|
# @private
|
7818
8209
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -7846,14 +8237,20 @@ module Google
|
|
7846
8237
|
class Representation < Google::Apis::Core::JsonRepresentation
|
7847
8238
|
property :gemini_template_config, as: 'geminiTemplateConfig', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1GeminiTemplateConfig, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1GeminiTemplateConfig::Representation
|
7848
8239
|
|
8240
|
+
property :request_column_name, as: 'requestColumnName'
|
7849
8241
|
end
|
7850
8242
|
end
|
7851
8243
|
|
7852
8244
|
class GoogleCloudAiplatformV1beta1AssessDataRequest
|
7853
8245
|
# @private
|
7854
8246
|
class Representation < Google::Apis::Core::JsonRepresentation
|
8247
|
+
property :batch_prediction_resource_usage_assessment_config, as: 'batchPredictionResourceUsageAssessmentConfig', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1AssessDataRequestBatchPredictionResourceUsageAssessmentConfig, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1AssessDataRequestBatchPredictionResourceUsageAssessmentConfig::Representation
|
8248
|
+
|
8249
|
+
property :batch_prediction_validation_assessment_config, as: 'batchPredictionValidationAssessmentConfig', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1AssessDataRequestBatchPredictionValidationAssessmentConfig, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1AssessDataRequestBatchPredictionValidationAssessmentConfig::Representation
|
8250
|
+
|
7855
8251
|
property :gemini_template_config, as: 'geminiTemplateConfig', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1GeminiTemplateConfig, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1GeminiTemplateConfig::Representation
|
7856
8252
|
|
8253
|
+
property :request_column_name, as: 'requestColumnName'
|
7857
8254
|
property :tuning_resource_usage_assessment_config, as: 'tuningResourceUsageAssessmentConfig', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1AssessDataRequestTuningResourceUsageAssessmentConfig, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1AssessDataRequestTuningResourceUsageAssessmentConfig::Representation
|
7858
8255
|
|
7859
8256
|
property :tuning_validation_assessment_config, as: 'tuningValidationAssessmentConfig', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1AssessDataRequestTuningValidationAssessmentConfig, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1AssessDataRequestTuningValidationAssessmentConfig::Representation
|
@@ -7861,6 +8258,20 @@ module Google
|
|
7861
8258
|
end
|
7862
8259
|
end
|
7863
8260
|
|
8261
|
+
class GoogleCloudAiplatformV1beta1AssessDataRequestBatchPredictionResourceUsageAssessmentConfig
|
8262
|
+
# @private
|
8263
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
8264
|
+
property :model_name, as: 'modelName'
|
8265
|
+
end
|
8266
|
+
end
|
8267
|
+
|
8268
|
+
class GoogleCloudAiplatformV1beta1AssessDataRequestBatchPredictionValidationAssessmentConfig
|
8269
|
+
# @private
|
8270
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
8271
|
+
property :model_name, as: 'modelName'
|
8272
|
+
end
|
8273
|
+
end
|
8274
|
+
|
7864
8275
|
class GoogleCloudAiplatformV1beta1AssessDataRequestTuningResourceUsageAssessmentConfig
|
7865
8276
|
# @private
|
7866
8277
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -8531,6 +8942,13 @@ module Google
|
|
8531
8942
|
end
|
8532
8943
|
end
|
8533
8944
|
|
8945
|
+
class GoogleCloudAiplatformV1beta1CheckPublisherModelEulaAcceptanceRequest
|
8946
|
+
# @private
|
8947
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
8948
|
+
property :publisher_model, as: 'publisherModel'
|
8949
|
+
end
|
8950
|
+
end
|
8951
|
+
|
8534
8952
|
class GoogleCloudAiplatformV1beta1CheckTrialEarlyStoppingStateMetatdata
|
8535
8953
|
# @private
|
8536
8954
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -8733,6 +9151,40 @@ module Google
|
|
8733
9151
|
end
|
8734
9152
|
end
|
8735
9153
|
|
9154
|
+
class GoogleCloudAiplatformV1beta1ContentMap
|
9155
|
+
# @private
|
9156
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
9157
|
+
hash :values, as: 'values', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ContentMapContents, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ContentMapContents::Representation
|
9158
|
+
|
9159
|
+
end
|
9160
|
+
end
|
9161
|
+
|
9162
|
+
class GoogleCloudAiplatformV1beta1ContentMapContents
|
9163
|
+
# @private
|
9164
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
9165
|
+
collection :contents, as: 'contents', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1Content, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1Content::Representation
|
9166
|
+
|
9167
|
+
end
|
9168
|
+
end
|
9169
|
+
|
9170
|
+
class GoogleCloudAiplatformV1beta1ContentsExample
|
9171
|
+
# @private
|
9172
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
9173
|
+
collection :contents, as: 'contents', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1Content, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1Content::Representation
|
9174
|
+
|
9175
|
+
collection :expected_contents, as: 'expectedContents', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ContentsExampleExpectedContent, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ContentsExampleExpectedContent::Representation
|
9176
|
+
|
9177
|
+
end
|
9178
|
+
end
|
9179
|
+
|
9180
|
+
class GoogleCloudAiplatformV1beta1ContentsExampleExpectedContent
|
9181
|
+
# @private
|
9182
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
9183
|
+
property :content, as: 'content', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1Content, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1Content::Representation
|
9184
|
+
|
9185
|
+
end
|
9186
|
+
end
|
9187
|
+
|
8736
9188
|
class GoogleCloudAiplatformV1beta1Context
|
8737
9189
|
# @private
|
8738
9190
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -9152,6 +9604,21 @@ module Google
|
|
9152
9604
|
end
|
9153
9605
|
end
|
9154
9606
|
|
9607
|
+
class GoogleCloudAiplatformV1beta1CustomOutput
|
9608
|
+
# @private
|
9609
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
9610
|
+
property :raw_outputs, as: 'rawOutputs', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1RawOutput, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1RawOutput::Representation
|
9611
|
+
|
9612
|
+
end
|
9613
|
+
end
|
9614
|
+
|
9615
|
+
class GoogleCloudAiplatformV1beta1CustomOutputFormatConfig
|
9616
|
+
# @private
|
9617
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
9618
|
+
property :return_raw_output, as: 'returnRawOutput'
|
9619
|
+
end
|
9620
|
+
end
|
9621
|
+
|
9155
9622
|
class GoogleCloudAiplatformV1beta1DataItem
|
9156
9623
|
# @private
|
9157
9624
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -9865,6 +10332,8 @@ module Google
|
|
9865
10332
|
|
9866
10333
|
property :rouge_input, as: 'rougeInput', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1RougeInput, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1RougeInput::Representation
|
9867
10334
|
|
10335
|
+
property :rubric_based_instruction_following_input, as: 'rubricBasedInstructionFollowingInput', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1RubricBasedInstructionFollowingInput, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1RubricBasedInstructionFollowingInput::Representation
|
10336
|
+
|
9868
10337
|
property :safety_input, as: 'safetyInput', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1SafetyInput, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1SafetyInput::Representation
|
9869
10338
|
|
9870
10339
|
property :summarization_helpfulness_input, as: 'summarizationHelpfulnessInput', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1SummarizationHelpfulnessInput, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1SummarizationHelpfulnessInput::Representation
|
@@ -9933,6 +10402,8 @@ module Google
|
|
9933
10402
|
|
9934
10403
|
property :rouge_results, as: 'rougeResults', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1RougeResults, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1RougeResults::Representation
|
9935
10404
|
|
10405
|
+
property :rubric_based_instruction_following_result, as: 'rubricBasedInstructionFollowingResult', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1RubricBasedInstructionFollowingResult, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1RubricBasedInstructionFollowingResult::Representation
|
10406
|
+
|
9936
10407
|
property :safety_result, as: 'safetyResult', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1SafetyResult, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1SafetyResult::Representation
|
9937
10408
|
|
9938
10409
|
property :summarization_helpfulness_result, as: 'summarizationHelpfulnessResult', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1SummarizationHelpfulnessResult, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1SummarizationHelpfulnessResult::Representation
|
@@ -10009,6 +10480,32 @@ module Google
|
|
10009
10480
|
end
|
10010
10481
|
end
|
10011
10482
|
|
10483
|
+
class GoogleCloudAiplatformV1beta1EventActions
|
10484
|
+
# @private
|
10485
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
10486
|
+
hash :artifact_delta, as: 'artifactDelta'
|
10487
|
+
property :escalate, as: 'escalate'
|
10488
|
+
hash :requested_auth_configs, as: 'requestedAuthConfigs'
|
10489
|
+
property :skip_summarization, as: 'skipSummarization'
|
10490
|
+
hash :state_delta, as: 'stateDelta'
|
10491
|
+
property :transfer_agent, as: 'transferAgent'
|
10492
|
+
property :transfer_to_agent, as: 'transferToAgent'
|
10493
|
+
end
|
10494
|
+
end
|
10495
|
+
|
10496
|
+
class GoogleCloudAiplatformV1beta1EventMetadata
|
10497
|
+
# @private
|
10498
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
10499
|
+
property :branch, as: 'branch'
|
10500
|
+
property :grounding_metadata, as: 'groundingMetadata', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1GroundingMetadata, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1GroundingMetadata::Representation
|
10501
|
+
|
10502
|
+
property :interrupted, as: 'interrupted'
|
10503
|
+
collection :long_running_tool_ids, as: 'longRunningToolIds'
|
10504
|
+
property :partial, as: 'partial'
|
10505
|
+
property :turn_complete, as: 'turnComplete'
|
10506
|
+
end
|
10507
|
+
end
|
10508
|
+
|
10012
10509
|
class GoogleCloudAiplatformV1beta1ExactMatchInput
|
10013
10510
|
# @private
|
10014
10511
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -10048,6 +10545,37 @@ module Google
|
|
10048
10545
|
end
|
10049
10546
|
end
|
10050
10547
|
|
10548
|
+
class GoogleCloudAiplatformV1beta1Example
|
10549
|
+
# @private
|
10550
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
10551
|
+
property :create_time, as: 'createTime'
|
10552
|
+
property :display_name, as: 'displayName'
|
10553
|
+
property :example_id, as: 'exampleId'
|
10554
|
+
property :stored_contents_example, as: 'storedContentsExample', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1StoredContentsExample, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1StoredContentsExample::Representation
|
10555
|
+
|
10556
|
+
end
|
10557
|
+
end
|
10558
|
+
|
10559
|
+
class GoogleCloudAiplatformV1beta1ExampleStore
|
10560
|
+
# @private
|
10561
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
10562
|
+
property :create_time, as: 'createTime'
|
10563
|
+
property :description, as: 'description'
|
10564
|
+
property :display_name, as: 'displayName'
|
10565
|
+
property :example_store_config, as: 'exampleStoreConfig', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ExampleStoreConfig, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ExampleStoreConfig::Representation
|
10566
|
+
|
10567
|
+
property :name, as: 'name'
|
10568
|
+
property :update_time, as: 'updateTime'
|
10569
|
+
end
|
10570
|
+
end
|
10571
|
+
|
10572
|
+
class GoogleCloudAiplatformV1beta1ExampleStoreConfig
|
10573
|
+
# @private
|
10574
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
10575
|
+
property :vertex_embedding_model, as: 'vertexEmbeddingModel'
|
10576
|
+
end
|
10577
|
+
end
|
10578
|
+
|
10051
10579
|
class GoogleCloudAiplatformV1beta1Examples
|
10052
10580
|
# @private
|
10053
10581
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -10062,6 +10590,14 @@ module Google
|
|
10062
10590
|
end
|
10063
10591
|
end
|
10064
10592
|
|
10593
|
+
class GoogleCloudAiplatformV1beta1ExamplesArrayFilter
|
10594
|
+
# @private
|
10595
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
10596
|
+
property :array_operator, as: 'arrayOperator'
|
10597
|
+
collection :values, as: 'values'
|
10598
|
+
end
|
10599
|
+
end
|
10600
|
+
|
10065
10601
|
class GoogleCloudAiplatformV1beta1ExamplesExampleGcsSource
|
10066
10602
|
# @private
|
10067
10603
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -10434,6 +10970,14 @@ module Google
|
|
10434
10970
|
end
|
10435
10971
|
end
|
10436
10972
|
|
10973
|
+
class GoogleCloudAiplatformV1beta1ExportPublisherModelRequest
|
10974
|
+
# @private
|
10975
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
10976
|
+
property :destination, as: 'destination', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1GcsDestination, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1GcsDestination::Representation
|
10977
|
+
|
10978
|
+
end
|
10979
|
+
end
|
10980
|
+
|
10437
10981
|
class GoogleCloudAiplatformV1beta1ExportPublisherModelResponse
|
10438
10982
|
# @private
|
10439
10983
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -10524,6 +11068,8 @@ module Google
|
|
10524
11068
|
class GoogleCloudAiplatformV1beta1Fact
|
10525
11069
|
# @private
|
10526
11070
|
class Representation < Google::Apis::Core::JsonRepresentation
|
11071
|
+
property :chunk, as: 'chunk', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1RagChunk, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1RagChunk::Representation
|
11072
|
+
|
10527
11073
|
property :query, as: 'query'
|
10528
11074
|
property :score, as: 'score'
|
10529
11075
|
property :summary, as: 'summary'
|
@@ -10887,6 +11433,61 @@ module Google
|
|
10887
11433
|
end
|
10888
11434
|
end
|
10889
11435
|
|
11436
|
+
class GoogleCloudAiplatformV1beta1FeatureViewDirectWriteRequest
|
11437
|
+
# @private
|
11438
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
11439
|
+
collection :data_key_and_feature_values, as: 'dataKeyAndFeatureValues', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1FeatureViewDirectWriteRequestDataKeyAndFeatureValues, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1FeatureViewDirectWriteRequestDataKeyAndFeatureValues::Representation
|
11440
|
+
|
11441
|
+
end
|
11442
|
+
end
|
11443
|
+
|
11444
|
+
class GoogleCloudAiplatformV1beta1FeatureViewDirectWriteRequestDataKeyAndFeatureValues
|
11445
|
+
# @private
|
11446
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
11447
|
+
property :data_key, as: 'dataKey', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1FeatureViewDataKey, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1FeatureViewDataKey::Representation
|
11448
|
+
|
11449
|
+
collection :features, as: 'features', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1FeatureViewDirectWriteRequestDataKeyAndFeatureValuesFeature, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1FeatureViewDirectWriteRequestDataKeyAndFeatureValuesFeature::Representation
|
11450
|
+
|
11451
|
+
end
|
11452
|
+
end
|
11453
|
+
|
11454
|
+
class GoogleCloudAiplatformV1beta1FeatureViewDirectWriteRequestDataKeyAndFeatureValuesFeature
|
11455
|
+
# @private
|
11456
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
11457
|
+
property :name, as: 'name'
|
11458
|
+
property :value_and_timestamp, as: 'valueAndTimestamp', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1FeatureViewDirectWriteRequestDataKeyAndFeatureValuesFeatureFeatureValueAndTimestamp, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1FeatureViewDirectWriteRequestDataKeyAndFeatureValuesFeatureFeatureValueAndTimestamp::Representation
|
11459
|
+
|
11460
|
+
end
|
11461
|
+
end
|
11462
|
+
|
11463
|
+
class GoogleCloudAiplatformV1beta1FeatureViewDirectWriteRequestDataKeyAndFeatureValuesFeatureFeatureValueAndTimestamp
|
11464
|
+
# @private
|
11465
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
11466
|
+
property :timestamp, as: 'timestamp'
|
11467
|
+
property :value, as: 'value', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1FeatureValue, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1FeatureValue::Representation
|
11468
|
+
|
11469
|
+
end
|
11470
|
+
end
|
11471
|
+
|
11472
|
+
class GoogleCloudAiplatformV1beta1FeatureViewDirectWriteResponse
|
11473
|
+
# @private
|
11474
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
11475
|
+
property :status, as: 'status', class: Google::Apis::AiplatformV1beta1::GoogleRpcStatus, decorator: Google::Apis::AiplatformV1beta1::GoogleRpcStatus::Representation
|
11476
|
+
|
11477
|
+
collection :write_responses, as: 'writeResponses', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1FeatureViewDirectWriteResponseWriteResponse, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1FeatureViewDirectWriteResponseWriteResponse::Representation
|
11478
|
+
|
11479
|
+
end
|
11480
|
+
end
|
11481
|
+
|
11482
|
+
class GoogleCloudAiplatformV1beta1FeatureViewDirectWriteResponseWriteResponse
|
11483
|
+
# @private
|
11484
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
11485
|
+
property :data_key, as: 'dataKey', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1FeatureViewDataKey, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1FeatureViewDataKey::Representation
|
11486
|
+
|
11487
|
+
property :online_store_write_time, as: 'onlineStoreWriteTime'
|
11488
|
+
end
|
11489
|
+
end
|
11490
|
+
|
10890
11491
|
class GoogleCloudAiplatformV1beta1FeatureViewFeatureRegistrySource
|
10891
11492
|
# @private
|
10892
11493
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -11079,9 +11680,29 @@ module Google
|
|
11079
11680
|
class GoogleCloudAiplatformV1beta1FeaturestoreOnlineServingConfigScaling
|
11080
11681
|
# @private
|
11081
11682
|
class Representation < Google::Apis::Core::JsonRepresentation
|
11082
|
-
property :cpu_utilization_target, as: 'cpuUtilizationTarget'
|
11083
|
-
property :max_node_count, as: 'maxNodeCount'
|
11084
|
-
property :min_node_count, as: 'minNodeCount'
|
11683
|
+
property :cpu_utilization_target, as: 'cpuUtilizationTarget'
|
11684
|
+
property :max_node_count, as: 'maxNodeCount'
|
11685
|
+
property :min_node_count, as: 'minNodeCount'
|
11686
|
+
end
|
11687
|
+
end
|
11688
|
+
|
11689
|
+
class GoogleCloudAiplatformV1beta1FetchExamplesRequest
|
11690
|
+
# @private
|
11691
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
11692
|
+
collection :example_ids, as: 'exampleIds'
|
11693
|
+
property :page_size, as: 'pageSize'
|
11694
|
+
property :page_token, as: 'pageToken'
|
11695
|
+
property :stored_contents_example_filter, as: 'storedContentsExampleFilter', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1StoredContentsExampleFilter, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1StoredContentsExampleFilter::Representation
|
11696
|
+
|
11697
|
+
end
|
11698
|
+
end
|
11699
|
+
|
11700
|
+
class GoogleCloudAiplatformV1beta1FetchExamplesResponse
|
11701
|
+
# @private
|
11702
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
11703
|
+
collection :examples, as: 'examples', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1Example, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1Example::Representation
|
11704
|
+
|
11705
|
+
property :next_page_token, as: 'nextPageToken'
|
11085
11706
|
end
|
11086
11707
|
end
|
11087
11708
|
|
@@ -11467,6 +12088,7 @@ module Google
|
|
11467
12088
|
collection :tool_use_prompt_tokens_details, as: 'toolUsePromptTokensDetails', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ModalityTokenCount, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ModalityTokenCount::Representation
|
11468
12089
|
|
11469
12090
|
property :total_token_count, as: 'totalTokenCount'
|
12091
|
+
property :traffic_type, as: 'trafficType'
|
11470
12092
|
end
|
11471
12093
|
end
|
11472
12094
|
|
@@ -11499,6 +12121,8 @@ module Google
|
|
11499
12121
|
property :logprobs, as: 'logprobs'
|
11500
12122
|
property :max_output_tokens, as: 'maxOutputTokens'
|
11501
12123
|
property :media_resolution, as: 'mediaResolution'
|
12124
|
+
property :model_config, as: 'modelConfig', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1GenerationConfigModelConfig, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1GenerationConfigModelConfig::Representation
|
12125
|
+
|
11502
12126
|
property :presence_penalty, as: 'presencePenalty'
|
11503
12127
|
property :response_logprobs, as: 'responseLogprobs'
|
11504
12128
|
property :response_mime_type, as: 'responseMimeType'
|
@@ -11512,11 +12136,20 @@ module Google
|
|
11512
12136
|
|
11513
12137
|
collection :stop_sequences, as: 'stopSequences'
|
11514
12138
|
property :temperature, as: 'temperature'
|
12139
|
+
property :thinking_config, as: 'thinkingConfig', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1GenerationConfigThinkingConfig, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1GenerationConfigThinkingConfig::Representation
|
12140
|
+
|
11515
12141
|
property :top_k, as: 'topK'
|
11516
12142
|
property :top_p, as: 'topP'
|
11517
12143
|
end
|
11518
12144
|
end
|
11519
12145
|
|
12146
|
+
class GoogleCloudAiplatformV1beta1GenerationConfigModelConfig
|
12147
|
+
# @private
|
12148
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
12149
|
+
property :feature_selection_preference, as: 'featureSelectionPreference'
|
12150
|
+
end
|
12151
|
+
end
|
12152
|
+
|
11520
12153
|
class GoogleCloudAiplatformV1beta1GenerationConfigRoutingConfig
|
11521
12154
|
# @private
|
11522
12155
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -11541,6 +12174,13 @@ module Google
|
|
11541
12174
|
end
|
11542
12175
|
end
|
11543
12176
|
|
12177
|
+
class GoogleCloudAiplatformV1beta1GenerationConfigThinkingConfig
|
12178
|
+
# @private
|
12179
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
12180
|
+
property :thinking_budget, as: 'thinkingBudget'
|
12181
|
+
end
|
12182
|
+
end
|
12183
|
+
|
11544
12184
|
class GoogleCloudAiplatformV1beta1GenericOperationMetadata
|
11545
12185
|
# @private
|
11546
12186
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -11629,6 +12269,8 @@ module Google
|
|
11629
12269
|
class GoogleCloudAiplatformV1beta1GroundingChunkRetrievedContext
|
11630
12270
|
# @private
|
11631
12271
|
class Representation < Google::Apis::Core::JsonRepresentation
|
12272
|
+
property :rag_chunk, as: 'ragChunk', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1RagChunk, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1RagChunk::Representation
|
12273
|
+
|
11632
12274
|
property :text, as: 'text'
|
11633
12275
|
property :title, as: 'title'
|
11634
12276
|
property :uri, as: 'uri'
|
@@ -11812,6 +12454,7 @@ module Google
|
|
11812
12454
|
class Representation < Google::Apis::Core::JsonRepresentation
|
11813
12455
|
property :gcs_source, as: 'gcsSource', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1GcsSource, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1GcsSource::Representation
|
11814
12456
|
|
12457
|
+
property :global_max_embedding_requests_per_min, as: 'globalMaxEmbeddingRequestsPerMin'
|
11815
12458
|
property :google_drive_source, as: 'googleDriveSource', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1GoogleDriveSource, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1GoogleDriveSource::Representation
|
11816
12459
|
|
11817
12460
|
property :import_result_bigquery_sink, as: 'importResultBigquerySink', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1BigQueryDestination, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1BigQueryDestination::Representation
|
@@ -12172,6 +12815,24 @@ module Google
|
|
12172
12815
|
end
|
12173
12816
|
end
|
12174
12817
|
|
12818
|
+
class GoogleCloudAiplatformV1beta1ListEventsResponse
|
12819
|
+
# @private
|
12820
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
12821
|
+
property :next_page_token, as: 'nextPageToken'
|
12822
|
+
collection :session_events, as: 'sessionEvents', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1SessionEvent, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1SessionEvent::Representation
|
12823
|
+
|
12824
|
+
end
|
12825
|
+
end
|
12826
|
+
|
12827
|
+
class GoogleCloudAiplatformV1beta1ListExampleStoresResponse
|
12828
|
+
# @private
|
12829
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
12830
|
+
collection :example_stores, as: 'exampleStores', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ExampleStore, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ExampleStore::Representation
|
12831
|
+
|
12832
|
+
property :next_page_token, as: 'nextPageToken'
|
12833
|
+
end
|
12834
|
+
end
|
12835
|
+
|
12175
12836
|
class GoogleCloudAiplatformV1beta1ListExecutionsResponse
|
12176
12837
|
# @private
|
12177
12838
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -12510,6 +13171,15 @@ module Google
|
|
12510
13171
|
end
|
12511
13172
|
end
|
12512
13173
|
|
13174
|
+
class GoogleCloudAiplatformV1beta1ListSessionsResponse
|
13175
|
+
# @private
|
13176
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
13177
|
+
property :next_page_token, as: 'nextPageToken'
|
13178
|
+
collection :sessions, as: 'sessions', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1Session, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1Session::Representation
|
13179
|
+
|
13180
|
+
end
|
13181
|
+
end
|
13182
|
+
|
12513
13183
|
class GoogleCloudAiplatformV1beta1ListSpecialistPoolsResponse
|
12514
13184
|
# @private
|
12515
13185
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -14066,6 +14736,15 @@ module Google
|
|
14066
14736
|
end
|
14067
14737
|
end
|
14068
14738
|
|
14739
|
+
class GoogleCloudAiplatformV1beta1NotebookReservationAffinity
|
14740
|
+
# @private
|
14741
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
14742
|
+
property :consume_reservation_type, as: 'consumeReservationType'
|
14743
|
+
property :key, as: 'key'
|
14744
|
+
collection :values, as: 'values'
|
14745
|
+
end
|
14746
|
+
end
|
14747
|
+
|
14069
14748
|
class GoogleCloudAiplatformV1beta1NotebookRuntime
|
14070
14749
|
# @private
|
14071
14750
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -14094,6 +14773,8 @@ module Google
|
|
14094
14773
|
|
14095
14774
|
property :notebook_runtime_type, as: 'notebookRuntimeType'
|
14096
14775
|
property :proxy_uri, as: 'proxyUri'
|
14776
|
+
property :reservation_affinity, as: 'reservationAffinity', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1NotebookReservationAffinity, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1NotebookReservationAffinity::Representation
|
14777
|
+
|
14097
14778
|
property :runtime_state, as: 'runtimeState'
|
14098
14779
|
property :runtime_user, as: 'runtimeUser'
|
14099
14780
|
property :satisfies_pzi, as: 'satisfiesPzi'
|
@@ -14132,6 +14813,8 @@ module Google
|
|
14132
14813
|
|
14133
14814
|
collection :network_tags, as: 'networkTags'
|
14134
14815
|
property :notebook_runtime_type, as: 'notebookRuntimeType'
|
14816
|
+
property :reservation_affinity, as: 'reservationAffinity', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1NotebookReservationAffinity, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1NotebookReservationAffinity::Representation
|
14817
|
+
|
14135
14818
|
property :service_account, as: 'serviceAccount'
|
14136
14819
|
property :shielded_vm_config, as: 'shieldedVmConfig', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ShieldedVmConfig, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ShieldedVmConfig::Representation
|
14137
14820
|
|
@@ -14187,6 +14870,8 @@ module Google
|
|
14187
14870
|
class GoogleCloudAiplatformV1beta1PairwiseMetricInstance
|
14188
14871
|
# @private
|
14189
14872
|
class Representation < Google::Apis::Core::JsonRepresentation
|
14873
|
+
property :content_map_instance, as: 'contentMapInstance', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ContentMap, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ContentMap::Representation
|
14874
|
+
|
14190
14875
|
property :json_instance, as: 'jsonInstance'
|
14191
14876
|
end
|
14192
14877
|
end
|
@@ -14194,6 +14879,8 @@ module Google
|
|
14194
14879
|
class GoogleCloudAiplatformV1beta1PairwiseMetricResult
|
14195
14880
|
# @private
|
14196
14881
|
class Representation < Google::Apis::Core::JsonRepresentation
|
14882
|
+
property :custom_output, as: 'customOutput', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1CustomOutput, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1CustomOutput::Representation
|
14883
|
+
|
14197
14884
|
property :explanation, as: 'explanation'
|
14198
14885
|
property :pairwise_choice, as: 'pairwiseChoice'
|
14199
14886
|
end
|
@@ -14204,6 +14891,8 @@ module Google
|
|
14204
14891
|
class Representation < Google::Apis::Core::JsonRepresentation
|
14205
14892
|
property :baseline_response_field_name, as: 'baselineResponseFieldName'
|
14206
14893
|
property :candidate_response_field_name, as: 'candidateResponseFieldName'
|
14894
|
+
property :custom_output_format_config, as: 'customOutputFormatConfig', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1CustomOutputFormatConfig, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1CustomOutputFormatConfig::Representation
|
14895
|
+
|
14207
14896
|
property :metric_prompt_template, as: 'metricPromptTemplate'
|
14208
14897
|
property :system_instruction, as: 'systemInstruction'
|
14209
14898
|
end
|
@@ -14574,6 +15263,8 @@ module Google
|
|
14574
15263
|
class GoogleCloudAiplatformV1beta1PointwiseMetricInstance
|
14575
15264
|
# @private
|
14576
15265
|
class Representation < Google::Apis::Core::JsonRepresentation
|
15266
|
+
property :content_map_instance, as: 'contentMapInstance', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ContentMap, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ContentMap::Representation
|
15267
|
+
|
14577
15268
|
property :json_instance, as: 'jsonInstance'
|
14578
15269
|
end
|
14579
15270
|
end
|
@@ -14581,6 +15272,8 @@ module Google
|
|
14581
15272
|
class GoogleCloudAiplatformV1beta1PointwiseMetricResult
|
14582
15273
|
# @private
|
14583
15274
|
class Representation < Google::Apis::Core::JsonRepresentation
|
15275
|
+
property :custom_output, as: 'customOutput', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1CustomOutput, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1CustomOutput::Representation
|
15276
|
+
|
14584
15277
|
property :explanation, as: 'explanation'
|
14585
15278
|
property :score, as: 'score'
|
14586
15279
|
end
|
@@ -14589,6 +15282,8 @@ module Google
|
|
14589
15282
|
class GoogleCloudAiplatformV1beta1PointwiseMetricSpec
|
14590
15283
|
# @private
|
14591
15284
|
class Representation < Google::Apis::Core::JsonRepresentation
|
15285
|
+
property :custom_output_format_config, as: 'customOutputFormatConfig', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1CustomOutputFormatConfig, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1CustomOutputFormatConfig::Representation
|
15286
|
+
|
14592
15287
|
property :metric_prompt_template, as: 'metricPromptTemplate'
|
14593
15288
|
property :system_instruction, as: 'systemInstruction'
|
14594
15289
|
end
|
@@ -14659,7 +15354,9 @@ module Google
|
|
14659
15354
|
class Representation < Google::Apis::Core::JsonRepresentation
|
14660
15355
|
property :bigquery_destination, as: 'bigqueryDestination', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1BigQueryDestination, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1BigQueryDestination::Representation
|
14661
15356
|
|
15357
|
+
property :enable_otel_logging, as: 'enableOtelLogging'
|
14662
15358
|
property :enabled, as: 'enabled'
|
15359
|
+
property :request_response_logging_schema_version, as: 'requestResponseLoggingSchemaVersion'
|
14663
15360
|
property :sampling_rate, as: 'samplingRate'
|
14664
15361
|
end
|
14665
15362
|
end
|
@@ -14926,6 +15623,14 @@ module Google
|
|
14926
15623
|
end
|
14927
15624
|
end
|
14928
15625
|
|
15626
|
+
class GoogleCloudAiplatformV1beta1PublisherModelConfig
|
15627
|
+
# @private
|
15628
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
15629
|
+
property :logging_config, as: 'loggingConfig', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1PredictRequestResponseLoggingConfig, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1PredictRequestResponseLoggingConfig::Representation
|
15630
|
+
|
15631
|
+
end
|
15632
|
+
end
|
15633
|
+
|
14929
15634
|
class GoogleCloudAiplatformV1beta1PublisherModelDocumentation
|
14930
15635
|
# @private
|
14931
15636
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -14934,6 +15639,15 @@ module Google
|
|
14934
15639
|
end
|
14935
15640
|
end
|
14936
15641
|
|
15642
|
+
class GoogleCloudAiplatformV1beta1PublisherModelEulaAcceptance
|
15643
|
+
# @private
|
15644
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
15645
|
+
property :project_number, :numeric_string => true, as: 'projectNumber'
|
15646
|
+
property :publisher_model, as: 'publisherModel'
|
15647
|
+
property :publisher_model_eula_acked, as: 'publisherModelEulaAcked'
|
15648
|
+
end
|
15649
|
+
end
|
15650
|
+
|
14937
15651
|
class GoogleCloudAiplatformV1beta1PublisherModelParent
|
14938
15652
|
# @private
|
14939
15653
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -15230,6 +15944,23 @@ module Google
|
|
15230
15944
|
end
|
15231
15945
|
end
|
15232
15946
|
|
15947
|
+
class GoogleCloudAiplatformV1beta1RagChunk
|
15948
|
+
# @private
|
15949
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
15950
|
+
property :page_span, as: 'pageSpan', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1RagChunkPageSpan, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1RagChunkPageSpan::Representation
|
15951
|
+
|
15952
|
+
property :text, as: 'text'
|
15953
|
+
end
|
15954
|
+
end
|
15955
|
+
|
15956
|
+
class GoogleCloudAiplatformV1beta1RagChunkPageSpan
|
15957
|
+
# @private
|
15958
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
15959
|
+
property :first_page, as: 'firstPage'
|
15960
|
+
property :last_page, as: 'lastPage'
|
15961
|
+
end
|
15962
|
+
end
|
15963
|
+
|
15233
15964
|
class GoogleCloudAiplatformV1beta1RagContexts
|
15234
15965
|
# @private
|
15235
15966
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -15241,6 +15972,8 @@ module Google
|
|
15241
15972
|
class GoogleCloudAiplatformV1beta1RagContextsContext
|
15242
15973
|
# @private
|
15243
15974
|
class Representation < Google::Apis::Core::JsonRepresentation
|
15975
|
+
property :chunk, as: 'chunk', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1RagChunk, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1RagChunk::Representation
|
15976
|
+
|
15244
15977
|
property :distance, as: 'distance'
|
15245
15978
|
property :score, as: 'score'
|
15246
15979
|
property :source_display_name, as: 'sourceDisplayName'
|
@@ -15318,6 +16051,15 @@ module Google
|
|
15318
16051
|
end
|
15319
16052
|
end
|
15320
16053
|
|
16054
|
+
class GoogleCloudAiplatformV1beta1RagEngineConfig
|
16055
|
+
# @private
|
16056
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
16057
|
+
property :name, as: 'name'
|
16058
|
+
property :rag_managed_db_config, as: 'ragManagedDbConfig', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1RagManagedDbConfig, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1RagManagedDbConfig::Representation
|
16059
|
+
|
16060
|
+
end
|
16061
|
+
end
|
16062
|
+
|
15321
16063
|
class GoogleCloudAiplatformV1beta1RagFile
|
15322
16064
|
# @private
|
15323
16065
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -15386,6 +16128,7 @@ module Google
|
|
15386
16128
|
class GoogleCloudAiplatformV1beta1RagFileParsingConfigLayoutParser
|
15387
16129
|
# @private
|
15388
16130
|
class Representation < Google::Apis::Core::JsonRepresentation
|
16131
|
+
property :global_max_parsing_requests_per_min, as: 'globalMaxParsingRequestsPerMin'
|
15389
16132
|
property :max_parsing_requests_per_min, as: 'maxParsingRequestsPerMin'
|
15390
16133
|
property :processor_name, as: 'processorName'
|
15391
16134
|
end
|
@@ -15395,6 +16138,7 @@ module Google
|
|
15395
16138
|
# @private
|
15396
16139
|
class Representation < Google::Apis::Core::JsonRepresentation
|
15397
16140
|
property :custom_parsing_prompt, as: 'customParsingPrompt'
|
16141
|
+
property :global_max_parsing_requests_per_min, as: 'globalMaxParsingRequestsPerMin'
|
15398
16142
|
property :max_parsing_requests_per_min, as: 'maxParsingRequestsPerMin'
|
15399
16143
|
property :model_name, as: 'modelName'
|
15400
16144
|
end
|
@@ -15408,6 +16152,28 @@ module Google
|
|
15408
16152
|
end
|
15409
16153
|
end
|
15410
16154
|
|
16155
|
+
class GoogleCloudAiplatformV1beta1RagManagedDbConfig
|
16156
|
+
# @private
|
16157
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
16158
|
+
property :basic, as: 'basic', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1RagManagedDbConfigBasic, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1RagManagedDbConfigBasic::Representation
|
16159
|
+
|
16160
|
+
property :enterprise, as: 'enterprise', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1RagManagedDbConfigEnterprise, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1RagManagedDbConfigEnterprise::Representation
|
16161
|
+
|
16162
|
+
end
|
16163
|
+
end
|
16164
|
+
|
16165
|
+
class GoogleCloudAiplatformV1beta1RagManagedDbConfigBasic
|
16166
|
+
# @private
|
16167
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
16168
|
+
end
|
16169
|
+
end
|
16170
|
+
|
16171
|
+
class GoogleCloudAiplatformV1beta1RagManagedDbConfigEnterprise
|
16172
|
+
# @private
|
16173
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
16174
|
+
end
|
16175
|
+
end
|
16176
|
+
|
15411
16177
|
class GoogleCloudAiplatformV1beta1RagQuery
|
15412
16178
|
# @private
|
15413
16179
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -15536,6 +16302,13 @@ module Google
|
|
15536
16302
|
end
|
15537
16303
|
end
|
15538
16304
|
|
16305
|
+
class GoogleCloudAiplatformV1beta1RawOutput
|
16306
|
+
# @private
|
16307
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
16308
|
+
collection :raw_output, as: 'rawOutput'
|
16309
|
+
end
|
16310
|
+
end
|
16311
|
+
|
15539
16312
|
class GoogleCloudAiplatformV1beta1RawPredictRequest
|
15540
16313
|
# @private
|
15541
16314
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -15790,6 +16563,22 @@ module Google
|
|
15790
16563
|
end
|
15791
16564
|
end
|
15792
16565
|
|
16566
|
+
class GoogleCloudAiplatformV1beta1RemoveExamplesRequest
|
16567
|
+
# @private
|
16568
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
16569
|
+
collection :example_ids, as: 'exampleIds'
|
16570
|
+
property :stored_contents_example_filter, as: 'storedContentsExampleFilter', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1StoredContentsExampleFilter, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1StoredContentsExampleFilter::Representation
|
16571
|
+
|
16572
|
+
end
|
16573
|
+
end
|
16574
|
+
|
16575
|
+
class GoogleCloudAiplatformV1beta1RemoveExamplesResponse
|
16576
|
+
# @private
|
16577
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
16578
|
+
collection :example_ids, as: 'exampleIds'
|
16579
|
+
end
|
16580
|
+
end
|
16581
|
+
|
15793
16582
|
class GoogleCloudAiplatformV1beta1ReportExecutionEventRequest
|
15794
16583
|
# @private
|
15795
16584
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -16021,6 +16810,46 @@ module Google
|
|
16021
16810
|
end
|
16022
16811
|
end
|
16023
16812
|
|
16813
|
+
class GoogleCloudAiplatformV1beta1RubricBasedInstructionFollowingInput
|
16814
|
+
# @private
|
16815
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
16816
|
+
property :instance, as: 'instance', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1RubricBasedInstructionFollowingInstance, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1RubricBasedInstructionFollowingInstance::Representation
|
16817
|
+
|
16818
|
+
property :metric_spec, as: 'metricSpec', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1RubricBasedInstructionFollowingSpec, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1RubricBasedInstructionFollowingSpec::Representation
|
16819
|
+
|
16820
|
+
end
|
16821
|
+
end
|
16822
|
+
|
16823
|
+
class GoogleCloudAiplatformV1beta1RubricBasedInstructionFollowingInstance
|
16824
|
+
# @private
|
16825
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
16826
|
+
property :json_instance, as: 'jsonInstance'
|
16827
|
+
end
|
16828
|
+
end
|
16829
|
+
|
16830
|
+
class GoogleCloudAiplatformV1beta1RubricBasedInstructionFollowingResult
|
16831
|
+
# @private
|
16832
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
16833
|
+
collection :rubric_critique_results, as: 'rubricCritiqueResults', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1RubricCritiqueResult, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1RubricCritiqueResult::Representation
|
16834
|
+
|
16835
|
+
property :score, as: 'score'
|
16836
|
+
end
|
16837
|
+
end
|
16838
|
+
|
16839
|
+
class GoogleCloudAiplatformV1beta1RubricBasedInstructionFollowingSpec
|
16840
|
+
# @private
|
16841
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
16842
|
+
end
|
16843
|
+
end
|
16844
|
+
|
16845
|
+
class GoogleCloudAiplatformV1beta1RubricCritiqueResult
|
16846
|
+
# @private
|
16847
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
16848
|
+
property :rubric, as: 'rubric'
|
16849
|
+
property :verdict, as: 'verdict'
|
16850
|
+
end
|
16851
|
+
end
|
16852
|
+
|
16024
16853
|
class GoogleCloudAiplatformV1beta1RuntimeArtifact
|
16025
16854
|
# @private
|
16026
16855
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -18056,6 +18885,32 @@ module Google
|
|
18056
18885
|
end
|
18057
18886
|
end
|
18058
18887
|
|
18888
|
+
class GoogleCloudAiplatformV1beta1SearchExamplesRequest
|
18889
|
+
# @private
|
18890
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
18891
|
+
property :stored_contents_example_parameters, as: 'storedContentsExampleParameters', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1StoredContentsExampleParameters, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1StoredContentsExampleParameters::Representation
|
18892
|
+
|
18893
|
+
property :top_k, :numeric_string => true, as: 'topK'
|
18894
|
+
end
|
18895
|
+
end
|
18896
|
+
|
18897
|
+
class GoogleCloudAiplatformV1beta1SearchExamplesResponse
|
18898
|
+
# @private
|
18899
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
18900
|
+
collection :results, as: 'results', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1SearchExamplesResponseSimilarExample, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1SearchExamplesResponseSimilarExample::Representation
|
18901
|
+
|
18902
|
+
end
|
18903
|
+
end
|
18904
|
+
|
18905
|
+
class GoogleCloudAiplatformV1beta1SearchExamplesResponseSimilarExample
|
18906
|
+
# @private
|
18907
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
18908
|
+
property :example, as: 'example', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1Example, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1Example::Representation
|
18909
|
+
|
18910
|
+
property :similarity_score, as: 'similarityScore'
|
18911
|
+
end
|
18912
|
+
end
|
18913
|
+
|
18059
18914
|
class GoogleCloudAiplatformV1beta1SearchFeaturesResponse
|
18060
18915
|
# @private
|
18061
18916
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -18229,6 +19084,44 @@ module Google
|
|
18229
19084
|
end
|
18230
19085
|
end
|
18231
19086
|
|
19087
|
+
class GoogleCloudAiplatformV1beta1Session
|
19088
|
+
# @private
|
19089
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
19090
|
+
property :create_time, as: 'createTime'
|
19091
|
+
property :display_name, as: 'displayName'
|
19092
|
+
property :name, as: 'name'
|
19093
|
+
hash :session_state, as: 'sessionState'
|
19094
|
+
property :update_time, as: 'updateTime'
|
19095
|
+
property :user_id, as: 'userId'
|
19096
|
+
end
|
19097
|
+
end
|
19098
|
+
|
19099
|
+
class GoogleCloudAiplatformV1beta1SessionEvent
|
19100
|
+
# @private
|
19101
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
19102
|
+
property :actions, as: 'actions', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1EventActions, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1EventActions::Representation
|
19103
|
+
|
19104
|
+
property :author, as: 'author'
|
19105
|
+
property :content, as: 'content', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1Content, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1Content::Representation
|
19106
|
+
|
19107
|
+
property :error_code, as: 'errorCode'
|
19108
|
+
property :error_message, as: 'errorMessage'
|
19109
|
+
property :event_metadata, as: 'eventMetadata', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1EventMetadata, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1EventMetadata::Representation
|
19110
|
+
|
19111
|
+
property :invocation_id, as: 'invocationId'
|
19112
|
+
property :name, as: 'name'
|
19113
|
+
property :timestamp, as: 'timestamp'
|
19114
|
+
end
|
19115
|
+
end
|
19116
|
+
|
19117
|
+
class GoogleCloudAiplatformV1beta1SetPublisherModelConfigRequest
|
19118
|
+
# @private
|
19119
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
19120
|
+
property :publisher_model_config, as: 'publisherModelConfig', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1PublisherModelConfig, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1PublisherModelConfig::Representation
|
19121
|
+
|
19122
|
+
end
|
19123
|
+
end
|
19124
|
+
|
18232
19125
|
class GoogleCloudAiplatformV1beta1SharePointSources
|
18233
19126
|
# @private
|
18234
19127
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -18337,6 +19230,7 @@ module Google
|
|
18337
19230
|
class GoogleCloudAiplatformV1beta1SpeechConfig
|
18338
19231
|
# @private
|
18339
19232
|
class Representation < Google::Apis::Core::JsonRepresentation
|
19233
|
+
property :language_code, as: 'languageCode'
|
18340
19234
|
property :voice_config, as: 'voiceConfig', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1VoiceConfig, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1VoiceConfig::Representation
|
18341
19235
|
|
18342
19236
|
end
|
@@ -18369,6 +19263,61 @@ module Google
|
|
18369
19263
|
end
|
18370
19264
|
end
|
18371
19265
|
|
19266
|
+
class GoogleCloudAiplatformV1beta1StoredContentsExample
|
19267
|
+
# @private
|
19268
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
19269
|
+
property :contents_example, as: 'contentsExample', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ContentsExample, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ContentsExample::Representation
|
19270
|
+
|
19271
|
+
property :search_key, as: 'searchKey'
|
19272
|
+
property :search_key_generation_method, as: 'searchKeyGenerationMethod', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1StoredContentsExampleSearchKeyGenerationMethod, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1StoredContentsExampleSearchKeyGenerationMethod::Representation
|
19273
|
+
|
19274
|
+
end
|
19275
|
+
end
|
19276
|
+
|
19277
|
+
class GoogleCloudAiplatformV1beta1StoredContentsExampleFilter
|
19278
|
+
# @private
|
19279
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
19280
|
+
property :function_names, as: 'functionNames', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ExamplesArrayFilter, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ExamplesArrayFilter::Representation
|
19281
|
+
|
19282
|
+
collection :search_keys, as: 'searchKeys'
|
19283
|
+
end
|
19284
|
+
end
|
19285
|
+
|
19286
|
+
class GoogleCloudAiplatformV1beta1StoredContentsExampleParameters
|
19287
|
+
# @private
|
19288
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
19289
|
+
property :content_search_key, as: 'contentSearchKey', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1StoredContentsExampleParametersContentSearchKey, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1StoredContentsExampleParametersContentSearchKey::Representation
|
19290
|
+
|
19291
|
+
property :function_names, as: 'functionNames', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ExamplesArrayFilter, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ExamplesArrayFilter::Representation
|
19292
|
+
|
19293
|
+
property :search_key, as: 'searchKey'
|
19294
|
+
end
|
19295
|
+
end
|
19296
|
+
|
19297
|
+
class GoogleCloudAiplatformV1beta1StoredContentsExampleParametersContentSearchKey
|
19298
|
+
# @private
|
19299
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
19300
|
+
collection :contents, as: 'contents', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1Content, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1Content::Representation
|
19301
|
+
|
19302
|
+
property :search_key_generation_method, as: 'searchKeyGenerationMethod', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1StoredContentsExampleSearchKeyGenerationMethod, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1StoredContentsExampleSearchKeyGenerationMethod::Representation
|
19303
|
+
|
19304
|
+
end
|
19305
|
+
end
|
19306
|
+
|
19307
|
+
class GoogleCloudAiplatformV1beta1StoredContentsExampleSearchKeyGenerationMethod
|
19308
|
+
# @private
|
19309
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
19310
|
+
property :last_entry, as: 'lastEntry', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1StoredContentsExampleSearchKeyGenerationMethodLastEntry, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1StoredContentsExampleSearchKeyGenerationMethodLastEntry::Representation
|
19311
|
+
|
19312
|
+
end
|
19313
|
+
end
|
19314
|
+
|
19315
|
+
class GoogleCloudAiplatformV1beta1StoredContentsExampleSearchKeyGenerationMethodLastEntry
|
19316
|
+
# @private
|
19317
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
19318
|
+
end
|
19319
|
+
end
|
19320
|
+
|
18372
19321
|
class GoogleCloudAiplatformV1beta1StratifiedSplit
|
18373
19322
|
# @private
|
18374
19323
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -19968,6 +20917,33 @@ module Google
|
|
19968
20917
|
end
|
19969
20918
|
end
|
19970
20919
|
|
20920
|
+
class GoogleCloudAiplatformV1beta1UpsertExamplesRequest
|
20921
|
+
# @private
|
20922
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
20923
|
+
collection :examples, as: 'examples', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1Example, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1Example::Representation
|
20924
|
+
|
20925
|
+
property :overwrite, as: 'overwrite'
|
20926
|
+
end
|
20927
|
+
end
|
20928
|
+
|
20929
|
+
class GoogleCloudAiplatformV1beta1UpsertExamplesResponse
|
20930
|
+
# @private
|
20931
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
20932
|
+
collection :results, as: 'results', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1UpsertExamplesResponseUpsertResult, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1UpsertExamplesResponseUpsertResult::Representation
|
20933
|
+
|
20934
|
+
end
|
20935
|
+
end
|
20936
|
+
|
20937
|
+
class GoogleCloudAiplatformV1beta1UpsertExamplesResponseUpsertResult
|
20938
|
+
# @private
|
20939
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
20940
|
+
property :example, as: 'example', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1Example, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1Example::Representation
|
20941
|
+
|
20942
|
+
property :status, as: 'status', class: Google::Apis::AiplatformV1beta1::GoogleRpcStatus, decorator: Google::Apis::AiplatformV1beta1::GoogleRpcStatus::Representation
|
20943
|
+
|
20944
|
+
end
|
20945
|
+
end
|
20946
|
+
|
19971
20947
|
class GoogleCloudAiplatformV1beta1UserActionReference
|
19972
20948
|
# @private
|
19973
20949
|
class Representation < Google::Apis::Core::JsonRepresentation
|