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

Properties of an Artifact.

Package

@google-cloud/aiplatform

Properties

createTime

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

Artifact createTime

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

description

description?: (string|null);

Artifact description

Property Value
TypeDescription
(string|null)

displayName

displayName?: (string|null);

Artifact displayName

Property Value
TypeDescription
(string|null)

etag

etag?: (string|null);

Artifact etag

Property Value
TypeDescription
(string|null)

labels

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

Artifact labels

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

metadata

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

Artifact metadata

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

name

name?: (string|null);

Artifact name

Property Value
TypeDescription
(string|null)

schemaTitle

schemaTitle?: (string|null);

Artifact schemaTitle

Property Value
TypeDescription
(string|null)

schemaVersion

schemaVersion?: (string|null);

Artifact schemaVersion

Property Value
TypeDescription
(string|null)

state

state?: (google.cloud.aiplatform.v1.Artifact.State|keyof typeof google.cloud.aiplatform.v1.Artifact.State|null);

Artifact state

Property Value
TypeDescription
(google.cloud.aiplatform.v1.Artifact.State|keyof typeof google.cloud.aiplatform.v1.Artifact.State|null)

updateTime

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

Artifact updateTime

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

uri

uri?: (string|null);

Artifact uri

Property Value
TypeDescription
(string|null)