2023-12-05
▼ ▲ aiplatform.projects.locations.endpoints.directRawPredict
Description : Perform an online prediction request through gRPC.
Path : v1/{+endpoint}:directRawPredict
Parameters :
endpoint
Description : Required. The name of the Endpoint requested to serve the prediction. Format: `projects/{project}/locations/{location}/endpoints/{endpoint}`
Pattern : ^projects/[^/]+/locations/[^/]+/endpoints/[^/]+$
Type : string
Location : path
Required : Yes
Parameter Order : endpoint
Flat Path : v1/projects/{projectsId}/locations/{locationsId}/endpoints/{endpointsId}:directRawPredict
Scopes : https://www.googleapis.com/auth/cloud-platform
HTTP Method : POST
▼ ▲ aiplatform.projects.locations.endpoints.directPredict
Scopes : https://www.googleapis.com/auth/cloud-platform
Parameter Order : endpoint
Path : v1/{+endpoint}:directPredict
Description : Perform an unary online prediction request for Vertex first-party products and frameworks.
Parameters :
endpoint
Type : string
Location : path
Description : Required. The name of the Endpoint requested to serve the prediction. Format: `projects/{project}/locations/{location}/endpoints/{endpoint}`
Pattern : ^projects/[^/]+/locations/[^/]+/endpoints/[^/]+$
Required : Yes
Flat Path : v1/projects/{projectsId}/locations/{locationsId}/endpoints/{endpointsId}:directPredict
HTTP Method : POST
▼ ▲ aiplatform.projects.locations.notebookRuntimes.upgrade
Description : Upgrades a NotebookRuntime.
HTTP Method : POST
Scopes : https://www.googleapis.com/auth/cloud-platform
Flat Path : v1/projects/{projectsId}/locations/{locationsId}/notebookRuntimes/{notebookRuntimesId}:upgrade
Path : v1/{+name}:upgrade
Parameters :
name
Description : Required. The name of the NotebookRuntime resource to be upgrade. Instead of checking whether the name is in valid NotebookRuntime resource name format, directly throw NotFound exception if there is no such NotebookRuntime in spanner.
Required : Yes
Pattern : ^projects/[^/]+/locations/[^/]+/notebookRuntimes/[^/]+$
Type : string
Location : path
Parameter Order : name