Interface protos.google.cloud.aiplatform.v1beta1.IDataset (1.11.0)

Properties of a Dataset.

Package

@google-cloud/aiplatform

Properties

createTime

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

Dataset createTime

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

description

description?: (string|null);

Dataset description

Property Value
TypeDescription
(string|null)

displayName

displayName?: (string|null);

Dataset displayName

Property Value
TypeDescription
(string|null)

encryptionSpec

encryptionSpec?: (google.cloud.aiplatform.v1beta1.IEncryptionSpec|null);

Dataset encryptionSpec

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

etag

etag?: (string|null);

Dataset etag

Property Value
TypeDescription
(string|null)

labels

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

Dataset labels

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

metadata

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

Dataset metadata

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

metadataSchemaUri

metadataSchemaUri?: (string|null);

Dataset metadataSchemaUri

Property Value
TypeDescription
(string|null)

name

name?: (string|null);

Dataset name

Property Value
TypeDescription
(string|null)

updateTime

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

Dataset updateTime

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