| Package | Description |
|---|---|
| com.amazonaws.services.comprehend.model |
| Modifier and Type | Method and Description |
|---|---|
EntitiesDetectionJobProperties |
EntitiesDetectionJobProperties.clone() |
EntitiesDetectionJobProperties |
DescribeEntitiesDetectionJobResult.getEntitiesDetectionJobProperties()
An object that contains the properties associated with an entities detection job.
|
EntitiesDetectionJobProperties |
EntitiesDetectionJobProperties.withDataAccessRoleArn(String dataAccessRoleArn)
The Amazon Resource Name (ARN) that gives Amazon Comprehend read access to your input data.
|
EntitiesDetectionJobProperties |
EntitiesDetectionJobProperties.withEndTime(Date endTime)
The time that the entities detection job completed
|
EntitiesDetectionJobProperties |
EntitiesDetectionJobProperties.withEntityRecognizerArn(String entityRecognizerArn)
The Amazon Resource Name (ARN) that identifies the entity recognizer.
|
EntitiesDetectionJobProperties |
EntitiesDetectionJobProperties.withInputDataConfig(InputDataConfig inputDataConfig)
The input data configuration that you supplied when you created the entities detection job.
|
EntitiesDetectionJobProperties |
EntitiesDetectionJobProperties.withJobId(String jobId)
The identifier assigned to the entities detection job.
|
EntitiesDetectionJobProperties |
EntitiesDetectionJobProperties.withJobName(String jobName)
The name that you assigned the entities detection job.
|
EntitiesDetectionJobProperties |
EntitiesDetectionJobProperties.withJobStatus(JobStatus jobStatus)
The current status of the entities detection job.
|
EntitiesDetectionJobProperties |
EntitiesDetectionJobProperties.withJobStatus(String jobStatus)
The current status of the entities detection job.
|
EntitiesDetectionJobProperties |
EntitiesDetectionJobProperties.withLanguageCode(LanguageCode languageCode)
The language code of the input documents.
|
EntitiesDetectionJobProperties |
EntitiesDetectionJobProperties.withLanguageCode(String languageCode)
The language code of the input documents.
|
EntitiesDetectionJobProperties |
EntitiesDetectionJobProperties.withMessage(String message)
A description of the status of a job.
|
EntitiesDetectionJobProperties |
EntitiesDetectionJobProperties.withOutputDataConfig(OutputDataConfig outputDataConfig)
The output data configuration that you supplied when you created the entities detection job.
|
EntitiesDetectionJobProperties |
EntitiesDetectionJobProperties.withSubmitTime(Date submitTime)
The time that the entities detection job was submitted for processing.
|
| Modifier and Type | Method and Description |
|---|---|
List<EntitiesDetectionJobProperties> |
ListEntitiesDetectionJobsResult.getEntitiesDetectionJobPropertiesList()
A list containing the properties of each job that is returned.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeEntitiesDetectionJobResult.setEntitiesDetectionJobProperties(EntitiesDetectionJobProperties entitiesDetectionJobProperties)
An object that contains the properties associated with an entities detection job.
|
DescribeEntitiesDetectionJobResult |
DescribeEntitiesDetectionJobResult.withEntitiesDetectionJobProperties(EntitiesDetectionJobProperties entitiesDetectionJobProperties)
An object that contains the properties associated with an entities detection job.
|
ListEntitiesDetectionJobsResult |
ListEntitiesDetectionJobsResult.withEntitiesDetectionJobPropertiesList(EntitiesDetectionJobProperties... entitiesDetectionJobPropertiesList)
A list containing the properties of each job that is returned.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListEntitiesDetectionJobsResult.setEntitiesDetectionJobPropertiesList(Collection<EntitiesDetectionJobProperties> entitiesDetectionJobPropertiesList)
A list containing the properties of each job that is returned.
|
ListEntitiesDetectionJobsResult |
ListEntitiesDetectionJobsResult.withEntitiesDetectionJobPropertiesList(Collection<EntitiesDetectionJobProperties> entitiesDetectionJobPropertiesList)
A list containing the properties of each job that is returned.
|
Copyright © 2019. All rights reserved.