| 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.withJobArn(String jobArn)
The Amazon Resource Name (ARN) of 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.
|
EntitiesDetectionJobProperties |
EntitiesDetectionJobProperties.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.
|
EntitiesDetectionJobProperties |
EntitiesDetectionJobProperties.withVpcConfig(VpcConfig vpcConfig)
Configuration parameters for a private Virtual Private Cloud (VPC) containing the resources you are using for
your entity detection job.
|
| 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 © 2022. All rights reserved.