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
* @description Whether to stop the creating job if all outputs of the job have been deleted.
24262
24238
*/
24263
24239
stop_job?: boolean | null;
24264
-
/** @description View to be passed to the serializer */
24265
-
view?: string | null;
24266
-
/** @description Comma-separated list of keys to be passed to the serializer */
24267
-
keys?: string | null;
24268
24240
};
24269
24241
header?: {
24270
24242
/** @description The user ID that will be used to effectively make this API call. Only admins and designated users can make API calls on behalf of other users. */
* @description Whether to stop the creating job if all outputs of the job have been deleted.
30218
30195
*/
30219
30196
stop_job?: boolean | null;
30220
-
/** @description View to be passed to the serializer */
30221
-
view?: string | null;
30222
-
/** @description Comma-separated list of keys to be passed to the serializer */
30223
-
keys?: string | null;
30224
30197
};
30225
30198
header?: {
30226
30199
/** @description The user ID that will be used to effectively make this API call. Only admins and designated users can make API calls on behalf of other users. */
* @description Whether to stop the creating job if all outputs of the job have been deleted.
30635
30613
*/
30636
30614
stop_job?: boolean | null;
30637
-
/** @description View to be passed to the serializer */
30638
-
view?: string | null;
30639
-
/** @description Comma-separated list of keys to be passed to the serializer */
30640
-
keys?: string | null;
30641
30615
};
30642
30616
header?: {
30643
30617
/** @description The user ID that will be used to effectively make this API call. Only admins and designated users can make API calls on behalf of other users. */
0 commit comments