GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Paws::ComprehendMedical::StartICD10CMInferenceJob(3) User Contributed Perl Documentation Paws::ComprehendMedical::StartICD10CMInferenceJob(3)

Paws::ComprehendMedical::StartICD10CMInferenceJob - Arguments for method StartICD10CMInferenceJob on Paws::ComprehendMedical

This class represents the parameters used for calling the method StartICD10CMInferenceJob on the AWS Comprehend Medical service. Use the attributes of this class as arguments to method StartICD10CMInferenceJob.

You shouldn't make instances of this class. Each attribute should be used as a named argument in the call to StartICD10CMInferenceJob.

    my $comprehendmedical = Paws->service('ComprehendMedical');
    my $StartICD10CMInferenceJobResponse =
      $comprehendmedical->StartICD10CMInferenceJob(
      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 = $StartICD10CMInferenceJobResponse->JobId;

# Returns a Paws::ComprehendMedical::StartICD10CMInferenceJobResponse 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/StartICD10CMInferenceJob>

A unique identifier for the request. If you don't set the client request token, Amazon Comprehend Medical generates one.

REQUIRED DataAccessRoleArn => Str

The 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::InputDataConfig

Specifies the format and location of the input data for the job.

The identifier of the job.

An 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 => Str

The language of the input documents. All documents must be in the same language.

Valid values are: "en"

REQUIRED OutputDataConfig => Paws::ComprehendMedical::OutputDataConfig

Specifies where to send the output files.

This class forms part of Paws, documenting arguments for method StartICD10CMInferenceJob in Paws::ComprehendMedical

The source code is located here: <https://github.com/pplu/aws-sdk-perl>

Please report bugs to: <https://github.com/pplu/aws-sdk-perl/issues>

2022-06-01 perl v5.40.2

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.