ModelDefinitionModelOptionsResponse

data class ModelDefinitionModelOptionsResponse(val labels: List<String>, val lossType: String, val modelType: String)

Output-only, Beta Model options used for the first training run. These options are immutable for subsequent training runs. Default values are used for any options not specified in the input query.

Constructors

Link copied to clipboard
fun ModelDefinitionModelOptionsResponse(labels: List<String>, lossType: String, modelType: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard