Copyright | (c) 2013-2023 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | Safe-Inferred |
Language | Haskell2010 |
Synopsis
- data TargetedSentimentDetectionJobProperties = TargetedSentimentDetectionJobProperties' {
- dataAccessRoleArn :: Maybe Text
- endTime :: Maybe POSIX
- inputDataConfig :: Maybe InputDataConfig
- jobArn :: Maybe Text
- jobId :: Maybe Text
- jobName :: Maybe Text
- jobStatus :: Maybe JobStatus
- languageCode :: Maybe LanguageCode
- message :: Maybe Text
- outputDataConfig :: Maybe OutputDataConfig
- submitTime :: Maybe POSIX
- volumeKmsKeyId :: Maybe Text
- vpcConfig :: Maybe VpcConfig
- newTargetedSentimentDetectionJobProperties :: TargetedSentimentDetectionJobProperties
- targetedSentimentDetectionJobProperties_dataAccessRoleArn :: Lens' TargetedSentimentDetectionJobProperties (Maybe Text)
- targetedSentimentDetectionJobProperties_endTime :: Lens' TargetedSentimentDetectionJobProperties (Maybe UTCTime)
- targetedSentimentDetectionJobProperties_inputDataConfig :: Lens' TargetedSentimentDetectionJobProperties (Maybe InputDataConfig)
- targetedSentimentDetectionJobProperties_jobArn :: Lens' TargetedSentimentDetectionJobProperties (Maybe Text)
- targetedSentimentDetectionJobProperties_jobId :: Lens' TargetedSentimentDetectionJobProperties (Maybe Text)
- targetedSentimentDetectionJobProperties_jobName :: Lens' TargetedSentimentDetectionJobProperties (Maybe Text)
- targetedSentimentDetectionJobProperties_jobStatus :: Lens' TargetedSentimentDetectionJobProperties (Maybe JobStatus)
- targetedSentimentDetectionJobProperties_languageCode :: Lens' TargetedSentimentDetectionJobProperties (Maybe LanguageCode)
- targetedSentimentDetectionJobProperties_message :: Lens' TargetedSentimentDetectionJobProperties (Maybe Text)
- targetedSentimentDetectionJobProperties_outputDataConfig :: Lens' TargetedSentimentDetectionJobProperties (Maybe OutputDataConfig)
- targetedSentimentDetectionJobProperties_submitTime :: Lens' TargetedSentimentDetectionJobProperties (Maybe UTCTime)
- targetedSentimentDetectionJobProperties_volumeKmsKeyId :: Lens' TargetedSentimentDetectionJobProperties (Maybe Text)
- targetedSentimentDetectionJobProperties_vpcConfig :: Lens' TargetedSentimentDetectionJobProperties (Maybe VpcConfig)
Documentation
data TargetedSentimentDetectionJobProperties Source #
Provides information about a targeted sentiment detection job.
See: newTargetedSentimentDetectionJobProperties
smart constructor.
TargetedSentimentDetectionJobProperties' | |
|
Instances
newTargetedSentimentDetectionJobProperties :: TargetedSentimentDetectionJobProperties Source #
Create a value of TargetedSentimentDetectionJobProperties
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:dataAccessRoleArn:TargetedSentimentDetectionJobProperties'
, targetedSentimentDetectionJobProperties_dataAccessRoleArn
- The Amazon Resource Name (ARN) that gives Amazon Comprehend read access
to your input data.
$sel:endTime:TargetedSentimentDetectionJobProperties'
, targetedSentimentDetectionJobProperties_endTime
- The time that the targeted sentiment detection job ended.
$sel:inputDataConfig:TargetedSentimentDetectionJobProperties'
, targetedSentimentDetectionJobProperties_inputDataConfig
- Undocumented member.
$sel:jobArn:TargetedSentimentDetectionJobProperties'
, targetedSentimentDetectionJobProperties_jobArn
- The Amazon Resource Name (ARN) of the targeted sentiment detection job.
It is a unique, fully qualified identifier for the job. It includes the
AWS account, Region, and the job ID. The format of the ARN is as
follows:
arn:<partition>:comprehend:<region>:<account-id>:targeted-sentiment-detection-job/<job-id>
The following is an example job ARN:
arn:aws:comprehend:us-west-2:111122223333:targeted-sentiment-detection-job/1234abcd12ab34cd56ef1234567890ab
$sel:jobId:TargetedSentimentDetectionJobProperties'
, targetedSentimentDetectionJobProperties_jobId
- The identifier assigned to the targeted sentiment detection job.
$sel:jobName:TargetedSentimentDetectionJobProperties'
, targetedSentimentDetectionJobProperties_jobName
- The name that you assigned to the targeted sentiment detection job.
$sel:jobStatus:TargetedSentimentDetectionJobProperties'
, targetedSentimentDetectionJobProperties_jobStatus
- The current status of the targeted sentiment detection job. If the
status is FAILED
, the Messages
field shows the reason for the
failure.
$sel:languageCode:TargetedSentimentDetectionJobProperties'
, targetedSentimentDetectionJobProperties_languageCode
- The language code of the input documents.
$sel:message:TargetedSentimentDetectionJobProperties'
, targetedSentimentDetectionJobProperties_message
- A description of the status of a job.
$sel:outputDataConfig:TargetedSentimentDetectionJobProperties'
, targetedSentimentDetectionJobProperties_outputDataConfig
- Undocumented member.
$sel:submitTime:TargetedSentimentDetectionJobProperties'
, targetedSentimentDetectionJobProperties_submitTime
- The time that the targeted sentiment detection job was submitted for
processing.
$sel:volumeKmsKeyId:TargetedSentimentDetectionJobProperties'
, targetedSentimentDetectionJobProperties_volumeKmsKeyId
- ID for the AWS Key Management Service (KMS) key that Amazon Comprehend
uses to encrypt data on the storage volume attached to the ML compute
instance(s) that process the targeted sentiment detection job. The
VolumeKmsKeyId can be either of the following formats:
- KMS Key ID:
"1234abcd-12ab-34cd-56ef-1234567890ab"
- Amazon Resource Name (ARN) of a KMS Key:
"arn:aws:kms:us-west-2:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab"
$sel:vpcConfig:TargetedSentimentDetectionJobProperties'
, targetedSentimentDetectionJobProperties_vpcConfig
- Undocumented member.
targetedSentimentDetectionJobProperties_dataAccessRoleArn :: Lens' TargetedSentimentDetectionJobProperties (Maybe Text) Source #
The Amazon Resource Name (ARN) that gives Amazon Comprehend read access to your input data.
targetedSentimentDetectionJobProperties_endTime :: Lens' TargetedSentimentDetectionJobProperties (Maybe UTCTime) Source #
The time that the targeted sentiment detection job ended.
targetedSentimentDetectionJobProperties_inputDataConfig :: Lens' TargetedSentimentDetectionJobProperties (Maybe InputDataConfig) Source #
Undocumented member.
targetedSentimentDetectionJobProperties_jobArn :: Lens' TargetedSentimentDetectionJobProperties (Maybe Text) Source #
The Amazon Resource Name (ARN) of the targeted sentiment detection job. It is a unique, fully qualified identifier for the job. It includes the AWS account, Region, and the job ID. The format of the ARN is as follows:
arn:<partition>:comprehend:<region>:<account-id>:targeted-sentiment-detection-job/<job-id>
The following is an example job ARN:
arn:aws:comprehend:us-west-2:111122223333:targeted-sentiment-detection-job/1234abcd12ab34cd56ef1234567890ab
targetedSentimentDetectionJobProperties_jobId :: Lens' TargetedSentimentDetectionJobProperties (Maybe Text) Source #
The identifier assigned to the targeted sentiment detection job.
targetedSentimentDetectionJobProperties_jobName :: Lens' TargetedSentimentDetectionJobProperties (Maybe Text) Source #
The name that you assigned to the targeted sentiment detection job.
targetedSentimentDetectionJobProperties_jobStatus :: Lens' TargetedSentimentDetectionJobProperties (Maybe JobStatus) Source #
The current status of the targeted sentiment detection job. If the
status is FAILED
, the Messages
field shows the reason for the
failure.
targetedSentimentDetectionJobProperties_languageCode :: Lens' TargetedSentimentDetectionJobProperties (Maybe LanguageCode) Source #
The language code of the input documents.
targetedSentimentDetectionJobProperties_message :: Lens' TargetedSentimentDetectionJobProperties (Maybe Text) Source #
A description of the status of a job.
targetedSentimentDetectionJobProperties_outputDataConfig :: Lens' TargetedSentimentDetectionJobProperties (Maybe OutputDataConfig) Source #
Undocumented member.
targetedSentimentDetectionJobProperties_submitTime :: Lens' TargetedSentimentDetectionJobProperties (Maybe UTCTime) Source #
The time that the targeted sentiment detection job was submitted for processing.
targetedSentimentDetectionJobProperties_volumeKmsKeyId :: Lens' TargetedSentimentDetectionJobProperties (Maybe Text) Source #
ID for the AWS Key Management Service (KMS) key that Amazon Comprehend uses to encrypt data on the storage volume attached to the ML compute instance(s) that process the targeted sentiment detection job. The VolumeKmsKeyId can be either of the following formats:
- KMS Key ID:
"1234abcd-12ab-34cd-56ef-1234567890ab"
- Amazon Resource Name (ARN) of a KMS Key:
"arn:aws:kms:us-west-2:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab"
targetedSentimentDetectionJobProperties_vpcConfig :: Lens' TargetedSentimentDetectionJobProperties (Maybe VpcConfig) Source #
Undocumented member.