BigQueryModelTrainingResponse

data class BigQueryModelTrainingResponse(val currentIteration: Int, val expectedTotalIterations: String)

Constructors

Link copied to clipboard
fun BigQueryModelTrainingResponse(currentIteration: Int, expectedTotalIterations: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Output-only, Beta Index of current ML training iteration. Updated during create model query job to show job progress.

Link copied to clipboard

Output-only, Beta Expected number of iterations for the create model query job specified as num_iterations in the input query. The actual total number of iterations may be less than this number due to early stop.