Model

class Model

Information about a model deployed on an edge device that is registered with SageMaker Edge Manager.

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

Information required for model metrics.

Link copied to clipboard

The name of the model.

Link copied to clipboard

The version of the model.

Functions

Link copied to clipboard
inline fun copy(block: Model.Builder.() -> Unit = {}): Model
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