cellmap_flow.dashboard.routes.finetune.training

Attributes

logger

Functions

list_finetuning_jobs_response()

get_job_status_response(job_id)

get_job_logs_response(job_id)

submit_finetuning_response(data)

stream_job_logs_response(job_id)

cancel_job_response(job_id)

stop_training_early_response(job_id)

get_inference_server_status_response(job_id)

restart_finetuning_job_response(job_id, data)

Module Contents

cellmap_flow.dashboard.routes.finetune.training.logger
cellmap_flow.dashboard.routes.finetune.training.list_finetuning_jobs_response()
cellmap_flow.dashboard.routes.finetune.training.get_job_status_response(job_id)
cellmap_flow.dashboard.routes.finetune.training.get_job_logs_response(job_id)
cellmap_flow.dashboard.routes.finetune.training.submit_finetuning_response(data)
cellmap_flow.dashboard.routes.finetune.training.stream_job_logs_response(job_id)
cellmap_flow.dashboard.routes.finetune.training.cancel_job_response(job_id)
cellmap_flow.dashboard.routes.finetune.training.stop_training_early_response(job_id)
cellmap_flow.dashboard.routes.finetune.training.get_inference_server_status_response(job_id)
cellmap_flow.dashboard.routes.finetune.training.restart_finetuning_job_response(job_id, data)