| 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.
|
SentimentDetectionJobProperties |
SentimentDetectionJobProperties.withVolumeKmsKeyId(String 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 analysis job.
|
SentimentDetectionJobProperties |
SentimentDetectionJobProperties.withVpcConfig(VpcConfig vpcConfig)
Configuration parameters for a private Virtual Private Cloud (VPC) containing the resources you are using for
your sentiment detection job.
|
| 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 © 2019. All rights reserved.