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

Description

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

Synopsis

Creating a Request

data DescribeSentimentDetectionJob Source #

See: newDescribeSentimentDetectionJob smart constructor.

Constructors

DescribeSentimentDetectionJob' 

Fields

  • jobId :: Text

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

Instances

Instances details
ToJSON DescribeSentimentDetectionJob Source # 
Instance details

Defined in Amazonka.Comprehend.DescribeSentimentDetectionJob

ToHeaders DescribeSentimentDetectionJob Source # 
Instance details

Defined in Amazonka.Comprehend.DescribeSentimentDetectionJob

ToPath DescribeSentimentDetectionJob Source # 
Instance details

Defined in Amazonka.Comprehend.DescribeSentimentDetectionJob

ToQuery DescribeSentimentDetectionJob Source # 
Instance details

Defined in Amazonka.Comprehend.DescribeSentimentDetectionJob

AWSRequest DescribeSentimentDetectionJob Source # 
Instance details

Defined in Amazonka.Comprehend.DescribeSentimentDetectionJob

Generic DescribeSentimentDetectionJob Source # 
Instance details

Defined in Amazonka.Comprehend.DescribeSentimentDetectionJob

Associated Types

type Rep DescribeSentimentDetectionJob :: Type -> Type #

Read DescribeSentimentDetectionJob Source # 
Instance details

Defined in Amazonka.Comprehend.DescribeSentimentDetectionJob

Show DescribeSentimentDetectionJob Source # 
Instance details

Defined in Amazonka.Comprehend.DescribeSentimentDetectionJob

NFData DescribeSentimentDetectionJob Source # 
Instance details

Defined in Amazonka.Comprehend.DescribeSentimentDetectionJob

Eq DescribeSentimentDetectionJob Source # 
Instance details

Defined in Amazonka.Comprehend.DescribeSentimentDetectionJob

Hashable DescribeSentimentDetectionJob Source # 
Instance details

Defined in Amazonka.Comprehend.DescribeSentimentDetectionJob

type AWSResponse DescribeSentimentDetectionJob Source # 
Instance details

Defined in Amazonka.Comprehend.DescribeSentimentDetectionJob

type Rep DescribeSentimentDetectionJob Source # 
Instance details

Defined in Amazonka.Comprehend.DescribeSentimentDetectionJob

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

newDescribeSentimentDetectionJob Source #

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

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

Request Lenses

describeSentimentDetectionJob_jobId :: Lens' DescribeSentimentDetectionJob Text Source #

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

Destructuring the Response

data DescribeSentimentDetectionJobResponse Source #

Constructors

DescribeSentimentDetectionJobResponse' 

Fields

Instances

Instances details
Generic DescribeSentimentDetectionJobResponse Source # 
Instance details

Defined in Amazonka.Comprehend.DescribeSentimentDetectionJob

Read DescribeSentimentDetectionJobResponse Source # 
Instance details

Defined in Amazonka.Comprehend.DescribeSentimentDetectionJob

Show DescribeSentimentDetectionJobResponse Source # 
Instance details

Defined in Amazonka.Comprehend.DescribeSentimentDetectionJob

NFData DescribeSentimentDetectionJobResponse Source # 
Instance details

Defined in Amazonka.Comprehend.DescribeSentimentDetectionJob

Eq DescribeSentimentDetectionJobResponse Source # 
Instance details

Defined in Amazonka.Comprehend.DescribeSentimentDetectionJob

type Rep DescribeSentimentDetectionJobResponse Source # 
Instance details

Defined in Amazonka.Comprehend.DescribeSentimentDetectionJob

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

newDescribeSentimentDetectionJobResponse Source #

Create a value of DescribeSentimentDetectionJobResponse 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:sentimentDetectionJobProperties:DescribeSentimentDetectionJobResponse', describeSentimentDetectionJobResponse_sentimentDetectionJobProperties - An object that contains the properties associated with a sentiment detection job.

$sel:httpStatus:DescribeSentimentDetectionJobResponse', describeSentimentDetectionJobResponse_httpStatus - The response's http status code.

Response Lenses