- 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 these derived logs belong 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 derived logs to update, either as a list of derived_log IDs or as a set of arguments for the get_logs endpoint.
New key name for the derived entries
New equation for computing derived values
Optional new referenced logs to use for computation. Can be specified either as a list of log IDs or as a set of arguments for the get_logs endpoint.