@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 final String modelName()
The name of the model.
public final String modelVersion()
The model version.
public final Instant latestSampleTime()
The timestamp of the last data sample taken.
public final 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 final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.