@pinecone-database/pulumi
Version:
<img src="img/pinecone.svg" width="50%">
13 lines (12 loc) • 444 B
TypeScript
export declare const IndexMetric: {
readonly Dotproduct: "dotproduct";
readonly Cosine: "cosine";
readonly Euclidean: "euclidean";
};
export type IndexMetric = (typeof IndexMetric)[keyof typeof IndexMetric];
export declare const ServerlessSpecCloud: {
readonly Aws: "aws";
readonly Azure: "azure";
readonly Gcp: "gcp";
};
export type ServerlessSpecCloud = (typeof ServerlessSpecCloud)[keyof typeof ServerlessSpecCloud];