Clara Holoscan Deploy 0.7.4
0.7.4

PipelineDefinitionFile

Information necessary to consume a pipeline definition file.

Copy
Copied!
            

message PipelineDefinitionFile { string path = 1; string content = 2; }


path

type: string

Path of the file, from a common root folder, including the file’s name. Used to combine multi-file pipeline definitions.

Unique (within a definition) name of the file, in path format.

File names are relative to a common root shared by all files in the definition. When a name is prefixed with a slash '/' character the prefix is assumed to indicate the root of the definition, not necessarily the root of a volume.

Definition file names are case-preserving.

content

type: string

The content of the definition file.

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