Function TRITONSERVER_InstanceGroupKindString

Function Documentation

const char *TRITONSERVER_InstanceGroupKindString(TRITONSERVER_InstanceGroupKind kind)

Get the string representation of an instance-group kind.

The returned string is not owned by the caller and so should not be modified or freed.

Return

The string representation of the kind.

Parameters
  • kind: The instance-group kind.