DatasetResponse

data class DatasetResponse(val createdTime: String, val datasetId: String, val datasetState: DatasetStateResponse? = null, val datasetType: String, val defaultCompute: String, val description: String, val etag: String, val isVisible: Boolean, val latest: DatasetResponseLatest? = null, val modifiedTime: String, val name: String, val tags: Map<String, String>)

Machine Learning dataset object.

Constructors

Link copied to clipboard
constructor(createdTime: String, datasetId: String, datasetState: DatasetStateResponse? = null, datasetType: String, defaultCompute: String, description: String, etag: String, isVisible: Boolean, latest: DatasetResponseLatest? = null, modifiedTime: String, name: String, tags: Map<String, String>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The dataset creation time (UTC).

Link copied to clipboard

Unique Dataset identifier.

Link copied to clipboard

Dataset state

Link copied to clipboard

Dataset Type.

Link copied to clipboard

Name of the default compute to be used for any Dataset actions (such as Profile, Write).

Link copied to clipboard

Description about this dataset version.

Link copied to clipboard

eTag description

Link copied to clipboard

Flag to hide Dataset in UI

Link copied to clipboard

Last created Dataset definition.

Link copied to clipboard

The dataset last modified time (UTC).

Link copied to clipboard

Unique dataset name

Link copied to clipboard

Tags for this dataset version.