trainingData

@JvmName(name = "tdtqyubqxbpsabpg")
suspend fun trainingData(value: Output<List<TrainingDatasetDatasetArgs>>)
@JvmName(name = "rrtppknxwtutucnp")
suspend fun trainingData(value: List<TrainingDatasetDatasetArgs>?)

Parameters

value

An array of information that lists the Dataset objects, which specifies the dataset type and details on its location and schema. You must provide a role that has read access to these tables.


@JvmName(name = "ijoxdbeeyatgxnho")
suspend fun trainingData(vararg values: Output<TrainingDatasetDatasetArgs>)


@JvmName(name = "hptrwcqfrbwijtnf")
suspend fun trainingData(values: List<Output<TrainingDatasetDatasetArgs>>)
@JvmName(name = "rnotghultupnpoih")
suspend fun trainingData(vararg values: TrainingDatasetDatasetArgs)

Parameters

values

An array of information that lists the Dataset objects, which specifies the dataset type and details on its location and schema. You must provide a role that has read access to these tables.


@JvmName(name = "lcmygvrimbqunmlx")
suspend fun trainingData(argument: List<suspend TrainingDatasetDatasetArgsBuilder.() -> Unit>)
@JvmName(name = "srnilkawqnymexbx")
suspend fun trainingData(vararg argument: suspend TrainingDatasetDatasetArgsBuilder.() -> Unit)
@JvmName(name = "srotneosngyuyayg")
suspend fun trainingData(argument: suspend TrainingDatasetDatasetArgsBuilder.() -> Unit)

Parameters

argument

An array of information that lists the Dataset objects, which specifies the dataset type and details on its location and schema. You must provide a role that has read access to these tables.