GetDatasetResult

data class GetDatasetResult(val format: DatasetFormat? = null, val formatOptions: DatasetFormatOptions? = null, val input: DatasetInput? = null, val pathOptions: DatasetPathOptions? = null)

Constructors

Link copied to clipboard
constructor(format: DatasetFormat? = null, formatOptions: DatasetFormatOptions? = null, input: DatasetInput? = null, pathOptions: DatasetPathOptions? = 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