ModelCardObjectiveFunction

data class ModelCardObjectiveFunction(val function: ModelCardObjectiveFunctionFunctionProperties? = null, val notes: String? = null)

the objective function the model will optimize for.

Constructors

Link copied to clipboard

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

objective function that training job is optimized for.

Link copied to clipboard
val notes: String? = null