Uses of Class
com.google.cloud.aiplatform.v1beta1.PredictResponse
-
Packages that use PredictResponse Package Description com.google.cloud.aiplatform.v1beta1 A client to Vertex AI APIcom.google.cloud.aiplatform.v1beta1.stub -
-
Uses of PredictResponse in com.google.cloud.aiplatform.v1beta1
Methods in com.google.cloud.aiplatform.v1beta1 that return PredictResponse Modifier and Type Method Description PredictResponse
PredictResponse.Builder. build()
PredictResponse
PredictResponse.Builder. buildPartial()
static PredictResponse
PredictResponse. getDefaultInstance()
PredictResponse
PredictResponse.Builder. getDefaultInstanceForType()
PredictResponse
PredictResponse. getDefaultInstanceForType()
static PredictResponse
PredictResponse. parseDelimitedFrom(InputStream input)
static PredictResponse
PredictResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static PredictResponse
PredictResponse. parseFrom(byte[] data)
static PredictResponse
PredictResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static PredictResponse
PredictResponse. parseFrom(com.google.protobuf.ByteString data)
static PredictResponse
PredictResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static PredictResponse
PredictResponse. parseFrom(com.google.protobuf.CodedInputStream input)
static PredictResponse
PredictResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static PredictResponse
PredictResponse. parseFrom(InputStream input)
static PredictResponse
PredictResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static PredictResponse
PredictResponse. parseFrom(ByteBuffer data)
static PredictResponse
PredictResponse. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
PredictResponse
PredictionServiceClient. predict(EndpointName endpoint, List<com.google.protobuf.Value> instances, com.google.protobuf.Value parameters)
Perform an online prediction.PredictResponse
PredictionServiceClient. predict(PredictRequest request)
Perform an online prediction.PredictResponse
PredictionServiceClient. predict(String endpoint, List<com.google.protobuf.Value> instances, com.google.protobuf.Value parameters)
Perform an online prediction.PredictResponse
PredictionServiceGrpc.PredictionServiceBlockingStub. predict(PredictRequest request)
Perform an online prediction.Methods in com.google.cloud.aiplatform.v1beta1 that return types with arguments of type PredictResponse Modifier and Type Method Description com.google.protobuf.Parser<PredictResponse>
PredictResponse. getParserForType()
static io.grpc.MethodDescriptor<PredictRequest,PredictResponse>
PredictionServiceGrpc. getPredictMethod()
static com.google.protobuf.Parser<PredictResponse>
PredictResponse. parser()
com.google.common.util.concurrent.ListenableFuture<PredictResponse>
PredictionServiceGrpc.PredictionServiceFutureStub. predict(PredictRequest request)
Perform an online prediction.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 PredictResponse Modifier and Type Method Description PredictResponse.Builder
PredictResponse.Builder. mergeFrom(PredictResponse other)
static PredictResponse.Builder
PredictResponse. newBuilder(PredictResponse prototype)
Method parameters in com.google.cloud.aiplatform.v1beta1 with type arguments of type PredictResponse Modifier and Type Method Description default void
PredictionServiceGrpc.AsyncService. predict(PredictRequest request, io.grpc.stub.StreamObserver<PredictResponse> responseObserver)
Perform an online prediction.void
PredictionServiceGrpc.PredictionServiceStub. predict(PredictRequest request, io.grpc.stub.StreamObserver<PredictResponse> responseObserver)
Perform an online prediction. -
Uses of PredictResponse in com.google.cloud.aiplatform.v1beta1.stub
Methods in com.google.cloud.aiplatform.v1beta1.stub that return types with arguments of type PredictResponse 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.
-