OnDeviceModelStatus

class OnDeviceModelStatus


Represents the current status of the on-device AI model.

Summary

Public companion properties

OnDeviceModelStatus

The on-device model is available and ready for use.

OnDeviceModelStatus

The on-device model is available for download.

OnDeviceModelStatus

The on-device model is currently being downloaded.

OnDeviceModelStatus

The on-device model is unavailable on the device.

Public companion properties

AVAILABLE

val AVAILABLE: OnDeviceModelStatus

The on-device model is available and ready for use.

DOWNLOADABLE

val DOWNLOADABLE: OnDeviceModelStatus

The on-device model is available for download.

DOWNLOADING

val DOWNLOADING: OnDeviceModelStatus

The on-device model is currently being downloaded.

UNAVAILABLE

val UNAVAILABLE: OnDeviceModelStatus

The on-device model is unavailable on the device.