Файл: sngine-v2.8/Script/includes/libs/AWS/Aws/ComprehendMedical/ComprehendMedicalClient.php
Строк: 96
<?php
namespace AwsComprehendMedical;
use AwsAwsClient;
/**
* This client is used to interact with the **AWS Comprehend Medical** service.
* @method AwsResult describeEntitiesDetectionV2Job(array $args = [])
* @method GuzzleHttpPromisePromise describeEntitiesDetectionV2JobAsync(array $args = [])
* @method AwsResult describeICD10CMInferenceJob(array $args = [])
* @method GuzzleHttpPromisePromise describeICD10CMInferenceJobAsync(array $args = [])
* @method AwsResult describePHIDetectionJob(array $args = [])
* @method GuzzleHttpPromisePromise describePHIDetectionJobAsync(array $args = [])
* @method AwsResult describeRxNormInferenceJob(array $args = [])
* @method GuzzleHttpPromisePromise describeRxNormInferenceJobAsync(array $args = [])
* @method AwsResult detectEntities(array $args = [])
* @method GuzzleHttpPromisePromise detectEntitiesAsync(array $args = [])
* @method AwsResult detectEntitiesV2(array $args = [])
* @method GuzzleHttpPromisePromise detectEntitiesV2Async(array $args = [])
* @method AwsResult detectPHI(array $args = [])
* @method GuzzleHttpPromisePromise detectPHIAsync(array $args = [])
* @method AwsResult inferICD10CM(array $args = [])
* @method GuzzleHttpPromisePromise inferICD10CMAsync(array $args = [])
* @method AwsResult inferRxNorm(array $args = [])
* @method GuzzleHttpPromisePromise inferRxNormAsync(array $args = [])
* @method AwsResult listEntitiesDetectionV2Jobs(array $args = [])
* @method GuzzleHttpPromisePromise listEntitiesDetectionV2JobsAsync(array $args = [])
* @method AwsResult listICD10CMInferenceJobs(array $args = [])
* @method GuzzleHttpPromisePromise listICD10CMInferenceJobsAsync(array $args = [])
* @method AwsResult listPHIDetectionJobs(array $args = [])
* @method GuzzleHttpPromisePromise listPHIDetectionJobsAsync(array $args = [])
* @method AwsResult listRxNormInferenceJobs(array $args = [])
* @method GuzzleHttpPromisePromise listRxNormInferenceJobsAsync(array $args = [])
* @method AwsResult startEntitiesDetectionV2Job(array $args = [])
* @method GuzzleHttpPromisePromise startEntitiesDetectionV2JobAsync(array $args = [])
* @method AwsResult startICD10CMInferenceJob(array $args = [])
* @method GuzzleHttpPromisePromise startICD10CMInferenceJobAsync(array $args = [])
* @method AwsResult startPHIDetectionJob(array $args = [])
* @method GuzzleHttpPromisePromise startPHIDetectionJobAsync(array $args = [])
* @method AwsResult startRxNormInferenceJob(array $args = [])
* @method GuzzleHttpPromisePromise startRxNormInferenceJobAsync(array $args = [])
* @method AwsResult stopEntitiesDetectionV2Job(array $args = [])
* @method GuzzleHttpPromisePromise stopEntitiesDetectionV2JobAsync(array $args = [])
* @method AwsResult stopICD10CMInferenceJob(array $args = [])
* @method GuzzleHttpPromisePromise stopICD10CMInferenceJobAsync(array $args = [])
* @method AwsResult stopPHIDetectionJob(array $args = [])
* @method GuzzleHttpPromisePromise stopPHIDetectionJobAsync(array $args = [])
* @method AwsResult stopRxNormInferenceJob(array $args = [])
* @method GuzzleHttpPromisePromise stopRxNormInferenceJobAsync(array $args = [])
*/
class ComprehendMedicalClient extends AwsClient {}