Uses of Class
com.google.cloud.aiplatform.v1beta1.PredictRequest
-
Packages that use PredictRequest Package Description com.google.cloud.aiplatform.v1beta1 A client to Vertex AI APIcom.google.cloud.aiplatform.v1beta1.stub -
-
Uses of PredictRequest in com.google.cloud.aiplatform.v1beta1
Methods in com.google.cloud.aiplatform.v1beta1 that return PredictRequest Modifier and Type Method Description PredictRequestPredictRequest.Builder. build()PredictRequestPredictRequest.Builder. buildPartial()static PredictRequestPredictRequest. getDefaultInstance()PredictRequestPredictRequest.Builder. getDefaultInstanceForType()PredictRequestPredictRequest. getDefaultInstanceForType()static PredictRequestPredictRequest. parseDelimitedFrom(InputStream input)static PredictRequestPredictRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static PredictRequestPredictRequest. parseFrom(byte[] data)static PredictRequestPredictRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static PredictRequestPredictRequest. parseFrom(com.google.protobuf.ByteString data)static PredictRequestPredictRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static PredictRequestPredictRequest. parseFrom(com.google.protobuf.CodedInputStream input)static PredictRequestPredictRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static PredictRequestPredictRequest. parseFrom(InputStream input)static PredictRequestPredictRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static PredictRequestPredictRequest. parseFrom(ByteBuffer data)static PredictRequestPredictRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.aiplatform.v1beta1 that return types with arguments of type PredictRequest Modifier and Type Method Description com.google.protobuf.Parser<PredictRequest>PredictRequest. getParserForType()static io.grpc.MethodDescriptor<PredictRequest,PredictResponse>PredictionServiceGrpc. getPredictMethod()static com.google.protobuf.Parser<PredictRequest>PredictRequest. parser()com.google.api.gax.rpc.UnaryCallable<PredictRequest,PredictResponse>PredictionServiceClient. predictCallable()Perform an online prediction.com.google.api.gax.rpc.UnaryCallSettings.Builder<PredictRequest,PredictResponse>PredictionServiceSettings.Builder. predictSettings()Returns the builder for the settings used for calls to predict.com.google.api.gax.rpc.UnaryCallSettings<PredictRequest,PredictResponse>PredictionServiceSettings. predictSettings()Returns the object with the settings used for calls to predict.Methods in com.google.cloud.aiplatform.v1beta1 with parameters of type PredictRequest Modifier and Type Method Description PredictRequest.BuilderPredictRequest.Builder. mergeFrom(PredictRequest other)static PredictRequest.BuilderPredictRequest. newBuilder(PredictRequest prototype)PredictResponsePredictionServiceClient. predict(PredictRequest request)Perform an online prediction.default voidPredictionServiceGrpc.AsyncService. predict(PredictRequest request, io.grpc.stub.StreamObserver<PredictResponse> responseObserver)Perform an online prediction.PredictResponsePredictionServiceGrpc.PredictionServiceBlockingStub. predict(PredictRequest request)Perform an online prediction.com.google.common.util.concurrent.ListenableFuture<PredictResponse>PredictionServiceGrpc.PredictionServiceFutureStub. predict(PredictRequest request)Perform an online prediction.voidPredictionServiceGrpc.PredictionServiceStub. predict(PredictRequest request, io.grpc.stub.StreamObserver<PredictResponse> responseObserver)Perform an online prediction. -
Uses of PredictRequest in com.google.cloud.aiplatform.v1beta1.stub
Methods in com.google.cloud.aiplatform.v1beta1.stub that return types with arguments of type PredictRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<PredictRequest,PredictResponse>GrpcPredictionServiceStub. predictCallable()com.google.api.gax.rpc.UnaryCallable<PredictRequest,PredictResponse>PredictionServiceStub. predictCallable()com.google.api.gax.rpc.UnaryCallSettings.Builder<PredictRequest,PredictResponse>PredictionServiceStubSettings.Builder. predictSettings()Returns the builder for the settings used for calls to predict.com.google.api.gax.rpc.UnaryCallSettings<PredictRequest,PredictResponse>PredictionServiceStubSettings. predictSettings()Returns the object with the settings used for calls to predict.
-