MLTableDataResponse

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

Link copied to clipboard
constructor(dataType: String, dataUri: String, description: String? = null, isAnonymous: Boolean? = null, isArchived: Boolean? = null, properties: Map<String, String>? = null, referencedUris: List<String>? = null, tags: Map<String, String>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Enum to determine the type of data. Expected value is 'mltable'.

Link copied to clipboard

Required Uri of the data. Example: https://go.microsoft.com/fwlink/?linkid=2202330

Link copied to clipboard
val description: String? = null

The asset description text.

Link copied to clipboard
val isAnonymous: Boolean? = null

If the name version are system generated (anonymous registration).

Link copied to clipboard
val isArchived: Boolean? = null

Is the asset archived?

Link copied to clipboard
val properties: Map<String, String>? = null

The asset property dictionary.

Link copied to clipboard
val referencedUris: List<String>? = null

Uris referenced in the MLTable definition (required for lineage)

Link copied to clipboard
val tags: Map<String, String>? = null

Tag dictionary. Tags can be added, removed, and updated.