Metadata Class
Class that maps to the metadata section of the MLTable.
Supports the getting & adding of arbritrary metadata properties.
Constructor
Metadata()
Methods
| add |
Sets the value of the property named key in this MLTable's metadata to value. If the value of key was previously set, the value is overriden. |
| get |
Returns the value associated with the property key in this MLTable's metadata. If no such property exists, returns None. |
| has |
Returns if this MLTable's metadata has a property named key. |
add
get
Returns the value associated with the property key in this MLTable's metadata. If no such property exists, returns None.
get(key)
Parameters
| Name | Description |
|---|---|
|
key
Required
|
property name to retrieve value of |
Returns
| Type | Description |
|---|---|
|
value associated with key, or None if nonexistant |