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 BatchPredictResult
BatchPredictResult.Builder. build()
BatchPredictResult
BatchPredictResult.Builder. buildPartial()
static BatchPredictResult
BatchPredictResult. getDefaultInstance()
BatchPredictResult
BatchPredictResult.Builder. getDefaultInstanceForType()
BatchPredictResult
BatchPredictResult. getDefaultInstanceForType()
static BatchPredictResult
BatchPredictResult. parseDelimitedFrom(InputStream input)
static BatchPredictResult
BatchPredictResult. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BatchPredictResult
BatchPredictResult. parseFrom(byte[] data)
static BatchPredictResult
BatchPredictResult. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BatchPredictResult
BatchPredictResult. parseFrom(com.google.protobuf.ByteString data)
static BatchPredictResult
BatchPredictResult. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BatchPredictResult
BatchPredictResult. parseFrom(com.google.protobuf.CodedInputStream input)
static BatchPredictResult
BatchPredictResult. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BatchPredictResult
BatchPredictResult. parseFrom(InputStream input)
static BatchPredictResult
BatchPredictResult. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BatchPredictResult
BatchPredictResult. parseFrom(ByteBuffer data)
static BatchPredictResult
BatchPredictResult. 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.Builder
BatchPredictResult.Builder. mergeFrom(BatchPredictResult other)
static BatchPredictResult.Builder
BatchPredictResult. 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.
-