amazonka-comprehendmedical-2.0: Amazon Comprehend Medical SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.ComprehendMedical.StartEntitiesDetectionV2Job

Description

Starts an asynchronous medical entity detection job for a collection of documents. Use the DescribeEntitiesDetectionV2Job operation to track the status of a job.

Synopsis

Creating a Request

data StartEntitiesDetectionV2Job Source #

See: newStartEntitiesDetectionV2Job smart constructor.

Constructors

StartEntitiesDetectionV2Job' 

Fields

Instances

Instances details
ToJSON StartEntitiesDetectionV2Job Source # 
Instance details

Defined in Amazonka.ComprehendMedical.StartEntitiesDetectionV2Job

ToHeaders StartEntitiesDetectionV2Job Source # 
Instance details

Defined in Amazonka.ComprehendMedical.StartEntitiesDetectionV2Job

ToPath StartEntitiesDetectionV2Job Source # 
Instance details

Defined in Amazonka.ComprehendMedical.StartEntitiesDetectionV2Job

ToQuery StartEntitiesDetectionV2Job Source # 
Instance details

Defined in Amazonka.ComprehendMedical.StartEntitiesDetectionV2Job

AWSRequest StartEntitiesDetectionV2Job Source # 
Instance details

Defined in Amazonka.ComprehendMedical.StartEntitiesDetectionV2Job

Generic StartEntitiesDetectionV2Job Source # 
Instance details

Defined in Amazonka.ComprehendMedical.StartEntitiesDetectionV2Job

Associated Types

type Rep StartEntitiesDetectionV2Job :: Type -> Type #

Read StartEntitiesDetectionV2Job Source # 
Instance details

Defined in Amazonka.ComprehendMedical.StartEntitiesDetectionV2Job

Show StartEntitiesDetectionV2Job Source # 
Instance details

Defined in Amazonka.ComprehendMedical.StartEntitiesDetectionV2Job

NFData StartEntitiesDetectionV2Job Source # 
Instance details

Defined in Amazonka.ComprehendMedical.StartEntitiesDetectionV2Job

Eq StartEntitiesDetectionV2Job Source # 
Instance details

Defined in Amazonka.ComprehendMedical.StartEntitiesDetectionV2Job

Hashable StartEntitiesDetectionV2Job Source # 
Instance details

Defined in Amazonka.ComprehendMedical.StartEntitiesDetectionV2Job

type AWSResponse StartEntitiesDetectionV2Job Source # 
Instance details

Defined in Amazonka.ComprehendMedical.StartEntitiesDetectionV2Job

type Rep StartEntitiesDetectionV2Job Source # 
Instance details

Defined in Amazonka.ComprehendMedical.StartEntitiesDetectionV2Job

type Rep StartEntitiesDetectionV2Job = D1 ('MetaData "StartEntitiesDetectionV2Job" "Amazonka.ComprehendMedical.StartEntitiesDetectionV2Job" "amazonka-comprehendmedical-2.0-K5bRdy29Oz63JzqZPPUiej" 'False) (C1 ('MetaCons "StartEntitiesDetectionV2Job'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "clientRequestToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "jobName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "kmsKey") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "inputDataConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 InputDataConfig) :*: S1 ('MetaSel ('Just "outputDataConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 OutputDataConfig)) :*: (S1 ('MetaSel ('Just "dataAccessRoleArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "languageCode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 LanguageCode)))))

newStartEntitiesDetectionV2Job Source #

Create a value of StartEntitiesDetectionV2Job with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:clientRequestToken:StartEntitiesDetectionV2Job', startEntitiesDetectionV2Job_clientRequestToken - A unique identifier for the request. If you don't set the client request token, Comprehend Medical; generates one for you.

StartEntitiesDetectionV2Job, startEntitiesDetectionV2Job_jobName - The identifier of the job.

StartEntitiesDetectionV2Job, startEntitiesDetectionV2Job_kmsKey - 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.

StartEntitiesDetectionV2Job, startEntitiesDetectionV2Job_inputDataConfig - The input configuration that specifies the format and location of the input data for the job.

StartEntitiesDetectionV2Job, startEntitiesDetectionV2Job_outputDataConfig - The output configuration that specifies where to send the output files.

StartEntitiesDetectionV2Job, startEntitiesDetectionV2Job_dataAccessRoleArn - The Amazon Resource Name (ARN) of the AWS Identity and Access Management (IAM) role that grants Comprehend Medical; read access to your input data. For more information, see Role-Based Permissions Required for Asynchronous Operations.

StartEntitiesDetectionV2Job, startEntitiesDetectionV2Job_languageCode - The language of the input documents. All documents must be in the same language. Comprehend Medical; processes files in US English (en).

Request Lenses

startEntitiesDetectionV2Job_clientRequestToken :: Lens' StartEntitiesDetectionV2Job (Maybe Text) Source #

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

startEntitiesDetectionV2Job_kmsKey :: Lens' StartEntitiesDetectionV2Job (Maybe Text) Source #

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.

startEntitiesDetectionV2Job_inputDataConfig :: Lens' StartEntitiesDetectionV2Job InputDataConfig Source #

The input configuration that specifies the format and location of the input data for the job.

startEntitiesDetectionV2Job_outputDataConfig :: Lens' StartEntitiesDetectionV2Job OutputDataConfig Source #

The output configuration that specifies where to send the output files.

startEntitiesDetectionV2Job_dataAccessRoleArn :: Lens' StartEntitiesDetectionV2Job Text Source #

The Amazon Resource Name (ARN) of the AWS Identity and Access Management (IAM) role that grants Comprehend Medical; read access to your input data. For more information, see Role-Based Permissions Required for Asynchronous Operations.

startEntitiesDetectionV2Job_languageCode :: Lens' StartEntitiesDetectionV2Job LanguageCode Source #

The language of the input documents. All documents must be in the same language. Comprehend Medical; processes files in US English (en).

Destructuring the Response

data StartEntitiesDetectionV2JobResponse Source #

Constructors

StartEntitiesDetectionV2JobResponse' 

Fields

  • jobId :: Maybe Text

    The identifier generated for the job. To get the status of a job, use this identifier with the DescribeEntitiesDetectionV2Job operation.

  • httpStatus :: Int

    The response's http status code.

Instances

Instances details
Generic StartEntitiesDetectionV2JobResponse Source # 
Instance details

Defined in Amazonka.ComprehendMedical.StartEntitiesDetectionV2Job

Read StartEntitiesDetectionV2JobResponse Source # 
Instance details

Defined in Amazonka.ComprehendMedical.StartEntitiesDetectionV2Job

Show StartEntitiesDetectionV2JobResponse Source # 
Instance details

Defined in Amazonka.ComprehendMedical.StartEntitiesDetectionV2Job

NFData StartEntitiesDetectionV2JobResponse Source # 
Instance details

Defined in Amazonka.ComprehendMedical.StartEntitiesDetectionV2Job

Eq StartEntitiesDetectionV2JobResponse Source # 
Instance details

Defined in Amazonka.ComprehendMedical.StartEntitiesDetectionV2Job

type Rep StartEntitiesDetectionV2JobResponse Source # 
Instance details

Defined in Amazonka.ComprehendMedical.StartEntitiesDetectionV2Job

type Rep StartEntitiesDetectionV2JobResponse = D1 ('MetaData "StartEntitiesDetectionV2JobResponse" "Amazonka.ComprehendMedical.StartEntitiesDetectionV2Job" "amazonka-comprehendmedical-2.0-K5bRdy29Oz63JzqZPPUiej" 'False) (C1 ('MetaCons "StartEntitiesDetectionV2JobResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "jobId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newStartEntitiesDetectionV2JobResponse Source #

Create a value of StartEntitiesDetectionV2JobResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

StartEntitiesDetectionV2JobResponse, startEntitiesDetectionV2JobResponse_jobId - The identifier generated for the job. To get the status of a job, use this identifier with the DescribeEntitiesDetectionV2Job operation.

$sel:httpStatus:StartEntitiesDetectionV2JobResponse', startEntitiesDetectionV2JobResponse_httpStatus - The response's http status code.

Response Lenses

startEntitiesDetectionV2JobResponse_jobId :: Lens' StartEntitiesDetectionV2JobResponse (Maybe Text) Source #

The identifier generated for the job. To get the status of a job, use this identifier with the DescribeEntitiesDetectionV2Job operation.