Cloud AI Platform v1beta1 API - Class FeatureOnlineStore.Types.EmbeddingManagement (1.0.0-beta03)

[Obsolete]
public sealed class FeatureOnlineStore.Types.EmbeddingManagement : IMessage<FeatureOnlineStore.Types.EmbeddingManagement>, IEquatable<FeatureOnlineStore.Types.EmbeddingManagement>, IDeepCloneable<FeatureOnlineStore.Types.EmbeddingManagement>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud AI Platform v1beta1 API class FeatureOnlineStore.Types.EmbeddingManagement.

Deprecated: This sub message is no longer needed anymore and embedding management is automatically enabled when specifying Optimized storage type. Contains settings for embedding management.

Inheritance

object > FeatureOnlineStore.Types.EmbeddingManagement

Namespace

Google.Cloud.AIPlatform.V1Beta1

Assembly

Google.Cloud.AIPlatform.V1Beta1.dll

Constructors

EmbeddingManagement()

public EmbeddingManagement()

EmbeddingManagement(EmbeddingManagement)

public EmbeddingManagement(FeatureOnlineStore.Types.EmbeddingManagement other)
Parameter
Name Description
other FeatureOnlineStoreTypesEmbeddingManagement

Properties

Enabled

public bool Enabled { get; set; }

Optional. Immutable. Whether to enable embedding management in this FeatureOnlineStore. It's immutable after creation to ensure the FeatureOnlineStore availability.

Property Value
Type Description
bool