Uses of Class
com.oracle.bmc.ailanguage.requests.BatchDetectHealthEntityRequest
-
Packages that use BatchDetectHealthEntityRequest Package Description com.oracle.bmc.ailanguage com.oracle.bmc.ailanguage.requests -
-
Uses of BatchDetectHealthEntityRequest in com.oracle.bmc.ailanguage
Methods in com.oracle.bmc.ailanguage with parameters of type BatchDetectHealthEntityRequest Modifier and Type Method Description BatchDetectHealthEntityResponse
AIServiceLanguage. batchDetectHealthEntity(BatchDetectHealthEntityRequest request)
The API extracts health entities in text records.Future<BatchDetectHealthEntityResponse>
AIServiceLanguageAsync. batchDetectHealthEntity(BatchDetectHealthEntityRequest request, AsyncHandler<BatchDetectHealthEntityRequest,BatchDetectHealthEntityResponse> handler)
The API extracts health entities in text records.Future<BatchDetectHealthEntityResponse>
AIServiceLanguageAsyncClient. batchDetectHealthEntity(BatchDetectHealthEntityRequest request, AsyncHandler<BatchDetectHealthEntityRequest,BatchDetectHealthEntityResponse> handler)
BatchDetectHealthEntityResponse
AIServiceLanguageClient. batchDetectHealthEntity(BatchDetectHealthEntityRequest request)
Method parameters in com.oracle.bmc.ailanguage with type arguments of type BatchDetectHealthEntityRequest Modifier and Type Method Description Future<BatchDetectHealthEntityResponse>
AIServiceLanguageAsync. batchDetectHealthEntity(BatchDetectHealthEntityRequest request, AsyncHandler<BatchDetectHealthEntityRequest,BatchDetectHealthEntityResponse> handler)
The API extracts health entities in text records.Future<BatchDetectHealthEntityResponse>
AIServiceLanguageAsyncClient. batchDetectHealthEntity(BatchDetectHealthEntityRequest request, AsyncHandler<BatchDetectHealthEntityRequest,BatchDetectHealthEntityResponse> handler)
-
Uses of BatchDetectHealthEntityRequest in com.oracle.bmc.ailanguage.requests
Methods in com.oracle.bmc.ailanguage.requests that return BatchDetectHealthEntityRequest Modifier and Type Method Description BatchDetectHealthEntityRequest
BatchDetectHealthEntityRequest.Builder. build()
Build the instance of BatchDetectHealthEntityRequest as configured by this builderBatchDetectHealthEntityRequest
BatchDetectHealthEntityRequest.Builder. buildWithoutInvocationCallback()
Build the instance of BatchDetectHealthEntityRequest as configured by this builderMethods in com.oracle.bmc.ailanguage.requests with parameters of type BatchDetectHealthEntityRequest Modifier and Type Method Description BatchDetectHealthEntityRequest.Builder
BatchDetectHealthEntityRequest.Builder. copy(BatchDetectHealthEntityRequest o)
Copy method to populate the builder with values from the given instance.
-