| Package | Description |
|---|---|
| com.amazonaws.services.comprehend.model |
| Modifier and Type | Method and Description |
|---|---|
TargetedSentimentDetectionJobProperties |
TargetedSentimentDetectionJobProperties.clone() |
TargetedSentimentDetectionJobProperties |
DescribeTargetedSentimentDetectionJobResult.getTargetedSentimentDetectionJobProperties()
An object that contains the properties associated with a targeted sentiment detection job.
|
TargetedSentimentDetectionJobProperties |
TargetedSentimentDetectionJobProperties.withDataAccessRoleArn(String dataAccessRoleArn)
The Amazon Resource Name (ARN) of the AWS Identity and Access Management (IAM) role that grants Amazon Comprehend
read access to your input data.
|
TargetedSentimentDetectionJobProperties |
TargetedSentimentDetectionJobProperties.withEndTime(Date endTime)
The time that the targeted sentiment detection job ended.
|
TargetedSentimentDetectionJobProperties |
TargetedSentimentDetectionJobProperties.withInputDataConfig(InputDataConfig inputDataConfig) |
TargetedSentimentDetectionJobProperties |
TargetedSentimentDetectionJobProperties.withJobArn(String jobArn)
The Amazon Resource Name (ARN) of the targeted sentiment detection job.
|
TargetedSentimentDetectionJobProperties |
TargetedSentimentDetectionJobProperties.withJobId(String jobId)
The identifier assigned to the targeted sentiment detection job.
|
TargetedSentimentDetectionJobProperties |
TargetedSentimentDetectionJobProperties.withJobName(String jobName)
The name that you assigned to the targeted sentiment detection job.
|
TargetedSentimentDetectionJobProperties |
TargetedSentimentDetectionJobProperties.withJobStatus(JobStatus jobStatus)
The current status of the targeted sentiment detection job.
|
TargetedSentimentDetectionJobProperties |
TargetedSentimentDetectionJobProperties.withJobStatus(String jobStatus)
The current status of the targeted sentiment detection job.
|
TargetedSentimentDetectionJobProperties |
TargetedSentimentDetectionJobProperties.withLanguageCode(LanguageCode languageCode)
The language code of the input documents.
|
TargetedSentimentDetectionJobProperties |
TargetedSentimentDetectionJobProperties.withLanguageCode(String languageCode)
The language code of the input documents.
|
TargetedSentimentDetectionJobProperties |
TargetedSentimentDetectionJobProperties.withMessage(String message)
A description of the status of a job.
|
TargetedSentimentDetectionJobProperties |
TargetedSentimentDetectionJobProperties.withOutputDataConfig(OutputDataConfig outputDataConfig) |
TargetedSentimentDetectionJobProperties |
TargetedSentimentDetectionJobProperties.withSubmitTime(Date submitTime)
The time that the targeted sentiment detection job was submitted for processing.
|
TargetedSentimentDetectionJobProperties |
TargetedSentimentDetectionJobProperties.withVolumeKmsKeyId(String volumeKmsKeyId)
ID for the KMS key that Amazon Comprehend uses to encrypt the data on the storage volume attached to the ML
compute instance(s) that process the targeted sentiment detection job.
|
TargetedSentimentDetectionJobProperties |
TargetedSentimentDetectionJobProperties.withVpcConfig(VpcConfig vpcConfig) |
| Modifier and Type | Method and Description |
|---|---|
List<TargetedSentimentDetectionJobProperties> |
ListTargetedSentimentDetectionJobsResult.getTargetedSentimentDetectionJobPropertiesList()
A list containing the properties of each job that is returned.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeTargetedSentimentDetectionJobResult.setTargetedSentimentDetectionJobProperties(TargetedSentimentDetectionJobProperties targetedSentimentDetectionJobProperties)
An object that contains the properties associated with a targeted sentiment detection job.
|
DescribeTargetedSentimentDetectionJobResult |
DescribeTargetedSentimentDetectionJobResult.withTargetedSentimentDetectionJobProperties(TargetedSentimentDetectionJobProperties targetedSentimentDetectionJobProperties)
An object that contains the properties associated with a targeted sentiment detection job.
|
ListTargetedSentimentDetectionJobsResult |
ListTargetedSentimentDetectionJobsResult.withTargetedSentimentDetectionJobPropertiesList(TargetedSentimentDetectionJobProperties... targetedSentimentDetectionJobPropertiesList)
A list containing the properties of each job that is returned.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListTargetedSentimentDetectionJobsResult.setTargetedSentimentDetectionJobPropertiesList(Collection<TargetedSentimentDetectionJobProperties> targetedSentimentDetectionJobPropertiesList)
A list containing the properties of each job that is returned.
|
ListTargetedSentimentDetectionJobsResult |
ListTargetedSentimentDetectionJobsResult.withTargetedSentimentDetectionJobPropertiesList(Collection<TargetedSentimentDetectionJobProperties> targetedSentimentDetectionJobPropertiesList)
A list containing the properties of each job that is returned.
|
Copyright © 2023. All rights reserved.