Agent Platform API (aiplatform:v1)

2026-05-09

2 new methods

Additions

    Methods
  • aiplatform.projects.locations.reasoningEngines.cancelAsyncQuery

      Path : v1/{+name}:cancelAsyncQuery

      Description : Cancels an AsyncQueryReasoningEngine operation.

      HTTP Method : POST

      Flat Path : v1/projects/{projectsId}/locations/{locationsId}/reasoningEngines/{reasoningEnginesId}:cancelAsyncQuery

      Parameters :

        name

          Description : Required. The name of the ReasoningEngine resource to use. Format: `projects/{project}/locations/{location}/reasoningEngines/{reasoning_engine}`

          Type : string

          Required : Yes

          Pattern : ^projects/[^/]+/locations/[^/]+/reasoningEngines/[^/]+$

          Location : path

        operationName

          Description : Required. The name of the longrunning operation returned from AsyncQueryReasoningEngine. Format: `projects/{project}/locations/{location}/operations/{operation}`

          Type : string

          Location : query

      Parameter Order : name

      Scopes : https://www.googleapis.com/auth/cloud-platform

  • aiplatform.reasoningEngines.cancelAsyncQuery

      HTTP Method : POST

      Scopes : https://www.googleapis.com/auth/cloud-platform

      Parameters :

        name

          Description : Required. The name of the ReasoningEngine resource to use. Format: `projects/{project}/locations/{location}/reasoningEngines/{reasoning_engine}`

          Type : string

          Required : Yes

          Pattern : ^reasoningEngines/[^/]+$

          Location : path

        operationName

          Location : query

          Description : Required. The name of the longrunning operation returned from AsyncQueryReasoningEngine. Format: `projects/{project}/locations/{location}/operations/{operation}`

          Type : string

      Parameter Order : name

      Flat Path : v1/reasoningEngines/{reasoningEnginesId}:cancelAsyncQuery

      Path : v1/{+name}:cancelAsyncQuery

      Description : Cancels an AsyncQueryReasoningEngine operation.