@Generated(value="software.amazon.awssdk:codegen") public final class EntityRecognizerProperties extends Object implements SdkPojo, Serializable, ToCopyableBuilder<EntityRecognizerProperties.Builder,EntityRecognizerProperties>
Describes information about an entity recognizer.
| Modifier and Type | Class and Description |
|---|---|
static interface |
EntityRecognizerProperties.Builder |
| Modifier and Type | Method and Description |
|---|---|
static EntityRecognizerProperties.Builder |
builder() |
String |
dataAccessRoleArn()
The Amazon Resource Name (ARN) of the IAM role that grants Amazon Comprehend read access to your input data.
|
Instant |
endTime()
The time that the recognizer creation completed.
|
String |
entityRecognizerArn()
The Amazon Resource Name (ARN) that identifies the entity recognizer.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
flywheelArn()
The Amazon Resource Number (ARN) of the flywheel
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
EntityRecognizerInputDataConfig |
inputDataConfig()
The input data properties of an entity recognizer.
|
LanguageCode |
languageCode()
The language of the input documents.
|
String |
languageCodeAsString()
The language of the input documents.
|
String |
message()
A description of the status of the recognizer.
|
String |
modelKmsKeyId()
ID for the KMS key that Amazon Comprehend uses to encrypt trained custom models.
|
EntityRecognizerOutputDataConfig |
outputDataConfig()
Output data configuration.
|
EntityRecognizerMetadata |
recognizerMetadata()
Provides information about an entity recognizer.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends EntityRecognizerProperties.Builder> |
serializableBuilderClass() |
String |
sourceModelArn()
The Amazon Resource Name (ARN) of the source model.
|
ModelStatus |
status()
Provides the status of the entity recognizer.
|
String |
statusAsString()
Provides the status of the entity recognizer.
|
Instant |
submitTime()
The time that the recognizer was submitted for processing.
|
EntityRecognizerProperties.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
Instant |
trainingEndTime()
The time that training of the entity recognizer was completed.
|
Instant |
trainingStartTime()
The time that training of the entity recognizer started.
|
String |
versionName()
The version name you assigned to the entity recognizer.
|
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.
|
VpcConfig |
vpcConfig()
Configuration parameters for a private Virtual Private Cloud (VPC) containing the resources you are using for
your custom entity recognizer.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String entityRecognizerArn()
The Amazon Resource Name (ARN) that identifies the entity recognizer.
public final LanguageCode languageCode()
The language of the input documents. All documents must be in the same language. Only English ("en") is currently supported.
If the service returns an enum value that is not available in the current SDK version, languageCode will
return LanguageCode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
languageCodeAsString().
LanguageCodepublic final String languageCodeAsString()
The language of the input documents. All documents must be in the same language. Only English ("en") is currently supported.
If the service returns an enum value that is not available in the current SDK version, languageCode will
return LanguageCode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
languageCodeAsString().
LanguageCodepublic final ModelStatus status()
Provides the status of the entity recognizer.
If the service returns an enum value that is not available in the current SDK version, status will
return ModelStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
statusAsString().
ModelStatuspublic final String statusAsString()
Provides the status of the entity recognizer.
If the service returns an enum value that is not available in the current SDK version, status will
return ModelStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
statusAsString().
ModelStatuspublic final String message()
A description of the status of the recognizer.
public final Instant submitTime()
The time that the recognizer was submitted for processing.
public final Instant endTime()
The time that the recognizer creation completed.
public final Instant trainingStartTime()
The time that training of the entity recognizer started.
public final Instant trainingEndTime()
The time that training of the entity recognizer was completed.
public final EntityRecognizerInputDataConfig inputDataConfig()
The input data properties of an entity recognizer.
public final EntityRecognizerMetadata recognizerMetadata()
Provides information about an entity recognizer.
public final String dataAccessRoleArn()
The Amazon Resource Name (ARN) of the IAM role that grants Amazon Comprehend read access to your input data.
public final 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. The VolumeKmsKeyId can be either of the following formats:
KMS Key ID: "1234abcd-12ab-34cd-56ef-1234567890ab"
Amazon Resource Name (ARN) of a KMS Key:
"arn:aws:kms:us-west-2:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab"
KMS Key ID: "1234abcd-12ab-34cd-56ef-1234567890ab"
Amazon Resource Name (ARN) of a KMS Key:
"arn:aws:kms:us-west-2:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab"
public final VpcConfig vpcConfig()
Configuration parameters for a private Virtual Private Cloud (VPC) containing the resources you are using for your custom entity recognizer. For more information, see Amazon VPC.
public final String modelKmsKeyId()
ID for the KMS key that Amazon Comprehend uses to encrypt trained custom models. The ModelKmsKeyId can be either of the following formats:
KMS Key ID: "1234abcd-12ab-34cd-56ef-1234567890ab"
Amazon Resource Name (ARN) of a KMS Key:
"arn:aws:kms:us-west-2:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab"
KMS Key ID: "1234abcd-12ab-34cd-56ef-1234567890ab"
Amazon Resource Name (ARN) of a KMS Key:
"arn:aws:kms:us-west-2:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab"
public final String versionName()
The version name you assigned to the entity recognizer.
public final String sourceModelArn()
The Amazon Resource Name (ARN) of the source model. This model was imported from a different Amazon Web Services account to create the entity recognizer model in your Amazon Web Services account.
public final String flywheelArn()
The Amazon Resource Number (ARN) of the flywheel
public final EntityRecognizerOutputDataConfig outputDataConfig()
Output data configuration.
public EntityRecognizerProperties.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<EntityRecognizerProperties.Builder,EntityRecognizerProperties>public static EntityRecognizerProperties.Builder builder()
public static Class<? extends EntityRecognizerProperties.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.