Struct UserInputMapping

struct UserInputMapping

Represents the options that a user can specify for an input mapping. Will get converted into an InputMap.

Public Functions

UserInputMapping()

UserInputMapping(std::string external_name, std::string internal_name = "-")

UserInputMapping(const std::shared_ptr<LLMNodeRunner> &runner)

UserInputMapping(std::tuple<std::string, std::string> &&tuple)

Public Members

std::string external_name

std::string internal_name

Previous Struct LLMTask
Next Struct LoaderRegistryProxy
© Copyright 2024, NVIDIA. Last updated on Apr 25, 2024.