You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::ComprehendMedical::Types::StartICD10CMInferenceJobRequest

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing StartICD10CMInferenceJobRequest as input to an Aws::Client method, you can use a vanilla Hash:

{
  input_data_config: { # required
    s3_bucket: "S3Bucket", # required
    s3_key: "S3Key",
  },
  output_data_config: { # required
    s3_bucket: "S3Bucket", # required
    s3_key: "S3Key",
  },
  data_access_role_arn: "IamRoleArn", # required
  job_name: "JobName",
  client_request_token: "ClientRequestTokenString",
  kms_key: "KMSKey",
  language_code: "en", # required, accepts en
}

Instance Attribute Summary collapse

Instance Attribute Details

#client_request_tokenString

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

Returns:

  • (String)

    A unique identifier for the request.

#data_access_role_arnString

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.

Returns:

  • (String)

    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.

#input_data_configTypes::InputDataConfig

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

Returns:

#job_nameString

The identifier of the job.

Returns:

  • (String)

    The identifier of the job.

#kms_keyString

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.

Returns:

  • (String)

    An AWS Key Management Service key to encrypt your output files.

#language_codeString

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

Possible values:

  • en

Returns:

  • (String)

    The language of the input documents.

#output_data_configTypes::OutputDataConfig

Specifies where to send the output files.

Returns: