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

Properties of a DataItem.

Package

@google-cloud/aiplatform!

Properties

createTime

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

DataItem createTime

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

etag

etag?: (string|null);

DataItem etag

Property Value
TypeDescription
(string|null)

labels

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

DataItem labels

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

name

name?: (string|null);

DataItem name

Property Value
TypeDescription
(string|null)

payload

payload?: (google.protobuf.IValue|null);

DataItem payload

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

updateTime

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

DataItem updateTime

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