| Package | Description |
|---|---|
| com.amazonaws.services.comprehend.model |
| Modifier and Type | Method and Description |
|---|---|
KeyPhrasesDetectionJobProperties |
KeyPhrasesDetectionJobProperties.clone() |
KeyPhrasesDetectionJobProperties |
DescribeKeyPhrasesDetectionJobResult.getKeyPhrasesDetectionJobProperties()
An object that contains the properties associated with a key phrases detection job.
|
KeyPhrasesDetectionJobProperties |
KeyPhrasesDetectionJobProperties.withDataAccessRoleArn(String dataAccessRoleArn)
The Amazon Resource Name (ARN) that gives Amazon Comprehend read access to your input data.
|
KeyPhrasesDetectionJobProperties |
KeyPhrasesDetectionJobProperties.withEndTime(Date endTime)
The time that the key phrases detection job completed.
|
KeyPhrasesDetectionJobProperties |
KeyPhrasesDetectionJobProperties.withInputDataConfig(InputDataConfig inputDataConfig)
The input data configuration that you supplied when you created the key phrases detection job.
|
KeyPhrasesDetectionJobProperties |
KeyPhrasesDetectionJobProperties.withJobId(String jobId)
The identifier assigned to the key phrases detection job.
|
KeyPhrasesDetectionJobProperties |
KeyPhrasesDetectionJobProperties.withJobName(String jobName)
The name that you assigned the key phrases detection job.
|
KeyPhrasesDetectionJobProperties |
KeyPhrasesDetectionJobProperties.withJobStatus(JobStatus jobStatus)
The current status of the key phrases detection job.
|
KeyPhrasesDetectionJobProperties |
KeyPhrasesDetectionJobProperties.withJobStatus(String jobStatus)
The current status of the key phrases detection job.
|
KeyPhrasesDetectionJobProperties |
KeyPhrasesDetectionJobProperties.withLanguageCode(LanguageCode languageCode)
The language code of the input documents.
|
KeyPhrasesDetectionJobProperties |
KeyPhrasesDetectionJobProperties.withLanguageCode(String languageCode)
The language code of the input documents.
|
KeyPhrasesDetectionJobProperties |
KeyPhrasesDetectionJobProperties.withMessage(String message)
A description of the status of a job.
|
KeyPhrasesDetectionJobProperties |
KeyPhrasesDetectionJobProperties.withOutputDataConfig(OutputDataConfig outputDataConfig)
The output data configuration that you supplied when you created the key phrases detection job.
|
KeyPhrasesDetectionJobProperties |
KeyPhrasesDetectionJobProperties.withSubmitTime(Date submitTime)
The time that the key phrases detection job was submitted for processing.
|
KeyPhrasesDetectionJobProperties |
KeyPhrasesDetectionJobProperties.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.
|
KeyPhrasesDetectionJobProperties |
KeyPhrasesDetectionJobProperties.withVpcConfig(VpcConfig vpcConfig)
Configuration parameters for a private Virtual Private Cloud (VPC) containing the resources you are using for
your key phrases detection job.
|
| Modifier and Type | Method and Description |
|---|---|
List<KeyPhrasesDetectionJobProperties> |
ListKeyPhrasesDetectionJobsResult.getKeyPhrasesDetectionJobPropertiesList()
A list containing the properties of each job that is returned.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeKeyPhrasesDetectionJobResult.setKeyPhrasesDetectionJobProperties(KeyPhrasesDetectionJobProperties keyPhrasesDetectionJobProperties)
An object that contains the properties associated with a key phrases detection job.
|
DescribeKeyPhrasesDetectionJobResult |
DescribeKeyPhrasesDetectionJobResult.withKeyPhrasesDetectionJobProperties(KeyPhrasesDetectionJobProperties keyPhrasesDetectionJobProperties)
An object that contains the properties associated with a key phrases detection job.
|
ListKeyPhrasesDetectionJobsResult |
ListKeyPhrasesDetectionJobsResult.withKeyPhrasesDetectionJobPropertiesList(KeyPhrasesDetectionJobProperties... keyPhrasesDetectionJobPropertiesList)
A list containing the properties of each job that is returned.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListKeyPhrasesDetectionJobsResult.setKeyPhrasesDetectionJobPropertiesList(Collection<KeyPhrasesDetectionJobProperties> keyPhrasesDetectionJobPropertiesList)
A list containing the properties of each job that is returned.
|
ListKeyPhrasesDetectionJobsResult |
ListKeyPhrasesDetectionJobsResult.withKeyPhrasesDetectionJobPropertiesList(Collection<KeyPhrasesDetectionJobProperties> keyPhrasesDetectionJobPropertiesList)
A list containing the properties of each job that is returned.
|
Copyright © 2021. All rights reserved.