MLTable Data Response
data class MLTableDataResponse(val dataType: String, val dataUri: String, val description: String? = null, val isAnonymous: Boolean? = null, val isArchived: Boolean? = null, val properties: Map<String, String>? = null, val referencedUris: List<String>? = null, val tags: Map<String, String>? = null)
MLTable data definition
Constructors
Properties
Link copied to clipboard
The asset description text.
Link copied to clipboard
If the name version are system generated (anonymous registration).
Link copied to clipboard
Is the asset archived?
Link copied to clipboard
The asset property dictionary.
Link copied to clipboard
Uris referenced in the MLTable definition (required for lineage)