Extracts the UID of an ML object.
ml_uid(x)
--- title: "Spark ML - UID" execute: eval: true freeze: true --- ## ml_uid ## Description Extracts the UID of an ML object. ## Usage ```r ml_uid(x) ``` ## Arguments |Arguments|Description| |---|---| | x | A Spark ML object |