abacusai.media_project_render_state

Classes

MediaProjectRenderState

Media Project Render State — a project's export markers, without the project itself.

Module Contents

class abacusai.media_project_render_state.MediaProjectRenderState(client, mediaProjectId=None, activeRender=None, lastRenderStats=None)

Bases: abacusai.return_class.AbstractApiClass

Media Project Render State — a project’s export markers, without the project itself.

Parameters:
  • client (ApiClient) – An authenticated API Client instance

  • mediaProjectId (id) – The ID of the media project

  • activeRender (dict) – The render in flight (stage, request id, start times), absent when idle

  • lastRenderStats (dict) – The previous successful render’s actuals, which seed the time estimate

media_project_id = None
active_render = None
last_render_stats = None
deprecated_keys
__repr__()
to_dict()

Get a dict representation of the parameters in this class

Returns:

The dict value representation of the class parameters

Return type:

dict