Dataset Variable
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)
Properties
Link copied to clipboard
The value of the variable as a structure that specifies a dataset content version.
Link copied to clipboard
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
The value of the variable as a string.
Link copied to clipboard
The name of the variable.