MLTableData interface
MLTable data definition
- Extends
Properties
data |
Polymorphic discriminator, which specifies the different types this object can be |
referenced |
Uris referenced in the MLTable definition (required for lineage) |
Inherited Properties
data |
[Required] Uri of the data. Example: https://go.microsoft.com/fwlink/?linkid=2202330 |
description | The asset description text. |
is |
If the name version are system generated (anonymous registration). |
is |
Is the asset archived? |
properties | The asset property dictionary. |
tags | Tag dictionary. Tags can be added, removed, and updated. |
Property Details
dataType
Polymorphic discriminator, which specifies the different types this object can be
dataType: "mltable"
Property Value
"mltable"
referencedUris
Uris referenced in the MLTable definition (required for lineage)
referencedUris?: string[]
Property Value
string[]
Inherited Property Details
dataUri
[Required] Uri of the data. Example: https://go.microsoft.com/fwlink/?linkid=2202330
dataUri: string
Property Value
string
Inherited From DataVersionBaseProperties.dataUri
description
The asset description text.
description?: string
Property Value
string
Inherited From DataVersionBaseProperties.description
isAnonymous
If the name version are system generated (anonymous registration).
isAnonymous?: boolean
Property Value
boolean
Inherited From DataVersionBaseProperties.isAnonymous
isArchived
Is the asset archived?
isArchived?: boolean
Property Value
boolean
Inherited From DataVersionBaseProperties.isArchived
properties
The asset property dictionary.
properties?: {[propertyName: string]: string | null}
Property Value
{[propertyName: string]: string | null}
Inherited From DataVersionBaseProperties.properties
tags
Tag dictionary. Tags can be added, removed, and updated.
tags?: {[propertyName: string]: string | null}
Property Value
{[propertyName: string]: string | null}
Inherited From DataVersionBaseProperties.tags