collection.add_attributes()

Parameters

id:int:ID of Rasgo Collection

Sample Usage

Add a metadata attribute to a collection

collection.get(id=101)

collection.add_attributes([ {"DataRobotModelID":"3"} ])

Last updated