19.3. ProcessDetails

Copy
Copied!
            

> message ProcessDetails { > string name = 1; > Identifier job_id = 2; > }

19.3.1.1. name

type: string

Name of the process utilizing the GPU.

  • When job_id is provided, is the unique (to the pipeline-job) name of the pipeline-job operator utilizing the GPU.
  • When job_id is not provided, is the name of the Clara Platform managed, non-pipeline process utilizing the GPU.

19.3.1.2. job_id

type: message

Unique identifier of the pipeline-job utilizing the GPU.

Note: Only provided when the process utilizing the GPU is a pipeline-job.

See Identifier for details.

© Copyright 2018-2020, NVIDIA Corporation. All rights reserved. Last updated on Jun 28, 2023.