vikit.video.building.handlers.interpolation_handler =================================================== .. py:module:: vikit.video.building.handlers.interpolation_handler Overview -------- .. list-table:: Classes :header-rows: 0 :widths: auto :class: summarytable * - :py:obj:`VideoInterpolationHandler ` - Helper class that provides a standard way to create an ABC using Classes ------- .. py:class:: VideoInterpolationHandler Bases: :py:obj:`vikit.common.handler.Handler` Helper class that provides a standard way to create an ABC using inheritance. .. rubric:: Overview .. list-table:: Methods :header-rows: 0 :widths: auto :class: summarytable * - :py:obj:`execute_async `\ (video, ml_models_gateway) - Execute the handler asynchronously. .. rubric:: Members .. py:method:: execute_async(video: vikit.video.video.Video, ml_models_gateway: vikit.gateways.ML_models_gateway.MLModelsGateway) :async: Execute the handler asynchronously. :param object_to_transforms: The object to transform prompt to process. It usually includes build settings :param \*\*kwargs: Additional arguments :returns: the transformed object_to_transforms