trainingData

@JvmName(name = "uecfwobeplkggsrs")
suspend fun trainingData(value: Output<List<TrainingDatasetDatasetArgs>>)
@JvmName(name = "wjvlkwolsieqjcqy")
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 = "lusgqdgpjnqlaflq")
suspend fun trainingData(vararg values: Output<TrainingDatasetDatasetArgs>)


@JvmName(name = "yioxrxjqbxpuvdag")
suspend fun trainingData(values: List<Output<TrainingDatasetDatasetArgs>>)
@JvmName(name = "nprserpopbiugiwr")
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 = "feyrebcgoeevlmns")
suspend fun trainingData(argument: List<suspend TrainingDatasetDatasetArgsBuilder.() -> Unit>)
@JvmName(name = "eqjpvyexowbunsgi")
suspend fun trainingData(vararg argument: suspend TrainingDatasetDatasetArgsBuilder.() -> Unit)
@JvmName(name = "opowwcsplwxrtgqk")
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.