ModelDefinitionModelOptionsArgs

data class ModelDefinitionModelOptionsArgs(val labels: Output<List<String>>? = null, val lossType: Output<String>? = null, val modelType: Output<String>? = null) : ConvertibleToJava<ModelDefinitionModelOptionsArgs>

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
constructor(labels: Output<List<String>>? = null, lossType: Output<String>? = null, modelType: Output<String>? = null)

Properties

Link copied to clipboard
val labels: Output<List<String>>? = null
Link copied to clipboard
val lossType: Output<String>? = null
Link copied to clipboard
val modelType: Output<String>? = null

Functions

Link copied to clipboard
open override fun toJava(): ModelDefinitionModelOptionsArgs