Github Repo
Pinecone Docs
Preparing search index...
The search index is not available
Pinecone TypeScript SDK - v7.1.0
Pinecone TypeScript SDK
ByocSpecResponse
Interface ByocSpecResponse
Configuration of a BYOC index.
Export
ByocSpecResponse
interface
ByocSpecResponse
{
environment
:
string
;
readCapacity
:
ReadCapacityResponse
;
schema
?:
MetadataSchema
;
}
Index
Properties
environment
read
Capacity
schema?
Properties
environment
environment
:
string
The environment where the index is hosted.
Memberof
ByocSpecResponse
read
Capacity
readCapacity
:
ReadCapacityResponse
Memberof
ByocSpecResponse
Optional
schema
schema
?:
MetadataSchema
Memberof
ByocSpecResponse
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
environment
read
Capacity
schema
Github Repo
Pinecone Docs
Pinecone TypeScript SDK - v7.1.0
Loading...
Configuration of a BYOC index.
Export
ByocSpecResponse