@@ -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
0 commit comments