Model Card Matrix Metric Args
data class ModelCardMatrixMetricArgs(val name: Output<String>, val notes: Output<String>? = null, val type: Output<ModelCardMatrixMetricType>, val value: Output<List<List<Double>>>, val xAxisName: Output<List<String>>? = null, val yAxisName: Output<List<String>>? = null) : ConvertibleToJava<ModelCardMatrixMetricArgs>