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 If non-null, get the specified filename from the extra files for this dataset. */
19684
+
filename?: string | null;
19685
+
};
19645
19686
header?: {
19646
19687
/** @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 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. */
20023
+
"run-as"?: string | null;
20024
+
};
20025
+
path: {
20026
+
/** @description The ID of the History Dataset. */
0 commit comments