@Generated(value="software.amazon.awssdk:codegen") public final class EdgeModel extends Object implements SdkPojo, Serializable, ToCopyableBuilder<EdgeModel.Builder,EdgeModel>
The model on the edge device.
| Modifier and Type | Class and Description |
|---|---|
static interface |
EdgeModel.Builder |
| Modifier and Type | Method and Description |
|---|---|
static EdgeModel.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Instant |
latestInference()
The timestamp of the last inference that was made.
|
Instant |
latestSampleTime()
The timestamp of the last data sample taken.
|
String |
modelName()
The name of the model.
|
String |
modelVersion()
The model version.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends EdgeModel.Builder> |
serializableBuilderClass() |
EdgeModel.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String modelName()
The name of the model.
public String modelVersion()
The model version.
public Instant latestSampleTime()
The timestamp of the last data sample taken.
public Instant latestInference()
The timestamp of the last inference that was made.
public EdgeModel.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<EdgeModel.Builder,EdgeModel>public static EdgeModel.Builder builder()
public static Class<? extends EdgeModel.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2020. All rights reserved.