|
22751 | 22751 | "type": "string" |
22752 | 22752 | }, |
22753 | 22753 | "updateMask": { |
22754 | | - "description": "Optional. Mask specifying which fields to update. Supported fields: * `display_name` * `description` * `fact`", |
| 22754 | + "description": "Optional. Mask specifying which fields to update. The following fields are immutable: * `scope` * `memory_type`", |
22755 | 22755 | "format": "google-fieldmask", |
22756 | 22756 | "location": "query", |
22757 | 22757 | "type": "string" |
|
32357 | 32357 | } |
32358 | 32358 | } |
32359 | 32359 | }, |
32360 | | - "revision": "20260509", |
| 32360 | + "revision": "20260523", |
32361 | 32361 | "rootUrl": "https://aiplatform.googleapis.com/", |
32362 | 32362 | "schemas": { |
32363 | 32363 | "CloudAiLargeModelsVisionGenerateVideoExperiments": { |
|
32398 | 32398 | "format": "int32", |
32399 | 32399 | "type": "integer" |
32400 | 32400 | }, |
| 32401 | + "originalRequestJson": { |
| 32402 | + "description": "The original REST API request JSON sent by the user, in the instances/parameters format. Preserved for saving alongside output artifacts so users can reproduce their requests. This field is populated by the API handler and is not user-settable.", |
| 32403 | + "type": "string" |
| 32404 | + }, |
32401 | 32405 | "promptInputs": { |
32402 | 32406 | "$ref": "CloudAiLargeModelsVisionPromptInputs", |
32403 | 32407 | "description": "Prompt chunks for \"ProModel\" prompting. If set, the prompt will not be rewritten, and top-level prompt ignored." |
|
36063 | 36067 | }, |
36064 | 36068 | "type": "object" |
36065 | 36069 | }, |
| 36070 | + "GoogleCloudAiplatformV1CreateServingProfileOperationMetadata": { |
| 36071 | + "description": "Runtime operation metadata for ServingProfileService.CreateServingProfile.", |
| 36072 | + "id": "GoogleCloudAiplatformV1CreateServingProfileOperationMetadata", |
| 36073 | + "properties": { |
| 36074 | + "genericMetadata": { |
| 36075 | + "$ref": "GoogleCloudAiplatformV1GenericOperationMetadata", |
| 36076 | + "description": "Output only. The standard operation metadata for Vertex AI.", |
| 36077 | + "readOnly": true |
| 36078 | + } |
| 36079 | + }, |
| 36080 | + "type": "object" |
| 36081 | + }, |
36066 | 36082 | "GoogleCloudAiplatformV1CreateSpecialistPoolOperationMetadata": { |
36067 | 36083 | "description": "Runtime operation information for SpecialistPoolService.CreateSpecialistPool.", |
36068 | 36084 | "id": "GoogleCloudAiplatformV1CreateSpecialistPoolOperationMetadata", |
|
50959 | 50975 | "type": "object" |
50960 | 50976 | }, |
50961 | 50977 | "GoogleCloudAiplatformV1PersistentDiskSpec": { |
50962 | | - "description": "Represents the spec of persistent disk options.", |
| 50978 | + "description": "Represents the spec of persistent disk and hyperdisk options.", |
50963 | 50979 | "id": "GoogleCloudAiplatformV1PersistentDiskSpec", |
50964 | 50980 | "properties": { |
50965 | 50981 | "diskSizeGb": { |
|
50968 | 50984 | "type": "string" |
50969 | 50985 | }, |
50970 | 50986 | "diskType": { |
50971 | | - "description": "Type of the disk (default is \"pd-standard\"). Valid values: \"pd-ssd\" (Persistent Disk Solid State Drive) \"pd-standard\" (Persistent Disk Hard Disk Drive) \"pd-balanced\" (Balanced Persistent Disk) \"pd-extreme\" (Extreme Persistent Disk)", |
| 50987 | + "description": "Type of the disk (default is \"pd-standard\"). Valid values: \"pd-ssd\" (Persistent Disk Solid State Drive) \"pd-standard\" (Persistent Disk Hard Disk Drive) \"pd-balanced\" (Balanced Persistent Disk) \"pd-extreme\" (Extreme Persistent Disk) \"hyperdisk-balanced\" (Hyperdisk Balanced) \"hyperdisk-extreme\" (Hyperdisk Extreme) \"hyperdisk-balanced-high-availability\" (Hyperdisk Balanced High Availability) \"hyperdisk-ml\" (Hyperdisk ML) \"hyperdisk-throughput\" (Hyperdisk Throughput)", |
50972 | 50988 | "type": "string" |
50973 | 50989 | } |
50974 | 50990 | }, |
|
55998 | 56014 | "The default container image for Computer Use." |
55999 | 56015 | ], |
56000 | 56016 | "type": "string" |
| 56017 | + }, |
| 56018 | + "resources": { |
| 56019 | + "$ref": "GoogleCloudAiplatformV1SandboxEnvironmentTemplateResourceRequirements", |
| 56020 | + "description": "Optional. Resource requests and limits for the default container." |
56001 | 56021 | } |
56002 | 56022 | }, |
56003 | 56023 | "type": "object" |
|
63186 | 63206 | "$ref": "GoogleCloudAiplatformV1EnterpriseWebSearch", |
63187 | 63207 | "description": "Optional. Tool to support searching public web data, powered by Vertex AI Search and Sec4 compliance." |
63188 | 63208 | }, |
| 63209 | + "exaAiSearch": { |
| 63210 | + "$ref": "GoogleCloudAiplatformV1ToolExaAiSearch", |
| 63211 | + "description": "Optional. Uses Exa.ai to search for information to answer user queries. The search results will be grounded on Exa.ai and presented to the model for response generation" |
| 63212 | + }, |
63189 | 63213 | "functionDeclarations": { |
63190 | 63214 | "description": "Optional. Function tool type. One or more function declarations to be passed to the model along with the current user query. Model may decide to call a subset of these functions by populating FunctionCall in the response. User should provide a FunctionResponse for each function call in the next turn. Based on the function responses, Model will generate the final response back to the user. Maximum 512 function declarations can be provided.", |
63191 | 63215 | "items": { |
|
63350 | 63374 | }, |
63351 | 63375 | "type": "object" |
63352 | 63376 | }, |
| 63377 | + "GoogleCloudAiplatformV1ToolExaAiSearch": { |
| 63378 | + "description": "ExaAiSearch tool type. A tool that uses the Exa.ai search engine for grounding.", |
| 63379 | + "id": "GoogleCloudAiplatformV1ToolExaAiSearch", |
| 63380 | + "properties": { |
| 63381 | + "apiKey": { |
| 63382 | + "description": "Required. The API key for ExaAiSearch.", |
| 63383 | + "type": "string" |
| 63384 | + }, |
| 63385 | + "customConfigs": { |
| 63386 | + "additionalProperties": { |
| 63387 | + "description": "Properties of the object.", |
| 63388 | + "type": "any" |
| 63389 | + }, |
| 63390 | + "description": "Optional. This field can be used to pass any parameter from the Exa.ai Search API.", |
| 63391 | + "type": "object" |
| 63392 | + } |
| 63393 | + }, |
| 63394 | + "type": "object" |
| 63395 | + }, |
63353 | 63396 | "GoogleCloudAiplatformV1ToolGoogleSearch": { |
63354 | 63397 | "description": "GoogleSearch tool type. Tool to support Google Search in Model. Powered by Google.", |
63355 | 63398 | "id": "GoogleCloudAiplatformV1ToolGoogleSearch", |
|
0 commit comments