MlStatisticsResponse

data class MlStatisticsResponse(val iterationResults: List<IterationResultResponse>, val maxIterations: String)

Constructors

Link copied to clipboard
constructor(iterationResults: List<IterationResultResponse>, maxIterations: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Results for all completed iterations.

Link copied to clipboard

Maximum number of iterations specified as max_iterations in the 'CREATE MODEL' query. The actual number of iterations may be less than this number due to early stop.