Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ProgressInfo

The model script can emit the training progress through the API Runtime.notifyProgress.

Hierarchy

  • ProgressInfo

Index

Properties

Properties

extendData

extendData: Record<string, any>

Custom data.

value

value: number

The training progress percentage, it should be [0, 100].

Generated using TypeDoc