| Package | Description |
|---|---|
| com.amazonaws.services.comprehend.model |
| Modifier and Type | Method and Description |
|---|---|
EntityRecognizerProperties |
EntityRecognizerProperties.clone() |
EntityRecognizerProperties |
DescribeEntityRecognizerResult.getEntityRecognizerProperties()
Describes information associated with an entity recognizer.
|
EntityRecognizerProperties |
EntityRecognizerProperties.withDataAccessRoleArn(String dataAccessRoleArn)
The Amazon Resource Name (ARN) of the IAM role that grants Amazon Comprehend read access to your input data.
|
EntityRecognizerProperties |
EntityRecognizerProperties.withEndTime(Date endTime)
The time that the recognizer creation completed.
|
EntityRecognizerProperties |
EntityRecognizerProperties.withEntityRecognizerArn(String entityRecognizerArn)
The Amazon Resource Name (ARN) that identifies the entity recognizer.
|
EntityRecognizerProperties |
EntityRecognizerProperties.withFlywheelArn(String flywheelArn)
The Amazon Resource Number (ARN) of the flywheel
|
EntityRecognizerProperties |
EntityRecognizerProperties.withInputDataConfig(EntityRecognizerInputDataConfig inputDataConfig)
The input data properties of an entity recognizer.
|
EntityRecognizerProperties |
EntityRecognizerProperties.withLanguageCode(LanguageCode languageCode)
The language of the input documents.
|
EntityRecognizerProperties |
EntityRecognizerProperties.withLanguageCode(String languageCode)
The language of the input documents.
|
EntityRecognizerProperties |
EntityRecognizerProperties.withMessage(String message)
A description of the status of the recognizer.
|
EntityRecognizerProperties |
EntityRecognizerProperties.withModelKmsKeyId(String modelKmsKeyId)
ID for the KMS key that Amazon Comprehend uses to encrypt trained custom models.
|
EntityRecognizerProperties |
EntityRecognizerProperties.withOutputDataConfig(EntityRecognizerOutputDataConfig outputDataConfig)
Output data configuration.
|
EntityRecognizerProperties |
EntityRecognizerProperties.withRecognizerMetadata(EntityRecognizerMetadata recognizerMetadata)
Provides information about an entity recognizer.
|
EntityRecognizerProperties |
EntityRecognizerProperties.withSourceModelArn(String sourceModelArn)
The Amazon Resource Name (ARN) of the source model.
|
EntityRecognizerProperties |
EntityRecognizerProperties.withStatus(ModelStatus status)
Provides the status of the entity recognizer.
|
EntityRecognizerProperties |
EntityRecognizerProperties.withStatus(String status)
Provides the status of the entity recognizer.
|
EntityRecognizerProperties |
EntityRecognizerProperties.withSubmitTime(Date submitTime)
The time that the recognizer was submitted for processing.
|
EntityRecognizerProperties |
EntityRecognizerProperties.withTrainingEndTime(Date trainingEndTime)
The time that training of the entity recognizer was completed.
|
EntityRecognizerProperties |
EntityRecognizerProperties.withTrainingStartTime(Date trainingStartTime)
The time that training of the entity recognizer started.
|
EntityRecognizerProperties |
EntityRecognizerProperties.withVersionName(String versionName)
The version name you assigned to the entity recognizer.
|
EntityRecognizerProperties |
EntityRecognizerProperties.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.
|
EntityRecognizerProperties |
EntityRecognizerProperties.withVpcConfig(VpcConfig vpcConfig)
Configuration parameters for a private Virtual Private Cloud (VPC) containing the resources you are using for
your custom entity recognizer.
|
| Modifier and Type | Method and Description |
|---|---|
List<EntityRecognizerProperties> |
ListEntityRecognizersResult.getEntityRecognizerPropertiesList()
The list of properties of an entity recognizer.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeEntityRecognizerResult.setEntityRecognizerProperties(EntityRecognizerProperties entityRecognizerProperties)
Describes information associated with an entity recognizer.
|
DescribeEntityRecognizerResult |
DescribeEntityRecognizerResult.withEntityRecognizerProperties(EntityRecognizerProperties entityRecognizerProperties)
Describes information associated with an entity recognizer.
|
ListEntityRecognizersResult |
ListEntityRecognizersResult.withEntityRecognizerPropertiesList(EntityRecognizerProperties... entityRecognizerPropertiesList)
The list of properties of an entity recognizer.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListEntityRecognizersResult.setEntityRecognizerPropertiesList(Collection<EntityRecognizerProperties> entityRecognizerPropertiesList)
The list of properties of an entity recognizer.
|
ListEntityRecognizersResult |
ListEntityRecognizersResult.withEntityRecognizerPropertiesList(Collection<EntityRecognizerProperties> entityRecognizerPropertiesList)
The list of properties of an entity recognizer.
|
Copyright © 2023. All rights reserved.