Model Card Bar Chart Metric Args
data class ModelCardBarChartMetricArgs(val name: Output<String>, val notes: Output<String>? = null, val type: Output<ModelCardBarChartMetricType>, val value: Output<List<Double>>, val xAxisName: Output<List<String>>? = null, val yAxisName: Output<String>? = null) : ConvertibleToJava<ModelCardBarChartMetricArgs>
Constructors
Link copied to clipboard
fun ModelCardBarChartMetricArgs(name: Output<String>, notes: Output<String>? = null, type: Output<ModelCardBarChartMetricType>, value: Output<List<Double>>, xAxisName: Output<List<String>>? = null, yAxisName: Output<String>? = null)