@Generated(value="software.amazon.awssdk:codegen") public final class EntityRecognizerSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<EntityRecognizerSummary.Builder,EntityRecognizerSummary>
Describes the information about an entity recognizer and its versions.
| Modifier and Type | Class and Description |
|---|---|
static interface |
EntityRecognizerSummary.Builder |
| Modifier and Type | Method and Description |
|---|---|
static EntityRecognizerSummary.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Instant |
latestVersionCreatedAt()
The time that the latest entity recognizer version was submitted for processing.
|
String |
latestVersionName()
The version name you assigned to the latest entity recognizer version.
|
ModelStatus |
latestVersionStatus()
Provides the status of the latest entity recognizer version.
|
String |
latestVersionStatusAsString()
Provides the status of the latest entity recognizer version.
|
Integer |
numberOfVersions()
The number of versions you created.
|
String |
recognizerName()
The name that you assigned the entity recognizer.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends EntityRecognizerSummary.Builder> |
serializableBuilderClass() |
EntityRecognizerSummary.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String recognizerName()
The name that you assigned the entity recognizer.
public final Integer numberOfVersions()
The number of versions you created.
public final Instant latestVersionCreatedAt()
The time that the latest entity recognizer version was submitted for processing.
public final String latestVersionName()
The version name you assigned to the latest entity recognizer version.
public final ModelStatus latestVersionStatus()
Provides the status of the latest entity recognizer version.
If the service returns an enum value that is not available in the current SDK version,
latestVersionStatus will return ModelStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by
the service is available from latestVersionStatusAsString().
ModelStatuspublic final String latestVersionStatusAsString()
Provides the status of the latest entity recognizer version.
If the service returns an enum value that is not available in the current SDK version,
latestVersionStatus will return ModelStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by
the service is available from latestVersionStatusAsString().
ModelStatuspublic EntityRecognizerSummary.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<EntityRecognizerSummary.Builder,EntityRecognizerSummary>public static EntityRecognizerSummary.Builder builder()
public static Class<? extends EntityRecognizerSummary.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.