RunningModelInfo

data class RunningModelInfo(val name: String, val id: String, val created: String)(source)

Represents information about a running model.

Constructors

Link copied to clipboard
constructor(name: String, id: String, created: String)

Properties

Link copied to clipboard

The timestamp when the model was started

Link copied to clipboard
val id: String

The ID of the running model

Link copied to clipboard

The name of the model