bettermodel
Toggle table of contents
3.1.0-SNAPSHOT-496
bettermodel-core
Target filter
bettermodel-core
Switch theme
Search in API
Skip to content
bettermodel
bettermodel-core
/
kr.toxicity.model.manager
/
ReloadPipeline
/
Status
Status
data
class
Status
(
val
progress
:
Float
,
val
current
:
Int
,
val
goal
:
Int
,
val
status
:
String
,
val
target
:
String
)
Members
Constructors
Status
Link copied to clipboard
constructor
(
progress
:
Float
,
current
:
Int
,
goal
:
Int
,
status
:
String
,
target
:
String
)
Properties
current
Link copied to clipboard
val
current
:
Int
goal
Link copied to clipboard
val
goal
:
Int
progress
Link copied to clipboard
val
progress
:
Float
status
Link copied to clipboard
val
status
:
String
target
Link copied to clipboard
val
target
:
String