MCPcopy
hub / github.com/ray-project/ray / getJobDetail

Function getJobDetail

python/ray/dashboard/client/src/service/job.ts:13–15  ·  view source on GitHub ↗
(id: string)

Source from the content-addressed store, hash-verified

11};
12
13export const getJobDetail = (id: string) => {
14 return get<UnifiedJob>(`api/jobs/${id}`);
15};
16
17export const getStateApiJobProgressByTaskName = (jobId: string) => {
18 return get<StateApiJobProgressByTaskNameRsp>(

Callers 1

useJobDetailFunction · 0.90

Calls 1

getFunction · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…