@Generated(value="software.amazon.awssdk:codegen") public final class ModelMetadata extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ModelMetadata.Builder,ModelMetadata>
Describes an Amazon Lookout for Vision model.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ModelMetadata.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ModelMetadata.Builder |
builder() |
Instant |
creationTimestamp()
The unix timestamp for the date and time that the model was created.
|
String |
description()
The description for the model.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
modelArn()
The Amazon Resource Name (ARN) of the model.
|
String |
modelVersion()
The version of the model.
|
ModelPerformance |
performance()
Performance metrics for the model.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ModelMetadata.Builder> |
serializableBuilderClass() |
ModelStatus |
status()
The status of the model.
|
String |
statusAsString()
The status of the model.
|
String |
statusMessage()
The status message for the model.
|
ModelMetadata.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Instant creationTimestamp()
The unix timestamp for the date and time that the model was created.
public final String modelVersion()
The version of the model.
public final String modelArn()
The Amazon Resource Name (ARN) of the model.
public final String description()
The description for the model.
public final ModelStatus status()
The status of the model.
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()
The status of the model.
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 statusMessage()
The status message for the model.
public final ModelPerformance performance()
Performance metrics for the model. Not available until training has successfully completed.
public ModelMetadata.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ModelMetadata.Builder,ModelMetadata>public static ModelMetadata.Builder builder()
public static Class<? extends ModelMetadata.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.