You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<spanclass="n">help_text</span><spanclass="o">=</span><spanclass="s2">"The total compute cost for this job in Euro Cents, including Tax"</span><spanclass="p">,</span>
<li><p><strong>compute_cost_euro_millicents</strong> (<aclass="reference external" href="https://docs.djangoproject.com/en/stable/ref/models/fields/#django.db.models.PositiveIntegerField" title="(in Django v5.2)"><em>PositiveIntegerField</em></a>) – Compute cost euro millicents. The total compute cost for this job in Euro Cents, including Tax</p></li>
359
356
<li><p><strong>input_prefixes</strong> (<aclass="reference external" href="https://docs.djangoproject.com/en/stable/ref/models/fields/#django.db.models.JSONField" title="(in Django v5.2)"><em>JSONField</em></a>) – Input prefixes. Map of the ComponentInterfaceValue id to the path prefix to use for this input, e.g. {‘1’: ‘foo/bar/’} will place CIV 1 at /input/foo/bar/<relative_path></p></li>
360
357
<li><p><strong>task_on_success</strong> (<aclass="reference external" href="https://docs.djangoproject.com/en/stable/ref/models/fields/#django.db.models.JSONField" title="(in Django v5.2)"><em>JSONField</em></a>) – Task on success. Serialized task that is run on job success</p></li>
361
358
<li><p><strong>task_on_failure</strong> (<aclass="reference external" href="https://docs.djangoproject.com/en/stable/ref/models/fields/#django.db.models.JSONField" title="(in Django v5.2)"><em>JSONField</em></a>) – Task on failure. Serialized task that is run on job failure</p></li>
0 commit comments