| Package | Description |
|---|---|
| com.amazonaws.services.comprehend.model |
| Modifier and Type | Method and Description |
|---|---|
TopicsDetectionJobProperties |
TopicsDetectionJobProperties.clone() |
TopicsDetectionJobProperties |
DescribeTopicsDetectionJobResult.getTopicsDetectionJobProperties()
The list of properties for the requested job.
|
TopicsDetectionJobProperties |
TopicsDetectionJobProperties.withEndTime(Date endTime)
The time that the topic detection job was completed.
|
TopicsDetectionJobProperties |
TopicsDetectionJobProperties.withInputDataConfig(InputDataConfig inputDataConfig)
The input data configuration supplied when you created the topic detection job.
|
TopicsDetectionJobProperties |
TopicsDetectionJobProperties.withJobId(String jobId)
The identifier assigned to the topic detection job.
|
TopicsDetectionJobProperties |
TopicsDetectionJobProperties.withJobName(String jobName)
The name of the topic detection job.
|
TopicsDetectionJobProperties |
TopicsDetectionJobProperties.withJobStatus(JobStatus jobStatus)
The current status of the topic detection job.
|
TopicsDetectionJobProperties |
TopicsDetectionJobProperties.withJobStatus(String jobStatus)
The current status of the topic detection job.
|
TopicsDetectionJobProperties |
TopicsDetectionJobProperties.withMessage(String message)
A description for the status of a job.
|
TopicsDetectionJobProperties |
TopicsDetectionJobProperties.withNumberOfTopics(Integer numberOfTopics)
The number of topics to detect supplied when you created the topic detection job.
|
TopicsDetectionJobProperties |
TopicsDetectionJobProperties.withOutputDataConfig(OutputDataConfig outputDataConfig)
The output data configuration supplied when you created the topic detection job.
|
TopicsDetectionJobProperties |
TopicsDetectionJobProperties.withSubmitTime(Date submitTime)
The time that the topic detection job was submitted for processing.
|
| Modifier and Type | Method and Description |
|---|---|
List<TopicsDetectionJobProperties> |
ListTopicsDetectionJobsResult.getTopicsDetectionJobPropertiesList()
A list containing the properties of each job that is returned.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeTopicsDetectionJobResult.setTopicsDetectionJobProperties(TopicsDetectionJobProperties topicsDetectionJobProperties)
The list of properties for the requested job.
|
DescribeTopicsDetectionJobResult |
DescribeTopicsDetectionJobResult.withTopicsDetectionJobProperties(TopicsDetectionJobProperties topicsDetectionJobProperties)
The list of properties for the requested job.
|
ListTopicsDetectionJobsResult |
ListTopicsDetectionJobsResult.withTopicsDetectionJobPropertiesList(TopicsDetectionJobProperties... topicsDetectionJobPropertiesList)
A list containing the properties of each job that is returned.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListTopicsDetectionJobsResult.setTopicsDetectionJobPropertiesList(Collection<TopicsDetectionJobProperties> topicsDetectionJobPropertiesList)
A list containing the properties of each job that is returned.
|
ListTopicsDetectionJobsResult |
ListTopicsDetectionJobsResult.withTopicsDetectionJobPropertiesList(Collection<TopicsDetectionJobProperties> topicsDetectionJobPropertiesList)
A list containing the properties of each job that is returned.
|
Copyright © 2018. All rights reserved.