Asset

data class Asset(val state: AssetState, val updatedAt: ZonedDateTime)

A class representing the current state of a particular asset in the computer vision pipeline

Constructors

Link copied to clipboard
constructor(state: AssetState, updatedAt: ZonedDateTime)

Properties

Link copied to clipboard

{AssetState} The current state of the asset in the process of generation

Link copied to clipboard

{ZonedDateTime} Updated at date for the last change of state