DatasetVersion
data class DatasetVersion(val id: DatasetId? = null, val type: DatasetVersion.Type? = null, val name: DatasetName? = null, val physicalName: DatasetName? = null, val createdAt: Long? = null, val version: Version? = null, val namespace: NamespaceName? = null, val sourceName: SourceName? = null, val fields: Array<Field>? = null, val tags: Array<TagName>? = null, val lifecycleState: String? = null, val description: String? = null, val createdByRun: Run? = null, val facets: Map<String, Any>? = null)
Represents a dataset version.
Constructors
Link copied to clipboard
constructor(id: DatasetId? = null, type: DatasetVersion.Type? = null, name: DatasetName? = null, physicalName: DatasetName? = null, createdAt: Long? = null, version: Version? = null, namespace: NamespaceName? = null, sourceName: SourceName? = null, fields: Array<Field>? = null, tags: Array<TagName>? = null, lifecycleState: String? = null, description: String? = null, createdByRun: Run? = null, facets: Map<String, Any>? = null)
Properties
Link copied to clipboard
The run that created the dataset version (optional).
Link copied to clipboard
The description of the dataset version (optional).
Link copied to clipboard
The lifecycle state of the dataset version (optional).
Link copied to clipboard
The name of the dataset version (optional).
Link copied to clipboard
The namespace name of the dataset version (optional).
Link copied to clipboard
The physical name of the dataset version (optional).
Link copied to clipboard
The source name of the dataset version (optional).
Link copied to clipboard
The type of the dataset version (optional).