Searched defs:rawPredict (Results 1 – 6 of 6) sorted by relevance
251 default void rawPredict( in rawPredict() method346 public void rawPredict( in rawPredict() method in PredictionServiceGrpc.PredictionServiceStub426 public com.google.api.HttpBody rawPredict( in rawPredict() method in PredictionServiceGrpc.PredictionServiceBlockingStub503 public com.google.common.util.concurrent.ListenableFuture<com.google.api.HttpBody> rawPredict( in rawPredict() method in PredictionServiceGrpc.PredictionServiceFutureStub
246 default void rawPredict( in rawPredict() method341 public void rawPredict( in rawPredict() method in PredictionServiceGrpc.PredictionServiceStub421 public com.google.api.HttpBody rawPredict( in rawPredict() method in PredictionServiceGrpc.PredictionServiceBlockingStub498 public com.google.common.util.concurrent.ListenableFuture<com.google.api.HttpBody> rawPredict( in rawPredict() method in PredictionServiceGrpc.PredictionServiceFutureStub
392 public final HttpBody rawPredict(EndpointName endpoint, HttpBody httpBody) { in rawPredict() method in PredictionServiceClient451 public final HttpBody rawPredict(String endpoint, HttpBody httpBody) { in rawPredict() method in PredictionServiceClient498 public final HttpBody rawPredict(RawPredictRequest request) { in rawPredict() method in PredictionServiceClient
388 public final HttpBody rawPredict(EndpointName endpoint, HttpBody httpBody) { in rawPredict() method in PredictionServiceClient445 public final HttpBody rawPredict(String endpoint, HttpBody httpBody) { in rawPredict() method in PredictionServiceClient491 public final HttpBody rawPredict(RawPredictRequest request) { in rawPredict() method in PredictionServiceClient
83 public void rawPredict(RawPredictRequest request, StreamObserver<HttpBody> responseObserver) { in rawPredict() method in MockPredictionServiceImpl