@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class EdgeModel extends Object implements Serializable, Cloneable, StructuredPojo
The model on the edge device.
Constructor and Description |
---|
EdgeModel() |
Modifier and Type | Method and Description |
---|---|
EdgeModel |
clone() |
boolean |
equals(Object obj) |
Date |
getLatestInference()
The timestamp of the last inference that was made.
|
Date |
getLatestSampleTime()
The timestamp of the last data sample taken.
|
String |
getModelName()
The name of the model.
|
String |
getModelVersion()
The model version.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setLatestInference(Date latestInference)
The timestamp of the last inference that was made.
|
void |
setLatestSampleTime(Date latestSampleTime)
The timestamp of the last data sample taken.
|
void |
setModelName(String modelName)
The name of the model.
|
void |
setModelVersion(String modelVersion)
The model version.
|
String |
toString()
Returns a string representation of this object.
|
EdgeModel |
withLatestInference(Date latestInference)
The timestamp of the last inference that was made.
|
EdgeModel |
withLatestSampleTime(Date latestSampleTime)
The timestamp of the last data sample taken.
|
EdgeModel |
withModelName(String modelName)
The name of the model.
|
EdgeModel |
withModelVersion(String modelVersion)
The model version.
|
public void setModelName(String modelName)
The name of the model.
modelName
- The name of the model.public String getModelName()
The name of the model.
public EdgeModel withModelName(String modelName)
The name of the model.
modelName
- The name of the model.public void setModelVersion(String modelVersion)
The model version.
modelVersion
- The model version.public String getModelVersion()
The model version.
public EdgeModel withModelVersion(String modelVersion)
The model version.
modelVersion
- The model version.public void setLatestSampleTime(Date latestSampleTime)
The timestamp of the last data sample taken.
latestSampleTime
- The timestamp of the last data sample taken.public Date getLatestSampleTime()
The timestamp of the last data sample taken.
public EdgeModel withLatestSampleTime(Date latestSampleTime)
The timestamp of the last data sample taken.
latestSampleTime
- The timestamp of the last data sample taken.public void setLatestInference(Date latestInference)
The timestamp of the last inference that was made.
latestInference
- The timestamp of the last inference that was made.public Date getLatestInference()
The timestamp of the last inference that was made.
public EdgeModel withLatestInference(Date latestInference)
The timestamp of the last inference that was made.
latestInference
- The timestamp of the last inference that was made.public String toString()
toString
in class Object
Object.toString()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.