|
20286 | 20286 | }
|
20287 | 20287 | }
|
20288 | 20288 | },
|
20289 |
| - "revision": "20250728", |
| 20289 | + "revision": "20250731", |
20290 | 20290 | "rootUrl": "https://aiplatform.googleapis.com/",
|
20291 | 20291 | "schemas": {
|
20292 | 20292 | "CloudAiLargeModelsVisionGenerateVideoResponse": {
|
|
21336 | 21336 | "id": "GoogleCloudAiplatformV1AutoscalingMetricSpec",
|
21337 | 21337 | "properties": {
|
21338 | 21338 | "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`", |
21340 | 21340 | "type": "string"
|
21341 | 21341 | },
|
21342 | 21342 | "target": {
|
|
24553 | 24553 | "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').",
|
24554 | 24554 | "type": "string"
|
24555 | 24555 | },
|
| 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 | + }, |
24556 | 24568 | "displayName": {
|
24557 | 24569 | "description": "The display name of the DeployedIndex. If not provided upon creation, the Index's display_name is used.",
|
24558 | 24570 | "type": "string"
|
|
25122 | 25134 | "GoogleCloudAiplatformV1EnterpriseWebSearch": {
|
25123 | 25135 | "description": "Tool to search public web data, powered by Vertex AI Search and Sec4 compliance.",
|
25124 | 25136 | "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 | + }, |
25126 | 25146 | "type": "object"
|
25127 | 25147 | },
|
25128 | 25148 | "GoogleCloudAiplatformV1EntityIdSelector": {
|
|
31478 | 31498 | "NVIDIA_H100_MEGA_80GB",
|
31479 | 31499 | "NVIDIA_H200_141GB",
|
31480 | 31500 | "NVIDIA_B200",
|
| 31501 | + "NVIDIA_GB200", |
31481 | 31502 | "TPU_V2",
|
31482 | 31503 | "TPU_V3",
|
31483 | 31504 | "TPU_V4_POD",
|
|
31500 | 31521 | false,
|
31501 | 31522 | false,
|
31502 | 31523 | false,
|
| 31524 | + false, |
31503 | 31525 | false
|
31504 | 31526 | ],
|
31505 | 31527 | "enumDescriptions": [
|
|
31516 | 31538 | "Nvidia H100 Mega 80Gb GPU.",
|
31517 | 31539 | "Nvidia H200 141Gb GPU.",
|
31518 | 31540 | "Nvidia B200 GPU.",
|
| 31541 | + "Nvidia GB200 GPU.", |
31519 | 31542 | "TPU v2.",
|
31520 | 31543 | "TPU v3.",
|
31521 | 31544 | "TPU v4.",
|
|
45760 | 45783 | "$ref": "GoogleCloudAiplatformV1ToolCodeExecution",
|
45761 | 45784 | "description": "Optional. CodeExecution tool type. Enables the model to execute code as part of generation."
|
45762 | 45785 | },
|
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 |
| - }, |
45767 | 45786 | "enterpriseWebSearch": {
|
45768 | 45787 | "$ref": "GoogleCloudAiplatformV1EnterpriseWebSearch",
|
45769 | 45788 | "description": "Optional. Tool to support searching public web data, powered by Vertex AI Search and Sec4 compliance."
|
|
45886 | 45905 | "properties": {},
|
45887 | 45906 | "type": "object"
|
45888 | 45907 | },
|
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 |
| - }, |
45908 | 45908 | "GoogleCloudAiplatformV1ToolConfig": {
|
45909 | 45909 | "description": "Tool config. This config is shared for all tools provided in the request.",
|
45910 | 45910 | "id": "GoogleCloudAiplatformV1ToolConfig",
|
|
45923 | 45923 | "GoogleCloudAiplatformV1ToolGoogleSearch": {
|
45924 | 45924 | "description": "GoogleSearch tool type. Tool to support Google Search in Model. Powered by Google.",
|
45925 | 45925 | "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 | + }, |
45927 | 45935 | "type": "object"
|
45928 | 45936 | },
|
45929 | 45937 | "GoogleCloudAiplatformV1ToolNameMatchInput": {
|
|
47594 | 47602 | "format": "google-duration",
|
47595 | 47603 | "type": "string"
|
47596 | 47604 | },
|
| 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 | + }, |
47597 | 47610 | "startOffset": {
|
47598 | 47611 | "description": "Optional. The start offset of the video.",
|
47599 | 47612 | "format": "google-duration",
|
|
0 commit comments