Interface protos.google.cloud.aiplatform.v1.IFeature (1.11.0)

Properties of a Feature.

Package

@google-cloud/aiplatform

Properties

createTime

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

Feature createTime

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

description

description?: (string|null);

Feature description

Property Value
TypeDescription
(string|null)

etag

etag?: (string|null);

Feature etag

Property Value
TypeDescription
(string|null)

labels

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

Feature labels

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

name

name?: (string|null);

Feature name

Property Value
TypeDescription
(string|null)

updateTime

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

Feature updateTime

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

valueType

valueType?: (google.cloud.aiplatform.v1.Feature.ValueType|keyof typeof google.cloud.aiplatform.v1.Feature.ValueType|null);

Feature valueType

Property Value
TypeDescription
(google.cloud.aiplatform.v1.Feature.ValueType|keyof typeof google.cloud.aiplatform.v1.Feature.ValueType|null)