Arguments required to connect to a Pinecone server. More...
#include <arguments.hpp>
Public Member Functions | |
connection_args (std::string environment, std::string api_key) noexcept | |
Construct a new connection args object. More... | |
auto | environment () const noexcept -> std::string const & |
auto | api_key () const noexcept -> std::string const & |
auto | api_key_header () const noexcept -> char const * |
Arguments required to connect to a Pinecone server.
Definition at line 25 of file arguments.hpp.
|
inlinenoexcept |
Construct a new connection args object.
environment | the cloud environment for the connection (e.g., us-west1-gcp) |
api_key | a Pinecone API key |
Definition at line 32 of file arguments.hpp.
|
inlinenoexcept |
Definition at line 46 of file arguments.hpp.