Spaces:
Sleeping
Sleeping
File size: 180 Bytes
c01955c | 1 2 3 4 5 6 7 | from dataclasses import dataclass, field
from typing import List
from src.CodeRunAndModelTrain.constants import *
@dataclass
class JobFetcherArtifact:
saved_jobs_file_path:str |