EdgeModel

class EdgeModel

The model on the edge device.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The timestamp of the last inference that was made.

Link copied to clipboard

The timestamp of the last data sample taken.

Link copied to clipboard

The name of the model.

Link copied to clipboard

The model version.

Functions

Link copied to clipboard
inline fun copy(block: EdgeModel.Builder.() -> Unit = {}): EdgeModel
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String