Skip to main content

GetGPUUtilizationByRun

CCS-job-0013 Get GPU utilization of a run

Path Parameters
  • job_id int32 required

    Job ID

  • run_id int32 required

    Run ID

Query Parameters
  • begin_time string

    Default is two hours before end time.

  • end_time string

    Get the util before the end time. Default is now.

Header Parameters
  • x-api-host string required

    Default value: k8s-D-twcc

    Authentication Required Parameters

Responses

OK


Schema
  • Array [
  • pod_name string
  • utilizations object[]
  • Array [
  • gpu_util string
  • timestamp date-time
  • unit string
  • ]
  • ]
Loading...