Dataset Variable Args
data class DatasetVariableArgs(val datasetContentVersionValue: Output<DatasetContentVersionValueArgs>? = null, val doubleValue: Output<Double>? = null, val outputFileUriValue: Output<DatasetOutputFileUriValueArgs>? = null, val stringValue: Output<String>? = null, val variableName: Output<String>) : ConvertibleToJava<DatasetVariableArgs>
Constructors
Link copied to clipboard
constructor(datasetContentVersionValue: Output<DatasetContentVersionValueArgs>? = null, doubleValue: Output<Double>? = null, outputFileUriValue: Output<DatasetOutputFileUriValueArgs>? = null, stringValue: Output<String>? = null, variableName: Output<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.