ComprehendMedicalClient.php 4.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. <?php
  2. namespace Aws\ComprehendMedical;
  3. use Aws\AwsClient;
  4. /**
  5. * This client is used to interact with the **AWS Comprehend Medical** service.
  6. * @method \Aws\Result describeEntitiesDetectionV2Job(array $args = [])
  7. * @method \GuzzleHttp\Promise\Promise describeEntitiesDetectionV2JobAsync(array $args = [])
  8. * @method \Aws\Result describeICD10CMInferenceJob(array $args = [])
  9. * @method \GuzzleHttp\Promise\Promise describeICD10CMInferenceJobAsync(array $args = [])
  10. * @method \Aws\Result describePHIDetectionJob(array $args = [])
  11. * @method \GuzzleHttp\Promise\Promise describePHIDetectionJobAsync(array $args = [])
  12. * @method \Aws\Result describeRxNormInferenceJob(array $args = [])
  13. * @method \GuzzleHttp\Promise\Promise describeRxNormInferenceJobAsync(array $args = [])
  14. * @method \Aws\Result describeSNOMEDCTInferenceJob(array $args = [])
  15. * @method \GuzzleHttp\Promise\Promise describeSNOMEDCTInferenceJobAsync(array $args = [])
  16. * @method \Aws\Result detectEntities(array $args = [])
  17. * @method \GuzzleHttp\Promise\Promise detectEntitiesAsync(array $args = [])
  18. * @method \Aws\Result detectEntitiesV2(array $args = [])
  19. * @method \GuzzleHttp\Promise\Promise detectEntitiesV2Async(array $args = [])
  20. * @method \Aws\Result detectPHI(array $args = [])
  21. * @method \GuzzleHttp\Promise\Promise detectPHIAsync(array $args = [])
  22. * @method \Aws\Result inferICD10CM(array $args = [])
  23. * @method \GuzzleHttp\Promise\Promise inferICD10CMAsync(array $args = [])
  24. * @method \Aws\Result inferRxNorm(array $args = [])
  25. * @method \GuzzleHttp\Promise\Promise inferRxNormAsync(array $args = [])
  26. * @method \Aws\Result inferSNOMEDCT(array $args = [])
  27. * @method \GuzzleHttp\Promise\Promise inferSNOMEDCTAsync(array $args = [])
  28. * @method \Aws\Result listEntitiesDetectionV2Jobs(array $args = [])
  29. * @method \GuzzleHttp\Promise\Promise listEntitiesDetectionV2JobsAsync(array $args = [])
  30. * @method \Aws\Result listICD10CMInferenceJobs(array $args = [])
  31. * @method \GuzzleHttp\Promise\Promise listICD10CMInferenceJobsAsync(array $args = [])
  32. * @method \Aws\Result listPHIDetectionJobs(array $args = [])
  33. * @method \GuzzleHttp\Promise\Promise listPHIDetectionJobsAsync(array $args = [])
  34. * @method \Aws\Result listRxNormInferenceJobs(array $args = [])
  35. * @method \GuzzleHttp\Promise\Promise listRxNormInferenceJobsAsync(array $args = [])
  36. * @method \Aws\Result listSNOMEDCTInferenceJobs(array $args = [])
  37. * @method \GuzzleHttp\Promise\Promise listSNOMEDCTInferenceJobsAsync(array $args = [])
  38. * @method \Aws\Result startEntitiesDetectionV2Job(array $args = [])
  39. * @method \GuzzleHttp\Promise\Promise startEntitiesDetectionV2JobAsync(array $args = [])
  40. * @method \Aws\Result startICD10CMInferenceJob(array $args = [])
  41. * @method \GuzzleHttp\Promise\Promise startICD10CMInferenceJobAsync(array $args = [])
  42. * @method \Aws\Result startPHIDetectionJob(array $args = [])
  43. * @method \GuzzleHttp\Promise\Promise startPHIDetectionJobAsync(array $args = [])
  44. * @method \Aws\Result startRxNormInferenceJob(array $args = [])
  45. * @method \GuzzleHttp\Promise\Promise startRxNormInferenceJobAsync(array $args = [])
  46. * @method \Aws\Result startSNOMEDCTInferenceJob(array $args = [])
  47. * @method \GuzzleHttp\Promise\Promise startSNOMEDCTInferenceJobAsync(array $args = [])
  48. * @method \Aws\Result stopEntitiesDetectionV2Job(array $args = [])
  49. * @method \GuzzleHttp\Promise\Promise stopEntitiesDetectionV2JobAsync(array $args = [])
  50. * @method \Aws\Result stopICD10CMInferenceJob(array $args = [])
  51. * @method \GuzzleHttp\Promise\Promise stopICD10CMInferenceJobAsync(array $args = [])
  52. * @method \Aws\Result stopPHIDetectionJob(array $args = [])
  53. * @method \GuzzleHttp\Promise\Promise stopPHIDetectionJobAsync(array $args = [])
  54. * @method \Aws\Result stopRxNormInferenceJob(array $args = [])
  55. * @method \GuzzleHttp\Promise\Promise stopRxNormInferenceJobAsync(array $args = [])
  56. * @method \Aws\Result stopSNOMEDCTInferenceJob(array $args = [])
  57. * @method \GuzzleHttp\Promise\Promise stopSNOMEDCTInferenceJobAsync(array $args = [])
  58. */
  59. class ComprehendMedicalClient extends AwsClient {}