@Generated(value="software.amazon.awssdk:codegen") public final class DocumentClassifierSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<DocumentClassifierSummary.Builder,DocumentClassifierSummary>
Describes information about a document classifier and its versions.
| Modifier and Type | Class and Description |
|---|---|
static interface |
DocumentClassifierSummary.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DocumentClassifierSummary.Builder |
builder() |
String |
documentClassifierName()
The name that you assigned the document classifier.
|
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 document classifier version was submitted for processing.
|
String |
latestVersionName()
The version name you assigned to the latest document classifier version.
|
ModelStatus |
latestVersionStatus()
Provides the status of the latest document classifier version.
|
String |
latestVersionStatusAsString()
Provides the status of the latest document classifier version.
|
Integer |
numberOfVersions()
The number of versions you created.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DocumentClassifierSummary.Builder> |
serializableBuilderClass() |
DocumentClassifierSummary.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String documentClassifierName()
The name that you assigned the document classifier.
public final Integer numberOfVersions()
The number of versions you created.
public final Instant latestVersionCreatedAt()
The time that the latest document classifier version was submitted for processing.
public final String latestVersionName()
The version name you assigned to the latest document classifier version.
public final ModelStatus latestVersionStatus()
Provides the status of the latest document classifier 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 document classifier 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 DocumentClassifierSummary.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DocumentClassifierSummary.Builder,DocumentClassifierSummary>public static DocumentClassifierSummary.Builder builder()
public static Class<? extends DocumentClassifierSummary.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.