| Package | Description |
|---|---|
| software.amazon.awssdk.services.comprehend.model |
| Modifier and Type | Method and Description |
|---|---|
static EntitiesDetectionJobProperties.Builder |
EntitiesDetectionJobProperties.builder() |
EntitiesDetectionJobProperties.Builder |
EntitiesDetectionJobProperties.Builder.dataAccessRoleArn(String dataAccessRoleArn)
The Amazon Resource Name (ARN) of the IAM role that grants Amazon Comprehend read access to your input data.
|
EntitiesDetectionJobProperties.Builder |
EntitiesDetectionJobProperties.Builder.endTime(Instant endTime)
The time that the entities detection job completed
|
EntitiesDetectionJobProperties.Builder |
EntitiesDetectionJobProperties.Builder.entityRecognizerArn(String entityRecognizerArn)
The Amazon Resource Name (ARN) that identifies the entity recognizer.
|
EntitiesDetectionJobProperties.Builder |
EntitiesDetectionJobProperties.Builder.flywheelArn(String flywheelArn)
The Amazon Resource Name (ARN) of the flywheel associated with this job.
|
default EntitiesDetectionJobProperties.Builder |
EntitiesDetectionJobProperties.Builder.inputDataConfig(Consumer<InputDataConfig.Builder> inputDataConfig)
The input data configuration that you supplied when you created the entities detection job.
|
EntitiesDetectionJobProperties.Builder |
EntitiesDetectionJobProperties.Builder.inputDataConfig(InputDataConfig inputDataConfig)
The input data configuration that you supplied when you created the entities detection job.
|
EntitiesDetectionJobProperties.Builder |
EntitiesDetectionJobProperties.Builder.jobArn(String jobArn)
The Amazon Resource Name (ARN) of the entities detection job.
|
EntitiesDetectionJobProperties.Builder |
EntitiesDetectionJobProperties.Builder.jobId(String jobId)
The identifier assigned to the entities detection job.
|
EntitiesDetectionJobProperties.Builder |
EntitiesDetectionJobProperties.Builder.jobName(String jobName)
The name that you assigned the entities detection job.
|
EntitiesDetectionJobProperties.Builder |
EntitiesDetectionJobProperties.Builder.jobStatus(JobStatus jobStatus)
The current status of the entities detection job.
|
EntitiesDetectionJobProperties.Builder |
EntitiesDetectionJobProperties.Builder.jobStatus(String jobStatus)
The current status of the entities detection job.
|
EntitiesDetectionJobProperties.Builder |
EntitiesDetectionJobProperties.Builder.languageCode(LanguageCode languageCode)
The language code of the input documents.
|
EntitiesDetectionJobProperties.Builder |
EntitiesDetectionJobProperties.Builder.languageCode(String languageCode)
The language code of the input documents.
|
EntitiesDetectionJobProperties.Builder |
EntitiesDetectionJobProperties.Builder.message(String message)
A description of the status of a job.
|
default EntitiesDetectionJobProperties.Builder |
EntitiesDetectionJobProperties.Builder.outputDataConfig(Consumer<OutputDataConfig.Builder> outputDataConfig)
The output data configuration that you supplied when you created the entities detection job.
|
EntitiesDetectionJobProperties.Builder |
EntitiesDetectionJobProperties.Builder.outputDataConfig(OutputDataConfig outputDataConfig)
The output data configuration that you supplied when you created the entities detection job.
|
EntitiesDetectionJobProperties.Builder |
EntitiesDetectionJobProperties.Builder.submitTime(Instant submitTime)
The time that the entities detection job was submitted for processing.
|
EntitiesDetectionJobProperties.Builder |
EntitiesDetectionJobProperties.toBuilder() |
EntitiesDetectionJobProperties.Builder |
EntitiesDetectionJobProperties.Builder.volumeKmsKeyId(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.
|
default EntitiesDetectionJobProperties.Builder |
EntitiesDetectionJobProperties.Builder.vpcConfig(Consumer<VpcConfig.Builder> vpcConfig)
Configuration parameters for a private Virtual Private Cloud (VPC) containing the resources you are using for
your entity detection job.
|
EntitiesDetectionJobProperties.Builder |
EntitiesDetectionJobProperties.Builder.vpcConfig(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 |
|---|---|
static Class<? extends EntitiesDetectionJobProperties.Builder> |
EntitiesDetectionJobProperties.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default DescribeEntitiesDetectionJobResponse.Builder |
DescribeEntitiesDetectionJobResponse.Builder.entitiesDetectionJobProperties(Consumer<EntitiesDetectionJobProperties.Builder> entitiesDetectionJobProperties)
An object that contains the properties associated with an entities detection job.
|
Copyright © 2023. All rights reserved.