Interface protos.google.cloud.notebooks.v1.IExecution (2.1.4)

Properties of an Execution.

Package

@google-cloud/notebooks

Properties

createTime

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

Execution createTime

description

description?: (string|null);

Execution description

displayName

displayName?: (string|null);

Execution displayName

executionTemplate

executionTemplate?: (google.cloud.notebooks.v1.IExecutionTemplate|null);

Execution executionTemplate

jobUri

jobUri?: (string|null);

Execution jobUri

name

name?: (string|null);

Execution name

outputNotebookFile

outputNotebookFile?: (string|null);

Execution outputNotebookFile

state

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

Execution state

updateTime

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

Execution updateTime