google-apis-aiplatform_v1 0.19.0 → 0.21.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_v1/classes.rb +777 -247
- data/lib/google/apis/aiplatform_v1/gem_version.rb +2 -2
- data/lib/google/apis/aiplatform_v1/representations.rb +316 -100
- data/lib/google/apis/aiplatform_v1/service.rb +148 -0
- metadata +3 -3
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module AiplatformV1
|
18
18
|
# Version of the google-apis-aiplatform_v1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.21.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.14.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20240417"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -592,6 +592,12 @@ module Google
|
|
592
592
|
include Google::Apis::Core::JsonObjectSupport
|
593
593
|
end
|
594
594
|
|
595
|
+
class GoogleCloudAiplatformV1CancelTuningJobRequest
|
596
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
597
|
+
|
598
|
+
include Google::Apis::Core::JsonObjectSupport
|
599
|
+
end
|
600
|
+
|
595
601
|
class GoogleCloudAiplatformV1Candidate
|
596
602
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
597
603
|
|
@@ -1714,24 +1720,6 @@ module Google
|
|
1714
1720
|
include Google::Apis::Core::JsonObjectSupport
|
1715
1721
|
end
|
1716
1722
|
|
1717
|
-
class GoogleCloudAiplatformV1GoogleSearchRetrieval
|
1718
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1719
|
-
|
1720
|
-
include Google::Apis::Core::JsonObjectSupport
|
1721
|
-
end
|
1722
|
-
|
1723
|
-
class GoogleCloudAiplatformV1GroundingAttribution
|
1724
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1725
|
-
|
1726
|
-
include Google::Apis::Core::JsonObjectSupport
|
1727
|
-
end
|
1728
|
-
|
1729
|
-
class GoogleCloudAiplatformV1GroundingAttributionWeb
|
1730
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1731
|
-
|
1732
|
-
include Google::Apis::Core::JsonObjectSupport
|
1733
|
-
end
|
1734
|
-
|
1735
1723
|
class GoogleCloudAiplatformV1GroundingMetadata
|
1736
1724
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1737
1725
|
|
@@ -2164,6 +2152,12 @@ module Google
|
|
2164
2152
|
include Google::Apis::Core::JsonObjectSupport
|
2165
2153
|
end
|
2166
2154
|
|
2155
|
+
class GoogleCloudAiplatformV1ListTuningJobsResponse
|
2156
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2157
|
+
|
2158
|
+
include Google::Apis::Core::JsonObjectSupport
|
2159
|
+
end
|
2160
|
+
|
2167
2161
|
class GoogleCloudAiplatformV1LookupStudyRequest
|
2168
2162
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2169
2163
|
|
@@ -2878,12 +2872,6 @@ module Google
|
|
2878
2872
|
include Google::Apis::Core::JsonObjectSupport
|
2879
2873
|
end
|
2880
2874
|
|
2881
|
-
class GoogleCloudAiplatformV1PublisherModelCallToActionDeployVertex
|
2882
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2883
|
-
|
2884
|
-
include Google::Apis::Core::JsonObjectSupport
|
2885
|
-
end
|
2886
|
-
|
2887
2875
|
class GoogleCloudAiplatformV1PublisherModelCallToActionOpenFineTuningPipelines
|
2888
2876
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2889
2877
|
|
@@ -2992,12 +2980,6 @@ module Google
|
|
2992
2980
|
include Google::Apis::Core::JsonObjectSupport
|
2993
2981
|
end
|
2994
2982
|
|
2995
|
-
class GoogleCloudAiplatformV1RayMetricSpec
|
2996
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2997
|
-
|
2998
|
-
include Google::Apis::Core::JsonObjectSupport
|
2999
|
-
end
|
3000
|
-
|
3001
2983
|
class GoogleCloudAiplatformV1RaySpec
|
3002
2984
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3003
2985
|
|
@@ -3376,6 +3358,12 @@ module Google
|
|
3376
3358
|
include Google::Apis::Core::JsonObjectSupport
|
3377
3359
|
end
|
3378
3360
|
|
3361
|
+
class GoogleCloudAiplatformV1SchemaModelevaluationMetricsPairwiseTextGenerationEvaluationMetrics
|
3362
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3363
|
+
|
3364
|
+
include Google::Apis::Core::JsonObjectSupport
|
3365
|
+
end
|
3366
|
+
|
3379
3367
|
class GoogleCloudAiplatformV1SchemaModelevaluationMetricsQuestionAnsweringEvaluationMetrics
|
3380
3368
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3381
3369
|
|
@@ -4276,12 +4264,6 @@ module Google
|
|
4276
4264
|
include Google::Apis::Core::JsonObjectSupport
|
4277
4265
|
end
|
4278
4266
|
|
4279
|
-
class GoogleCloudAiplatformV1Segment
|
4280
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4281
|
-
|
4282
|
-
include Google::Apis::Core::JsonObjectSupport
|
4283
|
-
end
|
4284
|
-
|
4285
4267
|
class GoogleCloudAiplatformV1ServiceAccountSpec
|
4286
4268
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4287
4269
|
|
@@ -4486,6 +4468,36 @@ module Google
|
|
4486
4468
|
include Google::Apis::Core::JsonObjectSupport
|
4487
4469
|
end
|
4488
4470
|
|
4471
|
+
class GoogleCloudAiplatformV1SupervisedHyperParameters
|
4472
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4473
|
+
|
4474
|
+
include Google::Apis::Core::JsonObjectSupport
|
4475
|
+
end
|
4476
|
+
|
4477
|
+
class GoogleCloudAiplatformV1SupervisedTuningDataStats
|
4478
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4479
|
+
|
4480
|
+
include Google::Apis::Core::JsonObjectSupport
|
4481
|
+
end
|
4482
|
+
|
4483
|
+
class GoogleCloudAiplatformV1SupervisedTuningDatasetDistribution
|
4484
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4485
|
+
|
4486
|
+
include Google::Apis::Core::JsonObjectSupport
|
4487
|
+
end
|
4488
|
+
|
4489
|
+
class GoogleCloudAiplatformV1SupervisedTuningDatasetDistributionDatasetBucket
|
4490
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4491
|
+
|
4492
|
+
include Google::Apis::Core::JsonObjectSupport
|
4493
|
+
end
|
4494
|
+
|
4495
|
+
class GoogleCloudAiplatformV1SupervisedTuningSpec
|
4496
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4497
|
+
|
4498
|
+
include Google::Apis::Core::JsonObjectSupport
|
4499
|
+
end
|
4500
|
+
|
4489
4501
|
class GoogleCloudAiplatformV1SyncFeatureViewRequest
|
4490
4502
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4491
4503
|
|
@@ -4624,6 +4636,24 @@ module Google
|
|
4624
4636
|
include Google::Apis::Core::JsonObjectSupport
|
4625
4637
|
end
|
4626
4638
|
|
4639
|
+
class GoogleCloudAiplatformV1TunedModel
|
4640
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4641
|
+
|
4642
|
+
include Google::Apis::Core::JsonObjectSupport
|
4643
|
+
end
|
4644
|
+
|
4645
|
+
class GoogleCloudAiplatformV1TuningDataStats
|
4646
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4647
|
+
|
4648
|
+
include Google::Apis::Core::JsonObjectSupport
|
4649
|
+
end
|
4650
|
+
|
4651
|
+
class GoogleCloudAiplatformV1TuningJob
|
4652
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4653
|
+
|
4654
|
+
include Google::Apis::Core::JsonObjectSupport
|
4655
|
+
end
|
4656
|
+
|
4627
4657
|
class GoogleCloudAiplatformV1UndeployIndexOperationMetadata
|
4628
4658
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4629
4659
|
|
@@ -5062,6 +5092,12 @@ module Google
|
|
5062
5092
|
include Google::Apis::Core::JsonObjectSupport
|
5063
5093
|
end
|
5064
5094
|
|
5095
|
+
class LearningGenaiRootCodeyGenerationMetadata
|
5096
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
5097
|
+
|
5098
|
+
include Google::Apis::Core::JsonObjectSupport
|
5099
|
+
end
|
5100
|
+
|
5065
5101
|
class LearningGenaiRootCodeyOutput
|
5066
5102
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
5067
5103
|
|
@@ -5074,6 +5110,30 @@ module Google
|
|
5074
5110
|
include Google::Apis::Core::JsonObjectSupport
|
5075
5111
|
end
|
5076
5112
|
|
5113
|
+
class LearningGenaiRootControlDecodingConfigThreshold
|
5114
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
5115
|
+
|
5116
|
+
include Google::Apis::Core::JsonObjectSupport
|
5117
|
+
end
|
5118
|
+
|
5119
|
+
class LearningGenaiRootControlDecodingRecord
|
5120
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
5121
|
+
|
5122
|
+
include Google::Apis::Core::JsonObjectSupport
|
5123
|
+
end
|
5124
|
+
|
5125
|
+
class LearningGenaiRootControlDecodingRecordPolicyScore
|
5126
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
5127
|
+
|
5128
|
+
include Google::Apis::Core::JsonObjectSupport
|
5129
|
+
end
|
5130
|
+
|
5131
|
+
class LearningGenaiRootControlDecodingRecords
|
5132
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
5133
|
+
|
5134
|
+
include Google::Apis::Core::JsonObjectSupport
|
5135
|
+
end
|
5136
|
+
|
5077
5137
|
class LearningGenaiRootDataProviderOutput
|
5078
5138
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
5079
5139
|
|
@@ -5152,6 +5212,12 @@ module Google
|
|
5152
5212
|
include Google::Apis::Core::JsonObjectSupport
|
5153
5213
|
end
|
5154
5214
|
|
5215
|
+
class LearningGenaiRootPerRequestProcessorDebugMetadataFactualityDebugMetadata
|
5216
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
5217
|
+
|
5218
|
+
include Google::Apis::Core::JsonObjectSupport
|
5219
|
+
end
|
5220
|
+
|
5155
5221
|
class LearningGenaiRootRaiOutput
|
5156
5222
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
5157
5223
|
|
@@ -5290,6 +5356,12 @@ module Google
|
|
5290
5356
|
include Google::Apis::Core::JsonObjectSupport
|
5291
5357
|
end
|
5292
5358
|
|
5359
|
+
class LearningGenaiRootTranslationRequestInfo
|
5360
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
5361
|
+
|
5362
|
+
include Google::Apis::Core::JsonObjectSupport
|
5363
|
+
end
|
5364
|
+
|
5293
5365
|
class LearningServingLlmMessageMetadata
|
5294
5366
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
5295
5367
|
|
@@ -5360,6 +5432,7 @@ module Google
|
|
5360
5432
|
class Representation < Google::Apis::Core::JsonRepresentation
|
5361
5433
|
collection :generated_samples, as: 'generatedSamples', class: Google::Apis::AiplatformV1::CloudAiLargeModelsVisionMedia, decorator: Google::Apis::AiplatformV1::CloudAiLargeModelsVisionMedia::Representation
|
5362
5434
|
|
5435
|
+
property :rai_error_message, as: 'raiErrorMessage'
|
5363
5436
|
property :rai_media_filtered_count, as: 'raiMediaFilteredCount'
|
5364
5437
|
collection :rai_media_filtered_reasons, as: 'raiMediaFilteredReasons'
|
5365
5438
|
property :rai_text_filtered_reason, as: 'raiTextFilteredReason', class: Google::Apis::AiplatformV1::CloudAiLargeModelsVisionFilteredText, decorator: Google::Apis::AiplatformV1::CloudAiLargeModelsVisionFilteredText::Representation
|
@@ -5565,6 +5638,8 @@ module Google
|
|
5565
5638
|
class CloudAiNlLlmProtoServiceMessageMetadata
|
5566
5639
|
# @private
|
5567
5640
|
class Representation < Google::Apis::Core::JsonRepresentation
|
5641
|
+
property :factuality_debug_metadata, as: 'factualityDebugMetadata', class: Google::Apis::AiplatformV1::LearningGenaiRootPerRequestProcessorDebugMetadataFactualityDebugMetadata, decorator: Google::Apis::AiplatformV1::LearningGenaiRootPerRequestProcessorDebugMetadataFactualityDebugMetadata::Representation
|
5642
|
+
|
5568
5643
|
property :input_filter_info, as: 'inputFilterInfo', class: Google::Apis::AiplatformV1::LearningServingLlmMessageMetadata, decorator: Google::Apis::AiplatformV1::LearningServingLlmMessageMetadata::Representation
|
5569
5644
|
|
5570
5645
|
property :model_routing_decision, as: 'modelRoutingDecision', class: Google::Apis::AiplatformV1::LearningGenaiRootRoutingDecision, decorator: Google::Apis::AiplatformV1::LearningGenaiRootRoutingDecision::Representation
|
@@ -5659,6 +5734,8 @@ module Google
|
|
5659
5734
|
|
5660
5735
|
collection :rai_signals, as: 'raiSignals', class: Google::Apis::AiplatformV1::CloudAiNlLlmProtoServiceRaiSignal, decorator: Google::Apis::AiplatformV1::CloudAiNlLlmProtoServiceRaiSignal::Representation
|
5661
5736
|
|
5737
|
+
collection :translation_request_infos, as: 'translationRequestInfos', class: Google::Apis::AiplatformV1::LearningGenaiRootTranslationRequestInfo, decorator: Google::Apis::AiplatformV1::LearningGenaiRootTranslationRequestInfo::Representation
|
5738
|
+
|
5662
5739
|
property :triggered_blocklist, as: 'triggeredBlocklist'
|
5663
5740
|
property :triggered_recitation, as: 'triggeredRecitation'
|
5664
5741
|
property :triggered_safety_filter, as: 'triggeredSafetyFilter'
|
@@ -6260,6 +6337,12 @@ module Google
|
|
6260
6337
|
end
|
6261
6338
|
end
|
6262
6339
|
|
6340
|
+
class GoogleCloudAiplatformV1CancelTuningJobRequest
|
6341
|
+
# @private
|
6342
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
6343
|
+
end
|
6344
|
+
end
|
6345
|
+
|
6263
6346
|
class GoogleCloudAiplatformV1Candidate
|
6264
6347
|
# @private
|
6265
6348
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -7100,6 +7183,8 @@ module Google
|
|
7100
7183
|
property :network, as: 'network'
|
7101
7184
|
property :predict_request_response_logging_config, as: 'predictRequestResponseLoggingConfig', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1PredictRequestResponseLoggingConfig, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1PredictRequestResponseLoggingConfig::Representation
|
7102
7185
|
|
7186
|
+
property :private_service_connect_config, as: 'privateServiceConnectConfig', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1PrivateServiceConnectConfig, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1PrivateServiceConnectConfig::Representation
|
7187
|
+
|
7103
7188
|
hash :traffic_split, as: 'trafficSplit'
|
7104
7189
|
property :update_time, as: 'updateTime'
|
7105
7190
|
end
|
@@ -8143,6 +8228,7 @@ module Google
|
|
8143
8228
|
property :frequency_penalty, as: 'frequencyPenalty'
|
8144
8229
|
property :max_output_tokens, as: 'maxOutputTokens'
|
8145
8230
|
property :presence_penalty, as: 'presencePenalty'
|
8231
|
+
property :response_mime_type, as: 'responseMimeType'
|
8146
8232
|
collection :stop_sequences, as: 'stopSequences'
|
8147
8233
|
property :temperature, as: 'temperature'
|
8148
8234
|
property :top_k, as: 'topK'
|
@@ -8167,38 +8253,9 @@ module Google
|
|
8167
8253
|
end
|
8168
8254
|
end
|
8169
8255
|
|
8170
|
-
class GoogleCloudAiplatformV1GoogleSearchRetrieval
|
8171
|
-
# @private
|
8172
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
8173
|
-
property :disable_attribution, as: 'disableAttribution'
|
8174
|
-
end
|
8175
|
-
end
|
8176
|
-
|
8177
|
-
class GoogleCloudAiplatformV1GroundingAttribution
|
8178
|
-
# @private
|
8179
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
8180
|
-
property :confidence_score, as: 'confidenceScore'
|
8181
|
-
property :segment, as: 'segment', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1Segment, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1Segment::Representation
|
8182
|
-
|
8183
|
-
property :web, as: 'web', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1GroundingAttributionWeb, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1GroundingAttributionWeb::Representation
|
8184
|
-
|
8185
|
-
end
|
8186
|
-
end
|
8187
|
-
|
8188
|
-
class GoogleCloudAiplatformV1GroundingAttributionWeb
|
8189
|
-
# @private
|
8190
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
8191
|
-
property :title, as: 'title'
|
8192
|
-
property :uri, as: 'uri'
|
8193
|
-
end
|
8194
|
-
end
|
8195
|
-
|
8196
8256
|
class GoogleCloudAiplatformV1GroundingMetadata
|
8197
8257
|
# @private
|
8198
8258
|
class Representation < Google::Apis::Core::JsonRepresentation
|
8199
|
-
collection :grounding_attributions, as: 'groundingAttributions', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1GroundingAttribution, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1GroundingAttribution::Representation
|
8200
|
-
|
8201
|
-
collection :retrieval_queries, as: 'retrievalQueries'
|
8202
8259
|
collection :web_search_queries, as: 'webSearchQueries'
|
8203
8260
|
end
|
8204
8261
|
end
|
@@ -8915,6 +8972,15 @@ module Google
|
|
8915
8972
|
end
|
8916
8973
|
end
|
8917
8974
|
|
8975
|
+
class GoogleCloudAiplatformV1ListTuningJobsResponse
|
8976
|
+
# @private
|
8977
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
8978
|
+
property :next_page_token, as: 'nextPageToken'
|
8979
|
+
collection :tuning_jobs, as: 'tuningJobs', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1TuningJob, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1TuningJob::Representation
|
8980
|
+
|
8981
|
+
end
|
8982
|
+
end
|
8983
|
+
|
8918
8984
|
class GoogleCloudAiplatformV1LookupStudyRequest
|
8919
8985
|
# @private
|
8920
8986
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -10221,8 +10287,6 @@ module Google
|
|
10221
10287
|
|
10222
10288
|
property :deploy_gke, as: 'deployGke', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1PublisherModelCallToActionDeployGke, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1PublisherModelCallToActionDeployGke::Representation
|
10223
10289
|
|
10224
|
-
property :multi_deploy_vertex, as: 'multiDeployVertex', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1PublisherModelCallToActionDeployVertex, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1PublisherModelCallToActionDeployVertex::Representation
|
10225
|
-
|
10226
10290
|
property :open_evaluation_pipeline, as: 'openEvaluationPipeline', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1PublisherModelCallToActionRegionalResourceReferences, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1PublisherModelCallToActionRegionalResourceReferences::Representation
|
10227
10291
|
|
10228
10292
|
property :open_fine_tuning_pipeline, as: 'openFineTuningPipeline', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1PublisherModelCallToActionRegionalResourceReferences, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1PublisherModelCallToActionRegionalResourceReferences::Representation
|
@@ -10272,14 +10336,6 @@ module Google
|
|
10272
10336
|
end
|
10273
10337
|
end
|
10274
10338
|
|
10275
|
-
class GoogleCloudAiplatformV1PublisherModelCallToActionDeployVertex
|
10276
|
-
# @private
|
10277
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
10278
|
-
collection :multi_deploy_vertex, as: 'multiDeployVertex', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1PublisherModelCallToActionDeploy, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1PublisherModelCallToActionDeploy::Representation
|
10279
|
-
|
10280
|
-
end
|
10281
|
-
end
|
10282
|
-
|
10283
10339
|
class GoogleCloudAiplatformV1PublisherModelCallToActionOpenFineTuningPipelines
|
10284
10340
|
# @private
|
10285
10341
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -10440,21 +10496,9 @@ module Google
|
|
10440
10496
|
end
|
10441
10497
|
end
|
10442
10498
|
|
10443
|
-
class GoogleCloudAiplatformV1RayMetricSpec
|
10444
|
-
# @private
|
10445
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
10446
|
-
property :disabled, as: 'disabled'
|
10447
|
-
end
|
10448
|
-
end
|
10449
|
-
|
10450
10499
|
class GoogleCloudAiplatformV1RaySpec
|
10451
10500
|
# @private
|
10452
10501
|
class Representation < Google::Apis::Core::JsonRepresentation
|
10453
|
-
property :head_node_resource_pool_id, as: 'headNodeResourcePoolId'
|
10454
|
-
property :image_uri, as: 'imageUri'
|
10455
|
-
property :ray_metric_spec, as: 'rayMetricSpec', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1RayMetricSpec, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1RayMetricSpec::Representation
|
10456
|
-
|
10457
|
-
hash :resource_pool_images, as: 'resourcePoolImages'
|
10458
10502
|
end
|
10459
10503
|
end
|
10460
10504
|
|
@@ -10642,8 +10686,6 @@ module Google
|
|
10642
10686
|
class GoogleCloudAiplatformV1ResourceRuntime
|
10643
10687
|
# @private
|
10644
10688
|
class Representation < Google::Apis::Core::JsonRepresentation
|
10645
|
-
hash :access_uris, as: 'accessUris'
|
10646
|
-
property :notebook_runtime_template, as: 'notebookRuntimeTemplate'
|
10647
10689
|
end
|
10648
10690
|
end
|
10649
10691
|
|
@@ -11068,6 +11110,25 @@ module Google
|
|
11068
11110
|
end
|
11069
11111
|
end
|
11070
11112
|
|
11113
|
+
class GoogleCloudAiplatformV1SchemaModelevaluationMetricsPairwiseTextGenerationEvaluationMetrics
|
11114
|
+
# @private
|
11115
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
11116
|
+
property :accuracy, as: 'accuracy'
|
11117
|
+
property :baseline_model_win_rate, as: 'baselineModelWinRate'
|
11118
|
+
property :cohens_kappa, as: 'cohensKappa'
|
11119
|
+
property :f1_score, as: 'f1Score'
|
11120
|
+
property :false_negative_count, :numeric_string => true, as: 'falseNegativeCount'
|
11121
|
+
property :false_positive_count, :numeric_string => true, as: 'falsePositiveCount'
|
11122
|
+
property :human_preference_baseline_model_win_rate, as: 'humanPreferenceBaselineModelWinRate'
|
11123
|
+
property :human_preference_model_win_rate, as: 'humanPreferenceModelWinRate'
|
11124
|
+
property :model_win_rate, as: 'modelWinRate'
|
11125
|
+
property :precision, as: 'precision'
|
11126
|
+
property :recall, as: 'recall'
|
11127
|
+
property :true_negative_count, :numeric_string => true, as: 'trueNegativeCount'
|
11128
|
+
property :true_positive_count, :numeric_string => true, as: 'truePositiveCount'
|
11129
|
+
end
|
11130
|
+
end
|
11131
|
+
|
11071
11132
|
class GoogleCloudAiplatformV1SchemaModelevaluationMetricsQuestionAnsweringEvaluationMetrics
|
11072
11133
|
# @private
|
11073
11134
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -12521,15 +12582,6 @@ module Google
|
|
12521
12582
|
end
|
12522
12583
|
end
|
12523
12584
|
|
12524
|
-
class GoogleCloudAiplatformV1Segment
|
12525
|
-
# @private
|
12526
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
12527
|
-
property :end_index, as: 'endIndex'
|
12528
|
-
property :part_index, as: 'partIndex'
|
12529
|
-
property :start_index, as: 'startIndex'
|
12530
|
-
end
|
12531
|
-
end
|
12532
|
-
|
12533
12585
|
class GoogleCloudAiplatformV1ServiceAccountSpec
|
12534
12586
|
# @private
|
12535
12587
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -12860,6 +12912,67 @@ module Google
|
|
12860
12912
|
end
|
12861
12913
|
end
|
12862
12914
|
|
12915
|
+
class GoogleCloudAiplatformV1SupervisedHyperParameters
|
12916
|
+
# @private
|
12917
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
12918
|
+
property :adapter_size, as: 'adapterSize'
|
12919
|
+
property :epoch_count, :numeric_string => true, as: 'epochCount'
|
12920
|
+
property :learning_rate_multiplier, as: 'learningRateMultiplier'
|
12921
|
+
end
|
12922
|
+
end
|
12923
|
+
|
12924
|
+
class GoogleCloudAiplatformV1SupervisedTuningDataStats
|
12925
|
+
# @private
|
12926
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
12927
|
+
property :total_billable_character_count, :numeric_string => true, as: 'totalBillableCharacterCount'
|
12928
|
+
property :total_tuning_character_count, :numeric_string => true, as: 'totalTuningCharacterCount'
|
12929
|
+
property :tuning_dataset_example_count, :numeric_string => true, as: 'tuningDatasetExampleCount'
|
12930
|
+
property :tuning_step_count, :numeric_string => true, as: 'tuningStepCount'
|
12931
|
+
collection :user_dataset_examples, as: 'userDatasetExamples', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1Content, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1Content::Representation
|
12932
|
+
|
12933
|
+
property :user_input_token_distribution, as: 'userInputTokenDistribution', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1SupervisedTuningDatasetDistribution, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1SupervisedTuningDatasetDistribution::Representation
|
12934
|
+
|
12935
|
+
property :user_message_per_example_distribution, as: 'userMessagePerExampleDistribution', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1SupervisedTuningDatasetDistribution, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1SupervisedTuningDatasetDistribution::Representation
|
12936
|
+
|
12937
|
+
property :user_output_token_distribution, as: 'userOutputTokenDistribution', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1SupervisedTuningDatasetDistribution, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1SupervisedTuningDatasetDistribution::Representation
|
12938
|
+
|
12939
|
+
end
|
12940
|
+
end
|
12941
|
+
|
12942
|
+
class GoogleCloudAiplatformV1SupervisedTuningDatasetDistribution
|
12943
|
+
# @private
|
12944
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
12945
|
+
collection :buckets, as: 'buckets', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1SupervisedTuningDatasetDistributionDatasetBucket, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1SupervisedTuningDatasetDistributionDatasetBucket::Representation
|
12946
|
+
|
12947
|
+
property :max, as: 'max'
|
12948
|
+
property :mean, as: 'mean'
|
12949
|
+
property :median, as: 'median'
|
12950
|
+
property :min, as: 'min'
|
12951
|
+
property :p5, as: 'p5'
|
12952
|
+
property :p95, as: 'p95'
|
12953
|
+
property :sum, :numeric_string => true, as: 'sum'
|
12954
|
+
end
|
12955
|
+
end
|
12956
|
+
|
12957
|
+
class GoogleCloudAiplatformV1SupervisedTuningDatasetDistributionDatasetBucket
|
12958
|
+
# @private
|
12959
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
12960
|
+
property :count, as: 'count'
|
12961
|
+
property :left, as: 'left'
|
12962
|
+
property :right, as: 'right'
|
12963
|
+
end
|
12964
|
+
end
|
12965
|
+
|
12966
|
+
class GoogleCloudAiplatformV1SupervisedTuningSpec
|
12967
|
+
# @private
|
12968
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
12969
|
+
property :hyper_parameters, as: 'hyperParameters', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1SupervisedHyperParameters, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1SupervisedHyperParameters::Representation
|
12970
|
+
|
12971
|
+
property :training_dataset_uri, as: 'trainingDatasetUri'
|
12972
|
+
property :validation_dataset_uri, as: 'validationDatasetUri'
|
12973
|
+
end
|
12974
|
+
end
|
12975
|
+
|
12863
12976
|
class GoogleCloudAiplatformV1SyncFeatureViewRequest
|
12864
12977
|
# @private
|
12865
12978
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -13052,8 +13165,6 @@ module Google
|
|
13052
13165
|
class Representation < Google::Apis::Core::JsonRepresentation
|
13053
13166
|
collection :function_declarations, as: 'functionDeclarations', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1FunctionDeclaration, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1FunctionDeclaration::Representation
|
13054
13167
|
|
13055
|
-
property :google_search_retrieval, as: 'googleSearchRetrieval', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1GoogleSearchRetrieval, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1GoogleSearchRetrieval::Representation
|
13056
|
-
|
13057
13168
|
property :retrieval, as: 'retrieval', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1Retrieval, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1Retrieval::Representation
|
13058
13169
|
|
13059
13170
|
end
|
@@ -13131,6 +13242,47 @@ module Google
|
|
13131
13242
|
end
|
13132
13243
|
end
|
13133
13244
|
|
13245
|
+
class GoogleCloudAiplatformV1TunedModel
|
13246
|
+
# @private
|
13247
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
13248
|
+
property :endpoint, as: 'endpoint'
|
13249
|
+
property :model, as: 'model'
|
13250
|
+
end
|
13251
|
+
end
|
13252
|
+
|
13253
|
+
class GoogleCloudAiplatformV1TuningDataStats
|
13254
|
+
# @private
|
13255
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
13256
|
+
property :supervised_tuning_data_stats, as: 'supervisedTuningDataStats', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1SupervisedTuningDataStats, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1SupervisedTuningDataStats::Representation
|
13257
|
+
|
13258
|
+
end
|
13259
|
+
end
|
13260
|
+
|
13261
|
+
class GoogleCloudAiplatformV1TuningJob
|
13262
|
+
# @private
|
13263
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
13264
|
+
property :base_model, as: 'baseModel'
|
13265
|
+
property :create_time, as: 'createTime'
|
13266
|
+
property :description, as: 'description'
|
13267
|
+
property :end_time, as: 'endTime'
|
13268
|
+
property :error, as: 'error', class: Google::Apis::AiplatformV1::GoogleRpcStatus, decorator: Google::Apis::AiplatformV1::GoogleRpcStatus::Representation
|
13269
|
+
|
13270
|
+
property :experiment, as: 'experiment'
|
13271
|
+
hash :labels, as: 'labels'
|
13272
|
+
property :name, as: 'name'
|
13273
|
+
property :start_time, as: 'startTime'
|
13274
|
+
property :state, as: 'state'
|
13275
|
+
property :supervised_tuning_spec, as: 'supervisedTuningSpec', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1SupervisedTuningSpec, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1SupervisedTuningSpec::Representation
|
13276
|
+
|
13277
|
+
property :tuned_model, as: 'tunedModel', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1TunedModel, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1TunedModel::Representation
|
13278
|
+
|
13279
|
+
property :tuned_model_display_name, as: 'tunedModelDisplayName'
|
13280
|
+
property :tuning_data_stats, as: 'tuningDataStats', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1TuningDataStats, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1TuningDataStats::Representation
|
13281
|
+
|
13282
|
+
property :update_time, as: 'updateTime'
|
13283
|
+
end
|
13284
|
+
end
|
13285
|
+
|
13134
13286
|
class GoogleCloudAiplatformV1UndeployIndexOperationMetadata
|
13135
13287
|
# @private
|
13136
13288
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -13837,6 +13989,14 @@ module Google
|
|
13837
13989
|
end
|
13838
13990
|
end
|
13839
13991
|
|
13992
|
+
class LearningGenaiRootCodeyGenerationMetadata
|
13993
|
+
# @private
|
13994
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
13995
|
+
property :output, as: 'output'
|
13996
|
+
property :post_inference_step, as: 'postInferenceStep'
|
13997
|
+
end
|
13998
|
+
end
|
13999
|
+
|
13840
14000
|
class LearningGenaiRootCodeyOutput
|
13841
14001
|
# @private
|
13842
14002
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -13844,6 +14004,8 @@ module Google
|
|
13844
14004
|
|
13845
14005
|
property :codey_completion_metadata, as: 'codeyCompletionMetadata', class: Google::Apis::AiplatformV1::LearningGenaiRootCodeyCompletionMetadata, decorator: Google::Apis::AiplatformV1::LearningGenaiRootCodeyCompletionMetadata::Representation
|
13846
14006
|
|
14007
|
+
property :codey_generation_metadata, as: 'codeyGenerationMetadata', class: Google::Apis::AiplatformV1::LearningGenaiRootCodeyGenerationMetadata, decorator: Google::Apis::AiplatformV1::LearningGenaiRootCodeyGenerationMetadata::Representation
|
14008
|
+
|
13847
14009
|
end
|
13848
14010
|
end
|
13849
14011
|
|
@@ -13855,6 +14017,42 @@ module Google
|
|
13855
14017
|
end
|
13856
14018
|
end
|
13857
14019
|
|
14020
|
+
class LearningGenaiRootControlDecodingConfigThreshold
|
14021
|
+
# @private
|
14022
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
14023
|
+
property :policy, as: 'policy'
|
14024
|
+
property :score_max, as: 'scoreMax'
|
14025
|
+
end
|
14026
|
+
end
|
14027
|
+
|
14028
|
+
class LearningGenaiRootControlDecodingRecord
|
14029
|
+
# @private
|
14030
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
14031
|
+
property :prefixes, as: 'prefixes'
|
14032
|
+
collection :scores, as: 'scores', class: Google::Apis::AiplatformV1::LearningGenaiRootControlDecodingRecordPolicyScore, decorator: Google::Apis::AiplatformV1::LearningGenaiRootControlDecodingRecordPolicyScore::Representation
|
14033
|
+
|
14034
|
+
property :suffiexes, as: 'suffiexes'
|
14035
|
+
collection :thresholds, as: 'thresholds', class: Google::Apis::AiplatformV1::LearningGenaiRootControlDecodingConfigThreshold, decorator: Google::Apis::AiplatformV1::LearningGenaiRootControlDecodingConfigThreshold::Representation
|
14036
|
+
|
14037
|
+
end
|
14038
|
+
end
|
14039
|
+
|
14040
|
+
class LearningGenaiRootControlDecodingRecordPolicyScore
|
14041
|
+
# @private
|
14042
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
14043
|
+
property :policy, as: 'policy'
|
14044
|
+
property :score, as: 'score'
|
14045
|
+
end
|
14046
|
+
end
|
14047
|
+
|
14048
|
+
class LearningGenaiRootControlDecodingRecords
|
14049
|
+
# @private
|
14050
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
14051
|
+
collection :records, as: 'records', class: Google::Apis::AiplatformV1::LearningGenaiRootControlDecodingRecord, decorator: Google::Apis::AiplatformV1::LearningGenaiRootControlDecodingRecord::Representation
|
14052
|
+
|
14053
|
+
end
|
14054
|
+
end
|
14055
|
+
|
13858
14056
|
class LearningGenaiRootDataProviderOutput
|
13859
14057
|
# @private
|
13860
14058
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -13892,6 +14090,8 @@ module Google
|
|
13892
14090
|
|
13893
14091
|
property :rai_signal, as: 'raiSignal', class: Google::Apis::AiplatformV1::CloudAiNlLlmProtoServiceRaiSignal, decorator: Google::Apis::AiplatformV1::CloudAiNlLlmProtoServiceRaiSignal::Representation
|
13894
14092
|
|
14093
|
+
property :records, as: 'records', class: Google::Apis::AiplatformV1::LearningGenaiRootControlDecodingRecords, decorator: Google::Apis::AiplatformV1::LearningGenaiRootControlDecodingRecords::Representation
|
14094
|
+
|
13895
14095
|
property :stream_recitation_result, as: 'streamRecitationResult', class: Google::Apis::AiplatformV1::LanguageLabsAidaTrustRecitationProtoStreamRecitationResult, decorator: Google::Apis::AiplatformV1::LanguageLabsAidaTrustRecitationProtoStreamRecitationResult::Representation
|
13896
14096
|
|
13897
14097
|
property :takedown_result, as: 'takedownResult', class: Google::Apis::AiplatformV1::LearningGenaiRootTakedownResult, decorator: Google::Apis::AiplatformV1::LearningGenaiRootTakedownResult::Representation
|
@@ -14009,6 +14209,14 @@ module Google
|
|
14009
14209
|
end
|
14010
14210
|
end
|
14011
14211
|
|
14212
|
+
class LearningGenaiRootPerRequestProcessorDebugMetadataFactualityDebugMetadata
|
14213
|
+
# @private
|
14214
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
14215
|
+
hash :fact_retrieval_milliseconds_by_provider, as: 'factRetrievalMillisecondsByProvider'
|
14216
|
+
property :prompt2query_milliseconds, :numeric_string => true, as: 'prompt2queryMilliseconds'
|
14217
|
+
end
|
14218
|
+
end
|
14219
|
+
|
14012
14220
|
class LearningGenaiRootRaiOutput
|
14013
14221
|
# @private
|
14014
14222
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -14228,6 +14436,14 @@ module Google
|
|
14228
14436
|
end
|
14229
14437
|
end
|
14230
14438
|
|
14439
|
+
class LearningGenaiRootTranslationRequestInfo
|
14440
|
+
# @private
|
14441
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
14442
|
+
collection :detected_language_codes, as: 'detectedLanguageCodes'
|
14443
|
+
property :total_content_size, :numeric_string => true, as: 'totalContentSize'
|
14444
|
+
end
|
14445
|
+
end
|
14446
|
+
|
14231
14447
|
class LearningServingLlmMessageMetadata
|
14232
14448
|
# @private
|
14233
14449
|
class Representation < Google::Apis::Core::JsonRepresentation
|