public sealed class ExampleStoreConfig : IMessage<ExampleStoreConfig>, IEquatable<ExampleStoreConfig>, IDeepCloneable<ExampleStoreConfig>, IBufferMessage, IMessage
Reference documentation and code samples for the Vertex AI v1beta1 API class ExampleStoreConfig.
Configuration for the Example Store.
Implements
IMessageExampleStoreConfig, IEquatableExampleStoreConfig, IDeepCloneableExampleStoreConfig, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.dll
Constructors
ExampleStoreConfig()
public ExampleStoreConfig()
ExampleStoreConfig(ExampleStoreConfig)
public ExampleStoreConfig(ExampleStoreConfig other)
Parameter | |
---|---|
Name | Description |
other |
ExampleStoreConfig |
Properties
VertexEmbeddingModel
public string VertexEmbeddingModel { get; set; }
Required. The embedding model to be used for vector embedding. Immutable. Supported models:
- "textembedding-gecko@003"
- "text-embedding-004"
- "text-embedding-005"
- "text-multilingual-embedding-002"
Property Value | |
---|---|
Type | Description |
string |