NominatedOutput

@Serializable
data class NominatedOutput(val name: String, val displayName: String? = null, val description: String? = null, val unit: String? = null)(source)

One author-nominated output — a response or counter the model developer has flagged as a headline result. name joins back to a name in ModelDescriptor.responseNames.

Parameters

name

the response or counter name

displayName

optional human label

description

optional one-line description of what the output measures

unit

optional unit of measure

Constructors

Link copied to clipboard
constructor(name: String, displayName: String? = null, description: String? = null, unit: String? = null)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val unit: String?