Uses of Enum Class
com.google.genkit.plugins.pinecone.PineconeIndexConfig.Cloud
Packages that use PineconeIndexConfig.Cloud
Package
Description
Pinecone plugin for Genkit providing vector database integration.
-
Uses of PineconeIndexConfig.Cloud in com.google.genkit.plugins.pinecone
Methods in com.google.genkit.plugins.pinecone that return PineconeIndexConfig.CloudModifier and TypeMethodDescriptionPineconeIndexConfig.getCloud()Gets the cloud provider for serverless index.static PineconeIndexConfig.CloudReturns the enum constant of this class with the specified name.static PineconeIndexConfig.Cloud[]PineconeIndexConfig.Cloud.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.google.genkit.plugins.pinecone with parameters of type PineconeIndexConfig.CloudModifier and TypeMethodDescriptionPineconeIndexConfig.Builder.cloud(PineconeIndexConfig.Cloud cloud) Sets the cloud provider for serverless index (default: AWS).