Model Card Objective Function
data class ModelCardObjectiveFunction(val function: ModelCardObjectiveFunctionFunctionProperties? = null, val notes: String? = null)
the objective function the model will optimize for.
Constructors
Link copied to clipboard
fun ModelCardObjectiveFunction(function: ModelCardObjectiveFunctionFunctionProperties? = null, notes: String? = null)