set_metadata
set_metadata
Set function-scoped metadata. Metadata is scoped to the current function’s
meta_data_token, so each function maintains its own independent metadata
store.
Parameters
data
Dictionary of key-value pairs to store as metadata.
Returns
FunctionResult — self, for chaining.