DatasetVariableArgs

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
val doubleValue: Output<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: Output<String>? = null

The value of the variable as a string.

Link copied to clipboard
val variableName: Output<String>

The name of the variable.

Functions

Link copied to clipboard
open override fun toJava(): DatasetVariableArgs