Model Card Linear Graph Metric Args
data class ModelCardLinearGraphMetricArgs(val name: Output<String>, val notes: Output<String>? = null, val type: Output<ModelCardLinearGraphMetricType>, val value: Output<List<List<Double>>>, val xAxisName: Output<String>? = null, val yAxisName: Output<String>? = null) : ConvertibleToJava<ModelCardLinearGraphMetricArgs>
Linear graph metric.
Constructors
Link copied to clipboard
fun ModelCardLinearGraphMetricArgs(name: Output<String>, notes: Output<String>? = null, type: Output<ModelCardLinearGraphMetricType>, value: Output<List<List<Double>>>, xAxisName: Output<String>? = null, yAxisName: Output<String>? = null)