Uses of Class
com.google.cloud.recommendationengine.v1beta1.PredictionServiceClient
-
Packages that use PredictionServiceClient Package Description com.google.cloud.recommendationengine.v1beta1 A client to Recommendations AI -
-
Uses of PredictionServiceClient in com.google.cloud.recommendationengine.v1beta1
Methods in com.google.cloud.recommendationengine.v1beta1 that return PredictionServiceClient Modifier and Type Method Description static PredictionServiceClient
PredictionServiceClient. create()
Constructs an instance of PredictionServiceClient with default settings.static PredictionServiceClient
PredictionServiceClient. create(PredictionServiceSettings settings)
Constructs an instance of PredictionServiceClient, using the given settings.static PredictionServiceClient
PredictionServiceClient. create(PredictionServiceStub stub)
Constructs an instance of PredictionServiceClient, using the given stub for making calls.
-