EstimateFusionResponseResult

@Serializable
data class EstimateFusionResponseResult(val fusionReadyCount: Int, val totalOutputCount: Int)

Estimate fusion response result.

Author

Marcus Cvjeticanin

Since

0.3.0

Constructors

Link copied to clipboard
constructor(fusionReadyCount: Int, totalOutputCount: Int)

Properties

Link copied to clipboard
Link copied to clipboard