amazonka-comprehend-2.0: Amazon Comprehend 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.Comprehend.DescribeKeyPhrasesDetectionJob

Description

Gets the properties associated with a key phrases detection job. Use this operation to get the status of a detection job.

Synopsis

Creating a Request

data DescribeKeyPhrasesDetectionJob Source #

See: newDescribeKeyPhrasesDetectionJob smart constructor.

Constructors

DescribeKeyPhrasesDetectionJob' 

Fields

  • jobId :: Text

    The identifier that Amazon Comprehend generated for the job. The operation returns this identifier in its response.

Instances

Instances details
ToJSON DescribeKeyPhrasesDetectionJob Source # 
Instance details

Defined in Amazonka.Comprehend.DescribeKeyPhrasesDetectionJob

ToHeaders DescribeKeyPhrasesDetectionJob Source # 
Instance details

Defined in Amazonka.Comprehend.DescribeKeyPhrasesDetectionJob

ToPath DescribeKeyPhrasesDetectionJob Source # 
Instance details

Defined in Amazonka.Comprehend.DescribeKeyPhrasesDetectionJob

ToQuery DescribeKeyPhrasesDetectionJob Source # 
Instance details

Defined in Amazonka.Comprehend.DescribeKeyPhrasesDetectionJob

AWSRequest DescribeKeyPhrasesDetectionJob Source # 
Instance details

Defined in Amazonka.Comprehend.DescribeKeyPhrasesDetectionJob

Generic DescribeKeyPhrasesDetectionJob Source # 
Instance details

Defined in Amazonka.Comprehend.DescribeKeyPhrasesDetectionJob

Associated Types

type Rep DescribeKeyPhrasesDetectionJob :: Type -> Type #

Read DescribeKeyPhrasesDetectionJob Source # 
Instance details

Defined in Amazonka.Comprehend.DescribeKeyPhrasesDetectionJob

Show DescribeKeyPhrasesDetectionJob Source # 
Instance details

Defined in Amazonka.Comprehend.DescribeKeyPhrasesDetectionJob

NFData DescribeKeyPhrasesDetectionJob Source # 
Instance details

Defined in Amazonka.Comprehend.DescribeKeyPhrasesDetectionJob

Eq DescribeKeyPhrasesDetectionJob Source # 
Instance details

Defined in Amazonka.Comprehend.DescribeKeyPhrasesDetectionJob

Hashable DescribeKeyPhrasesDetectionJob Source # 
Instance details

Defined in Amazonka.Comprehend.DescribeKeyPhrasesDetectionJob

type AWSResponse DescribeKeyPhrasesDetectionJob Source # 
Instance details

Defined in Amazonka.Comprehend.DescribeKeyPhrasesDetectionJob

type Rep DescribeKeyPhrasesDetectionJob Source # 
Instance details

Defined in Amazonka.Comprehend.DescribeKeyPhrasesDetectionJob

type Rep DescribeKeyPhrasesDetectionJob = D1 ('MetaData "DescribeKeyPhrasesDetectionJob" "Amazonka.Comprehend.DescribeKeyPhrasesDetectionJob" "amazonka-comprehend-2.0-Ko6GCjAQF2RARapSdPn69F" 'False) (C1 ('MetaCons "DescribeKeyPhrasesDetectionJob'" 'PrefixI 'True) (S1 ('MetaSel ('Just "jobId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newDescribeKeyPhrasesDetectionJob Source #

Create a value of DescribeKeyPhrasesDetectionJob 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:

DescribeKeyPhrasesDetectionJob, describeKeyPhrasesDetectionJob_jobId - The identifier that Amazon Comprehend generated for the job. The operation returns this identifier in its response.

Request Lenses

describeKeyPhrasesDetectionJob_jobId :: Lens' DescribeKeyPhrasesDetectionJob Text Source #

The identifier that Amazon Comprehend generated for the job. The operation returns this identifier in its response.

Destructuring the Response

data DescribeKeyPhrasesDetectionJobResponse Source #

Constructors

DescribeKeyPhrasesDetectionJobResponse' 

Fields

Instances

Instances details
Generic DescribeKeyPhrasesDetectionJobResponse Source # 
Instance details

Defined in Amazonka.Comprehend.DescribeKeyPhrasesDetectionJob

Read DescribeKeyPhrasesDetectionJobResponse Source # 
Instance details

Defined in Amazonka.Comprehend.DescribeKeyPhrasesDetectionJob

Show DescribeKeyPhrasesDetectionJobResponse Source # 
Instance details

Defined in Amazonka.Comprehend.DescribeKeyPhrasesDetectionJob

NFData DescribeKeyPhrasesDetectionJobResponse Source # 
Instance details

Defined in Amazonka.Comprehend.DescribeKeyPhrasesDetectionJob

Eq DescribeKeyPhrasesDetectionJobResponse Source # 
Instance details

Defined in Amazonka.Comprehend.DescribeKeyPhrasesDetectionJob

type Rep DescribeKeyPhrasesDetectionJobResponse Source # 
Instance details

Defined in Amazonka.Comprehend.DescribeKeyPhrasesDetectionJob

type Rep DescribeKeyPhrasesDetectionJobResponse = D1 ('MetaData "DescribeKeyPhrasesDetectionJobResponse" "Amazonka.Comprehend.DescribeKeyPhrasesDetectionJob" "amazonka-comprehend-2.0-Ko6GCjAQF2RARapSdPn69F" 'False) (C1 ('MetaCons "DescribeKeyPhrasesDetectionJobResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "keyPhrasesDetectionJobProperties") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe KeyPhrasesDetectionJobProperties)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newDescribeKeyPhrasesDetectionJobResponse Source #

Create a value of DescribeKeyPhrasesDetectionJobResponse 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:keyPhrasesDetectionJobProperties:DescribeKeyPhrasesDetectionJobResponse', describeKeyPhrasesDetectionJobResponse_keyPhrasesDetectionJobProperties - An object that contains the properties associated with a key phrases detection job.

$sel:httpStatus:DescribeKeyPhrasesDetectionJobResponse', describeKeyPhrasesDetectionJobResponse_httpStatus - The response's http status code.

Response Lenses