diff --git a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/PredictionServiceClient.java b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/PredictionServiceClient.java index 60d164eb62a1..f82ae404d7e2 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/PredictionServiceClient.java +++ b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/PredictionServiceClient.java @@ -124,8 +124,18 @@ * * * + *

StreamRawPredict + *

Perform a streaming online prediction with an arbitrary HTTP payload. + * + *

Callable method variants take no parameters and return an immutable API callable object, which can be used to initiate calls to the service.

+ * + * + * + * *

DirectPredict - *

Perform an unary online prediction request for Vertex first-party products and frameworks. + *

Perform an unary online prediction request to a gRPC model server for Vertex first-party products and frameworks. * *

Request object method variants only take one parameter, a request object, which must be constructed before the call.

*