|
28834 | 28834 | "https://www.googleapis.com/auth/cloud-platform" |
28835 | 28835 | ] |
28836 | 28836 | }, |
| 28837 | + "cancelAsyncQuery": { |
| 28838 | + "description": "Cancels an AsyncQueryReasoningEngine operation.", |
| 28839 | + "flatPath": "v1beta1/projects/{projectsId}/locations/{locationsId}/reasoningEngines/{reasoningEnginesId}:cancelAsyncQuery", |
| 28840 | + "httpMethod": "POST", |
| 28841 | + "id": "aiplatform.projects.locations.reasoningEngines.cancelAsyncQuery", |
| 28842 | + "parameterOrder": [ |
| 28843 | + "name" |
| 28844 | + ], |
| 28845 | + "parameters": { |
| 28846 | + "name": { |
| 28847 | + "description": "Required. The name of the ReasoningEngine resource to use. Format: `projects/{project}/locations/{location}/reasoningEngines/{reasoning_engine}`", |
| 28848 | + "location": "path", |
| 28849 | + "pattern": "^projects/[^/]+/locations/[^/]+/reasoningEngines/[^/]+$", |
| 28850 | + "required": true, |
| 28851 | + "type": "string" |
| 28852 | + }, |
| 28853 | + "operationName": { |
| 28854 | + "description": "Required. The name of the longrunning operation returned from AsyncQueryReasoningEngine. Format: `projects/{project}/locations/{location}/operations/{operation}`", |
| 28855 | + "location": "query", |
| 28856 | + "type": "string" |
| 28857 | + } |
| 28858 | + }, |
| 28859 | + "path": "v1beta1/{+name}:cancelAsyncQuery", |
| 28860 | + "response": { |
| 28861 | + "$ref": "GoogleCloudAiplatformV1beta1CancelAsyncQueryReasoningEngineResponse" |
| 28862 | + }, |
| 28863 | + "scopes": [ |
| 28864 | + "https://www.googleapis.com/auth/cloud-platform" |
| 28865 | + ] |
| 28866 | + }, |
28837 | 28867 | "create": { |
28838 | 28868 | "description": "Creates a reasoning engine.", |
28839 | 28869 | "flatPath": "v1beta1/projects/{projectsId}/locations/{locationsId}/reasoningEngines", |
|
38828 | 38858 | "https://www.googleapis.com/auth/cloud-platform" |
38829 | 38859 | ] |
38830 | 38860 | }, |
| 38861 | + "cancelAsyncQuery": { |
| 38862 | + "description": "Cancels an AsyncQueryReasoningEngine operation.", |
| 38863 | + "flatPath": "v1beta1/reasoningEngines/{reasoningEnginesId}:cancelAsyncQuery", |
| 38864 | + "httpMethod": "POST", |
| 38865 | + "id": "aiplatform.reasoningEngines.cancelAsyncQuery", |
| 38866 | + "parameterOrder": [ |
| 38867 | + "name" |
| 38868 | + ], |
| 38869 | + "parameters": { |
| 38870 | + "name": { |
| 38871 | + "description": "Required. The name of the ReasoningEngine resource to use. Format: `projects/{project}/locations/{location}/reasoningEngines/{reasoning_engine}`", |
| 38872 | + "location": "path", |
| 38873 | + "pattern": "^reasoningEngines/[^/]+$", |
| 38874 | + "required": true, |
| 38875 | + "type": "string" |
| 38876 | + }, |
| 38877 | + "operationName": { |
| 38878 | + "description": "Required. The name of the longrunning operation returned from AsyncQueryReasoningEngine. Format: `projects/{project}/locations/{location}/operations/{operation}`", |
| 38879 | + "location": "query", |
| 38880 | + "type": "string" |
| 38881 | + } |
| 38882 | + }, |
| 38883 | + "path": "v1beta1/{+name}:cancelAsyncQuery", |
| 38884 | + "response": { |
| 38885 | + "$ref": "GoogleCloudAiplatformV1beta1CancelAsyncQueryReasoningEngineResponse" |
| 38886 | + }, |
| 38887 | + "scopes": [ |
| 38888 | + "https://www.googleapis.com/auth/cloud-platform" |
| 38889 | + ] |
| 38890 | + }, |
38831 | 38891 | "create": { |
38832 | 38892 | "description": "Creates a reasoning engine.", |
38833 | 38893 | "flatPath": "v1beta1/reasoningEngines", |
|
45463 | 45523 | } |
45464 | 45524 | } |
45465 | 45525 | }, |
45466 | | - "revision": "20260427", |
| 45526 | + "revision": "20260506", |
45467 | 45527 | "rootUrl": "https://aiplatform.googleapis.com/", |
45468 | 45528 | "schemas": { |
45469 | 45529 | "CloudAiLargeModelsVisionGenerateVideoExperiments": { |
|
48259 | 48319 | }, |
48260 | 48320 | "type": "object" |
48261 | 48321 | }, |
| 48322 | + "GoogleCloudAiplatformV1beta1CancelAsyncQueryReasoningEngineResponse": { |
| 48323 | + "description": "Response message for ReasoningEngineExecutionService.CancelAsyncQueryReasoningEngine.", |
| 48324 | + "id": "GoogleCloudAiplatformV1beta1CancelAsyncQueryReasoningEngineResponse", |
| 48325 | + "properties": {}, |
| 48326 | + "type": "object" |
| 48327 | + }, |
48262 | 48328 | "GoogleCloudAiplatformV1beta1CancelBatchPredictionJobRequest": { |
48263 | 48329 | "description": "Request message for JobService.CancelBatchPredictionJob.", |
48264 | 48330 | "id": "GoogleCloudAiplatformV1beta1CancelBatchPredictionJobRequest", |
|
72220 | 72286 | "type": "string" |
72221 | 72287 | }, |
72222 | 72288 | "pythonVersion": { |
72223 | | - "description": "Optional. The Python version. Supported values are 3.9, 3.10, 3.11, 3.12, 3.13, 3.14. If not specified, the default value is 3.10.", |
| 72289 | + "description": "Optional. The Python version. Supported values are 3.10, 3.11, 3.12, 3.13, 3.14. If not specified, the default value is 3.10.", |
72224 | 72290 | "type": "string" |
72225 | 72291 | }, |
72226 | 72292 | "requirementsGcsUri": { |
|
72360 | 72426 | "type": "string" |
72361 | 72427 | }, |
72362 | 72428 | "version": { |
72363 | | - "description": "Optional. The version of Python to use. Support version includes 3.9, 3.10, 3.11, 3.12, 3.13, 3.14. If not specified, default value is 3.10.", |
| 72429 | + "description": "Optional. The version of Python to use. Supported versions include 3.10, 3.11, 3.12, 3.13, 3.14. If not specified, default value is 3.10.", |
72364 | 72430 | "type": "string" |
72365 | 72431 | } |
72366 | 72432 | }, |
|
74048 | 74114 | "readOnly": true, |
74049 | 74115 | "type": "string" |
74050 | 74116 | }, |
74051 | | - "sandboxHostname": { |
74052 | | - "description": "Output only. The hostname of the SandboxEnvironment.", |
74053 | | - "readOnly": true, |
74054 | | - "type": "string" |
74055 | | - }, |
74056 | 74117 | "sandboxInternalIp": { |
74057 | 74118 | "description": "Output only. The internal IP address of the SandboxEnvironment.", |
74058 | 74119 | "readOnly": true, |
|
0 commit comments