ModelCardMatrixMetricArgs

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>

Constructors

Link copied to clipboard
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)

Properties

Link copied to clipboard
val name: Output<String>
Link copied to clipboard
val notes: Output<String>? = null
Link copied to clipboard
Link copied to clipboard
val value: Output<List<List<Double>>>
Link copied to clipboard
val xAxisName: Output<List<String>>? = null
Link copied to clipboard
val yAxisName: Output<List<String>>? = null

Functions

Link copied to clipboard
open override fun toJava(): ModelCardMatrixMetricArgs