GetDatasetResult

data class GetDatasetResult(val format: DatasetFormat? = null, val formatOptions: DatasetFormatOptions? = null, val input: DatasetInput? = null, val pathOptions: DatasetPathOptions? = null, val source: DatasetSource? = null, val tags: List<Tag>? = null)

Constructors

Link copied to clipboard
constructor(format: DatasetFormat? = null, formatOptions: DatasetFormatOptions? = null, input: DatasetInput? = null, pathOptions: DatasetPathOptions? = null, source: DatasetSource? = null, tags: List<Tag>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val format: DatasetFormat? = null

Dataset format

Link copied to clipboard

Format options for dataset

Link copied to clipboard
val input: DatasetInput? = null

Input

Link copied to clipboard

PathOptions

Link copied to clipboard
val source: DatasetSource? = null

Source type of the dataset

Link copied to clipboard
val tags: List<Tag>? = null

Metadata tags that have been applied to the dataset.