Bridge Class parameters

I created a bridge class to use a locally trained model in spark. What is UID and what value should be passed to it?

val model = XGBoost.loadModel(“s3://models/SavedModel/”)
val xgbClassificationModel2 = new XGBoostClassificationModelBridge(uid ="???",2,model)