> For clean Markdown of any page, append .md to the page URL.
> For a complete documentation index, see https://docs.nvidia.com/holoscan/sdk-user-guide/llms.txt.
> For full documentation content, see https://docs.nvidia.com/holoscan/sdk-user-guide/llms-full.txt.
> For AI client integration (Claude Code, Cursor, etc.), connect to the MCP server at https://docs.nvidia.com/holoscan/sdk-user-guide/_mcp/server.

# YAML::convert< nvidia::gxf::SchedulingPolicy >

```cpp showLineNumbers={false}
#include <YAML/cpu_thread.hpp>
```

***

## Static methods

### encode \[#encode]

```cpp showLineNumbers={false}
static Node YAML::convert<nvidia::gxf::SchedulingPolicy>::encode(
    const nvidia::gxf::SchedulingPolicy &rhs
)
```

### decode \[#decode]

```cpp showLineNumbers={false}
static bool YAML::convert<nvidia::gxf::SchedulingPolicy>::decode(
    const Node &node,
    nvidia::gxf::SchedulingPolicy &rhs
)
```