google-apis-aiplatform_v1beta1 0.28.0 → 0.30.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 +1006 -159
- data/lib/google/apis/aiplatform_v1beta1/gem_version.rb +2 -2
- data/lib/google/apis/aiplatform_v1beta1/representations.rb +439 -62
- data/lib/google/apis/aiplatform_v1beta1/service.rb +388 -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
|
|
@@ -3142,12 +3232,6 @@ module Google
|
|
3142
3232
|
include Google::Apis::Core::JsonObjectSupport
|
3143
3233
|
end
|
3144
3234
|
|
3145
|
-
class GoogleCloudAiplatformV1beta1NotebookExecutionJobCustomEnvironmentSpec
|
3146
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3147
|
-
|
3148
|
-
include Google::Apis::Core::JsonObjectSupport
|
3149
|
-
end
|
3150
|
-
|
3151
3235
|
class GoogleCloudAiplatformV1beta1NotebookExecutionJobDataformRepositorySource
|
3152
3236
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3153
3237
|
|
@@ -3172,12 +3256,6 @@ module Google
|
|
3172
3256
|
include Google::Apis::Core::JsonObjectSupport
|
3173
3257
|
end
|
3174
3258
|
|
3175
|
-
class GoogleCloudAiplatformV1beta1NotebookReservationAffinity
|
3176
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3177
|
-
|
3178
|
-
include Google::Apis::Core::JsonObjectSupport
|
3179
|
-
end
|
3180
|
-
|
3181
3259
|
class GoogleCloudAiplatformV1beta1NotebookRuntime
|
3182
3260
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3183
3261
|
|
@@ -3682,6 +3760,18 @@ module Google
|
|
3682
3760
|
include Google::Apis::Core::JsonObjectSupport
|
3683
3761
|
end
|
3684
3762
|
|
3763
|
+
class GoogleCloudAiplatformV1beta1RagEmbeddingModelConfig
|
3764
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3765
|
+
|
3766
|
+
include Google::Apis::Core::JsonObjectSupport
|
3767
|
+
end
|
3768
|
+
|
3769
|
+
class GoogleCloudAiplatformV1beta1RagEmbeddingModelConfigVertexPredictionEndpoint
|
3770
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3771
|
+
|
3772
|
+
include Google::Apis::Core::JsonObjectSupport
|
3773
|
+
end
|
3774
|
+
|
3685
3775
|
class GoogleCloudAiplatformV1beta1RagFile
|
3686
3776
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3687
3777
|
|
@@ -3832,6 +3922,24 @@ module Google
|
|
3832
3922
|
include Google::Apis::Core::JsonObjectSupport
|
3833
3923
|
end
|
3834
3924
|
|
3925
|
+
class GoogleCloudAiplatformV1beta1ReinforcementLearningDataStats
|
3926
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3927
|
+
|
3928
|
+
include Google::Apis::Core::JsonObjectSupport
|
3929
|
+
end
|
3930
|
+
|
3931
|
+
class GoogleCloudAiplatformV1beta1ReinforcementLearningHyperParameters
|
3932
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3933
|
+
|
3934
|
+
include Google::Apis::Core::JsonObjectSupport
|
3935
|
+
end
|
3936
|
+
|
3937
|
+
class GoogleCloudAiplatformV1beta1ReinforcementLearningSpec
|
3938
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3939
|
+
|
3940
|
+
include Google::Apis::Core::JsonObjectSupport
|
3941
|
+
end
|
3942
|
+
|
3835
3943
|
class GoogleCloudAiplatformV1beta1RemoveContextChildrenRequest
|
3836
3944
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3837
3945
|
|
@@ -3958,6 +4066,12 @@ module Google
|
|
3958
4066
|
include Google::Apis::Core::JsonObjectSupport
|
3959
4067
|
end
|
3960
4068
|
|
4069
|
+
class GoogleCloudAiplatformV1beta1RewardModelTrainingConfig
|
4070
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4071
|
+
|
4072
|
+
include Google::Apis::Core::JsonObjectSupport
|
4073
|
+
end
|
4074
|
+
|
3961
4075
|
class GoogleCloudAiplatformV1beta1RougeInput
|
3962
4076
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3963
4077
|
|
@@ -5206,6 +5320,12 @@ module Google
|
|
5206
5320
|
include Google::Apis::Core::JsonObjectSupport
|
5207
5321
|
end
|
5208
5322
|
|
5323
|
+
class GoogleCloudAiplatformV1beta1StreamRawPredictRequest
|
5324
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
5325
|
+
|
5326
|
+
include Google::Apis::Core::JsonObjectSupport
|
5327
|
+
end
|
5328
|
+
|
5209
5329
|
class GoogleCloudAiplatformV1beta1StreamingFetchFeatureValuesRequest
|
5210
5330
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
5211
5331
|
|
@@ -5242,6 +5362,18 @@ module Google
|
|
5242
5362
|
include Google::Apis::Core::JsonObjectSupport
|
5243
5363
|
end
|
5244
5364
|
|
5365
|
+
class GoogleCloudAiplatformV1beta1StructFieldValue
|
5366
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
5367
|
+
|
5368
|
+
include Google::Apis::Core::JsonObjectSupport
|
5369
|
+
end
|
5370
|
+
|
5371
|
+
class GoogleCloudAiplatformV1beta1StructValue
|
5372
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
5373
|
+
|
5374
|
+
include Google::Apis::Core::JsonObjectSupport
|
5375
|
+
end
|
5376
|
+
|
5245
5377
|
class GoogleCloudAiplatformV1beta1Study
|
5246
5378
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
5247
5379
|
|
@@ -6172,26 +6304,13 @@ module Google
|
|
6172
6304
|
include Google::Apis::Core::JsonObjectSupport
|
6173
6305
|
end
|
6174
6306
|
|
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
6307
|
class CloudAiLargeModelsVisionGenerateVideoResponse
|
6186
6308
|
# @private
|
6187
6309
|
class Representation < Google::Apis::Core::JsonRepresentation
|
6188
6310
|
collection :generated_samples, as: 'generatedSamples', class: Google::Apis::AiplatformV1beta1::CloudAiLargeModelsVisionMedia, decorator: Google::Apis::AiplatformV1beta1::CloudAiLargeModelsVisionMedia::Representation
|
6189
6311
|
|
6190
|
-
property :rai_error_message, as: 'raiErrorMessage'
|
6191
6312
|
property :rai_media_filtered_count, as: 'raiMediaFilteredCount'
|
6192
6313
|
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
6314
|
end
|
6196
6315
|
end
|
6197
6316
|
|
@@ -6244,11 +6363,44 @@ module Google
|
|
6244
6363
|
class CloudAiLargeModelsVisionRaiInfo
|
6245
6364
|
# @private
|
6246
6365
|
class Representation < Google::Apis::Core::JsonRepresentation
|
6366
|
+
collection :detected_labels, as: 'detectedLabels', class: Google::Apis::AiplatformV1beta1::CloudAiLargeModelsVisionRaiInfoDetectedLabels, decorator: Google::Apis::AiplatformV1beta1::CloudAiLargeModelsVisionRaiInfoDetectedLabels::Representation
|
6367
|
+
|
6247
6368
|
collection :rai_categories, as: 'raiCategories'
|
6248
6369
|
collection :scores, as: 'scores'
|
6249
6370
|
end
|
6250
6371
|
end
|
6251
6372
|
|
6373
|
+
class CloudAiLargeModelsVisionRaiInfoDetectedLabels
|
6374
|
+
# @private
|
6375
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
6376
|
+
collection :entities, as: 'entities', class: Google::Apis::AiplatformV1beta1::CloudAiLargeModelsVisionRaiInfoDetectedLabelsEntity, decorator: Google::Apis::AiplatformV1beta1::CloudAiLargeModelsVisionRaiInfoDetectedLabelsEntity::Representation
|
6377
|
+
|
6378
|
+
property :rai_category, as: 'raiCategory'
|
6379
|
+
end
|
6380
|
+
end
|
6381
|
+
|
6382
|
+
class CloudAiLargeModelsVisionRaiInfoDetectedLabelsBoundingBox
|
6383
|
+
# @private
|
6384
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
6385
|
+
property :x1, as: 'x1'
|
6386
|
+
property :x2, as: 'x2'
|
6387
|
+
property :y1, as: 'y1'
|
6388
|
+
property :y2, as: 'y2'
|
6389
|
+
end
|
6390
|
+
end
|
6391
|
+
|
6392
|
+
class CloudAiLargeModelsVisionRaiInfoDetectedLabelsEntity
|
6393
|
+
# @private
|
6394
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
6395
|
+
property :bounding_box, as: 'boundingBox', class: Google::Apis::AiplatformV1beta1::CloudAiLargeModelsVisionRaiInfoDetectedLabelsBoundingBox, decorator: Google::Apis::AiplatformV1beta1::CloudAiLargeModelsVisionRaiInfoDetectedLabelsBoundingBox::Representation
|
6396
|
+
|
6397
|
+
property :description, as: 'description'
|
6398
|
+
property :iou_score, as: 'iouScore'
|
6399
|
+
property :mid, as: 'mid'
|
6400
|
+
property :score, as: 'score'
|
6401
|
+
end
|
6402
|
+
end
|
6403
|
+
|
6252
6404
|
class CloudAiLargeModelsVisionSemanticFilterResponse
|
6253
6405
|
# @private
|
6254
6406
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -6266,6 +6418,14 @@ module Google
|
|
6266
6418
|
end
|
6267
6419
|
end
|
6268
6420
|
|
6421
|
+
class CloudAiPlatformCommonCreatePipelineJobApiErrorDetail
|
6422
|
+
# @private
|
6423
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
6424
|
+
property :error_cause, as: 'errorCause'
|
6425
|
+
property :public_message, as: 'publicMessage'
|
6426
|
+
end
|
6427
|
+
end
|
6428
|
+
|
6269
6429
|
class GoogleApiHttpBody
|
6270
6430
|
# @private
|
6271
6431
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -6889,6 +7049,26 @@ module Google
|
|
6889
7049
|
end
|
6890
7050
|
end
|
6891
7051
|
|
7052
|
+
class GoogleCloudAiplatformV1beta1CachedContent
|
7053
|
+
# @private
|
7054
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
7055
|
+
collection :contents, as: 'contents', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1Content, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1Content::Representation
|
7056
|
+
|
7057
|
+
property :create_time, as: 'createTime'
|
7058
|
+
property :expire_time, as: 'expireTime'
|
7059
|
+
property :model, as: 'model'
|
7060
|
+
property :name, as: 'name'
|
7061
|
+
property :system_instruction, as: 'systemInstruction', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1Content, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1Content::Representation
|
7062
|
+
|
7063
|
+
property :tool_config, as: 'toolConfig', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ToolConfig, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ToolConfig::Representation
|
7064
|
+
|
7065
|
+
collection :tools, as: 'tools', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1Tool, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1Tool::Representation
|
7066
|
+
|
7067
|
+
property :ttl, as: 'ttl'
|
7068
|
+
property :update_time, as: 'updateTime'
|
7069
|
+
end
|
7070
|
+
end
|
7071
|
+
|
6892
7072
|
class GoogleCloudAiplatformV1beta1CancelBatchPredictionJobRequest
|
6893
7073
|
# @private
|
6894
7074
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -7306,6 +7486,15 @@ module Google
|
|
7306
7486
|
end
|
7307
7487
|
end
|
7308
7488
|
|
7489
|
+
class GoogleCloudAiplatformV1beta1CreateNotebookExecutionJobOperationMetadata
|
7490
|
+
# @private
|
7491
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
7492
|
+
property :generic_metadata, as: 'genericMetadata', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1GenericOperationMetadata, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1GenericOperationMetadata::Representation
|
7493
|
+
|
7494
|
+
property :progress_message, as: 'progressMessage'
|
7495
|
+
end
|
7496
|
+
end
|
7497
|
+
|
7309
7498
|
class GoogleCloudAiplatformV1beta1CreateNotebookExecutionJobRequest
|
7310
7499
|
# @private
|
7311
7500
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -7528,6 +7717,48 @@ module Google
|
|
7528
7717
|
end
|
7529
7718
|
end
|
7530
7719
|
|
7720
|
+
class GoogleCloudAiplatformV1beta1DatasetDistribution
|
7721
|
+
# @private
|
7722
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
7723
|
+
collection :buckets, as: 'buckets', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1DatasetDistributionDistributionBucket, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1DatasetDistributionDistributionBucket::Representation
|
7724
|
+
|
7725
|
+
property :max, as: 'max'
|
7726
|
+
property :mean, as: 'mean'
|
7727
|
+
property :median, as: 'median'
|
7728
|
+
property :min, as: 'min'
|
7729
|
+
property :p5, as: 'p5'
|
7730
|
+
property :p95, as: 'p95'
|
7731
|
+
property :sum, as: 'sum'
|
7732
|
+
end
|
7733
|
+
end
|
7734
|
+
|
7735
|
+
class GoogleCloudAiplatformV1beta1DatasetDistributionDistributionBucket
|
7736
|
+
# @private
|
7737
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
7738
|
+
property :count, :numeric_string => true, as: 'count'
|
7739
|
+
property :left, as: 'left'
|
7740
|
+
property :right, as: 'right'
|
7741
|
+
end
|
7742
|
+
end
|
7743
|
+
|
7744
|
+
class GoogleCloudAiplatformV1beta1DatasetStats
|
7745
|
+
# @private
|
7746
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
7747
|
+
property :total_billable_character_count, :numeric_string => true, as: 'totalBillableCharacterCount'
|
7748
|
+
property :total_tuning_character_count, :numeric_string => true, as: 'totalTuningCharacterCount'
|
7749
|
+
property :tuning_dataset_example_count, :numeric_string => true, as: 'tuningDatasetExampleCount'
|
7750
|
+
property :tuning_step_count, :numeric_string => true, as: 'tuningStepCount'
|
7751
|
+
collection :user_dataset_examples, as: 'userDatasetExamples', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1Content, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1Content::Representation
|
7752
|
+
|
7753
|
+
property :user_input_token_distribution, as: 'userInputTokenDistribution', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1DatasetDistribution, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1DatasetDistribution::Representation
|
7754
|
+
|
7755
|
+
property :user_message_per_example_distribution, as: 'userMessagePerExampleDistribution', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1DatasetDistribution, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1DatasetDistribution::Representation
|
7756
|
+
|
7757
|
+
property :user_output_token_distribution, as: 'userOutputTokenDistribution', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1DatasetDistribution, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1DatasetDistribution::Representation
|
7758
|
+
|
7759
|
+
end
|
7760
|
+
end
|
7761
|
+
|
7531
7762
|
class GoogleCloudAiplatformV1beta1DatasetVersion
|
7532
7763
|
# @private
|
7533
7764
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -7777,7 +8008,11 @@ module Google
|
|
7777
8008
|
property :create_time, as: 'createTime'
|
7778
8009
|
property :dedicated_resources, as: 'dedicatedResources', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1DedicatedResources, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1DedicatedResources::Representation
|
7779
8010
|
|
8011
|
+
property :disable_container_logging, as: 'disableContainerLogging'
|
8012
|
+
property :encryption_spec, as: 'encryptionSpec', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1EncryptionSpec, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1EncryptionSpec::Representation
|
8013
|
+
|
7780
8014
|
property :name, as: 'name'
|
8015
|
+
property :service_account, as: 'serviceAccount'
|
7781
8016
|
end
|
7782
8017
|
end
|
7783
8018
|
|
@@ -7838,6 +8073,37 @@ module Google
|
|
7838
8073
|
end
|
7839
8074
|
end
|
7840
8075
|
|
8076
|
+
class GoogleCloudAiplatformV1beta1DistillationDataStats
|
8077
|
+
# @private
|
8078
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
8079
|
+
property :training_dataset_stats, as: 'trainingDatasetStats', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1DatasetStats, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1DatasetStats::Representation
|
8080
|
+
|
8081
|
+
end
|
8082
|
+
end
|
8083
|
+
|
8084
|
+
class GoogleCloudAiplatformV1beta1DistillationHyperParameters
|
8085
|
+
# @private
|
8086
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
8087
|
+
property :adapter_size, as: 'adapterSize'
|
8088
|
+
property :epoch_count, :numeric_string => true, as: 'epochCount'
|
8089
|
+
property :learning_rate_multiplier, as: 'learningRateMultiplier'
|
8090
|
+
end
|
8091
|
+
end
|
8092
|
+
|
8093
|
+
class GoogleCloudAiplatformV1beta1DistillationSpec
|
8094
|
+
# @private
|
8095
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
8096
|
+
property :base_teacher_model, as: 'baseTeacherModel'
|
8097
|
+
property :hyper_parameters, as: 'hyperParameters', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1DistillationHyperParameters, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1DistillationHyperParameters::Representation
|
8098
|
+
|
8099
|
+
property :pipeline_root_directory, as: 'pipelineRootDirectory'
|
8100
|
+
property :student_model, as: 'studentModel'
|
8101
|
+
property :training_dataset_uri, as: 'trainingDatasetUri'
|
8102
|
+
property :tuned_teacher_model_source, as: 'tunedTeacherModelSource'
|
8103
|
+
property :validation_dataset_uri, as: 'validationDatasetUri'
|
8104
|
+
end
|
8105
|
+
end
|
8106
|
+
|
7841
8107
|
class GoogleCloudAiplatformV1beta1DoubleArray
|
7842
8108
|
# @private
|
7843
8109
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -8625,6 +8891,8 @@ module Google
|
|
8625
8891
|
|
8626
8892
|
property :embedding_management, as: 'embeddingManagement', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1FeatureOnlineStoreEmbeddingManagement, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1FeatureOnlineStoreEmbeddingManagement::Representation
|
8627
8893
|
|
8894
|
+
property :encryption_spec, as: 'encryptionSpec', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1EncryptionSpec, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1EncryptionSpec::Representation
|
8895
|
+
|
8628
8896
|
property :etag, as: 'etag'
|
8629
8897
|
hash :labels, as: 'labels'
|
8630
8898
|
property :name, as: 'name'
|
@@ -8714,6 +8982,8 @@ module Google
|
|
8714
8982
|
property :string_array_value, as: 'stringArrayValue', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1StringArray, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1StringArray::Representation
|
8715
8983
|
|
8716
8984
|
property :string_value, as: 'stringValue'
|
8985
|
+
property :struct_value, as: 'structValue', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1StructValue, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1StructValue::Representation
|
8986
|
+
|
8717
8987
|
end
|
8718
8988
|
end
|
8719
8989
|
|
@@ -9227,6 +9497,7 @@ module Google
|
|
9227
9497
|
class GoogleCloudAiplatformV1beta1GenerateContentRequest
|
9228
9498
|
# @private
|
9229
9499
|
class Representation < Google::Apis::Core::JsonRepresentation
|
9500
|
+
property :cached_content, as: 'cachedContent'
|
9230
9501
|
collection :contents, as: 'contents', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1Content, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1Content::Representation
|
9231
9502
|
|
9232
9503
|
property :generation_config, as: 'generationConfig', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1GenerationConfig, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1GenerationConfig::Representation
|
@@ -9281,7 +9552,8 @@ module Google
|
|
9281
9552
|
property :max_output_tokens, as: 'maxOutputTokens'
|
9282
9553
|
property :presence_penalty, as: 'presencePenalty'
|
9283
9554
|
property :response_mime_type, as: 'responseMimeType'
|
9284
|
-
property :
|
9555
|
+
property :response_schema, as: 'responseSchema', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1Schema, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1Schema::Representation
|
9556
|
+
|
9285
9557
|
collection :stop_sequences, as: 'stopSequences'
|
9286
9558
|
property :temperature, as: 'temperature'
|
9287
9559
|
property :top_k, as: 'topK'
|
@@ -9322,6 +9594,12 @@ module Google
|
|
9322
9594
|
end
|
9323
9595
|
end
|
9324
9596
|
|
9597
|
+
class GoogleCloudAiplatformV1beta1GoogleSearchRetrieval
|
9598
|
+
# @private
|
9599
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
9600
|
+
end
|
9601
|
+
end
|
9602
|
+
|
9325
9603
|
class GoogleCloudAiplatformV1beta1GroundednessInput
|
9326
9604
|
# @private
|
9327
9605
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -9366,6 +9644,13 @@ module Google
|
|
9366
9644
|
end
|
9367
9645
|
end
|
9368
9646
|
|
9647
|
+
class GoogleCloudAiplatformV1beta1HumanFeedbackConfig
|
9648
|
+
# @private
|
9649
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
9650
|
+
property :preference_dataset_uri, as: 'preferenceDatasetUri'
|
9651
|
+
end
|
9652
|
+
end
|
9653
|
+
|
9369
9654
|
class GoogleCloudAiplatformV1beta1HyperparameterTuningJob
|
9370
9655
|
# @private
|
9371
9656
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -9508,6 +9793,7 @@ module Google
|
|
9508
9793
|
|
9509
9794
|
property :google_drive_source, as: 'googleDriveSource', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1GoogleDriveSource, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1GoogleDriveSource::Representation
|
9510
9795
|
|
9796
|
+
property :max_embedding_requests_per_min, as: 'maxEmbeddingRequestsPerMin'
|
9511
9797
|
property :rag_file_chunking_config, as: 'ragFileChunkingConfig', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1RagFileChunkingConfig, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1RagFileChunkingConfig::Representation
|
9512
9798
|
|
9513
9799
|
end
|
@@ -9733,6 +10019,15 @@ module Google
|
|
9733
10019
|
end
|
9734
10020
|
end
|
9735
10021
|
|
10022
|
+
class GoogleCloudAiplatformV1beta1ListCachedContentsResponse
|
10023
|
+
# @private
|
10024
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
10025
|
+
collection :cached_contents, as: 'cachedContents', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1CachedContent, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1CachedContent::Representation
|
10026
|
+
|
10027
|
+
property :next_page_token, as: 'nextPageToken'
|
10028
|
+
end
|
10029
|
+
end
|
10030
|
+
|
9736
10031
|
class GoogleCloudAiplatformV1beta1ListContextsResponse
|
9737
10032
|
# @private
|
9738
10033
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -10271,6 +10566,8 @@ module Google
|
|
10271
10566
|
# @private
|
10272
10567
|
class Representation < Google::Apis::Core::JsonRepresentation
|
10273
10568
|
property :create_time, as: 'createTime'
|
10569
|
+
property :dataplex_config, as: 'dataplexConfig', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1MetadataStoreDataplexConfig, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1MetadataStoreDataplexConfig::Representation
|
10570
|
+
|
10274
10571
|
property :description, as: 'description'
|
10275
10572
|
property :encryption_spec, as: 'encryptionSpec', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1EncryptionSpec, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1EncryptionSpec::Representation
|
10276
10573
|
|
@@ -10281,6 +10578,13 @@ module Google
|
|
10281
10578
|
end
|
10282
10579
|
end
|
10283
10580
|
|
10581
|
+
class GoogleCloudAiplatformV1beta1MetadataStoreDataplexConfig
|
10582
|
+
# @private
|
10583
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
10584
|
+
property :enabled_pipelines_lineage, as: 'enabledPipelinesLineage'
|
10585
|
+
end
|
10586
|
+
end
|
10587
|
+
|
10284
10588
|
class GoogleCloudAiplatformV1beta1MetadataStoreMetadataStoreState
|
10285
10589
|
# @private
|
10286
10590
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -11468,8 +11772,6 @@ module Google
|
|
11468
11772
|
# @private
|
11469
11773
|
class Representation < Google::Apis::Core::JsonRepresentation
|
11470
11774
|
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
11775
|
property :dataform_repository_source, as: 'dataformRepositorySource', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1NotebookExecutionJobDataformRepositorySource, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1NotebookExecutionJobDataformRepositorySource::Representation
|
11474
11776
|
|
11475
11777
|
property :direct_notebook_source, as: 'directNotebookSource', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1NotebookExecutionJobDirectNotebookSource, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1NotebookExecutionJobDirectNotebookSource::Representation
|
@@ -11492,18 +11794,6 @@ module Google
|
|
11492
11794
|
end
|
11493
11795
|
end
|
11494
11796
|
|
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
11797
|
class GoogleCloudAiplatformV1beta1NotebookExecutionJobDataformRepositorySource
|
11508
11798
|
# @private
|
11509
11799
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -11535,23 +11825,18 @@ module Google
|
|
11535
11825
|
end
|
11536
11826
|
end
|
11537
11827
|
|
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
11828
|
class GoogleCloudAiplatformV1beta1NotebookRuntime
|
11548
11829
|
# @private
|
11549
11830
|
class Representation < Google::Apis::Core::JsonRepresentation
|
11550
11831
|
property :create_time, as: 'createTime'
|
11551
11832
|
property :description, as: 'description'
|
11552
11833
|
property :display_name, as: 'displayName'
|
11834
|
+
property :encryption_spec, as: 'encryptionSpec', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1EncryptionSpec, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1EncryptionSpec::Representation
|
11835
|
+
|
11553
11836
|
property :expiration_time, as: 'expirationTime'
|
11554
11837
|
property :health_state, as: 'healthState'
|
11838
|
+
property :idle_shutdown_config, as: 'idleShutdownConfig', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1NotebookIdleShutdownConfig, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1NotebookIdleShutdownConfig::Representation
|
11839
|
+
|
11555
11840
|
property :is_upgradable, as: 'isUpgradable'
|
11556
11841
|
hash :labels, as: 'labels'
|
11557
11842
|
property :name, as: 'name'
|
@@ -11560,8 +11845,6 @@ module Google
|
|
11560
11845
|
|
11561
11846
|
property :notebook_runtime_type, as: 'notebookRuntimeType'
|
11562
11847
|
property :proxy_uri, as: 'proxyUri'
|
11563
|
-
property :reservation_affinity, as: 'reservationAffinity', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1NotebookReservationAffinity, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1NotebookReservationAffinity::Representation
|
11564
|
-
|
11565
11848
|
property :runtime_state, as: 'runtimeState'
|
11566
11849
|
property :runtime_user, as: 'runtimeUser'
|
11567
11850
|
property :satisfies_pzi, as: 'satisfiesPzi'
|
@@ -11580,6 +11863,8 @@ module Google
|
|
11580
11863
|
|
11581
11864
|
property :description, as: 'description'
|
11582
11865
|
property :display_name, as: 'displayName'
|
11866
|
+
property :encryption_spec, as: 'encryptionSpec', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1EncryptionSpec, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1EncryptionSpec::Representation
|
11867
|
+
|
11583
11868
|
property :etag, as: 'etag'
|
11584
11869
|
property :euc_config, as: 'eucConfig', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1NotebookEucConfig, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1NotebookEucConfig::Representation
|
11585
11870
|
|
@@ -11594,8 +11879,6 @@ module Google
|
|
11594
11879
|
|
11595
11880
|
collection :network_tags, as: 'networkTags'
|
11596
11881
|
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
11882
|
property :service_account, as: 'serviceAccount'
|
11600
11883
|
property :shielded_vm_config, as: 'shieldedVmConfig', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ShieldedVmConfig, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ShieldedVmConfig::Representation
|
11601
11884
|
|
@@ -12022,8 +12305,6 @@ module Google
|
|
12022
12305
|
|
12023
12306
|
property :deploy_gke, as: 'deployGke', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1PublisherModelCallToActionDeployGke, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1PublisherModelCallToActionDeployGke::Representation
|
12024
12307
|
|
12025
|
-
property :fine_tune, as: 'fineTune', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1PublisherModelCallToActionRegionalResourceReferences, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1PublisherModelCallToActionRegionalResourceReferences::Representation
|
12026
|
-
|
12027
12308
|
property :open_evaluation_pipeline, as: 'openEvaluationPipeline', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1PublisherModelCallToActionRegionalResourceReferences, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1PublisherModelCallToActionRegionalResourceReferences::Representation
|
12028
12309
|
|
12029
12310
|
property :open_fine_tuning_pipeline, as: 'openFineTuningPipeline', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1PublisherModelCallToActionRegionalResourceReferences, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1PublisherModelCallToActionRegionalResourceReferences::Representation
|
@@ -12438,10 +12719,29 @@ module Google
|
|
12438
12719
|
property :description, as: 'description'
|
12439
12720
|
property :display_name, as: 'displayName'
|
12440
12721
|
property :name, as: 'name'
|
12722
|
+
property :rag_embedding_model_config, as: 'ragEmbeddingModelConfig', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1RagEmbeddingModelConfig, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1RagEmbeddingModelConfig::Representation
|
12723
|
+
|
12441
12724
|
property :update_time, as: 'updateTime'
|
12442
12725
|
end
|
12443
12726
|
end
|
12444
12727
|
|
12728
|
+
class GoogleCloudAiplatformV1beta1RagEmbeddingModelConfig
|
12729
|
+
# @private
|
12730
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
12731
|
+
property :vertex_prediction_endpoint, as: 'vertexPredictionEndpoint', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1RagEmbeddingModelConfigVertexPredictionEndpoint, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1RagEmbeddingModelConfigVertexPredictionEndpoint::Representation
|
12732
|
+
|
12733
|
+
end
|
12734
|
+
end
|
12735
|
+
|
12736
|
+
class GoogleCloudAiplatformV1beta1RagEmbeddingModelConfigVertexPredictionEndpoint
|
12737
|
+
# @private
|
12738
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
12739
|
+
property :endpoint, as: 'endpoint'
|
12740
|
+
property :model, as: 'model'
|
12741
|
+
property :model_version_id, as: 'modelVersionId'
|
12742
|
+
end
|
12743
|
+
end
|
12744
|
+
|
12445
12745
|
class GoogleCloudAiplatformV1beta1RagFile
|
12446
12746
|
# @private
|
12447
12747
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -12668,6 +12968,39 @@ module Google
|
|
12668
12968
|
end
|
12669
12969
|
end
|
12670
12970
|
|
12971
|
+
class GoogleCloudAiplatformV1beta1ReinforcementLearningDataStats
|
12972
|
+
# @private
|
12973
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
12974
|
+
property :preference_dataset_stats, as: 'preferenceDatasetStats', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1DatasetStats, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1DatasetStats::Representation
|
12975
|
+
|
12976
|
+
property :prompt_dataset_stats, as: 'promptDatasetStats', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1DatasetStats, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1DatasetStats::Representation
|
12977
|
+
|
12978
|
+
end
|
12979
|
+
end
|
12980
|
+
|
12981
|
+
class GoogleCloudAiplatformV1beta1ReinforcementLearningHyperParameters
|
12982
|
+
# @private
|
12983
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
12984
|
+
property :epoch_count, :numeric_string => true, as: 'epochCount'
|
12985
|
+
property :human_feedback_config, as: 'humanFeedbackConfig', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1HumanFeedbackConfig, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1HumanFeedbackConfig::Representation
|
12986
|
+
|
12987
|
+
property :kl_coefficient, as: 'klCoefficient'
|
12988
|
+
property :learning_rate_multiplier, as: 'learningRateMultiplier'
|
12989
|
+
property :reward_model_training_config, as: 'rewardModelTrainingConfig', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1RewardModelTrainingConfig, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1RewardModelTrainingConfig::Representation
|
12990
|
+
|
12991
|
+
end
|
12992
|
+
end
|
12993
|
+
|
12994
|
+
class GoogleCloudAiplatformV1beta1ReinforcementLearningSpec
|
12995
|
+
# @private
|
12996
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
12997
|
+
property :hyper_parameters, as: 'hyperParameters', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ReinforcementLearningHyperParameters, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ReinforcementLearningHyperParameters::Representation
|
12998
|
+
|
12999
|
+
property :prompt_dataset_uri, as: 'promptDatasetUri'
|
13000
|
+
property :validation_dataset_uri, as: 'validationDatasetUri'
|
13001
|
+
end
|
13002
|
+
end
|
13003
|
+
|
12671
13004
|
class GoogleCloudAiplatformV1beta1RemoveContextChildrenRequest
|
12672
13005
|
# @private
|
12673
13006
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -12846,6 +13179,14 @@ module Google
|
|
12846
13179
|
end
|
12847
13180
|
end
|
12848
13181
|
|
13182
|
+
class GoogleCloudAiplatformV1beta1RewardModelTrainingConfig
|
13183
|
+
# @private
|
13184
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
13185
|
+
property :epoch_count, :numeric_string => true, as: 'epochCount'
|
13186
|
+
property :learning_rate_multiplier, as: 'learningRateMultiplier'
|
13187
|
+
end
|
13188
|
+
end
|
13189
|
+
|
12849
13190
|
class GoogleCloudAiplatformV1beta1RougeInput
|
12850
13191
|
# @private
|
12851
13192
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -12910,7 +13251,7 @@ module Google
|
|
12910
13251
|
class GoogleCloudAiplatformV1beta1RuntimeConfigVertexAiSearchRuntimeConfig
|
12911
13252
|
# @private
|
12912
13253
|
class Representation < Google::Apis::Core::JsonRepresentation
|
12913
|
-
property :
|
13254
|
+
property :engine_id, as: 'engineId'
|
12914
13255
|
property :serving_config_name, as: 'servingConfigName'
|
12915
13256
|
end
|
12916
13257
|
end
|
@@ -14900,6 +15241,14 @@ module Google
|
|
14900
15241
|
end
|
14901
15242
|
end
|
14902
15243
|
|
15244
|
+
class GoogleCloudAiplatformV1beta1StreamRawPredictRequest
|
15245
|
+
# @private
|
15246
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
15247
|
+
property :http_body, as: 'httpBody', class: Google::Apis::AiplatformV1beta1::GoogleApiHttpBody, decorator: Google::Apis::AiplatformV1beta1::GoogleApiHttpBody::Representation
|
15248
|
+
|
15249
|
+
end
|
15250
|
+
end
|
15251
|
+
|
14903
15252
|
class GoogleCloudAiplatformV1beta1StreamingFetchFeatureValuesRequest
|
14904
15253
|
# @private
|
14905
15254
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -14957,6 +15306,23 @@ module Google
|
|
14957
15306
|
end
|
14958
15307
|
end
|
14959
15308
|
|
15309
|
+
class GoogleCloudAiplatformV1beta1StructFieldValue
|
15310
|
+
# @private
|
15311
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
15312
|
+
property :name, as: 'name'
|
15313
|
+
property :value, as: 'value', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1FeatureValue, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1FeatureValue::Representation
|
15314
|
+
|
15315
|
+
end
|
15316
|
+
end
|
15317
|
+
|
15318
|
+
class GoogleCloudAiplatformV1beta1StructValue
|
15319
|
+
# @private
|
15320
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
15321
|
+
collection :values, as: 'values', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1StructFieldValue, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1StructFieldValue::Representation
|
15322
|
+
|
15323
|
+
end
|
15324
|
+
end
|
15325
|
+
|
14960
15326
|
class GoogleCloudAiplatformV1beta1Study
|
14961
15327
|
# @private
|
14962
15328
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -15562,6 +15928,8 @@ module Google
|
|
15562
15928
|
class Representation < Google::Apis::Core::JsonRepresentation
|
15563
15929
|
collection :function_declarations, as: 'functionDeclarations', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1FunctionDeclaration, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1FunctionDeclaration::Representation
|
15564
15930
|
|
15931
|
+
property :google_search_retrieval, as: 'googleSearchRetrieval', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1GoogleSearchRetrieval, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1GoogleSearchRetrieval::Representation
|
15932
|
+
|
15565
15933
|
property :retrieval, as: 'retrieval', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1Retrieval, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1Retrieval::Representation
|
15566
15934
|
|
15567
15935
|
end
|
@@ -15837,6 +16205,10 @@ module Google
|
|
15837
16205
|
class GoogleCloudAiplatformV1beta1TuningDataStats
|
15838
16206
|
# @private
|
15839
16207
|
class Representation < Google::Apis::Core::JsonRepresentation
|
16208
|
+
property :distillation_data_stats, as: 'distillationDataStats', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1DistillationDataStats, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1DistillationDataStats::Representation
|
16209
|
+
|
16210
|
+
property :reinforcement_learning_data_stats, as: 'reinforcementLearningDataStats', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ReinforcementLearningDataStats, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ReinforcementLearningDataStats::Representation
|
16211
|
+
|
15840
16212
|
property :supervised_tuning_data_stats, as: 'supervisedTuningDataStats', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1SupervisedTuningDataStats, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1SupervisedTuningDataStats::Representation
|
15841
16213
|
|
15842
16214
|
end
|
@@ -15848,6 +16220,8 @@ module Google
|
|
15848
16220
|
property :base_model, as: 'baseModel'
|
15849
16221
|
property :create_time, as: 'createTime'
|
15850
16222
|
property :description, as: 'description'
|
16223
|
+
property :distillation_spec, as: 'distillationSpec', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1DistillationSpec, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1DistillationSpec::Representation
|
16224
|
+
|
15851
16225
|
property :encryption_spec, as: 'encryptionSpec', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1EncryptionSpec, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1EncryptionSpec::Representation
|
15852
16226
|
|
15853
16227
|
property :end_time, as: 'endTime'
|
@@ -15856,6 +16230,9 @@ module Google
|
|
15856
16230
|
property :experiment, as: 'experiment'
|
15857
16231
|
hash :labels, as: 'labels'
|
15858
16232
|
property :name, as: 'name'
|
16233
|
+
property :pipeline_job, as: 'pipelineJob'
|
16234
|
+
property :reinforcement_learning_spec, as: 'reinforcementLearningSpec', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ReinforcementLearningSpec, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ReinforcementLearningSpec::Representation
|
16235
|
+
|
15859
16236
|
property :start_time, as: 'startTime'
|
15860
16237
|
property :state, as: 'state'
|
15861
16238
|
property :supervised_tuning_spec, as: 'supervisedTuningSpec', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1SupervisedTuningSpec, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1SupervisedTuningSpec::Representation
|