Vertex AI v1beta1 API - Class ExampleStoreConfig (1.0.0-beta24)

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.

Inheritance

object > ExampleStoreConfig

Namespace

Google.Cloud.AIPlatform.V1Beta1

Assembly

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