Creating a Batch Processing Job
To create a batch processing job:- Click the Create button on the Batch Manager dashboard page.
- Enter a name for the job.
- Choose the task type in which to run the job.
- Enter the configuration of the job using YAML. For example, for the Machine State Classification pipeline type, make sure the column names in the YAML configuration match the names of the columns in your data files.
- Select or upload the files to run the job against. You can select up to 50 files.
- For the Machine State Classification task type, select N-shot example files to train with. Be sure to add appropriate labels for each.
- When everything’s configured the way you want it, click Create Job.
Viewing the Status of a Batch Processing Job
To view status information about a job, such as its progress, its logs, and other job details, click on the job in the Batch Manager dashboard. The job status page displays information about the job, including:- The job’s status (
PENDING,ADMITTED,RUNNING,COMPLETED,FAILED,PREEMPTED, orCANCELLED) - The amount of time the job has spent running
- The total amount of time the job has spent in the queue
- The job’s ID
- The job’s task type
- When the job was created
- When the job started running
- The YAML configuration of the job
- Processing details about the job
- Progress shows the execution process of the job, such as the timestamp at which training and inference began for each step of the job.
- Logs shows detailed logs for the batch processing job.
- Artifacts opens the Job Artifacts view, which lists all of the artifacts generated by the job.
Downloading Batch Artifacts
To download the artifacts generated by completed jobs, you have two options:- To download all of the artifacts for a batch at once, click the Download Artifacts button to the right of the job title. This will download a Zip archive containing all the artifact files.
- To download the artifact file for a specific job, click the download icon at the right side of that artifact’s row in the Job Artifacts view.