Progress

class Progress

Progress information for a recommendation generation process.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The completion percentage of the generation process (0-100).

Link copied to clipboard

The number of generation steps that have been completed.

Link copied to clipboard

The total number of steps in the generation process.

Functions

Link copied to clipboard
inline fun copy(block: Progress.Builder.() -> Unit = {}): Progress
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String