AutoTweaker API
Toggle table of contents
0.1.0-alpha.35+c07218c5
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
AutoTweaker API
AutoTweaker API
/
io.github.autotweaker.api.types.llm
/
UsageSnapshot
Usage
Snapshot
jvm
@
Serializable
data
class
UsageSnapshot
(
val
usage
:
Usage
,
val
model
:
ModelData.ModelInfo
)
(
source
)
Members
Constructors
Usage
Snapshot
Link copied to clipboard
jvm
constructor
(
usage
:
Usage
,
model
:
ModelData.ModelInfo
)
Properties
model
Link copied to clipboard
jvm
val
model
:
ModelData.ModelInfo
usage
Link copied to clipboard
jvm
val
usage
:
Usage