trainingData

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


@JvmName(name = "txopjxoiedbsanht")
suspend fun trainingData(values: List<Output<TrainingDatasetDatasetArgs>>)
@JvmName(name = "ijuanpblhcdaacfl")
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 = "jigusqepcujkjrtu")
suspend fun trainingData(argument: List<suspend TrainingDatasetDatasetArgsBuilder.() -> Unit>)
@JvmName(name = "qkmflfhclbfidlte")
suspend fun trainingData(vararg argument: suspend TrainingDatasetDatasetArgsBuilder.() -> Unit)
@JvmName(name = "ihafmnixsplwytpg")
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.