google-apis-aiplatform_v1beta1 0.28.0 → 0.29.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 +992 -152
- data/lib/google/apis/aiplatform_v1beta1/gem_version.rb +2 -2
- data/lib/google/apis/aiplatform_v1beta1/representations.rb +430 -60
- data/lib/google/apis/aiplatform_v1beta1/service.rb +320 -1
- metadata +3 -3
@@ -22,12 +22,6 @@ module Google
|
|
22
22
|
module Apis
|
23
23
|
module AiplatformV1beta1
|
24
24
|
|
25
|
-
class CloudAiLargeModelsVisionFilteredText
|
26
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
27
|
-
|
28
|
-
include Google::Apis::Core::JsonObjectSupport
|
29
|
-
end
|
30
|
-
|
31
25
|
class CloudAiLargeModelsVisionGenerateVideoResponse
|
32
26
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
33
27
|
|
@@ -64,6 +58,24 @@ module Google
|
|
64
58
|
include Google::Apis::Core::JsonObjectSupport
|
65
59
|
end
|
66
60
|
|
61
|
+
class CloudAiLargeModelsVisionRaiInfoDetectedLabels
|
62
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
63
|
+
|
64
|
+
include Google::Apis::Core::JsonObjectSupport
|
65
|
+
end
|
66
|
+
|
67
|
+
class CloudAiLargeModelsVisionRaiInfoDetectedLabelsBoundingBox
|
68
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
69
|
+
|
70
|
+
include Google::Apis::Core::JsonObjectSupport
|
71
|
+
end
|
72
|
+
|
73
|
+
class CloudAiLargeModelsVisionRaiInfoDetectedLabelsEntity
|
74
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
75
|
+
|
76
|
+
include Google::Apis::Core::JsonObjectSupport
|
77
|
+
end
|
78
|
+
|
67
79
|
class CloudAiLargeModelsVisionSemanticFilterResponse
|
68
80
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
69
81
|
|
@@ -76,6 +88,12 @@ module Google
|
|
76
88
|
include Google::Apis::Core::JsonObjectSupport
|
77
89
|
end
|
78
90
|
|
91
|
+
class CloudAiPlatformCommonCreatePipelineJobApiErrorDetail
|
92
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
93
|
+
|
94
|
+
include Google::Apis::Core::JsonObjectSupport
|
95
|
+
end
|
96
|
+
|
79
97
|
class GoogleApiHttpBody
|
80
98
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
81
99
|
|
@@ -472,6 +490,12 @@ module Google
|
|
472
490
|
include Google::Apis::Core::JsonObjectSupport
|
473
491
|
end
|
474
492
|
|
493
|
+
class GoogleCloudAiplatformV1beta1CachedContent
|
494
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
495
|
+
|
496
|
+
include Google::Apis::Core::JsonObjectSupport
|
497
|
+
end
|
498
|
+
|
475
499
|
class GoogleCloudAiplatformV1beta1CancelBatchPredictionJobRequest
|
476
500
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
477
501
|
|
@@ -766,6 +790,12 @@ module Google
|
|
766
790
|
include Google::Apis::Core::JsonObjectSupport
|
767
791
|
end
|
768
792
|
|
793
|
+
class GoogleCloudAiplatformV1beta1CreateNotebookExecutionJobOperationMetadata
|
794
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
795
|
+
|
796
|
+
include Google::Apis::Core::JsonObjectSupport
|
797
|
+
end
|
798
|
+
|
769
799
|
class GoogleCloudAiplatformV1beta1CreateNotebookExecutionJobRequest
|
770
800
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
771
801
|
|
@@ -874,6 +904,24 @@ module Google
|
|
874
904
|
include Google::Apis::Core::JsonObjectSupport
|
875
905
|
end
|
876
906
|
|
907
|
+
class GoogleCloudAiplatformV1beta1DatasetDistribution
|
908
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
909
|
+
|
910
|
+
include Google::Apis::Core::JsonObjectSupport
|
911
|
+
end
|
912
|
+
|
913
|
+
class GoogleCloudAiplatformV1beta1DatasetDistributionDistributionBucket
|
914
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
915
|
+
|
916
|
+
include Google::Apis::Core::JsonObjectSupport
|
917
|
+
end
|
918
|
+
|
919
|
+
class GoogleCloudAiplatformV1beta1DatasetStats
|
920
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
921
|
+
|
922
|
+
include Google::Apis::Core::JsonObjectSupport
|
923
|
+
end
|
924
|
+
|
877
925
|
class GoogleCloudAiplatformV1beta1DatasetVersion
|
878
926
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
879
927
|
|
@@ -1066,6 +1114,24 @@ module Google
|
|
1066
1114
|
include Google::Apis::Core::JsonObjectSupport
|
1067
1115
|
end
|
1068
1116
|
|
1117
|
+
class GoogleCloudAiplatformV1beta1DistillationDataStats
|
1118
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1119
|
+
|
1120
|
+
include Google::Apis::Core::JsonObjectSupport
|
1121
|
+
end
|
1122
|
+
|
1123
|
+
class GoogleCloudAiplatformV1beta1DistillationHyperParameters
|
1124
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1125
|
+
|
1126
|
+
include Google::Apis::Core::JsonObjectSupport
|
1127
|
+
end
|
1128
|
+
|
1129
|
+
class GoogleCloudAiplatformV1beta1DistillationSpec
|
1130
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1131
|
+
|
1132
|
+
include Google::Apis::Core::JsonObjectSupport
|
1133
|
+
end
|
1134
|
+
|
1069
1135
|
class GoogleCloudAiplatformV1beta1DoubleArray
|
1070
1136
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1071
1137
|
|
@@ -1900,6 +1966,12 @@ module Google
|
|
1900
1966
|
include Google::Apis::Core::JsonObjectSupport
|
1901
1967
|
end
|
1902
1968
|
|
1969
|
+
class GoogleCloudAiplatformV1beta1GoogleSearchRetrieval
|
1970
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1971
|
+
|
1972
|
+
include Google::Apis::Core::JsonObjectSupport
|
1973
|
+
end
|
1974
|
+
|
1903
1975
|
class GoogleCloudAiplatformV1beta1GroundednessInput
|
1904
1976
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1905
1977
|
|
@@ -1930,6 +2002,12 @@ module Google
|
|
1930
2002
|
include Google::Apis::Core::JsonObjectSupport
|
1931
2003
|
end
|
1932
2004
|
|
2005
|
+
class GoogleCloudAiplatformV1beta1HumanFeedbackConfig
|
2006
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2007
|
+
|
2008
|
+
include Google::Apis::Core::JsonObjectSupport
|
2009
|
+
end
|
2010
|
+
|
1933
2011
|
class GoogleCloudAiplatformV1beta1HyperparameterTuningJob
|
1934
2012
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1935
2013
|
|
@@ -2122,6 +2200,12 @@ module Google
|
|
2122
2200
|
include Google::Apis::Core::JsonObjectSupport
|
2123
2201
|
end
|
2124
2202
|
|
2203
|
+
class GoogleCloudAiplatformV1beta1ListCachedContentsResponse
|
2204
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2205
|
+
|
2206
|
+
include Google::Apis::Core::JsonObjectSupport
|
2207
|
+
end
|
2208
|
+
|
2125
2209
|
class GoogleCloudAiplatformV1beta1ListContextsResponse
|
2126
2210
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2127
2211
|
|
@@ -2488,6 +2572,12 @@ module Google
|
|
2488
2572
|
include Google::Apis::Core::JsonObjectSupport
|
2489
2573
|
end
|
2490
2574
|
|
2575
|
+
class GoogleCloudAiplatformV1beta1MetadataStoreDataplexConfig
|
2576
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2577
|
+
|
2578
|
+
include Google::Apis::Core::JsonObjectSupport
|
2579
|
+
end
|
2580
|
+
|
2491
2581
|
class GoogleCloudAiplatformV1beta1MetadataStoreMetadataStoreState
|
2492
2582
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2493
2583
|
|
@@ -2752,6 +2842,12 @@ module Google
|
|
2752
2842
|
include Google::Apis::Core::JsonObjectSupport
|
2753
2843
|
end
|
2754
2844
|
|
2845
|
+
class GoogleCloudAiplatformV1beta1ModelMonitoringGenAiStats
|
2846
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2847
|
+
|
2848
|
+
include Google::Apis::Core::JsonObjectSupport
|
2849
|
+
end
|
2850
|
+
|
2755
2851
|
class GoogleCloudAiplatformV1beta1ModelMonitoringInput
|
2756
2852
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2757
2853
|
|
@@ -3142,12 +3238,6 @@ module Google
|
|
3142
3238
|
include Google::Apis::Core::JsonObjectSupport
|
3143
3239
|
end
|
3144
3240
|
|
3145
|
-
class GoogleCloudAiplatformV1beta1NotebookExecutionJobCustomEnvironmentSpec
|
3146
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3147
|
-
|
3148
|
-
include Google::Apis::Core::JsonObjectSupport
|
3149
|
-
end
|
3150
|
-
|
3151
3241
|
class GoogleCloudAiplatformV1beta1NotebookExecutionJobDataformRepositorySource
|
3152
3242
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3153
3243
|
|
@@ -3172,12 +3262,6 @@ module Google
|
|
3172
3262
|
include Google::Apis::Core::JsonObjectSupport
|
3173
3263
|
end
|
3174
3264
|
|
3175
|
-
class GoogleCloudAiplatformV1beta1NotebookReservationAffinity
|
3176
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3177
|
-
|
3178
|
-
include Google::Apis::Core::JsonObjectSupport
|
3179
|
-
end
|
3180
|
-
|
3181
3265
|
class GoogleCloudAiplatformV1beta1NotebookRuntime
|
3182
3266
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3183
3267
|
|
@@ -3832,6 +3916,24 @@ module Google
|
|
3832
3916
|
include Google::Apis::Core::JsonObjectSupport
|
3833
3917
|
end
|
3834
3918
|
|
3919
|
+
class GoogleCloudAiplatformV1beta1ReinforcementLearningDataStats
|
3920
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3921
|
+
|
3922
|
+
include Google::Apis::Core::JsonObjectSupport
|
3923
|
+
end
|
3924
|
+
|
3925
|
+
class GoogleCloudAiplatformV1beta1ReinforcementLearningHyperParameters
|
3926
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3927
|
+
|
3928
|
+
include Google::Apis::Core::JsonObjectSupport
|
3929
|
+
end
|
3930
|
+
|
3931
|
+
class GoogleCloudAiplatformV1beta1ReinforcementLearningSpec
|
3932
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3933
|
+
|
3934
|
+
include Google::Apis::Core::JsonObjectSupport
|
3935
|
+
end
|
3936
|
+
|
3835
3937
|
class GoogleCloudAiplatformV1beta1RemoveContextChildrenRequest
|
3836
3938
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3837
3939
|
|
@@ -3958,6 +4060,12 @@ module Google
|
|
3958
4060
|
include Google::Apis::Core::JsonObjectSupport
|
3959
4061
|
end
|
3960
4062
|
|
4063
|
+
class GoogleCloudAiplatformV1beta1RewardModelTrainingConfig
|
4064
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4065
|
+
|
4066
|
+
include Google::Apis::Core::JsonObjectSupport
|
4067
|
+
end
|
4068
|
+
|
3961
4069
|
class GoogleCloudAiplatformV1beta1RougeInput
|
3962
4070
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3963
4071
|
|
@@ -5128,6 +5236,12 @@ module Google
|
|
5128
5236
|
include Google::Apis::Core::JsonObjectSupport
|
5129
5237
|
end
|
5130
5238
|
|
5239
|
+
class GoogleCloudAiplatformV1beta1SearchModelMonitoringStatsFilterGenAiStatsFilter
|
5240
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
5241
|
+
|
5242
|
+
include Google::Apis::Core::JsonObjectSupport
|
5243
|
+
end
|
5244
|
+
|
5131
5245
|
class GoogleCloudAiplatformV1beta1SearchModelMonitoringStatsFilterTabularStatsFilter
|
5132
5246
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
5133
5247
|
|
@@ -5242,6 +5356,18 @@ module Google
|
|
5242
5356
|
include Google::Apis::Core::JsonObjectSupport
|
5243
5357
|
end
|
5244
5358
|
|
5359
|
+
class GoogleCloudAiplatformV1beta1StructFieldValue
|
5360
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
5361
|
+
|
5362
|
+
include Google::Apis::Core::JsonObjectSupport
|
5363
|
+
end
|
5364
|
+
|
5365
|
+
class GoogleCloudAiplatformV1beta1StructValue
|
5366
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
5367
|
+
|
5368
|
+
include Google::Apis::Core::JsonObjectSupport
|
5369
|
+
end
|
5370
|
+
|
5245
5371
|
class GoogleCloudAiplatformV1beta1Study
|
5246
5372
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
5247
5373
|
|
@@ -6172,26 +6298,13 @@ module Google
|
|
6172
6298
|
include Google::Apis::Core::JsonObjectSupport
|
6173
6299
|
end
|
6174
6300
|
|
6175
|
-
class CloudAiLargeModelsVisionFilteredText
|
6176
|
-
# @private
|
6177
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
6178
|
-
property :category, as: 'category'
|
6179
|
-
property :confidence, as: 'confidence'
|
6180
|
-
property :prompt, as: 'prompt'
|
6181
|
-
property :score, as: 'score'
|
6182
|
-
end
|
6183
|
-
end
|
6184
|
-
|
6185
6301
|
class CloudAiLargeModelsVisionGenerateVideoResponse
|
6186
6302
|
# @private
|
6187
6303
|
class Representation < Google::Apis::Core::JsonRepresentation
|
6188
6304
|
collection :generated_samples, as: 'generatedSamples', class: Google::Apis::AiplatformV1beta1::CloudAiLargeModelsVisionMedia, decorator: Google::Apis::AiplatformV1beta1::CloudAiLargeModelsVisionMedia::Representation
|
6189
6305
|
|
6190
|
-
property :rai_error_message, as: 'raiErrorMessage'
|
6191
6306
|
property :rai_media_filtered_count, as: 'raiMediaFilteredCount'
|
6192
6307
|
collection :rai_media_filtered_reasons, as: 'raiMediaFilteredReasons'
|
6193
|
-
property :rai_text_filtered_reason, as: 'raiTextFilteredReason', class: Google::Apis::AiplatformV1beta1::CloudAiLargeModelsVisionFilteredText, decorator: Google::Apis::AiplatformV1beta1::CloudAiLargeModelsVisionFilteredText::Representation
|
6194
|
-
|
6195
6308
|
end
|
6196
6309
|
end
|
6197
6310
|
|
@@ -6244,11 +6357,44 @@ module Google
|
|
6244
6357
|
class CloudAiLargeModelsVisionRaiInfo
|
6245
6358
|
# @private
|
6246
6359
|
class Representation < Google::Apis::Core::JsonRepresentation
|
6360
|
+
collection :detected_labels, as: 'detectedLabels', class: Google::Apis::AiplatformV1beta1::CloudAiLargeModelsVisionRaiInfoDetectedLabels, decorator: Google::Apis::AiplatformV1beta1::CloudAiLargeModelsVisionRaiInfoDetectedLabels::Representation
|
6361
|
+
|
6247
6362
|
collection :rai_categories, as: 'raiCategories'
|
6248
6363
|
collection :scores, as: 'scores'
|
6249
6364
|
end
|
6250
6365
|
end
|
6251
6366
|
|
6367
|
+
class CloudAiLargeModelsVisionRaiInfoDetectedLabels
|
6368
|
+
# @private
|
6369
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
6370
|
+
collection :entities, as: 'entities', class: Google::Apis::AiplatformV1beta1::CloudAiLargeModelsVisionRaiInfoDetectedLabelsEntity, decorator: Google::Apis::AiplatformV1beta1::CloudAiLargeModelsVisionRaiInfoDetectedLabelsEntity::Representation
|
6371
|
+
|
6372
|
+
property :rai_category, as: 'raiCategory'
|
6373
|
+
end
|
6374
|
+
end
|
6375
|
+
|
6376
|
+
class CloudAiLargeModelsVisionRaiInfoDetectedLabelsBoundingBox
|
6377
|
+
# @private
|
6378
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
6379
|
+
property :x1, as: 'x1'
|
6380
|
+
property :x2, as: 'x2'
|
6381
|
+
property :y1, as: 'y1'
|
6382
|
+
property :y2, as: 'y2'
|
6383
|
+
end
|
6384
|
+
end
|
6385
|
+
|
6386
|
+
class CloudAiLargeModelsVisionRaiInfoDetectedLabelsEntity
|
6387
|
+
# @private
|
6388
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
6389
|
+
property :bounding_box, as: 'boundingBox', class: Google::Apis::AiplatformV1beta1::CloudAiLargeModelsVisionRaiInfoDetectedLabelsBoundingBox, decorator: Google::Apis::AiplatformV1beta1::CloudAiLargeModelsVisionRaiInfoDetectedLabelsBoundingBox::Representation
|
6390
|
+
|
6391
|
+
property :description, as: 'description'
|
6392
|
+
property :iou_score, as: 'iouScore'
|
6393
|
+
property :mid, as: 'mid'
|
6394
|
+
property :score, as: 'score'
|
6395
|
+
end
|
6396
|
+
end
|
6397
|
+
|
6252
6398
|
class CloudAiLargeModelsVisionSemanticFilterResponse
|
6253
6399
|
# @private
|
6254
6400
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -6266,6 +6412,14 @@ module Google
|
|
6266
6412
|
end
|
6267
6413
|
end
|
6268
6414
|
|
6415
|
+
class CloudAiPlatformCommonCreatePipelineJobApiErrorDetail
|
6416
|
+
# @private
|
6417
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
6418
|
+
property :error_cause, as: 'errorCause'
|
6419
|
+
property :public_message, as: 'publicMessage'
|
6420
|
+
end
|
6421
|
+
end
|
6422
|
+
|
6269
6423
|
class GoogleApiHttpBody
|
6270
6424
|
# @private
|
6271
6425
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -6889,6 +7043,26 @@ module Google
|
|
6889
7043
|
end
|
6890
7044
|
end
|
6891
7045
|
|
7046
|
+
class GoogleCloudAiplatformV1beta1CachedContent
|
7047
|
+
# @private
|
7048
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
7049
|
+
collection :contents, as: 'contents', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1Content, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1Content::Representation
|
7050
|
+
|
7051
|
+
property :create_time, as: 'createTime'
|
7052
|
+
property :expire_time, as: 'expireTime'
|
7053
|
+
property :model, as: 'model'
|
7054
|
+
property :name, as: 'name'
|
7055
|
+
property :system_instruction, as: 'systemInstruction', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1Content, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1Content::Representation
|
7056
|
+
|
7057
|
+
property :tool_config, as: 'toolConfig', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ToolConfig, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ToolConfig::Representation
|
7058
|
+
|
7059
|
+
collection :tools, as: 'tools', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1Tool, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1Tool::Representation
|
7060
|
+
|
7061
|
+
property :ttl, as: 'ttl'
|
7062
|
+
property :update_time, as: 'updateTime'
|
7063
|
+
end
|
7064
|
+
end
|
7065
|
+
|
6892
7066
|
class GoogleCloudAiplatformV1beta1CancelBatchPredictionJobRequest
|
6893
7067
|
# @private
|
6894
7068
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -7306,6 +7480,15 @@ module Google
|
|
7306
7480
|
end
|
7307
7481
|
end
|
7308
7482
|
|
7483
|
+
class GoogleCloudAiplatformV1beta1CreateNotebookExecutionJobOperationMetadata
|
7484
|
+
# @private
|
7485
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
7486
|
+
property :generic_metadata, as: 'genericMetadata', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1GenericOperationMetadata, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1GenericOperationMetadata::Representation
|
7487
|
+
|
7488
|
+
property :progress_message, as: 'progressMessage'
|
7489
|
+
end
|
7490
|
+
end
|
7491
|
+
|
7309
7492
|
class GoogleCloudAiplatformV1beta1CreateNotebookExecutionJobRequest
|
7310
7493
|
# @private
|
7311
7494
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -7528,6 +7711,48 @@ module Google
|
|
7528
7711
|
end
|
7529
7712
|
end
|
7530
7713
|
|
7714
|
+
class GoogleCloudAiplatformV1beta1DatasetDistribution
|
7715
|
+
# @private
|
7716
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
7717
|
+
collection :buckets, as: 'buckets', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1DatasetDistributionDistributionBucket, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1DatasetDistributionDistributionBucket::Representation
|
7718
|
+
|
7719
|
+
property :max, as: 'max'
|
7720
|
+
property :mean, as: 'mean'
|
7721
|
+
property :median, as: 'median'
|
7722
|
+
property :min, as: 'min'
|
7723
|
+
property :p5, as: 'p5'
|
7724
|
+
property :p95, as: 'p95'
|
7725
|
+
property :sum, as: 'sum'
|
7726
|
+
end
|
7727
|
+
end
|
7728
|
+
|
7729
|
+
class GoogleCloudAiplatformV1beta1DatasetDistributionDistributionBucket
|
7730
|
+
# @private
|
7731
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
7732
|
+
property :count, :numeric_string => true, as: 'count'
|
7733
|
+
property :left, as: 'left'
|
7734
|
+
property :right, as: 'right'
|
7735
|
+
end
|
7736
|
+
end
|
7737
|
+
|
7738
|
+
class GoogleCloudAiplatformV1beta1DatasetStats
|
7739
|
+
# @private
|
7740
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
7741
|
+
property :total_billable_character_count, :numeric_string => true, as: 'totalBillableCharacterCount'
|
7742
|
+
property :total_tuning_character_count, :numeric_string => true, as: 'totalTuningCharacterCount'
|
7743
|
+
property :tuning_dataset_example_count, :numeric_string => true, as: 'tuningDatasetExampleCount'
|
7744
|
+
property :tuning_step_count, :numeric_string => true, as: 'tuningStepCount'
|
7745
|
+
collection :user_dataset_examples, as: 'userDatasetExamples', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1Content, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1Content::Representation
|
7746
|
+
|
7747
|
+
property :user_input_token_distribution, as: 'userInputTokenDistribution', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1DatasetDistribution, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1DatasetDistribution::Representation
|
7748
|
+
|
7749
|
+
property :user_message_per_example_distribution, as: 'userMessagePerExampleDistribution', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1DatasetDistribution, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1DatasetDistribution::Representation
|
7750
|
+
|
7751
|
+
property :user_output_token_distribution, as: 'userOutputTokenDistribution', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1DatasetDistribution, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1DatasetDistribution::Representation
|
7752
|
+
|
7753
|
+
end
|
7754
|
+
end
|
7755
|
+
|
7531
7756
|
class GoogleCloudAiplatformV1beta1DatasetVersion
|
7532
7757
|
# @private
|
7533
7758
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -7777,7 +8002,11 @@ module Google
|
|
7777
8002
|
property :create_time, as: 'createTime'
|
7778
8003
|
property :dedicated_resources, as: 'dedicatedResources', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1DedicatedResources, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1DedicatedResources::Representation
|
7779
8004
|
|
8005
|
+
property :disable_container_logging, as: 'disableContainerLogging'
|
8006
|
+
property :encryption_spec, as: 'encryptionSpec', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1EncryptionSpec, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1EncryptionSpec::Representation
|
8007
|
+
|
7780
8008
|
property :name, as: 'name'
|
8009
|
+
property :service_account, as: 'serviceAccount'
|
7781
8010
|
end
|
7782
8011
|
end
|
7783
8012
|
|
@@ -7838,6 +8067,37 @@ module Google
|
|
7838
8067
|
end
|
7839
8068
|
end
|
7840
8069
|
|
8070
|
+
class GoogleCloudAiplatformV1beta1DistillationDataStats
|
8071
|
+
# @private
|
8072
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
8073
|
+
property :training_dataset_stats, as: 'trainingDatasetStats', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1DatasetStats, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1DatasetStats::Representation
|
8074
|
+
|
8075
|
+
end
|
8076
|
+
end
|
8077
|
+
|
8078
|
+
class GoogleCloudAiplatformV1beta1DistillationHyperParameters
|
8079
|
+
# @private
|
8080
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
8081
|
+
property :adapter_size, as: 'adapterSize'
|
8082
|
+
property :epoch_count, :numeric_string => true, as: 'epochCount'
|
8083
|
+
property :learning_rate_multiplier, as: 'learningRateMultiplier'
|
8084
|
+
end
|
8085
|
+
end
|
8086
|
+
|
8087
|
+
class GoogleCloudAiplatformV1beta1DistillationSpec
|
8088
|
+
# @private
|
8089
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
8090
|
+
property :base_teacher_model, as: 'baseTeacherModel'
|
8091
|
+
property :hyper_parameters, as: 'hyperParameters', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1DistillationHyperParameters, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1DistillationHyperParameters::Representation
|
8092
|
+
|
8093
|
+
property :pipeline_root_directory, as: 'pipelineRootDirectory'
|
8094
|
+
property :student_model, as: 'studentModel'
|
8095
|
+
property :training_dataset_uri, as: 'trainingDatasetUri'
|
8096
|
+
property :tuned_teacher_model_source, as: 'tunedTeacherModelSource'
|
8097
|
+
property :validation_dataset_uri, as: 'validationDatasetUri'
|
8098
|
+
end
|
8099
|
+
end
|
8100
|
+
|
7841
8101
|
class GoogleCloudAiplatformV1beta1DoubleArray
|
7842
8102
|
# @private
|
7843
8103
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -8625,6 +8885,8 @@ module Google
|
|
8625
8885
|
|
8626
8886
|
property :embedding_management, as: 'embeddingManagement', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1FeatureOnlineStoreEmbeddingManagement, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1FeatureOnlineStoreEmbeddingManagement::Representation
|
8627
8887
|
|
8888
|
+
property :encryption_spec, as: 'encryptionSpec', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1EncryptionSpec, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1EncryptionSpec::Representation
|
8889
|
+
|
8628
8890
|
property :etag, as: 'etag'
|
8629
8891
|
hash :labels, as: 'labels'
|
8630
8892
|
property :name, as: 'name'
|
@@ -8714,6 +8976,8 @@ module Google
|
|
8714
8976
|
property :string_array_value, as: 'stringArrayValue', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1StringArray, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1StringArray::Representation
|
8715
8977
|
|
8716
8978
|
property :string_value, as: 'stringValue'
|
8979
|
+
property :struct_value, as: 'structValue', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1StructValue, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1StructValue::Representation
|
8980
|
+
|
8717
8981
|
end
|
8718
8982
|
end
|
8719
8983
|
|
@@ -9227,6 +9491,7 @@ module Google
|
|
9227
9491
|
class GoogleCloudAiplatformV1beta1GenerateContentRequest
|
9228
9492
|
# @private
|
9229
9493
|
class Representation < Google::Apis::Core::JsonRepresentation
|
9494
|
+
property :cached_content, as: 'cachedContent'
|
9230
9495
|
collection :contents, as: 'contents', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1Content, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1Content::Representation
|
9231
9496
|
|
9232
9497
|
property :generation_config, as: 'generationConfig', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1GenerationConfig, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1GenerationConfig::Representation
|
@@ -9281,7 +9546,8 @@ module Google
|
|
9281
9546
|
property :max_output_tokens, as: 'maxOutputTokens'
|
9282
9547
|
property :presence_penalty, as: 'presencePenalty'
|
9283
9548
|
property :response_mime_type, as: 'responseMimeType'
|
9284
|
-
property :
|
9549
|
+
property :response_schema, as: 'responseSchema', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1Schema, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1Schema::Representation
|
9550
|
+
|
9285
9551
|
collection :stop_sequences, as: 'stopSequences'
|
9286
9552
|
property :temperature, as: 'temperature'
|
9287
9553
|
property :top_k, as: 'topK'
|
@@ -9322,6 +9588,12 @@ module Google
|
|
9322
9588
|
end
|
9323
9589
|
end
|
9324
9590
|
|
9591
|
+
class GoogleCloudAiplatformV1beta1GoogleSearchRetrieval
|
9592
|
+
# @private
|
9593
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
9594
|
+
end
|
9595
|
+
end
|
9596
|
+
|
9325
9597
|
class GoogleCloudAiplatformV1beta1GroundednessInput
|
9326
9598
|
# @private
|
9327
9599
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -9366,6 +9638,13 @@ module Google
|
|
9366
9638
|
end
|
9367
9639
|
end
|
9368
9640
|
|
9641
|
+
class GoogleCloudAiplatformV1beta1HumanFeedbackConfig
|
9642
|
+
# @private
|
9643
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
9644
|
+
property :preference_dataset_uri, as: 'preferenceDatasetUri'
|
9645
|
+
end
|
9646
|
+
end
|
9647
|
+
|
9369
9648
|
class GoogleCloudAiplatformV1beta1HyperparameterTuningJob
|
9370
9649
|
# @private
|
9371
9650
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -9733,6 +10012,15 @@ module Google
|
|
9733
10012
|
end
|
9734
10013
|
end
|
9735
10014
|
|
10015
|
+
class GoogleCloudAiplatformV1beta1ListCachedContentsResponse
|
10016
|
+
# @private
|
10017
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
10018
|
+
collection :cached_contents, as: 'cachedContents', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1CachedContent, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1CachedContent::Representation
|
10019
|
+
|
10020
|
+
property :next_page_token, as: 'nextPageToken'
|
10021
|
+
end
|
10022
|
+
end
|
10023
|
+
|
9736
10024
|
class GoogleCloudAiplatformV1beta1ListContextsResponse
|
9737
10025
|
# @private
|
9738
10026
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -10271,6 +10559,8 @@ module Google
|
|
10271
10559
|
# @private
|
10272
10560
|
class Representation < Google::Apis::Core::JsonRepresentation
|
10273
10561
|
property :create_time, as: 'createTime'
|
10562
|
+
property :dataplex_config, as: 'dataplexConfig', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1MetadataStoreDataplexConfig, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1MetadataStoreDataplexConfig::Representation
|
10563
|
+
|
10274
10564
|
property :description, as: 'description'
|
10275
10565
|
property :encryption_spec, as: 'encryptionSpec', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1EncryptionSpec, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1EncryptionSpec::Representation
|
10276
10566
|
|
@@ -10281,6 +10571,13 @@ module Google
|
|
10281
10571
|
end
|
10282
10572
|
end
|
10283
10573
|
|
10574
|
+
class GoogleCloudAiplatformV1beta1MetadataStoreDataplexConfig
|
10575
|
+
# @private
|
10576
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
10577
|
+
property :enabled_pipelines_lineage, as: 'enabledPipelinesLineage'
|
10578
|
+
end
|
10579
|
+
end
|
10580
|
+
|
10284
10581
|
class GoogleCloudAiplatformV1beta1MetadataStoreMetadataStoreState
|
10285
10582
|
# @private
|
10286
10583
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -10792,6 +11089,16 @@ module Google
|
|
10792
11089
|
end
|
10793
11090
|
end
|
10794
11091
|
|
11092
|
+
class GoogleCloudAiplatformV1beta1ModelMonitoringGenAiStats
|
11093
|
+
# @private
|
11094
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
11095
|
+
collection :data_points, as: 'dataPoints', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ModelMonitoringStatsDataPoint, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ModelMonitoringStatsDataPoint::Representation
|
11096
|
+
|
11097
|
+
property :objective_type, as: 'objectiveType'
|
11098
|
+
property :stats_name, as: 'statsName'
|
11099
|
+
end
|
11100
|
+
end
|
11101
|
+
|
10795
11102
|
class GoogleCloudAiplatformV1beta1ModelMonitoringInput
|
10796
11103
|
# @private
|
10797
11104
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -11094,6 +11401,8 @@ module Google
|
|
11094
11401
|
class GoogleCloudAiplatformV1beta1ModelMonitoringStats
|
11095
11402
|
# @private
|
11096
11403
|
class Representation < Google::Apis::Core::JsonRepresentation
|
11404
|
+
property :gen_ai_stats, as: 'genAiStats', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ModelMonitoringGenAiStats, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ModelMonitoringGenAiStats::Representation
|
11405
|
+
|
11097
11406
|
property :tabular_stats, as: 'tabularStats', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ModelMonitoringTabularStats, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ModelMonitoringTabularStats::Representation
|
11098
11407
|
|
11099
11408
|
end
|
@@ -11468,8 +11777,6 @@ module Google
|
|
11468
11777
|
# @private
|
11469
11778
|
class Representation < Google::Apis::Core::JsonRepresentation
|
11470
11779
|
property :create_time, as: 'createTime'
|
11471
|
-
property :custom_environment_spec, as: 'customEnvironmentSpec', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1NotebookExecutionJobCustomEnvironmentSpec, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1NotebookExecutionJobCustomEnvironmentSpec::Representation
|
11472
|
-
|
11473
11780
|
property :dataform_repository_source, as: 'dataformRepositorySource', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1NotebookExecutionJobDataformRepositorySource, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1NotebookExecutionJobDataformRepositorySource::Representation
|
11474
11781
|
|
11475
11782
|
property :direct_notebook_source, as: 'directNotebookSource', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1NotebookExecutionJobDirectNotebookSource, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1NotebookExecutionJobDirectNotebookSource::Representation
|
@@ -11492,18 +11799,6 @@ module Google
|
|
11492
11799
|
end
|
11493
11800
|
end
|
11494
11801
|
|
11495
|
-
class GoogleCloudAiplatformV1beta1NotebookExecutionJobCustomEnvironmentSpec
|
11496
|
-
# @private
|
11497
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
11498
|
-
property :machine_spec, as: 'machineSpec', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1MachineSpec, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1MachineSpec::Representation
|
11499
|
-
|
11500
|
-
property :network_spec, as: 'networkSpec', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1NetworkSpec, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1NetworkSpec::Representation
|
11501
|
-
|
11502
|
-
property :persistent_disk_spec, as: 'persistentDiskSpec', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1PersistentDiskSpec, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1PersistentDiskSpec::Representation
|
11503
|
-
|
11504
|
-
end
|
11505
|
-
end
|
11506
|
-
|
11507
11802
|
class GoogleCloudAiplatformV1beta1NotebookExecutionJobDataformRepositorySource
|
11508
11803
|
# @private
|
11509
11804
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -11535,23 +11830,18 @@ module Google
|
|
11535
11830
|
end
|
11536
11831
|
end
|
11537
11832
|
|
11538
|
-
class GoogleCloudAiplatformV1beta1NotebookReservationAffinity
|
11539
|
-
# @private
|
11540
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
11541
|
-
property :consume_reservation_type, as: 'consumeReservationType'
|
11542
|
-
property :key, as: 'key'
|
11543
|
-
collection :values, as: 'values'
|
11544
|
-
end
|
11545
|
-
end
|
11546
|
-
|
11547
11833
|
class GoogleCloudAiplatformV1beta1NotebookRuntime
|
11548
11834
|
# @private
|
11549
11835
|
class Representation < Google::Apis::Core::JsonRepresentation
|
11550
11836
|
property :create_time, as: 'createTime'
|
11551
11837
|
property :description, as: 'description'
|
11552
11838
|
property :display_name, as: 'displayName'
|
11839
|
+
property :encryption_spec, as: 'encryptionSpec', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1EncryptionSpec, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1EncryptionSpec::Representation
|
11840
|
+
|
11553
11841
|
property :expiration_time, as: 'expirationTime'
|
11554
11842
|
property :health_state, as: 'healthState'
|
11843
|
+
property :idle_shutdown_config, as: 'idleShutdownConfig', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1NotebookIdleShutdownConfig, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1NotebookIdleShutdownConfig::Representation
|
11844
|
+
|
11555
11845
|
property :is_upgradable, as: 'isUpgradable'
|
11556
11846
|
hash :labels, as: 'labels'
|
11557
11847
|
property :name, as: 'name'
|
@@ -11560,8 +11850,6 @@ module Google
|
|
11560
11850
|
|
11561
11851
|
property :notebook_runtime_type, as: 'notebookRuntimeType'
|
11562
11852
|
property :proxy_uri, as: 'proxyUri'
|
11563
|
-
property :reservation_affinity, as: 'reservationAffinity', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1NotebookReservationAffinity, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1NotebookReservationAffinity::Representation
|
11564
|
-
|
11565
11853
|
property :runtime_state, as: 'runtimeState'
|
11566
11854
|
property :runtime_user, as: 'runtimeUser'
|
11567
11855
|
property :satisfies_pzi, as: 'satisfiesPzi'
|
@@ -11580,6 +11868,8 @@ module Google
|
|
11580
11868
|
|
11581
11869
|
property :description, as: 'description'
|
11582
11870
|
property :display_name, as: 'displayName'
|
11871
|
+
property :encryption_spec, as: 'encryptionSpec', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1EncryptionSpec, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1EncryptionSpec::Representation
|
11872
|
+
|
11583
11873
|
property :etag, as: 'etag'
|
11584
11874
|
property :euc_config, as: 'eucConfig', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1NotebookEucConfig, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1NotebookEucConfig::Representation
|
11585
11875
|
|
@@ -11594,8 +11884,6 @@ module Google
|
|
11594
11884
|
|
11595
11885
|
collection :network_tags, as: 'networkTags'
|
11596
11886
|
property :notebook_runtime_type, as: 'notebookRuntimeType'
|
11597
|
-
property :reservation_affinity, as: 'reservationAffinity', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1NotebookReservationAffinity, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1NotebookReservationAffinity::Representation
|
11598
|
-
|
11599
11887
|
property :service_account, as: 'serviceAccount'
|
11600
11888
|
property :shielded_vm_config, as: 'shieldedVmConfig', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ShieldedVmConfig, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ShieldedVmConfig::Representation
|
11601
11889
|
|
@@ -12668,6 +12956,39 @@ module Google
|
|
12668
12956
|
end
|
12669
12957
|
end
|
12670
12958
|
|
12959
|
+
class GoogleCloudAiplatformV1beta1ReinforcementLearningDataStats
|
12960
|
+
# @private
|
12961
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
12962
|
+
property :preference_dataset_stats, as: 'preferenceDatasetStats', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1DatasetStats, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1DatasetStats::Representation
|
12963
|
+
|
12964
|
+
property :prompt_dataset_stats, as: 'promptDatasetStats', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1DatasetStats, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1DatasetStats::Representation
|
12965
|
+
|
12966
|
+
end
|
12967
|
+
end
|
12968
|
+
|
12969
|
+
class GoogleCloudAiplatformV1beta1ReinforcementLearningHyperParameters
|
12970
|
+
# @private
|
12971
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
12972
|
+
property :epoch_count, :numeric_string => true, as: 'epochCount'
|
12973
|
+
property :human_feedback_config, as: 'humanFeedbackConfig', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1HumanFeedbackConfig, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1HumanFeedbackConfig::Representation
|
12974
|
+
|
12975
|
+
property :kl_coefficient, as: 'klCoefficient'
|
12976
|
+
property :learning_rate_multiplier, as: 'learningRateMultiplier'
|
12977
|
+
property :reward_model_training_config, as: 'rewardModelTrainingConfig', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1RewardModelTrainingConfig, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1RewardModelTrainingConfig::Representation
|
12978
|
+
|
12979
|
+
end
|
12980
|
+
end
|
12981
|
+
|
12982
|
+
class GoogleCloudAiplatformV1beta1ReinforcementLearningSpec
|
12983
|
+
# @private
|
12984
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
12985
|
+
property :hyper_parameters, as: 'hyperParameters', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ReinforcementLearningHyperParameters, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ReinforcementLearningHyperParameters::Representation
|
12986
|
+
|
12987
|
+
property :prompt_dataset_uri, as: 'promptDatasetUri'
|
12988
|
+
property :validation_dataset_uri, as: 'validationDatasetUri'
|
12989
|
+
end
|
12990
|
+
end
|
12991
|
+
|
12671
12992
|
class GoogleCloudAiplatformV1beta1RemoveContextChildrenRequest
|
12672
12993
|
# @private
|
12673
12994
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -12846,6 +13167,14 @@ module Google
|
|
12846
13167
|
end
|
12847
13168
|
end
|
12848
13169
|
|
13170
|
+
class GoogleCloudAiplatformV1beta1RewardModelTrainingConfig
|
13171
|
+
# @private
|
13172
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
13173
|
+
property :epoch_count, :numeric_string => true, as: 'epochCount'
|
13174
|
+
property :learning_rate_multiplier, as: 'learningRateMultiplier'
|
13175
|
+
end
|
13176
|
+
end
|
13177
|
+
|
12849
13178
|
class GoogleCloudAiplatformV1beta1RougeInput
|
12850
13179
|
# @private
|
12851
13180
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -12910,7 +13239,7 @@ module Google
|
|
12910
13239
|
class GoogleCloudAiplatformV1beta1RuntimeConfigVertexAiSearchRuntimeConfig
|
12911
13240
|
# @private
|
12912
13241
|
class Representation < Google::Apis::Core::JsonRepresentation
|
12913
|
-
property :
|
13242
|
+
property :engine_id, as: 'engineId'
|
12914
13243
|
property :serving_config_name, as: 'servingConfigName'
|
12915
13244
|
end
|
12916
13245
|
end
|
@@ -14778,11 +15107,24 @@ module Google
|
|
14778
15107
|
class GoogleCloudAiplatformV1beta1SearchModelMonitoringStatsFilter
|
14779
15108
|
# @private
|
14780
15109
|
class Representation < Google::Apis::Core::JsonRepresentation
|
15110
|
+
property :gen_ai_stats_filter, as: 'genAiStatsFilter', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1SearchModelMonitoringStatsFilterGenAiStatsFilter, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1SearchModelMonitoringStatsFilterGenAiStatsFilter::Representation
|
15111
|
+
|
14781
15112
|
property :tabular_stats_filter, as: 'tabularStatsFilter', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1SearchModelMonitoringStatsFilterTabularStatsFilter, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1SearchModelMonitoringStatsFilterTabularStatsFilter::Representation
|
14782
15113
|
|
14783
15114
|
end
|
14784
15115
|
end
|
14785
15116
|
|
15117
|
+
class GoogleCloudAiplatformV1beta1SearchModelMonitoringStatsFilterGenAiStatsFilter
|
15118
|
+
# @private
|
15119
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
15120
|
+
property :cluster_id, as: 'clusterId'
|
15121
|
+
property :model_monitoring_job, as: 'modelMonitoringJob'
|
15122
|
+
property :model_monitoring_schedule, as: 'modelMonitoringSchedule'
|
15123
|
+
property :objective_type, as: 'objectiveType'
|
15124
|
+
property :stats_name, as: 'statsName'
|
15125
|
+
end
|
15126
|
+
end
|
15127
|
+
|
14786
15128
|
class GoogleCloudAiplatformV1beta1SearchModelMonitoringStatsFilterTabularStatsFilter
|
14787
15129
|
# @private
|
14788
15130
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -14957,6 +15299,23 @@ module Google
|
|
14957
15299
|
end
|
14958
15300
|
end
|
14959
15301
|
|
15302
|
+
class GoogleCloudAiplatformV1beta1StructFieldValue
|
15303
|
+
# @private
|
15304
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
15305
|
+
property :name, as: 'name'
|
15306
|
+
property :value, as: 'value', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1FeatureValue, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1FeatureValue::Representation
|
15307
|
+
|
15308
|
+
end
|
15309
|
+
end
|
15310
|
+
|
15311
|
+
class GoogleCloudAiplatformV1beta1StructValue
|
15312
|
+
# @private
|
15313
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
15314
|
+
collection :values, as: 'values', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1StructFieldValue, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1StructFieldValue::Representation
|
15315
|
+
|
15316
|
+
end
|
15317
|
+
end
|
15318
|
+
|
14960
15319
|
class GoogleCloudAiplatformV1beta1Study
|
14961
15320
|
# @private
|
14962
15321
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -15562,6 +15921,8 @@ module Google
|
|
15562
15921
|
class Representation < Google::Apis::Core::JsonRepresentation
|
15563
15922
|
collection :function_declarations, as: 'functionDeclarations', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1FunctionDeclaration, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1FunctionDeclaration::Representation
|
15564
15923
|
|
15924
|
+
property :google_search_retrieval, as: 'googleSearchRetrieval', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1GoogleSearchRetrieval, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1GoogleSearchRetrieval::Representation
|
15925
|
+
|
15565
15926
|
property :retrieval, as: 'retrieval', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1Retrieval, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1Retrieval::Representation
|
15566
15927
|
|
15567
15928
|
end
|
@@ -15837,6 +16198,10 @@ module Google
|
|
15837
16198
|
class GoogleCloudAiplatformV1beta1TuningDataStats
|
15838
16199
|
# @private
|
15839
16200
|
class Representation < Google::Apis::Core::JsonRepresentation
|
16201
|
+
property :distillation_data_stats, as: 'distillationDataStats', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1DistillationDataStats, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1DistillationDataStats::Representation
|
16202
|
+
|
16203
|
+
property :reinforcement_learning_data_stats, as: 'reinforcementLearningDataStats', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ReinforcementLearningDataStats, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ReinforcementLearningDataStats::Representation
|
16204
|
+
|
15840
16205
|
property :supervised_tuning_data_stats, as: 'supervisedTuningDataStats', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1SupervisedTuningDataStats, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1SupervisedTuningDataStats::Representation
|
15841
16206
|
|
15842
16207
|
end
|
@@ -15848,6 +16213,8 @@ module Google
|
|
15848
16213
|
property :base_model, as: 'baseModel'
|
15849
16214
|
property :create_time, as: 'createTime'
|
15850
16215
|
property :description, as: 'description'
|
16216
|
+
property :distillation_spec, as: 'distillationSpec', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1DistillationSpec, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1DistillationSpec::Representation
|
16217
|
+
|
15851
16218
|
property :encryption_spec, as: 'encryptionSpec', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1EncryptionSpec, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1EncryptionSpec::Representation
|
15852
16219
|
|
15853
16220
|
property :end_time, as: 'endTime'
|
@@ -15856,6 +16223,9 @@ module Google
|
|
15856
16223
|
property :experiment, as: 'experiment'
|
15857
16224
|
hash :labels, as: 'labels'
|
15858
16225
|
property :name, as: 'name'
|
16226
|
+
property :pipeline_job, as: 'pipelineJob'
|
16227
|
+
property :reinforcement_learning_spec, as: 'reinforcementLearningSpec', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ReinforcementLearningSpec, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ReinforcementLearningSpec::Representation
|
16228
|
+
|
15859
16229
|
property :start_time, as: 'startTime'
|
15860
16230
|
property :state, as: 'state'
|
15861
16231
|
property :supervised_tuning_spec, as: 'supervisedTuningSpec', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1SupervisedTuningSpec, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1SupervisedTuningSpec::Representation
|