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
constructor(function: ModelCardObjectiveFunctionFunctionProperties? = null, notes: String? = null)

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

Notes about the object function, including other considerations for possible objective functions.