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

Properties of an Execution.

Package

@google-cloud/aiplatform

Properties

createTime

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

Execution createTime

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

description

description?: (string|null);

Execution description

Property Value
TypeDescription
(string|null)

displayName

displayName?: (string|null);

Execution displayName

Property Value
TypeDescription
(string|null)

etag

etag?: (string|null);

Execution etag

Property Value
TypeDescription
(string|null)

labels

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

Execution labels

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

metadata

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

Execution metadata

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

name

name?: (string|null);

Execution name

Property Value
TypeDescription
(string|null)

schemaTitle

schemaTitle?: (string|null);

Execution schemaTitle

Property Value
TypeDescription
(string|null)

schemaVersion

schemaVersion?: (string|null);

Execution schemaVersion

Property Value
TypeDescription
(string|null)

state

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

Execution state

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

updateTime

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

Execution updateTime

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