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.DescribeTargetedSentimentDetectionJob

Description

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

Synopsis

Creating a Request

data DescribeTargetedSentimentDetectionJob Source #

Constructors

DescribeTargetedSentimentDetectionJob' 

Fields

  • jobId :: Text

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

Instances

Instances details
ToJSON DescribeTargetedSentimentDetectionJob Source # 
Instance details

Defined in Amazonka.Comprehend.DescribeTargetedSentimentDetectionJob

ToHeaders DescribeTargetedSentimentDetectionJob Source # 
Instance details

Defined in Amazonka.Comprehend.DescribeTargetedSentimentDetectionJob

ToPath DescribeTargetedSentimentDetectionJob Source # 
Instance details

Defined in Amazonka.Comprehend.DescribeTargetedSentimentDetectionJob

ToQuery DescribeTargetedSentimentDetectionJob Source # 
Instance details

Defined in Amazonka.Comprehend.DescribeTargetedSentimentDetectionJob

AWSRequest DescribeTargetedSentimentDetectionJob Source # 
Instance details

Defined in Amazonka.Comprehend.DescribeTargetedSentimentDetectionJob

Generic DescribeTargetedSentimentDetectionJob Source # 
Instance details

Defined in Amazonka.Comprehend.DescribeTargetedSentimentDetectionJob

Read DescribeTargetedSentimentDetectionJob Source # 
Instance details

Defined in Amazonka.Comprehend.DescribeTargetedSentimentDetectionJob

Show DescribeTargetedSentimentDetectionJob Source # 
Instance details

Defined in Amazonka.Comprehend.DescribeTargetedSentimentDetectionJob

NFData DescribeTargetedSentimentDetectionJob Source # 
Instance details

Defined in Amazonka.Comprehend.DescribeTargetedSentimentDetectionJob

Eq DescribeTargetedSentimentDetectionJob Source # 
Instance details

Defined in Amazonka.Comprehend.DescribeTargetedSentimentDetectionJob

Hashable DescribeTargetedSentimentDetectionJob Source # 
Instance details

Defined in Amazonka.Comprehend.DescribeTargetedSentimentDetectionJob

type AWSResponse DescribeTargetedSentimentDetectionJob Source # 
Instance details

Defined in Amazonka.Comprehend.DescribeTargetedSentimentDetectionJob

type Rep DescribeTargetedSentimentDetectionJob Source # 
Instance details

Defined in Amazonka.Comprehend.DescribeTargetedSentimentDetectionJob

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

newDescribeTargetedSentimentDetectionJob Source #

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

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

Request Lenses

describeTargetedSentimentDetectionJob_jobId :: Lens' DescribeTargetedSentimentDetectionJob Text Source #

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

Destructuring the Response

data DescribeTargetedSentimentDetectionJobResponse Source #

Constructors

DescribeTargetedSentimentDetectionJobResponse' 

Fields

Instances

Instances details
Generic DescribeTargetedSentimentDetectionJobResponse Source # 
Instance details

Defined in Amazonka.Comprehend.DescribeTargetedSentimentDetectionJob

Read DescribeTargetedSentimentDetectionJobResponse Source # 
Instance details

Defined in Amazonka.Comprehend.DescribeTargetedSentimentDetectionJob

Show DescribeTargetedSentimentDetectionJobResponse Source # 
Instance details

Defined in Amazonka.Comprehend.DescribeTargetedSentimentDetectionJob

NFData DescribeTargetedSentimentDetectionJobResponse Source # 
Instance details

Defined in Amazonka.Comprehend.DescribeTargetedSentimentDetectionJob

Eq DescribeTargetedSentimentDetectionJobResponse Source # 
Instance details

Defined in Amazonka.Comprehend.DescribeTargetedSentimentDetectionJob

type Rep DescribeTargetedSentimentDetectionJobResponse Source # 
Instance details

Defined in Amazonka.Comprehend.DescribeTargetedSentimentDetectionJob

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

newDescribeTargetedSentimentDetectionJobResponse Source #

Create a value of DescribeTargetedSentimentDetectionJobResponse 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:targetedSentimentDetectionJobProperties:DescribeTargetedSentimentDetectionJobResponse', describeTargetedSentimentDetectionJobResponse_targetedSentimentDetectionJobProperties - An object that contains the properties associated with a targeted sentiment detection job.

$sel:httpStatus:DescribeTargetedSentimentDetectionJobResponse', describeTargetedSentimentDetectionJobResponse_httpStatus - The response's http status code.

Response Lenses