abacusai.refresh_schedule ========================= .. py:module:: abacusai.refresh_schedule Classes ------- .. autoapisummary:: abacusai.refresh_schedule.RefreshSchedule Module Contents --------------- .. py:class:: RefreshSchedule(client, refreshPolicyId=None, nextRunTime=None, cron=None, refreshType=None, error=None) Bases: :py:obj:`abacusai.return_class.AbstractApiClass` A refresh schedule for an object. Defines when the next version of the object will be created :param client: An authenticated API Client instance :type client: ApiClient :param refreshPolicyId: The unique identifier of the refresh policy :type refreshPolicyId: str :param nextRunTime: The next run time of the refresh policy. If null, the policy is paused. :type nextRunTime: str :param cron: A cron-style string that describes the when this refresh policy is to be executed in UTC :type cron: str :param refreshType: The type of refresh that will be run :type refreshType: str :param error: An error message for the last pipeline run of a policy :type error: str .. py:attribute:: refresh_policy_id :value: None .. py:attribute:: next_run_time :value: None .. py:attribute:: cron :value: None .. py:attribute:: refresh_type :value: None .. py:attribute:: error :value: None .. py:attribute:: deprecated_keys .. py:method:: __repr__() .. py:method:: to_dict() Get a dict representation of the parameters in this class :returns: The dict value representation of the class parameters :rtype: dict