Vertex AI v1 API - Class FeatureOnlineStore.Types.Bigtable (3.69.0)

public sealed class FeatureOnlineStore.Types.Bigtable : IMessage<FeatureOnlineStore.Types.Bigtable>, IEquatable<FeatureOnlineStore.Types.Bigtable>, IDeepCloneable<FeatureOnlineStore.Types.Bigtable>, IBufferMessage, IMessage

Inheritance

object > FeatureOnlineStore.Types.Bigtable

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

Bigtable()

public Bigtable()

Bigtable(Bigtable)

public Bigtable(FeatureOnlineStore.Types.Bigtable other)
Parameter
Name Description
other FeatureOnlineStoreTypesBigtable

Properties

AutoScaling

public FeatureOnlineStore.Types.Bigtable.Types.AutoScaling AutoScaling { get; set; }

Required. Autoscaling config applied to Bigtable Instance.

Property Value
Type Description
FeatureOnlineStoreTypesBigtableTypesAutoScaling

BigtableMetadata

public FeatureOnlineStore.Types.Bigtable.Types.BigtableMetadata BigtableMetadata { get; set; }

Output only. Metadata of the Bigtable instance. Output only.

Property Value
Type Description
FeatureOnlineStoreTypesBigtableTypesBigtableMetadata

EnableDirectBigtableAccess

public bool EnableDirectBigtableAccess { get; set; }

Optional. Whether direct access to the Bigtable instance is enabled or not.

Property Value
Type Description
bool

Zone

public string Zone { get; set; }

Optional. The zone where the underlying Bigtable cluster for the primary Bigtable instance will be provisioned. Only the zone must be provided. For example, only "us-central1-a" should be provided.

Property Value
Type Description
string