PluginProbe ʕ •ᴥ•ʔ
Transferito: WP Migration / trunk
Transferito: WP Migration vtrunk
trunk 11.4.0 12.0.0 13.1.0 14.0.0 14.0.11 14.0.7 14.1.0 14.1.1 14.1.2 14.1.3 14.1.4
transferito / vendor / aws / aws-sdk-php / src / ComprehendMedical / ComprehendMedicalClient.php
transferito / vendor / aws / aws-sdk-php / src / ComprehendMedical Last commit date
Exception 11 months ago ComprehendMedicalClient.php 11 months ago
ComprehendMedicalClient.php
62 lines
1 <?php
2 namespace Aws\ComprehendMedical;
3
4 use Aws\AwsClient;
5
6 /**
7 * This client is used to interact with the **AWS Comprehend Medical** service.
8 * @method \Aws\Result describeEntitiesDetectionV2Job(array $args = [])
9 * @method \GuzzleHttp\Promise\Promise describeEntitiesDetectionV2JobAsync(array $args = [])
10 * @method \Aws\Result describeICD10CMInferenceJob(array $args = [])
11 * @method \GuzzleHttp\Promise\Promise describeICD10CMInferenceJobAsync(array $args = [])
12 * @method \Aws\Result describePHIDetectionJob(array $args = [])
13 * @method \GuzzleHttp\Promise\Promise describePHIDetectionJobAsync(array $args = [])
14 * @method \Aws\Result describeRxNormInferenceJob(array $args = [])
15 * @method \GuzzleHttp\Promise\Promise describeRxNormInferenceJobAsync(array $args = [])
16 * @method \Aws\Result describeSNOMEDCTInferenceJob(array $args = [])
17 * @method \GuzzleHttp\Promise\Promise describeSNOMEDCTInferenceJobAsync(array $args = [])
18 * @method \Aws\Result detectEntities(array $args = [])
19 * @method \GuzzleHttp\Promise\Promise detectEntitiesAsync(array $args = [])
20 * @method \Aws\Result detectEntitiesV2(array $args = [])
21 * @method \GuzzleHttp\Promise\Promise detectEntitiesV2Async(array $args = [])
22 * @method \Aws\Result detectPHI(array $args = [])
23 * @method \GuzzleHttp\Promise\Promise detectPHIAsync(array $args = [])
24 * @method \Aws\Result inferICD10CM(array $args = [])
25 * @method \GuzzleHttp\Promise\Promise inferICD10CMAsync(array $args = [])
26 * @method \Aws\Result inferRxNorm(array $args = [])
27 * @method \GuzzleHttp\Promise\Promise inferRxNormAsync(array $args = [])
28 * @method \Aws\Result inferSNOMEDCT(array $args = [])
29 * @method \GuzzleHttp\Promise\Promise inferSNOMEDCTAsync(array $args = [])
30 * @method \Aws\Result listEntitiesDetectionV2Jobs(array $args = [])
31 * @method \GuzzleHttp\Promise\Promise listEntitiesDetectionV2JobsAsync(array $args = [])
32 * @method \Aws\Result listICD10CMInferenceJobs(array $args = [])
33 * @method \GuzzleHttp\Promise\Promise listICD10CMInferenceJobsAsync(array $args = [])
34 * @method \Aws\Result listPHIDetectionJobs(array $args = [])
35 * @method \GuzzleHttp\Promise\Promise listPHIDetectionJobsAsync(array $args = [])
36 * @method \Aws\Result listRxNormInferenceJobs(array $args = [])
37 * @method \GuzzleHttp\Promise\Promise listRxNormInferenceJobsAsync(array $args = [])
38 * @method \Aws\Result listSNOMEDCTInferenceJobs(array $args = [])
39 * @method \GuzzleHttp\Promise\Promise listSNOMEDCTInferenceJobsAsync(array $args = [])
40 * @method \Aws\Result startEntitiesDetectionV2Job(array $args = [])
41 * @method \GuzzleHttp\Promise\Promise startEntitiesDetectionV2JobAsync(array $args = [])
42 * @method \Aws\Result startICD10CMInferenceJob(array $args = [])
43 * @method \GuzzleHttp\Promise\Promise startICD10CMInferenceJobAsync(array $args = [])
44 * @method \Aws\Result startPHIDetectionJob(array $args = [])
45 * @method \GuzzleHttp\Promise\Promise startPHIDetectionJobAsync(array $args = [])
46 * @method \Aws\Result startRxNormInferenceJob(array $args = [])
47 * @method \GuzzleHttp\Promise\Promise startRxNormInferenceJobAsync(array $args = [])
48 * @method \Aws\Result startSNOMEDCTInferenceJob(array $args = [])
49 * @method \GuzzleHttp\Promise\Promise startSNOMEDCTInferenceJobAsync(array $args = [])
50 * @method \Aws\Result stopEntitiesDetectionV2Job(array $args = [])
51 * @method \GuzzleHttp\Promise\Promise stopEntitiesDetectionV2JobAsync(array $args = [])
52 * @method \Aws\Result stopICD10CMInferenceJob(array $args = [])
53 * @method \GuzzleHttp\Promise\Promise stopICD10CMInferenceJobAsync(array $args = [])
54 * @method \Aws\Result stopPHIDetectionJob(array $args = [])
55 * @method \GuzzleHttp\Promise\Promise stopPHIDetectionJobAsync(array $args = [])
56 * @method \Aws\Result stopRxNormInferenceJob(array $args = [])
57 * @method \GuzzleHttp\Promise\Promise stopRxNormInferenceJobAsync(array $args = [])
58 * @method \Aws\Result stopSNOMEDCTInferenceJob(array $args = [])
59 * @method \GuzzleHttp\Promise\Promise stopSNOMEDCTInferenceJobAsync(array $args = [])
60 */
61 class ComprehendMedicalClient extends AwsClient {}
62