BqmlTrainingRunResponse

data class BqmlTrainingRunResponse(val iterationResults: List<BqmlIterationResultResponse>, val startTime: String, val state: String, val trainingOptions: BqmlTrainingRunTrainingOptionsResponse)

Constructors

Link copied to clipboard

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Output-only, Beta List of each iteration results.

Link copied to clipboard

Output-only, Beta Training run start time in milliseconds since the epoch.

Link copied to clipboard

Output-only, Beta Different state applicable for a training run. IN PROGRESS: Training run is in progress. FAILED: Training run ended due to a non-retryable failure. SUCCEEDED: Training run successfully completed. CANCELLED: Training run cancelled by the user.

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.