SKaiNET
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
SKaiNET
skainet-lang-models
/
sk.ainet.lang.model
/
ModelHandle
Model
Handle
interface
ModelHandle
(
source
)
Members
Properties
execution
Context
Link copied to clipboard
abstract
val
executionContext
:
ExecutionContext
is
Ready
Link copied to clipboard
abstract
val
isReady
:
Boolean
Returns true when weights and runtime are fully initialized and executable.
scope
Link copied to clipboard
abstract
val
scope
:
CoroutineScope
status
Link copied to clipboard
abstract
val
status
:
StateFlow
<
ModelLoadState
>