Model Card Objective Function Function Properties Args
data class ModelCardObjectiveFunctionFunctionPropertiesArgs(val condition: Output<String>? = null, val facet: Output<String>? = null, val function: Output<ModelCardObjectiveFunctionFunctionPropertiesFunction>? = null) : ConvertibleToJava<ModelCardObjectiveFunctionFunctionPropertiesArgs>
objective function that training job is optimized for.
Constructors
Link copied to clipboard
constructor(condition: Output<String>? = null, facet: Output<String>? = null, function: Output<ModelCardObjectiveFunctionFunctionPropertiesFunction>? = null)