| 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.withDataAccessRoleArn(String dataAccessRoleArn)
The Amazon Resource Name (ARN) of the IAM role that grants Amazon Comprehend read access to your job data.
|
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.withJobArn(String jobArn)
The Amazon Resource Name (ARN) of the topics 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.
|
TopicsDetectionJobProperties |
TopicsDetectionJobProperties.withVolumeKmsKeyId(String volumeKmsKeyId)
ID for the Amazon Web Services 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.
|
TopicsDetectionJobProperties |
TopicsDetectionJobProperties.withVpcConfig(VpcConfig vpcConfig)
Configuration parameters for a private Virtual Private Cloud (VPC) containing the resources you are using for
your topic detection job.
|
| 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 © 2024. All rights reserved.