Skip to content

Commit bf38d3a

Browse files
feat(all): auto-regenerate discovery clients (#3259)
1 parent efc3371 commit bf38d3a

File tree

4 files changed

+1072
-147
lines changed

4 files changed

+1072
-147
lines changed

aiplatform/v1/aiplatform-api.json

Lines changed: 40 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -20286,7 +20286,7 @@
2028620286
}
2028720287
}
2028820288
},
20289-
"revision": "20250728",
20289+
"revision": "20250731",
2029020290
"rootUrl": "https://aiplatform.googleapis.com/",
2029120291
"schemas": {
2029220292
"CloudAiLargeModelsVisionGenerateVideoResponse": {
@@ -21336,7 +21336,7 @@
2133621336
"id": "GoogleCloudAiplatformV1AutoscalingMetricSpec",
2133721337
"properties": {
2133821338
"metricName": {
21339-
"description": "Required. The resource metric name. Supported metrics: * For Online Prediction: * `aiplatform.googleapis.com/prediction/online/accelerator/duty_cycle` * `aiplatform.googleapis.com/prediction/online/cpu/utilization`",
21339+
"description": "Required. The resource metric name. Supported metrics: * For Online Prediction: * `aiplatform.googleapis.com/prediction/online/accelerator/duty_cycle` * `aiplatform.googleapis.com/prediction/online/cpu/utilization` * `aiplatform.googleapis.com/prediction/online/request_count`",
2134021340
"type": "string"
2134121341
},
2134221342
"target": {
@@ -24553,6 +24553,18 @@
2455324553
"description": "Optional. The deployment group can be no longer than 64 characters (eg: 'test', 'prod'). If not set, we will use the 'default' deployment group. Creating `deployment_groups` with `reserved_ip_ranges` is a recommended practice when the peered network has multiple peering ranges. This creates your deployments from predictable IP spaces for easier traffic administration. Also, one deployment_group (except 'default') can only be used with the same reserved_ip_ranges which means if the deployment_group has been used with reserved_ip_ranges: [a, b, c], using it with [a, b] or [d, e] is disallowed. Note: we only support up to 5 deployment groups(not including 'default').",
2455424554
"type": "string"
2455524555
},
24556+
"deploymentTier": {
24557+
"description": "Optional. The deployment tier that the index is deployed to. DEPLOYMENT_TIER_UNSPECIFIED defaults to PERFORMANCE.",
24558+
"enum": [
24559+
"DEPLOYMENT_TIER_UNSPECIFIED",
24560+
"STORAGE"
24561+
],
24562+
"enumDescriptions": [
24563+
"Default deployment tier.",
24564+
"Optimized for costs."
24565+
],
24566+
"type": "string"
24567+
},
2455624568
"displayName": {
2455724569
"description": "The display name of the DeployedIndex. If not provided upon creation, the Index's display_name is used.",
2455824570
"type": "string"
@@ -25122,7 +25134,15 @@
2512225134
"GoogleCloudAiplatformV1EnterpriseWebSearch": {
2512325135
"description": "Tool to search public web data, powered by Vertex AI Search and Sec4 compliance.",
2512425136
"id": "GoogleCloudAiplatformV1EnterpriseWebSearch",
25125-
"properties": {},
25137+
"properties": {
25138+
"excludeDomains": {
25139+
"description": "Optional. List of domains to be excluded from the search results. The default limit is 2000 domains.",
25140+
"items": {
25141+
"type": "string"
25142+
},
25143+
"type": "array"
25144+
}
25145+
},
2512625146
"type": "object"
2512725147
},
2512825148
"GoogleCloudAiplatformV1EntityIdSelector": {
@@ -31478,6 +31498,7 @@
3147831498
"NVIDIA_H100_MEGA_80GB",
3147931499
"NVIDIA_H200_141GB",
3148031500
"NVIDIA_B200",
31501+
"NVIDIA_GB200",
3148131502
"TPU_V2",
3148231503
"TPU_V3",
3148331504
"TPU_V4_POD",
@@ -31500,6 +31521,7 @@
3150031521
false,
3150131522
false,
3150231523
false,
31524+
false,
3150331525
false
3150431526
],
3150531527
"enumDescriptions": [
@@ -31516,6 +31538,7 @@
3151631538
"Nvidia H100 Mega 80Gb GPU.",
3151731539
"Nvidia H200 141Gb GPU.",
3151831540
"Nvidia B200 GPU.",
31541+
"Nvidia GB200 GPU.",
3151931542
"TPU v2.",
3152031543
"TPU v3.",
3152131544
"TPU v4.",
@@ -45760,10 +45783,6 @@
4576045783
"$ref": "GoogleCloudAiplatformV1ToolCodeExecution",
4576145784
"description": "Optional. CodeExecution tool type. Enables the model to execute code as part of generation."
4576245785
},
45763-
"computerUse": {
45764-
"$ref": "GoogleCloudAiplatformV1ToolComputerUse",
45765-
"description": "Optional. Tool to support the model interacting directly with the computer. If enabled, it automatically populates computer-use specific Function Declarations."
45766-
},
4576745786
"enterpriseWebSearch": {
4576845787
"$ref": "GoogleCloudAiplatformV1EnterpriseWebSearch",
4576945788
"description": "Optional. Tool to support searching public web data, powered by Vertex AI Search and Sec4 compliance."
@@ -45886,25 +45905,6 @@
4588645905
"properties": {},
4588745906
"type": "object"
4588845907
},
45889-
"GoogleCloudAiplatformV1ToolComputerUse": {
45890-
"description": "Tool to support computer use.",
45891-
"id": "GoogleCloudAiplatformV1ToolComputerUse",
45892-
"properties": {
45893-
"environment": {
45894-
"description": "Required. The environment being operated.",
45895-
"enum": [
45896-
"ENVIRONMENT_UNSPECIFIED",
45897-
"ENVIRONMENT_BROWSER"
45898-
],
45899-
"enumDescriptions": [
45900-
"Defaults to browser.",
45901-
"Operates in a web browser."
45902-
],
45903-
"type": "string"
45904-
}
45905-
},
45906-
"type": "object"
45907-
},
4590845908
"GoogleCloudAiplatformV1ToolConfig": {
4590945909
"description": "Tool config. This config is shared for all tools provided in the request.",
4591045910
"id": "GoogleCloudAiplatformV1ToolConfig",
@@ -45923,7 +45923,15 @@
4592345923
"GoogleCloudAiplatformV1ToolGoogleSearch": {
4592445924
"description": "GoogleSearch tool type. Tool to support Google Search in Model. Powered by Google.",
4592545925
"id": "GoogleCloudAiplatformV1ToolGoogleSearch",
45926-
"properties": {},
45926+
"properties": {
45927+
"excludeDomains": {
45928+
"description": "Optional. List of domains to be excluded from the search results. The default limit is 2000 domains. Example: [\"amazon.com\", \"facebook.com\"].",
45929+
"items": {
45930+
"type": "string"
45931+
},
45932+
"type": "array"
45933+
}
45934+
},
4592745935
"type": "object"
4592845936
},
4592945937
"GoogleCloudAiplatformV1ToolNameMatchInput": {
@@ -47594,6 +47602,11 @@
4759447602
"format": "google-duration",
4759547603
"type": "string"
4759647604
},
47605+
"fps": {
47606+
"description": "Optional. The frame rate of the video sent to the model. If not specified, the default value will be 1.0. The fps range is (0.0, 24.0].",
47607+
"format": "double",
47608+
"type": "number"
47609+
},
4759747610
"startOffset": {
4759847611
"description": "Optional. The start offset of the video.",
4759947612
"format": "google-duration",

aiplatform/v1/aiplatform-gen.go

Lines changed: 66 additions & 31 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)