Bqml Training Run Response
data class BqmlTrainingRunResponse(val iterationResults: List<BqmlIterationResultResponse>, val startTime: String, val state: String, val trainingOptions: BqmlTrainingRunTrainingOptionsResponse)
Constructors
Link copied to clipboard
fun BqmlTrainingRunResponse(iterationResults: List<BqmlIterationResultResponse>, startTime: String, state: String, trainingOptions: BqmlTrainingRunTrainingOptionsResponse)
Types
Properties
Link copied to clipboard
Link copied to clipboard
Output-only, Beta Training options used by this training run. These options are mutable for subsequent training runs. Default values are explicitly stored for options not specified in the input query of the first training run. For subsequent training runs, any option not explicitly specified in the input query will be copied from the previous training run.