public static interface EdgeModel.Builder extends SdkPojo, CopyableBuilder<EdgeModel.Builder,EdgeModel>
| Modifier and Type | Method and Description |
|---|---|
EdgeModel.Builder |
latestInference(Instant latestInference)
The timestamp of the last inference that was made.
|
EdgeModel.Builder |
latestSampleTime(Instant latestSampleTime)
The timestamp of the last data sample taken.
|
EdgeModel.Builder |
modelName(String modelName)
The name of the model.
|
EdgeModel.Builder |
modelVersion(String modelVersion)
The model version.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildEdgeModel.Builder modelName(String modelName)
The name of the model.
modelName - The name of the model.EdgeModel.Builder modelVersion(String modelVersion)
The model version.
modelVersion - The model version.EdgeModel.Builder latestSampleTime(Instant latestSampleTime)
The timestamp of the last data sample taken.
latestSampleTime - The timestamp of the last data sample taken.EdgeModel.Builder latestInference(Instant latestInference)
The timestamp of the last inference that was made.
latestInference - The timestamp of the last inference that was made.Copyright © 2023. All rights reserved.