Use the values in the specified map to populate this data instance.
The data will not be cleared before the new values are added. The new values will overwrite old values if any exist with the same keys.
- Parameters
-
- values - the values to transfer to this data instance
Implemented in fiftyone.pipeline.core.data.DataBase.
◆ put()
void fiftyone.pipeline.core.data.Data.put
|
( |
String
|
key,
|
|
|
Object
|
value
|
|
) |
|
|
Set the value stored using the specified key.
- Parameters
-
- key - name of the property
|
- value - value for the property
Implemented in fiftyone.pipeline.core.data.DataBase.
|