Dataset Response
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.
Properties
Link copied to clipboard
The dataset creation time (UTC).
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
Last created Dataset definition.
Link copied to clipboard
The dataset last modified time (UTC).