Ask a question to get started
Enter to sendā¢Shift+Enter new line
update_metadata( self, run_id: uuid.UUID, metadata: Dict[str, Any]
run_id
uuid.UUID
metadata
Dict[str, Any]
Update metadata for an existing run context.
Unique identifier for the run.
Metadata to merge into the existing context.