Interface protos.google.cloud.aiplatform.v1beta1.IFeaturestore (1.7.2)

Properties of a Featurestore.

Package

@google-cloud/aiplatform!

Properties

createTime

createTime?: (google.protobuf.ITimestamp|null);

Featurestore createTime

Property Value
TypeDescription
(google.protobuf.ITimestamp|null)

etag

etag?: (string|null);

Featurestore etag

Property Value
TypeDescription
(string|null)

labels

labels?: ({ [k: string]: string }|null);

Featurestore labels

Property Value
TypeDescription
({ [k: string]: string }|null)

name

name?: (string|null);

Featurestore name

Property Value
TypeDescription
(string|null)

onlineServingConfig

onlineServingConfig?: (google.cloud.aiplatform.v1beta1.Featurestore.IOnlineServingConfig|null);

Featurestore onlineServingConfig

Property Value
TypeDescription
(google.cloud.aiplatform.v1beta1.Featurestore.IOnlineServingConfig|null)

state

state?: (google.cloud.aiplatform.v1beta1.Featurestore.State|keyof typeof google.cloud.aiplatform.v1beta1.Featurestore.State|null);

Featurestore state

Property Value
TypeDescription
(google.cloud.aiplatform.v1beta1.Featurestore.State|keyof typeof google.cloud.aiplatform.v1beta1.Featurestore.State|null)

updateTime

updateTime?: (google.protobuf.ITimestamp|null);

Featurestore updateTime

Property Value
TypeDescription
(google.protobuf.ITimestamp|null)