Model Card Objective Function Args
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)