Uses of Class
com.google.cloud.automl.v1.BatchPredictResult
-
Packages that use BatchPredictResult Package Description com.google.cloud.automl.v1 A client to Cloud AutoML APIcom.google.cloud.automl.v1.stub -
-
Uses of BatchPredictResult in com.google.cloud.automl.v1
Methods in com.google.cloud.automl.v1 that return BatchPredictResult Modifier and Type Method Description BatchPredictResultBatchPredictResult.Builder. build()BatchPredictResultBatchPredictResult.Builder. buildPartial()static BatchPredictResultBatchPredictResult. getDefaultInstance()BatchPredictResultBatchPredictResult.Builder. getDefaultInstanceForType()BatchPredictResultBatchPredictResult. getDefaultInstanceForType()static BatchPredictResultBatchPredictResult. parseDelimitedFrom(InputStream input)static BatchPredictResultBatchPredictResult. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static BatchPredictResultBatchPredictResult. parseFrom(byte[] data)static BatchPredictResultBatchPredictResult. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static BatchPredictResultBatchPredictResult. parseFrom(com.google.protobuf.ByteString data)static BatchPredictResultBatchPredictResult. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static BatchPredictResultBatchPredictResult. parseFrom(com.google.protobuf.CodedInputStream input)static BatchPredictResultBatchPredictResult. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static BatchPredictResultBatchPredictResult. parseFrom(InputStream input)static BatchPredictResultBatchPredictResult. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static BatchPredictResultBatchPredictResult. parseFrom(ByteBuffer data)static BatchPredictResultBatchPredictResult. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.automl.v1 that return types with arguments of type BatchPredictResult Modifier and Type Method Description com.google.api.gax.longrunning.OperationFuture<BatchPredictResult,OperationMetadata>PredictionServiceClient. batchPredictAsync(BatchPredictRequest request)Perform a batch prediction.com.google.api.gax.longrunning.OperationFuture<BatchPredictResult,OperationMetadata>PredictionServiceClient. batchPredictAsync(ModelName name, BatchPredictInputConfig inputConfig, BatchPredictOutputConfig outputConfig, Map<String,String> params)Perform a batch prediction.com.google.api.gax.longrunning.OperationFuture<BatchPredictResult,OperationMetadata>PredictionServiceClient. batchPredictAsync(String name, BatchPredictInputConfig inputConfig, BatchPredictOutputConfig outputConfig, Map<String,String> params)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.protobuf.Parser<BatchPredictResult>BatchPredictResult. getParserForType()static com.google.protobuf.Parser<BatchPredictResult>BatchPredictResult. parser()Methods in com.google.cloud.automl.v1 with parameters of type BatchPredictResult Modifier and Type Method Description BatchPredictResult.BuilderBatchPredictResult.Builder. mergeFrom(BatchPredictResult other)static BatchPredictResult.BuilderBatchPredictResult. newBuilder(BatchPredictResult prototype) -
Uses of BatchPredictResult in com.google.cloud.automl.v1.stub
Methods in com.google.cloud.automl.v1.stub that return types with arguments of type BatchPredictResult Modifier and Type Method Description 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.
-