ModelCardObjectiveFunctionArgs

data class ModelCardObjectiveFunctionArgs(val function: Output<ModelCardObjectiveFunctionFunctionPropertiesArgs>? = null, val notes: Output<String>? = null) : ConvertibleToJava<ModelCardObjectiveFunctionArgs>

the objective function the model will optimize for.

Constructors

Link copied to clipboard
fun ModelCardObjectiveFunctionArgs(function: Output<ModelCardObjectiveFunctionFunctionPropertiesArgs>? = null, notes: Output<String>? = null)

Functions

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

Properties

Link copied to clipboard

objective function that training job is optimized for.

Link copied to clipboard
val notes: Output<String>? = null