Create Derived Entry
Creates one or more derived-log entries based on body.equation
and body.referenced_logs
.
Eagerly computes each derived value and stores it in DerivedLog.value.
The context parameter can be:
- A string: Uses the string as the context name with default values (description=None, is_versioned=False)
- An object: Uses the object’s name, description, and is_versioned properties
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
Name of the project the stored entries will be associated to.
Optional context path to update for the logs. Can use ’/’ for nested contexts (e.g. ‘training/batch1’). Can be a string (which will be interpreted with description=None and is_versioned=False) or a ContextCreateRequest object.
The name of the entry.
The equation for computing the value of each derived entry.
The logs to use for each newly created derived entry, either as a list of log ids or as a set of arguments for the get_logs endpoint.