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

Properties

Link copied to clipboard

objective function that training job is optimized for.

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

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

Functions

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