@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 AWS Identity and Management (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) |
<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.
|
EntityRecognizerMetadata |
recognizerMetadata()
Provides information about an entity recognizer.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends EntityRecognizerProperties.Builder> |
serializableBuilderClass() |
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()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
Instant |
trainingEndTime()
The time that training of the entity recognizer was completed.
|
Instant |
trainingStartTime()
The time that training of the entity recognizer started.
|
copy
public String entityRecognizerArn()
The Amazon Resource Name (ARN) that identifies the entity recognizer.
public 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()
.
LanguageCode
public 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()
.
LanguageCode
public 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()
.
ModelStatus
public 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()
.
ModelStatus
public String message()
A description of the status of the recognizer.
public Instant submitTime()
The time that the recognizer was submitted for processing.
public Instant endTime()
The time that the recognizer creation completed.
public Instant trainingStartTime()
The time that training of the entity recognizer started.
public Instant trainingEndTime()
The time that training of the entity recognizer was completed.
public EntityRecognizerInputDataConfig inputDataConfig()
The input data properties of an entity recognizer.
public EntityRecognizerMetadata recognizerMetadata()
Provides information about an entity recognizer.
public String dataAccessRoleArn()
The Amazon Resource Name (ARN) of the AWS Identity and Management (IAM) role that grants Amazon Comprehend read access to your input data.
public EntityRecognizerProperties.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<EntityRecognizerProperties.Builder,EntityRecognizerProperties>
public static EntityRecognizerProperties.Builder builder()
public static Class<? extends EntityRecognizerProperties.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.