Uses of Class
com.google.cloud.automl.v1.PredictResponse
-
Packages that use PredictResponse Package Description com.google.cloud.automl.v1 A client to Cloud AutoML APIcom.google.cloud.automl.v1.stub -
-
Uses of PredictResponse in com.google.cloud.automl.v1
Methods in com.google.cloud.automl.v1 that return PredictResponse Modifier and Type Method Description PredictResponsePredictResponse.Builder. build()PredictResponsePredictResponse.Builder. buildPartial()static PredictResponsePredictResponse. getDefaultInstance()PredictResponsePredictResponse.Builder. getDefaultInstanceForType()PredictResponsePredictResponse. getDefaultInstanceForType()static PredictResponsePredictResponse. parseDelimitedFrom(InputStream input)static PredictResponsePredictResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static PredictResponsePredictResponse. parseFrom(byte[] data)static PredictResponsePredictResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static PredictResponsePredictResponse. parseFrom(com.google.protobuf.ByteString data)static PredictResponsePredictResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static PredictResponsePredictResponse. parseFrom(com.google.protobuf.CodedInputStream input)static PredictResponsePredictResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static PredictResponsePredictResponse. parseFrom(InputStream input)static PredictResponsePredictResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static PredictResponsePredictResponse. parseFrom(ByteBuffer data)static PredictResponsePredictResponse. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)PredictResponsePredictionServiceClient. predict(ModelName name, ExamplePayload payload, Map<String,String> params)Perform an online prediction.PredictResponsePredictionServiceClient. predict(PredictRequest request)Perform an online prediction.PredictResponsePredictionServiceClient. predict(String name, ExamplePayload payload, Map<String,String> params)Perform an online prediction.PredictResponsePredictionServiceGrpc.PredictionServiceBlockingStub. predict(PredictRequest request)Perform an online prediction.Methods in com.google.cloud.automl.v1 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.automl.v1 with parameters of type PredictResponse Modifier and Type Method Description PredictResponse.BuilderPredictResponse.Builder. mergeFrom(PredictResponse other)static PredictResponse.BuilderPredictResponse. newBuilder(PredictResponse prototype)Method parameters in com.google.cloud.automl.v1 with type arguments of type PredictResponse Modifier and Type Method Description default voidPredictionServiceGrpc.AsyncService. predict(PredictRequest request, io.grpc.stub.StreamObserver<PredictResponse> responseObserver)Perform an online prediction.voidPredictionServiceGrpc.PredictionServiceStub. predict(PredictRequest request, io.grpc.stub.StreamObserver<PredictResponse> responseObserver)Perform an online prediction. -
Uses of PredictResponse in com.google.cloud.automl.v1.stub
Methods in com.google.cloud.automl.v1.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>HttpJsonPredictionServiceStub. 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.
-