Uses of Class
com.google.cloud.automl.v1beta1.BatchPredictRequest
-
Packages that use BatchPredictRequest Package Description com.google.cloud.automl.v1beta1 A client to Cloud AutoML APIcom.google.cloud.automl.v1beta1.stub -
-
Uses of BatchPredictRequest in com.google.cloud.automl.v1beta1
Methods in com.google.cloud.automl.v1beta1 that return BatchPredictRequest Modifier and Type Method Description BatchPredictRequest
BatchPredictRequest.Builder. build()
BatchPredictRequest
BatchPredictRequest.Builder. buildPartial()
static BatchPredictRequest
BatchPredictRequest. getDefaultInstance()
BatchPredictRequest
BatchPredictRequest.Builder. getDefaultInstanceForType()
BatchPredictRequest
BatchPredictRequest. getDefaultInstanceForType()
static BatchPredictRequest
BatchPredictRequest. parseDelimitedFrom(InputStream input)
static BatchPredictRequest
BatchPredictRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BatchPredictRequest
BatchPredictRequest. parseFrom(byte[] data)
static BatchPredictRequest
BatchPredictRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BatchPredictRequest
BatchPredictRequest. parseFrom(com.google.protobuf.ByteString data)
static BatchPredictRequest
BatchPredictRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BatchPredictRequest
BatchPredictRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static BatchPredictRequest
BatchPredictRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BatchPredictRequest
BatchPredictRequest. parseFrom(InputStream input)
static BatchPredictRequest
BatchPredictRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BatchPredictRequest
BatchPredictRequest. parseFrom(ByteBuffer data)
static BatchPredictRequest
BatchPredictRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.automl.v1beta1 that return types with arguments of type BatchPredictRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<BatchPredictRequest,com.google.longrunning.Operation>
PredictionServiceClient. batchPredictCallable()
Perform a batch prediction.com.google.api.gax.rpc.OperationCallable<BatchPredictRequest,BatchPredictResult,OperationMetadata>
PredictionServiceClient. batchPredictOperationCallable()
Perform a batch prediction.com.google.api.gax.rpc.OperationCallSettings<BatchPredictRequest,BatchPredictResult,OperationMetadata>
PredictionServiceSettings. batchPredictOperationSettings()
Returns the object with the settings used for calls to batchPredict.com.google.api.gax.rpc.OperationCallSettings.Builder<BatchPredictRequest,BatchPredictResult,OperationMetadata>
PredictionServiceSettings.Builder. batchPredictOperationSettings()
Returns the builder for the settings used for calls to batchPredict.com.google.api.gax.rpc.UnaryCallSettings<BatchPredictRequest,com.google.longrunning.Operation>
PredictionServiceSettings. batchPredictSettings()
Returns the object with the settings used for calls to batchPredict.com.google.api.gax.rpc.UnaryCallSettings.Builder<BatchPredictRequest,com.google.longrunning.Operation>
PredictionServiceSettings.Builder. batchPredictSettings()
Returns the builder for the settings used for calls to batchPredict.static io.grpc.MethodDescriptor<BatchPredictRequest,com.google.longrunning.Operation>
PredictionServiceGrpc. getBatchPredictMethod()
com.google.protobuf.Parser<BatchPredictRequest>
BatchPredictRequest. getParserForType()
static com.google.protobuf.Parser<BatchPredictRequest>
BatchPredictRequest. parser()
Methods in com.google.cloud.automl.v1beta1 with parameters of type BatchPredictRequest Modifier and Type Method Description default void
PredictionServiceGrpc.AsyncService. batchPredict(BatchPredictRequest request, io.grpc.stub.StreamObserver<com.google.longrunning.Operation> responseObserver)
Perform a batch prediction.com.google.longrunning.Operation
PredictionServiceGrpc.PredictionServiceBlockingStub. batchPredict(BatchPredictRequest request)
Perform a batch prediction.com.google.common.util.concurrent.ListenableFuture<com.google.longrunning.Operation>
PredictionServiceGrpc.PredictionServiceFutureStub. batchPredict(BatchPredictRequest request)
Perform a batch prediction.void
PredictionServiceGrpc.PredictionServiceStub. batchPredict(BatchPredictRequest request, io.grpc.stub.StreamObserver<com.google.longrunning.Operation> responseObserver)
Perform a batch prediction.com.google.api.gax.longrunning.OperationFuture<BatchPredictResult,OperationMetadata>
PredictionServiceClient. batchPredictAsync(BatchPredictRequest request)
Perform a batch prediction.BatchPredictRequest.Builder
BatchPredictRequest.Builder. mergeFrom(BatchPredictRequest other)
static BatchPredictRequest.Builder
BatchPredictRequest. newBuilder(BatchPredictRequest prototype)
-
Uses of BatchPredictRequest in com.google.cloud.automl.v1beta1.stub
Methods in com.google.cloud.automl.v1beta1.stub that return types with arguments of type BatchPredictRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<BatchPredictRequest,com.google.longrunning.Operation>
GrpcPredictionServiceStub. batchPredictCallable()
com.google.api.gax.rpc.UnaryCallable<BatchPredictRequest,com.google.longrunning.Operation>
HttpJsonPredictionServiceStub. batchPredictCallable()
com.google.api.gax.rpc.UnaryCallable<BatchPredictRequest,com.google.longrunning.Operation>
PredictionServiceStub. batchPredictCallable()
com.google.api.gax.rpc.OperationCallable<BatchPredictRequest,BatchPredictResult,OperationMetadata>
GrpcPredictionServiceStub. batchPredictOperationCallable()
com.google.api.gax.rpc.OperationCallable<BatchPredictRequest,BatchPredictResult,OperationMetadata>
HttpJsonPredictionServiceStub. batchPredictOperationCallable()
com.google.api.gax.rpc.OperationCallable<BatchPredictRequest,BatchPredictResult,OperationMetadata>
PredictionServiceStub. batchPredictOperationCallable()
com.google.api.gax.rpc.OperationCallSettings<BatchPredictRequest,BatchPredictResult,OperationMetadata>
PredictionServiceStubSettings. batchPredictOperationSettings()
Returns the object with the settings used for calls to batchPredict.com.google.api.gax.rpc.OperationCallSettings.Builder<BatchPredictRequest,BatchPredictResult,OperationMetadata>
PredictionServiceStubSettings.Builder. batchPredictOperationSettings()
Returns the builder for the settings used for calls to batchPredict.com.google.api.gax.rpc.UnaryCallSettings<BatchPredictRequest,com.google.longrunning.Operation>
PredictionServiceStubSettings. batchPredictSettings()
Returns the object with the settings used for calls to batchPredict.com.google.api.gax.rpc.UnaryCallSettings.Builder<BatchPredictRequest,com.google.longrunning.Operation>
PredictionServiceStubSettings.Builder. batchPredictSettings()
Returns the builder for the settings used for calls to batchPredict.
-