Class EntityRecognizerSummary
- java.lang.Object
-
- software.amazon.awssdk.services.comprehend.model.EntityRecognizerSummary
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<EntityRecognizerSummary.Builder,EntityRecognizerSummary>
@Generated("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.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceEntityRecognizerSummary.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static EntityRecognizerSummary.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()InstantlatestVersionCreatedAt()The time that the latest entity recognizer version was submitted for processing.StringlatestVersionName()The version name you assigned to the latest entity recognizer version.ModelStatuslatestVersionStatus()Provides the status of the latest entity recognizer version.StringlatestVersionStatusAsString()Provides the status of the latest entity recognizer version.IntegernumberOfVersions()The number of versions you created.StringrecognizerName()The name that you assigned the entity recognizer.List<SdkField<?>>sdkFields()static Class<? extends EntityRecognizerSummary.Builder>serializableBuilderClass()EntityRecognizerSummary.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
recognizerName
public final String recognizerName()
The name that you assigned the entity recognizer.
- Returns:
- The name that you assigned the entity recognizer.
-
numberOfVersions
public final Integer numberOfVersions()
The number of versions you created.
- Returns:
- The number of versions you created.
-
latestVersionCreatedAt
public final Instant latestVersionCreatedAt()
The time that the latest entity recognizer version was submitted for processing.
- Returns:
- The time that the latest entity recognizer version was submitted for processing.
-
latestVersionName
public final String latestVersionName()
The version name you assigned to the latest entity recognizer version.
- Returns:
- The version name you assigned to the latest entity recognizer version.
-
latestVersionStatus
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,
latestVersionStatuswill returnModelStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromlatestVersionStatusAsString().- Returns:
- Provides the status of the latest entity recognizer version.
- See Also:
ModelStatus
-
latestVersionStatusAsString
public 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,
latestVersionStatuswill returnModelStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromlatestVersionStatusAsString().- Returns:
- Provides the status of the latest entity recognizer version.
- See Also:
ModelStatus
-
toBuilder
public EntityRecognizerSummary.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<EntityRecognizerSummary.Builder,EntityRecognizerSummary>
-
builder
public static EntityRecognizerSummary.Builder builder()
-
serializableBuilderClass
public static Class<? extends EntityRecognizerSummary.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-