19.3. ProcessDetails
> 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.