| Package | Description |
|---|---|
| com.amazonaws.services.comprehend.model |
| Modifier and Type | Method and Description |
|---|---|
SentimentDetectionJobProperties |
SentimentDetectionJobProperties.clone() |
SentimentDetectionJobProperties |
DescribeSentimentDetectionJobResult.getSentimentDetectionJobProperties()
An object that contains the properties associated with a sentiment detection job.
|
SentimentDetectionJobProperties |
SentimentDetectionJobProperties.withDataAccessRoleArn(String dataAccessRoleArn)
The Amazon Resource Name (ARN) that gives Amazon Comprehend read access to your input data.
|
SentimentDetectionJobProperties |
SentimentDetectionJobProperties.withEndTime(Date endTime)
The time that the sentiment detection job ended.
|
SentimentDetectionJobProperties |
SentimentDetectionJobProperties.withInputDataConfig(InputDataConfig inputDataConfig)
The input data configuration that you supplied when you created the sentiment detection job.
|
SentimentDetectionJobProperties |
SentimentDetectionJobProperties.withJobId(String jobId)
The identifier assigned to the sentiment detection job.
|
SentimentDetectionJobProperties |
SentimentDetectionJobProperties.withJobName(String jobName)
The name that you assigned to the sentiment detection job
|
SentimentDetectionJobProperties |
SentimentDetectionJobProperties.withJobStatus(JobStatus jobStatus)
The current status of the sentiment detection job.
|
SentimentDetectionJobProperties |
SentimentDetectionJobProperties.withJobStatus(String jobStatus)
The current status of the sentiment detection job.
|
SentimentDetectionJobProperties |
SentimentDetectionJobProperties.withLanguageCode(LanguageCode languageCode)
The language code of the input documents.
|
SentimentDetectionJobProperties |
SentimentDetectionJobProperties.withLanguageCode(String languageCode)
The language code of the input documents.
|
SentimentDetectionJobProperties |
SentimentDetectionJobProperties.withMessage(String message)
A description of the status of a job.
|
SentimentDetectionJobProperties |
SentimentDetectionJobProperties.withOutputDataConfig(OutputDataConfig outputDataConfig)
The output data configuration that you supplied when you created the sentiment detection job.
|
SentimentDetectionJobProperties |
SentimentDetectionJobProperties.withSubmitTime(Date submitTime)
The time that the sentiment detection job was submitted for processing.
|
| Modifier and Type | Method and Description |
|---|---|
List<SentimentDetectionJobProperties> |
ListSentimentDetectionJobsResult.getSentimentDetectionJobPropertiesList()
A list containing the properties of each job that is returned.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeSentimentDetectionJobResult.setSentimentDetectionJobProperties(SentimentDetectionJobProperties sentimentDetectionJobProperties)
An object that contains the properties associated with a sentiment detection job.
|
DescribeSentimentDetectionJobResult |
DescribeSentimentDetectionJobResult.withSentimentDetectionJobProperties(SentimentDetectionJobProperties sentimentDetectionJobProperties)
An object that contains the properties associated with a sentiment detection job.
|
ListSentimentDetectionJobsResult |
ListSentimentDetectionJobsResult.withSentimentDetectionJobPropertiesList(SentimentDetectionJobProperties... sentimentDetectionJobPropertiesList)
A list containing the properties of each job that is returned.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListSentimentDetectionJobsResult.setSentimentDetectionJobPropertiesList(Collection<SentimentDetectionJobProperties> sentimentDetectionJobPropertiesList)
A list containing the properties of each job that is returned.
|
ListSentimentDetectionJobsResult |
ListSentimentDetectionJobsResult.withSentimentDetectionJobPropertiesList(Collection<SentimentDetectionJobProperties> sentimentDetectionJobPropertiesList)
A list containing the properties of each job that is returned.
|
Copyright © 2018. All rights reserved.