DatasetSourceArgs

data class DatasetSourceArgs(val sourceDetail: Output<DatasetSourceDetailArgs>? = null, val sourceFormat: Output<DatasetSourceSourceFormat>, val sourceType: Output<DatasetSourceSourceType>) : ConvertibleToJava<DatasetSourceArgs>

Constructors

Link copied to clipboard
constructor(sourceDetail: Output<DatasetSourceDetailArgs>? = null, sourceFormat: Output<DatasetSourceSourceFormat>, sourceType: Output<DatasetSourceSourceType>)

Properties

Link copied to clipboard

The details of the dataset source associated with the dataset.

Link copied to clipboard

The format of the dataset source associated with the dataset.

Link copied to clipboard

The type of data source for the dataset.

Functions

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