google-apis-aiplatform_v1beta1 0.71.0 → 0.72.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
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 498d2261f7cc71367937e245b1b9ddde3c4acf1290f7d1485cb4103f90440816
|
|
4
|
+
data.tar.gz: cebb7530edf2f69177990511253da17c49cf8f81974d0d90579088608dd2eb06
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 87913c7208878a6d3b802edd9cf8dfab254af23c41fc2679566b55a7e1563a97427084a2b41f33ad432dea405d37b084006bbf88cfdd542c8af5f63997fc893c
|
|
7
|
+
data.tar.gz: 15b79b852a8ff7eec21ffc431563a32f3d4b8dbbf0a96a5c2f9a7404cc2c29155a554498ce806b06301da443d074a4e7a1f1e34b81e839624fd4d631ca551cde
|
data/CHANGELOG.md
CHANGED
|
@@ -1872,7 +1872,10 @@ module Google
|
|
|
1872
1872
|
# * `aiplatform.googleapis.com/prediction/online/accelerator/duty_cycle` * `
|
|
1873
1873
|
# aiplatform.googleapis.com/prediction/online/cpu/utilization` * `aiplatform.
|
|
1874
1874
|
# 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`
|
|
1876
1879
|
# Corresponds to the JSON property `metricName`
|
|
1877
1880
|
# @return [String]
|
|
1878
1881
|
attr_accessor :metric_name
|
|
@@ -8781,7 +8784,7 @@ module Google
|
|
|
8781
8784
|
# @return [String]
|
|
8782
8785
|
attr_accessor :model_deployment_monitoring_job
|
|
8783
8786
|
|
|
8784
|
-
#
|
|
8787
|
+
# Identifier. The resource name of the Endpoint.
|
|
8785
8788
|
# Corresponds to the JSON property `name`
|
|
8786
8789
|
# @return [String]
|
|
8787
8790
|
attr_accessor :name
|
|
@@ -9152,7 +9155,7 @@ module Google
|
|
|
9152
9155
|
end
|
|
9153
9156
|
end
|
|
9154
9157
|
|
|
9155
|
-
#
|
|
9158
|
+
# The results from an evaluation run performed by the EvaluationService.
|
|
9156
9159
|
class GoogleCloudAiplatformV1beta1EvaluateDatasetResponse
|
|
9157
9160
|
include Google::Apis::Core::Hashable
|
|
9158
9161
|
|
|
@@ -9161,7 +9164,7 @@ module Google
|
|
|
9161
9164
|
# @return [Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1AggregationOutput]
|
|
9162
9165
|
attr_accessor :aggregation_output
|
|
9163
9166
|
|
|
9164
|
-
# Describes the info for output of EvaluationService.
|
|
9167
|
+
# Describes the info for output of EvaluationService.
|
|
9165
9168
|
# Corresponds to the JSON property `outputInfo`
|
|
9166
9169
|
# @return [Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1OutputInfo]
|
|
9167
9170
|
attr_accessor :output_info
|
|
@@ -9197,7 +9200,7 @@ module Google
|
|
|
9197
9200
|
# @return [Google::Apis::AiplatformV1beta1::GoogleRpcStatus]
|
|
9198
9201
|
attr_accessor :error
|
|
9199
9202
|
|
|
9200
|
-
#
|
|
9203
|
+
# The results from an evaluation run performed by the EvaluationService.
|
|
9201
9204
|
# Corresponds to the JSON property `evaluateDatasetResponse`
|
|
9202
9205
|
# @return [Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1EvaluateDatasetResponse]
|
|
9203
9206
|
attr_accessor :evaluate_dataset_response
|
|
@@ -29174,7 +29177,7 @@ module Google
|
|
|
29174
29177
|
end
|
|
29175
29178
|
end
|
|
29176
29179
|
|
|
29177
|
-
# Describes the info for output of EvaluationService.
|
|
29180
|
+
# Describes the info for output of EvaluationService.
|
|
29178
29181
|
class GoogleCloudAiplatformV1beta1OutputInfo
|
|
29179
29182
|
include Google::Apis::Core::Hashable
|
|
29180
29183
|
|
|
@@ -29682,7 +29685,10 @@ module Google
|
|
|
29682
29685
|
# @return [Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1PartMediaResolution]
|
|
29683
29686
|
attr_accessor :media_resolution
|
|
29684
29687
|
|
|
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.
|
|
29686
29692
|
# Corresponds to the JSON property `text`
|
|
29687
29693
|
# @return [String]
|
|
29688
29694
|
attr_accessor :text
|
|
@@ -35741,8 +35747,8 @@ module Google
|
|
|
35741
35747
|
# @return [String]
|
|
35742
35748
|
attr_accessor :pickle_object_gcs_uri
|
|
35743
35749
|
|
|
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.
|
|
35746
35752
|
# Corresponds to the JSON property `pythonVersion`
|
|
35747
35753
|
# @return [String]
|
|
35748
35754
|
attr_accessor :python_version
|
|
@@ -35902,7 +35908,7 @@ module Google
|
|
|
35902
35908
|
attr_accessor :requirements_file
|
|
35903
35909
|
|
|
35904
35910
|
# 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.
|
|
35906
35912
|
# Corresponds to the JSON property `version`
|
|
35907
35913
|
# @return [String]
|
|
35908
35914
|
attr_accessor :version
|
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module AiplatformV1beta1
|
|
18
18
|
# Version of the google-apis-aiplatform_v1beta1 gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.72.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.18.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20260110"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -14405,7 +14405,7 @@ module Google
|
|
|
14405
14405
|
|
|
14406
14406
|
# Updates an Endpoint.
|
|
14407
14407
|
# @param [String] name
|
|
14408
|
-
#
|
|
14408
|
+
# Identifier. The resource name of the Endpoint.
|
|
14409
14409
|
# @param [Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1Endpoint] google_cloud_aiplatform_v1beta1_endpoint_object
|
|
14410
14410
|
# @param [String] update_mask
|
|
14411
14411
|
# Required. The update mask applies to the resource. See google.protobuf.
|
|
@@ -14767,7 +14767,7 @@ module Google
|
|
|
14767
14767
|
|
|
14768
14768
|
# Updates an Endpoint with a long running operation.
|
|
14769
14769
|
# @param [String] name
|
|
14770
|
-
#
|
|
14770
|
+
# Identifier. The resource name of the Endpoint.
|
|
14771
14771
|
# @param [Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1UpdateEndpointLongRunningRequest] google_cloud_aiplatform_v1beta1_update_endpoint_long_running_request_object
|
|
14772
14772
|
# @param [String] fields
|
|
14773
14773
|
# Selector specifying which fields to include in a partial response.
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-apis-aiplatform_v1beta1
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.72.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Google LLC
|
|
@@ -57,7 +57,7 @@ licenses:
|
|
|
57
57
|
metadata:
|
|
58
58
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
|
59
59
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-aiplatform_v1beta1/CHANGELOG.md
|
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-aiplatform_v1beta1/v0.
|
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-aiplatform_v1beta1/v0.72.0
|
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-aiplatform_v1beta1
|
|
62
62
|
rdoc_options: []
|
|
63
63
|
require_paths:
|