DatasetVariable

data class DatasetVariable(val datasetContentVersionValue: DatasetContentVersionValue? = null, val doubleValue: Double? = null, val outputFileUriValue: DatasetOutputFileUriValue? = null, val stringValue: String? = null, val variableName: String)

Constructors

Link copied to clipboard
constructor(datasetContentVersionValue: DatasetContentVersionValue? = null, doubleValue: Double? = null, outputFileUriValue: DatasetOutputFileUriValue? = null, stringValue: String? = null, variableName: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The value of the variable as a structure that specifies a dataset content version.

Link copied to clipboard
val doubleValue: Double? = null

The value of the variable as a double (numeric).

Link copied to clipboard

The value of the variable as a structure that specifies an output file URI.

Link copied to clipboard
val stringValue: String? = null

The value of the variable as a string.

Link copied to clipboard

The name of the variable.