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 PredictRequest
PredictRequest.Builder. build()
PredictRequest
PredictRequest.Builder. buildPartial()
static PredictRequest
PredictRequest. getDefaultInstance()
PredictRequest
PredictRequest.Builder. getDefaultInstanceForType()
PredictRequest
PredictRequest. getDefaultInstanceForType()
static PredictRequest
PredictRequest. parseDelimitedFrom(InputStream input)
static PredictRequest
PredictRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static PredictRequest
PredictRequest. parseFrom(byte[] data)
static PredictRequest
PredictRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static PredictRequest
PredictRequest. parseFrom(com.google.protobuf.ByteString data)
static PredictRequest
PredictRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static PredictRequest
PredictRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static PredictRequest
PredictRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static PredictRequest
PredictRequest. parseFrom(InputStream input)
static PredictRequest
PredictRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static PredictRequest
PredictRequest. parseFrom(ByteBuffer data)
static PredictRequest
PredictRequest. 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.Builder
PredictRequest.Builder. mergeFrom(PredictRequest other)
static PredictRequest.Builder
PredictRequest. newBuilder(PredictRequest prototype)
PredictResponse
PredictionServiceClient. predict(PredictRequest request)
Perform an online prediction.default void
PredictionServiceGrpc.AsyncService. predict(PredictRequest request, io.grpc.stub.StreamObserver<PredictResponse> responseObserver)
Perform an online prediction.PredictResponse
PredictionServiceGrpc.PredictionServiceBlockingStub. predict(PredictRequest request)
Perform an online prediction.com.google.common.util.concurrent.ListenableFuture<PredictResponse>
PredictionServiceGrpc.PredictionServiceFutureStub. predict(PredictRequest request)
Perform an online prediction.void
PredictionServiceGrpc.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.
-