Properties of an Execution.
Package
@google-cloud/aiplatform!Properties
createTime
createTime?: (google.protobuf.ITimestamp|null);
Execution createTime
Type | Description |
(google.protobuf.ITimestamp|null) |
description
description?: (string|null);
Execution description
Type | Description |
(string|null) |
displayName
displayName?: (string|null);
Execution displayName
Type | Description |
(string|null) |
etag
etag?: (string|null);
Execution etag
Type | Description |
(string|null) |
labels
labels?: ({ [k: string]: string }|null);
Execution labels
Type | Description |
({ [k: string]: string }|null) |
metadata
metadata?: (google.protobuf.IStruct|null);
Execution metadata
Type | Description |
(google.protobuf.IStruct|null) |
name
name?: (string|null);
Execution name
Type | Description |
(string|null) |
schemaTitle
schemaTitle?: (string|null);
Execution schemaTitle
Type | Description |
(string|null) |
schemaVersion
schemaVersion?: (string|null);
Execution schemaVersion
Type | Description |
(string|null) |
state
state?: (google.cloud.aiplatform.v1beta1.Execution.State|keyof typeof google.cloud.aiplatform.v1beta1.Execution.State|null);
Execution state
Type | Description |
(google.cloud.aiplatform.v1beta1.Execution.State|keyof typeof google.cloud.aiplatform.v1beta1.Execution.State|null) |
updateTime
updateTime?: (google.protobuf.ITimestamp|null);
Execution updateTime
Type | Description |
(google.protobuf.ITimestamp|null) |