16 namespace pinecone::domain
 
   22   using list_operation_args::list_operation_args;
 
   29   using describe_delete_operation_args::describe_delete_operation_args;
 
   36   using describe_delete_operation_args::describe_delete_operation_args;
 
   43   using list_operation_args::list_operation_args;
 
   50   using describe_delete_operation_args::describe_delete_operation_args;
 
   57   using describe_delete_operation_args::describe_delete_operation_args;
 
   64   using patch_operation_args::patch_operation_args;
 
   71   using create_operation_args::create_operation_args;
 
   78   using create_operation_args::create_operation_args;
 
A monostate sentinel type for operations that have no associated response.
 
Native C++ type modeling the results of index operations.
 
Metaprogamming infrastructure for generation of per-operation code.
 
Operations made available by the Pinecone API.
 
operation_type
All operation types exposed by the Pinecone REST API.
 
Parses HTTP responses to domain types.
 
Create operations construct themselves using a unique resource name and an operation-dependent body p...
 
Describe operations construct themselves using a unique resource name.
 
List operations are simple and construct themselves using only a URL.
 
Operation-specific arguments.
 
Patch operations construct themselves using a unique resource name and an operation-dependent body pa...
 
Parses raw data from the Pinecone API into native C++ types.