Class EdgeModel
- java.lang.Object
-
- software.amazon.awssdk.services.sagemaker.model.EdgeModel
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<EdgeModel.Builder,EdgeModel>
@Generated("software.amazon.awssdk:codegen") public final class EdgeModel extends Object implements SdkPojo, Serializable, ToCopyableBuilder<EdgeModel.Builder,EdgeModel>
The model on the edge device.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceEdgeModel.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static EdgeModel.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()InstantlatestInference()The timestamp of the last inference that was made.InstantlatestSampleTime()The timestamp of the last data sample taken.StringmodelName()The name of the model.StringmodelVersion()The model version.List<SdkField<?>>sdkFields()static Class<? extends EdgeModel.Builder>serializableBuilderClass()EdgeModel.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
modelName
public final String modelName()
The name of the model.
- Returns:
- The name of the model.
-
modelVersion
public final String modelVersion()
The model version.
- Returns:
- The model version.
-
latestSampleTime
public final Instant latestSampleTime()
The timestamp of the last data sample taken.
- Returns:
- The timestamp of the last data sample taken.
-
latestInference
public final Instant latestInference()
The timestamp of the last inference that was made.
- Returns:
- The timestamp of the last inference that was made.
-
toBuilder
public EdgeModel.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<EdgeModel.Builder,EdgeModel>
-
builder
public static EdgeModel.Builder builder()
-
serializableBuilderClass
public static Class<? extends EdgeModel.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-