18.51. JobOperatorDetails

Information for providing a set of filters while listing jobs.

Copy
Copied!
            

message JobOperatorDetails { string name = 1; JobOperatorStatus status = 2; Timestamp created = 3; Timestamp started = 4; Timestamp stopped = 5; }


18.51.1.1. name

type: string

Human readable name of the job operator.

18.51.1.2. status

type: enum

Current status of the job operator.

See JobOperatorStatus for details.

18.51.1.3. created

type: message

Timestamp describing when the operator was created.

No value will be provided if the operator has not yet been initialized.

See Timestamp for details.

18.51.1.4. started

type: message

Timestamp describing when the operator started execution.

No value will be provided if the operator has not yet started execution.

See Timestamp for details.

18.51.1.5. stopper

type: message

Timestamp describing when the operator stopped execution.

No value will be provided if the operator has not yet stopped execution.

See Timestamp for details.

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