![]() |
![]()
| ![]() |
![]()
NAMEPaws::ComprehendMedical::StartEntitiesDetectionV2Job - Arguments for method StartEntitiesDetectionV2Job on Paws::ComprehendMedical DESCRIPTIONThis class represents the parameters used for calling the method StartEntitiesDetectionV2Job on the AWS Comprehend Medical service. Use the attributes of this class as arguments to method StartEntitiesDetectionV2Job. You shouldn't make instances of this class. Each attribute should be used as a named argument in the call to StartEntitiesDetectionV2Job. SYNOPSISmy $comprehendmedical = Paws->service('ComprehendMedical'); my $StartEntitiesDetectionV2JobResponse = $comprehendmedical->StartEntitiesDetectionV2Job( DataAccessRoleArn => 'MyIamRoleArn', InputDataConfig => { S3Bucket => 'MyS3Bucket', # min: 3, max: 63 S3Key => 'MyS3Key', # max: 1024; OPTIONAL }, LanguageCode => 'en', OutputDataConfig => { S3Bucket => 'MyS3Bucket', # min: 3, max: 63 S3Key => 'MyS3Key', # max: 1024; OPTIONAL }, ClientRequestToken => 'MyClientRequestTokenString', # OPTIONAL JobName => 'MyJobName', # OPTIONAL KMSKey => 'MyKMSKey', # OPTIONAL ); # Results: my $JobId = $StartEntitiesDetectionV2JobResponse->JobId; # Returns a Paws::ComprehendMedical::StartEntitiesDetectionV2JobResponse object. Values for attributes that are native types (Int, String, Float, etc) can passed as-is (scalar values). Values for complex Types (objects) can be passed as a HashRef. The keys and values of the hashref will be used to instance the underlying object. For the AWS API documentation, see <https://docs.aws.amazon.com/goto/WebAPI/comprehendmedical/StartEntitiesDetectionV2Job> ATTRIBUTESClientRequestToken => StrA unique identifier for the request. If you don't set the client request token, Amazon Comprehend Medical generates one. REQUIRED DataAccessRoleArn => StrThe Amazon Resource Name (ARN) of the AWS Identity and Access Management (IAM) role that grants Amazon Comprehend Medical read access to your input data. For more information, see Role-Based Permissions Required for Asynchronous Operations (https://docs.aws.amazon.com/comprehend/latest/dg/access-control-managing-permissions-med.html#auth-role-permissions-med). REQUIRED InputDataConfig => Paws::ComprehendMedical::InputDataConfigSpecifies the format and location of the input data for the job. JobName => StrThe identifier of the job. KMSKey => StrAn AWS Key Management Service key to encrypt your output files. If you do not specify a key, the files are written in plain text. REQUIRED LanguageCode => StrThe language of the input documents. All documents must be in the same language. Valid values are: "en" REQUIRED OutputDataConfig => Paws::ComprehendMedical::OutputDataConfigSpecifies where to send the output files. SEE ALSOThis class forms part of Paws, documenting arguments for method StartEntitiesDetectionV2Job in Paws::ComprehendMedical BUGS and CONTRIBUTIONSThe source code is located here: <https://github.com/pplu/aws-sdk-perl> Please report bugs to: <https://github.com/pplu/aws-sdk-perl/issues>
|