Vertex AI v1 API - Class RagVectorDbConfig.Types.Pinecone (3.67.0)

public sealed class RagVectorDbConfig.Types.Pinecone : IMessage<RagVectorDbConfig.Types.Pinecone>, IEquatable<RagVectorDbConfig.Types.Pinecone>, IDeepCloneable<RagVectorDbConfig.Types.Pinecone>, IBufferMessage, IMessage

Reference documentation and code samples for the Vertex AI v1 API class RagVectorDbConfig.Types.Pinecone.

The config for the Pinecone.

Inheritance

object > RagVectorDbConfig.Types.Pinecone

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

Pinecone()

public Pinecone()

Pinecone(Pinecone)

public Pinecone(RagVectorDbConfig.Types.Pinecone other)
Parameter
Name Description
other RagVectorDbConfigTypesPinecone

Properties

IndexName

public string IndexName { get; set; }

Pinecone index name. This value cannot be changed after it's set.

Property Value
Type Description
string