Struct ServerMetadata

Struct Documentation

struct ServerMetadata

Public Members

std::string name

Name of the server.

std::string version

Version of the server.

std::unordered_set<std::string> extensions

The extensions supported by the server. The KServe specification allows servers to support custom extensions and return them with a metadata request.