@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 Instant creationTimestamp()
The unix timestamp for the date and time that the model was created.
public String modelVersion()
The version of the model.
public String modelArn()
The Amazon Resource Name (ARN) of the model.
public String description()
The description for the model.
public 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 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 String statusMessage()
The status message for the model.
public ModelPerformance performance()
Performance metrics for the model. Created during training.
public ModelMetadata.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ModelMetadata.Builder,ModelMetadata>public static ModelMetadata.Builder builder()
public static Class<? extends ModelMetadata.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2020. All rights reserved.