libZSservicesZSamazonka-comprehendZSamazonka-comprehend
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

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
Eq DescribeKeyPhrasesDetectionJob Source # 
Instance details

Defined in Amazonka.Comprehend.DescribeKeyPhrasesDetectionJob

Read DescribeKeyPhrasesDetectionJob Source # 
Instance details

Defined in Amazonka.Comprehend.DescribeKeyPhrasesDetectionJob

Show 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 #

NFData DescribeKeyPhrasesDetectionJob Source # 
Instance details

Defined in Amazonka.Comprehend.DescribeKeyPhrasesDetectionJob

Hashable DescribeKeyPhrasesDetectionJob Source # 
Instance details

Defined in Amazonka.Comprehend.DescribeKeyPhrasesDetectionJob

ToJSON DescribeKeyPhrasesDetectionJob Source # 
Instance details

Defined in Amazonka.Comprehend.DescribeKeyPhrasesDetectionJob

AWSRequest 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

type Rep DescribeKeyPhrasesDetectionJob Source # 
Instance details

Defined in Amazonka.Comprehend.DescribeKeyPhrasesDetectionJob

type Rep DescribeKeyPhrasesDetectionJob = D1 ('MetaData "DescribeKeyPhrasesDetectionJob" "Amazonka.Comprehend.DescribeKeyPhrasesDetectionJob" "libZSservicesZSamazonka-comprehendZSamazonka-comprehend" 'False) (C1 ('MetaCons "DescribeKeyPhrasesDetectionJob'" 'PrefixI 'True) (S1 ('MetaSel ('Just "jobId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse DescribeKeyPhrasesDetectionJob Source # 
Instance details

Defined in Amazonka.Comprehend.DescribeKeyPhrasesDetectionJob

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:

$sel:jobId: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
Eq 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

Generic DescribeKeyPhrasesDetectionJobResponse Source # 
Instance details

Defined in Amazonka.Comprehend.DescribeKeyPhrasesDetectionJob

NFData 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" "libZSservicesZSamazonka-comprehendZSamazonka-comprehend" '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