ModelCardMatrixMetricArgs

constructor(name: Output<String>, notes: Output<String>? = null, type: Output<ModelCardMatrixMetricType>, value: Output<List<List<Double>>>, xAxisName: Output<List<String>>? = null, yAxisName: Output<List<String>>? = null)