@maap-jupyterlab/dps-jupyter-extension
Version:
A JupyterLab extension for submitting and viewing jobs.
23 lines (22 loc) • 491 B
JavaScript
/**
* Describes the fields to be displayed in the MetricsJobsInfo table component.
*
*/
export const METRICS_JOBS_INFO = [
{
header: "Instance Type",
accessor: "ec2_instance_type",
},
{
header: "Job Directory Size (B)",
accessor: "job_dir_size",
},
{
header: "Container Image Name",
accessor: "container_image_name",
},
{
header: "Container Image URL",
accessor: "container_image_url",
},
];