MLTable Data Args
data class MLTableDataArgs(val dataType: Output<String>, val dataUri: Output<String>, val description: Output<String>? = null, val isAnonymous: Output<Boolean>? = null, val isArchived: Output<Boolean>? = null, val properties: Output<Map<String, String>>? = null, val referencedUris: Output<List<String>>? = null, val tags: Output<Map<String, String>>? = null) : ConvertibleToJava<MLTableDataArgs>
MLTable data definition
Constructors
Link copied to clipboard
constructor(dataType: Output<String>, dataUri: Output<String>, description: Output<String>? = null, isAnonymous: Output<Boolean>? = null, isArchived: Output<Boolean>? = null, properties: Output<Map<String, String>>? = null, referencedUris: Output<List<String>>? = null, tags: Output<Map<String, String>>? = null)
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)