Fetch an asynchronous online prediction operation.
Endpoint
posthttps://aiplatform.googleapis.com/v1/{endpoint}:fetchPredictOperation
Path parameters
endpoint
string
Required. The name of the Endpoint requested to serve the prediction. Format: projects/{project}/locations/{location}/endpoints/{endpoint}
or projects/{project}/locations/{location}/publishers/{publisher}/models/{model}
Request body
The request body contains data with the following structure:
operationName
string
Required. The server-assigned name for the operation.
Response body
If successful, the response body contains an instance of Operation
.