allow vendord
All checks were successful
Build, Push and Deploy / build-and-push (push) Successful in 3m3s
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 16s
Build, Push and Deploy / deploy-staging (push) Successful in 32s
Build, Push and Deploy / deploy-production (push) Has been skipped
Build, Push and Deploy / cleanup (push) Successful in 1s

This commit is contained in:
2026-03-30 14:54:57 +07:00
parent 66aed7c4e8
commit b5e3a778ce
21316 changed files with 2777892 additions and 13 deletions

View File

@@ -0,0 +1,61 @@
<?php
namespace Aws\ComprehendMedical;
use Aws\AwsClient;
/**
* This client is used to interact with the **AWS Comprehend Medical** service.
* @method \Aws\Result describeEntitiesDetectionV2Job(array $args = [])
* @method \GuzzleHttp\Promise\Promise describeEntitiesDetectionV2JobAsync(array $args = [])
* @method \Aws\Result describeICD10CMInferenceJob(array $args = [])
* @method \GuzzleHttp\Promise\Promise describeICD10CMInferenceJobAsync(array $args = [])
* @method \Aws\Result describePHIDetectionJob(array $args = [])
* @method \GuzzleHttp\Promise\Promise describePHIDetectionJobAsync(array $args = [])
* @method \Aws\Result describeRxNormInferenceJob(array $args = [])
* @method \GuzzleHttp\Promise\Promise describeRxNormInferenceJobAsync(array $args = [])
* @method \Aws\Result describeSNOMEDCTInferenceJob(array $args = [])
* @method \GuzzleHttp\Promise\Promise describeSNOMEDCTInferenceJobAsync(array $args = [])
* @method \Aws\Result detectEntities(array $args = [])
* @method \GuzzleHttp\Promise\Promise detectEntitiesAsync(array $args = [])
* @method \Aws\Result detectEntitiesV2(array $args = [])
* @method \GuzzleHttp\Promise\Promise detectEntitiesV2Async(array $args = [])
* @method \Aws\Result detectPHI(array $args = [])
* @method \GuzzleHttp\Promise\Promise detectPHIAsync(array $args = [])
* @method \Aws\Result inferICD10CM(array $args = [])
* @method \GuzzleHttp\Promise\Promise inferICD10CMAsync(array $args = [])
* @method \Aws\Result inferRxNorm(array $args = [])
* @method \GuzzleHttp\Promise\Promise inferRxNormAsync(array $args = [])
* @method \Aws\Result inferSNOMEDCT(array $args = [])
* @method \GuzzleHttp\Promise\Promise inferSNOMEDCTAsync(array $args = [])
* @method \Aws\Result listEntitiesDetectionV2Jobs(array $args = [])
* @method \GuzzleHttp\Promise\Promise listEntitiesDetectionV2JobsAsync(array $args = [])
* @method \Aws\Result listICD10CMInferenceJobs(array $args = [])
* @method \GuzzleHttp\Promise\Promise listICD10CMInferenceJobsAsync(array $args = [])
* @method \Aws\Result listPHIDetectionJobs(array $args = [])
* @method \GuzzleHttp\Promise\Promise listPHIDetectionJobsAsync(array $args = [])
* @method \Aws\Result listRxNormInferenceJobs(array $args = [])
* @method \GuzzleHttp\Promise\Promise listRxNormInferenceJobsAsync(array $args = [])
* @method \Aws\Result listSNOMEDCTInferenceJobs(array $args = [])
* @method \GuzzleHttp\Promise\Promise listSNOMEDCTInferenceJobsAsync(array $args = [])
* @method \Aws\Result startEntitiesDetectionV2Job(array $args = [])
* @method \GuzzleHttp\Promise\Promise startEntitiesDetectionV2JobAsync(array $args = [])
* @method \Aws\Result startICD10CMInferenceJob(array $args = [])
* @method \GuzzleHttp\Promise\Promise startICD10CMInferenceJobAsync(array $args = [])
* @method \Aws\Result startPHIDetectionJob(array $args = [])
* @method \GuzzleHttp\Promise\Promise startPHIDetectionJobAsync(array $args = [])
* @method \Aws\Result startRxNormInferenceJob(array $args = [])
* @method \GuzzleHttp\Promise\Promise startRxNormInferenceJobAsync(array $args = [])
* @method \Aws\Result startSNOMEDCTInferenceJob(array $args = [])
* @method \GuzzleHttp\Promise\Promise startSNOMEDCTInferenceJobAsync(array $args = [])
* @method \Aws\Result stopEntitiesDetectionV2Job(array $args = [])
* @method \GuzzleHttp\Promise\Promise stopEntitiesDetectionV2JobAsync(array $args = [])
* @method \Aws\Result stopICD10CMInferenceJob(array $args = [])
* @method \GuzzleHttp\Promise\Promise stopICD10CMInferenceJobAsync(array $args = [])
* @method \Aws\Result stopPHIDetectionJob(array $args = [])
* @method \GuzzleHttp\Promise\Promise stopPHIDetectionJobAsync(array $args = [])
* @method \Aws\Result stopRxNormInferenceJob(array $args = [])
* @method \GuzzleHttp\Promise\Promise stopRxNormInferenceJobAsync(array $args = [])
* @method \Aws\Result stopSNOMEDCTInferenceJob(array $args = [])
* @method \GuzzleHttp\Promise\Promise stopSNOMEDCTInferenceJobAsync(array $args = [])
*/
class ComprehendMedicalClient extends AwsClient {}

View File

@@ -0,0 +1,9 @@
<?php
namespace Aws\ComprehendMedical\Exception;
use Aws\Exception\AwsException;
/**
* Represents an error interacting with the **AWS Comprehend Medical** service.
*/
class ComprehendMedicalException extends AwsException {}