|
15785 | 15785 | ],
|
15786 | 15786 | "parameters": {
|
15787 | 15787 | "name": {
|
15788 |
| - "description": "Identifier. The resource name of the ReasoningEngine.", |
| 15788 | + "description": "Identifier. The resource name of the ReasoningEngine. Format: `projects/{project}/locations/{location}/reasoningEngines/{reasoning_engine}`", |
15789 | 15789 | "location": "path",
|
15790 | 15790 | "pattern": "^projects/[^/]+/locations/[^/]+/reasoningEngines/[^/]+$",
|
15791 | 15791 | "required": true,
|
|
19841 | 19841 | }
|
19842 | 19842 | }
|
19843 | 19843 | },
|
19844 |
| - "revision": "20250501", |
| 19844 | + "revision": "20250502", |
19845 | 19845 | "rootUrl": "https://aiplatform.googleapis.com/",
|
19846 | 19846 | "schemas": {
|
19847 | 19847 | "CloudAiLargeModelsVisionGenerateVideoResponse": {
|
|
21580 | 21580 | "description": "Optional. Immutable. The user-generated meaningful display name of the cached content.",
|
21581 | 21581 | "type": "string"
|
21582 | 21582 | },
|
| 21583 | + "encryptionSpec": { |
| 21584 | + "$ref": "GoogleCloudAiplatformV1EncryptionSpec", |
| 21585 | + "description": "Input only. Immutable. Customer-managed encryption key spec for a `CachedContent`. If set, this `CachedContent` and all its sub-resources will be secured by this key." |
| 21586 | + }, |
21583 | 21587 | "expireTime": {
|
21584 | 21588 | "description": "Timestamp of when this resource is considered expired. This is *always* provided on output, regardless of what was sent on input.",
|
21585 | 21589 | "format": "google-datetime",
|
|
23913 | 23917 | "description": "Points to a DeployedModel.",
|
23914 | 23918 | "id": "GoogleCloudAiplatformV1DeployedModelRef",
|
23915 | 23919 | "properties": {
|
| 23920 | + "checkpointId": { |
| 23921 | + "description": "Immutable. The ID of the Checkpoint deployed in the DeployedModel.", |
| 23922 | + "type": "string" |
| 23923 | + }, |
23916 | 23924 | "deployedModelId": {
|
23917 | 23925 | "description": "Immutable. An ID of a DeployedModel in the above Endpoint.",
|
23918 | 23926 | "type": "string"
|
|
27998 | 28006 | "description": "Config for thinking features.",
|
27999 | 28007 | "id": "GoogleCloudAiplatformV1GenerationConfigThinkingConfig",
|
28000 | 28008 | "properties": {
|
| 28009 | + "includeThoughts": { |
| 28010 | + "description": "Optional. Indicates whether to include thoughts in the response. If true, thoughts are returned only when available.", |
| 28011 | + "type": "boolean" |
| 28012 | + }, |
28001 | 28013 | "thinkingBudget": {
|
28002 | 28014 | "description": "Optional. Indicates the thinking budget in tokens. This is only applied when enable_thinking is true.",
|
28003 | 28015 | "format": "int32",
|
|
30301 | 30313 | "NVIDIA_H100_80GB",
|
30302 | 30314 | "NVIDIA_H100_MEGA_80GB",
|
30303 | 30315 | "NVIDIA_H200_141GB",
|
| 30316 | + "NVIDIA_B200", |
30304 | 30317 | "TPU_V2",
|
30305 | 30318 | "TPU_V3",
|
30306 | 30319 | "TPU_V4_POD",
|
|
30322 | 30335 | false,
|
30323 | 30336 | false,
|
30324 | 30337 | false,
|
| 30338 | + false, |
30325 | 30339 | false
|
30326 | 30340 | ],
|
30327 | 30341 | "enumDescriptions": [
|
|
30337 | 30351 | "Nvidia H100 80Gb GPU.",
|
30338 | 30352 | "Nvidia H100 Mega 80Gb GPU.",
|
30339 | 30353 | "Nvidia H200 141Gb GPU.",
|
| 30354 | + "Nvidia B200 GPU.", |
30340 | 30355 | "TPU v2.",
|
30341 | 30356 | "TPU v3.",
|
30342 | 30357 | "TPU v4.",
|
|
36103 | 36118 | "layoutParser": {
|
36104 | 36119 | "$ref": "GoogleCloudAiplatformV1RagFileParsingConfigLayoutParser",
|
36105 | 36120 | "description": "The Layout Parser to use for RagFiles."
|
| 36121 | + }, |
| 36122 | + "llmParser": { |
| 36123 | + "$ref": "GoogleCloudAiplatformV1RagFileParsingConfigLlmParser", |
| 36124 | + "description": "The LLM Parser to use for RagFiles." |
36106 | 36125 | }
|
36107 | 36126 | },
|
36108 | 36127 | "type": "object"
|
|
36123 | 36142 | },
|
36124 | 36143 | "type": "object"
|
36125 | 36144 | },
|
| 36145 | + "GoogleCloudAiplatformV1RagFileParsingConfigLlmParser": { |
| 36146 | + "description": "Specifies the advanced parsing for RagFiles.", |
| 36147 | + "id": "GoogleCloudAiplatformV1RagFileParsingConfigLlmParser", |
| 36148 | + "properties": { |
| 36149 | + "customParsingPrompt": { |
| 36150 | + "description": "The prompt to use for parsing. If not specified, a default prompt will be used.", |
| 36151 | + "type": "string" |
| 36152 | + }, |
| 36153 | + "maxParsingRequestsPerMin": { |
| 36154 | + "description": "The maximum number of requests the job is allowed to make to the LLM model per minute. Consult https://cloud.google.com/vertex-ai/generative-ai/docs/quotas and your document size to set an appropriate value here. If unspecified, a default value of 5000 QPM would be used.", |
| 36155 | + "format": "int32", |
| 36156 | + "type": "integer" |
| 36157 | + }, |
| 36158 | + "modelName": { |
| 36159 | + "description": "The name of a LLM model used for parsing. Format: * `projects/{project_id}/locations/{location}/publishers/{publisher}/models/{model}`", |
| 36160 | + "type": "string" |
| 36161 | + } |
| 36162 | + }, |
| 36163 | + "type": "object" |
| 36164 | + }, |
36126 | 36165 | "GoogleCloudAiplatformV1RagFileTransformationConfig": {
|
36127 | 36166 | "description": "Specifies the transformation config for RagFiles.",
|
36128 | 36167 | "id": "GoogleCloudAiplatformV1RagFileTransformationConfig",
|
|
36592 | 36631 | "type": "string"
|
36593 | 36632 | },
|
36594 | 36633 | "name": {
|
36595 |
| - "description": "Identifier. The resource name of the ReasoningEngine.", |
| 36634 | + "description": "Identifier. The resource name of the ReasoningEngine. Format: `projects/{project}/locations/{location}/reasoningEngines/{reasoning_engine}`", |
36596 | 36635 | "type": "string"
|
36597 | 36636 | },
|
36598 | 36637 | "spec": {
|
|
45968 | 46007 | "engine": {
|
45969 | 46008 | "description": "Optional. Fully-qualified Vertex AI Search engine resource ID. Format: `projects/{project}/locations/{location}/collections/{collection}/engines/{engine}`",
|
45970 | 46009 | "type": "string"
|
| 46010 | + }, |
| 46011 | + "filter": { |
| 46012 | + "description": "Optional. Filter strings to be passed to the search API.", |
| 46013 | + "type": "string" |
| 46014 | + }, |
| 46015 | + "maxResults": { |
| 46016 | + "description": "Optional. Number of search results to return per query. The default value is 10. The maximumm allowed value is 10.", |
| 46017 | + "format": "int32", |
| 46018 | + "type": "integer" |
45971 | 46019 | }
|
45972 | 46020 | },
|
45973 | 46021 | "type": "object"
|
|
0 commit comments