Skip to content

Commit 15d4d0b

Browse files
feat: Automated regeneration of aiplatform v1beta1 client (googleapis#25423)
Auto-created at 2026-01-18 10:57:54 +0000 using the toys pull request generator.
1 parent c360ad5 commit 15d4d0b

File tree

4 files changed

+24
-14
lines changed

4 files changed

+24
-14
lines changed

generated/google-apis-aiplatform_v1beta1/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Release history for google-apis-aiplatform_v1beta1
22

3+
### v0.72.0 (2026-01-18)
4+
5+
* Regenerated from discovery document revision 20260110
6+
37
### v0.71.0 (2026-01-11)
48

59
* Regenerated from discovery document revision 20260106

generated/google-apis-aiplatform_v1beta1/lib/google/apis/aiplatform_v1beta1/classes.rb

Lines changed: 16 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1872,7 +1872,10 @@ class GoogleCloudAiplatformV1beta1AutoscalingMetricSpec
18721872
# * `aiplatform.googleapis.com/prediction/online/accelerator/duty_cycle` * `
18731873
# aiplatform.googleapis.com/prediction/online/cpu/utilization` * `aiplatform.
18741874
# googleapis.com/prediction/online/request_count` * `pubsub.googleapis.com/
1875-
# subscription/num_undelivered_messages`
1875+
# subscription/num_undelivered_messages` * `prometheus.googleapis.com/
1876+
# vertex_dcgm_fi_dev_gpu_util` * `prometheus.googleapis.com/
1877+
# vertex_vllm_gpu_cache_usage_perc` * `prometheus.googleapis.com/
1878+
# vertex_vllm_num_requests_waiting`
18761879
# Corresponds to the JSON property `metricName`
18771880
# @return [String]
18781881
attr_accessor :metric_name
@@ -8781,7 +8784,7 @@ class GoogleCloudAiplatformV1beta1Endpoint
87818784
# @return [String]
87828785
attr_accessor :model_deployment_monitoring_job
87838786

8784-
# Output only. The resource name of the Endpoint.
8787+
# Identifier. The resource name of the Endpoint.
87858788
# Corresponds to the JSON property `name`
87868789
# @return [String]
87878790
attr_accessor :name
@@ -9152,7 +9155,7 @@ def update!(**args)
91529155
end
91539156
end
91549157

9155-
# Response in LRO for EvaluationService.EvaluateDataset.
9158+
# The results from an evaluation run performed by the EvaluationService.
91569159
class GoogleCloudAiplatformV1beta1EvaluateDatasetResponse
91579160
include Google::Apis::Core::Hashable
91589161

@@ -9161,7 +9164,7 @@ class GoogleCloudAiplatformV1beta1EvaluateDatasetResponse
91619164
# @return [Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1AggregationOutput]
91629165
attr_accessor :aggregation_output
91639166

9164-
# Describes the info for output of EvaluationService.EvaluateDataset.
9167+
# Describes the info for output of EvaluationService.
91659168
# Corresponds to the JSON property `outputInfo`
91669169
# @return [Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1OutputInfo]
91679170
attr_accessor :output_info
@@ -9197,7 +9200,7 @@ class GoogleCloudAiplatformV1beta1EvaluateDatasetRun
91979200
# @return [Google::Apis::AiplatformV1beta1::GoogleRpcStatus]
91989201
attr_accessor :error
91999202

9200-
# Response in LRO for EvaluationService.EvaluateDataset.
9203+
# The results from an evaluation run performed by the EvaluationService.
92019204
# Corresponds to the JSON property `evaluateDatasetResponse`
92029205
# @return [Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1EvaluateDatasetResponse]
92039206
attr_accessor :evaluate_dataset_response
@@ -29174,7 +29177,7 @@ def update!(**args)
2917429177
end
2917529178
end
2917629179

29177-
# Describes the info for output of EvaluationService.EvaluateDataset.
29180+
# Describes the info for output of EvaluationService.
2917829181
class GoogleCloudAiplatformV1beta1OutputInfo
2917929182
include Google::Apis::Core::Hashable
2918029183

@@ -29682,7 +29685,10 @@ class GoogleCloudAiplatformV1beta1Part
2968229685
# @return [Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1PartMediaResolution]
2968329686
attr_accessor :media_resolution
2968429687

29685-
# Optional. The text content of the part.
29688+
# Optional. The text content of the part. When sent from the VSCode Gemini Code
29689+
# Assist extension, references to @mentioned items will be converted to markdown
29690+
# boldface text. For example `@my-repo` will be converted to and sent as `**my-
29691+
# repo**` by the IDE agent.
2968629692
# Corresponds to the JSON property `text`
2968729693
# @return [String]
2968829694
attr_accessor :text
@@ -35741,8 +35747,8 @@ class GoogleCloudAiplatformV1beta1ReasoningEngineSpecPackageSpec
3574135747
# @return [String]
3574235748
attr_accessor :pickle_object_gcs_uri
3574335749

35744-
# Optional. The Python version. Supported values are 3.9, 3.10, 3.11, 3.12, 3.13.
35745-
# If not specified, the default value is 3.10.
35750+
# Optional. The Python version. Supported values are 3.9, 3.10, 3.11, 3.12, 3.13,
35751+
# 3.14. If not specified, the default value is 3.10.
3574635752
# Corresponds to the JSON property `pythonVersion`
3574735753
# @return [String]
3574835754
attr_accessor :python_version
@@ -35902,7 +35908,7 @@ class GoogleCloudAiplatformV1beta1ReasoningEngineSpecSourceCodeSpecPythonSpec
3590235908
attr_accessor :requirements_file
3590335909

3590435910
# Optional. The version of Python to use. Support version includes 3.9, 3.10, 3.
35905-
# 11, 3.12, 3.13. If not specified, default value is 3.10.
35911+
# 11, 3.12, 3.13, 3.14. If not specified, default value is 3.10.
3590635912
# Corresponds to the JSON property `version`
3590735913
# @return [String]
3590835914
attr_accessor :version

generated/google-apis-aiplatform_v1beta1/lib/google/apis/aiplatform_v1beta1/gem_version.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ module Google
1616
module Apis
1717
module AiplatformV1beta1
1818
# Version of the google-apis-aiplatform_v1beta1 gem
19-
GEM_VERSION = "0.71.0"
19+
GEM_VERSION = "0.72.0"
2020

2121
# Version of the code generator used to generate this client
2222
GENERATOR_VERSION = "0.18.0"
2323

2424
# Revision of the discovery document this client was generated from
25-
REVISION = "20260106"
25+
REVISION = "20260110"
2626
end
2727
end
2828
end

generated/google-apis-aiplatform_v1beta1/lib/google/apis/aiplatform_v1beta1/service.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14405,7 +14405,7 @@ def mutate_project_location_endpoint_deployed_model(endpoint, google_cloud_aipla
1440514405

1440614406
# Updates an Endpoint.
1440714407
# @param [String] name
14408-
# Output only. The resource name of the Endpoint.
14408+
# Identifier. The resource name of the Endpoint.
1440914409
# @param [Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1Endpoint] google_cloud_aiplatform_v1beta1_endpoint_object
1441014410
# @param [String] update_mask
1441114411
# Required. The update mask applies to the resource. See google.protobuf.
@@ -14767,7 +14767,7 @@ def undeploy_project_location_endpoint_model(endpoint, google_cloud_aiplatform_v
1476714767

1476814768
# Updates an Endpoint with a long running operation.
1476914769
# @param [String] name
14770-
# Output only. The resource name of the Endpoint.
14770+
# Identifier. The resource name of the Endpoint.
1477114771
# @param [Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1UpdateEndpointLongRunningRequest] google_cloud_aiplatform_v1beta1_update_endpoint_long_running_request_object
1477214772
# @param [String] fields
1477314773
# Selector specifying which fields to include in a partial response.

0 commit comments

Comments
 (0)