Model Card Simple Metric Args
data class ModelCardSimpleMetricArgs(val name: Output<String>, val notes: Output<String>? = null, val type: Output<ModelCardSimpleMetricType>, val value: Output<Any>, val xAxisName: Output<String>? = null, val yAxisName: Output<String>? = null) : ConvertibleToJava<ModelCardSimpleMetricArgs>
metric data
Constructors
Link copied to clipboard
fun ModelCardSimpleMetricArgs(name: Output<String>, notes: Output<String>? = null, type: Output<ModelCardSimpleMetricType>, value: Output<Any>, xAxisName: Output<String>? = null, yAxisName: Output<String>? = null)