18.72. Identifier

Unique identifier for a given job, payload, pipeline, or other.

Copy
Copied!
            

message Identifier { string value = 1; }


18.72.1.1. value

type: string

Expected to be a 32-character string of hexadecimal legal characters, which easily transform into a 128-bit unique identifier (GUID).

© Copyright 2018-2021, NVIDIA Corporation. All rights reserved. Last updated on Feb 1, 2023.