Interface protos.google.cloud.aiplatform.v1beta1.INotebookExecutionJob (5.14.0)

Properties of a NotebookExecutionJob.

Package

@google-cloud/aiplatform

Properties

createTime

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

NotebookExecutionJob createTime

customEnvironmentSpec

customEnvironmentSpec?: (google.cloud.aiplatform.v1beta1.NotebookExecutionJob.ICustomEnvironmentSpec|null);

NotebookExecutionJob customEnvironmentSpec

dataformRepositorySource

dataformRepositorySource?: (google.cloud.aiplatform.v1beta1.NotebookExecutionJob.IDataformRepositorySource|null);

NotebookExecutionJob dataformRepositorySource

directNotebookSource

directNotebookSource?: (google.cloud.aiplatform.v1beta1.NotebookExecutionJob.IDirectNotebookSource|null);

NotebookExecutionJob directNotebookSource

displayName

displayName?: (string|null);

NotebookExecutionJob displayName

encryptionSpec

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

NotebookExecutionJob encryptionSpec

executionTimeout

executionTimeout?: (google.protobuf.IDuration|null);

NotebookExecutionJob executionTimeout

executionUser

executionUser?: (string|null);

NotebookExecutionJob executionUser

gcsNotebookSource

gcsNotebookSource?: (google.cloud.aiplatform.v1beta1.NotebookExecutionJob.IGcsNotebookSource|null);

NotebookExecutionJob gcsNotebookSource

gcsOutputUri

gcsOutputUri?: (string|null);

NotebookExecutionJob gcsOutputUri

jobState

jobState?: (google.cloud.aiplatform.v1beta1.JobState|keyof typeof google.cloud.aiplatform.v1beta1.JobState|null);

NotebookExecutionJob jobState

kernelName

kernelName?: (string|null);

NotebookExecutionJob kernelName

labels

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

NotebookExecutionJob labels

name

name?: (string|null);

NotebookExecutionJob name

notebookRuntimeTemplateResourceName

notebookRuntimeTemplateResourceName?: (string|null);

NotebookExecutionJob notebookRuntimeTemplateResourceName

scheduleResourceName

scheduleResourceName?: (string|null);

NotebookExecutionJob scheduleResourceName

serviceAccount

serviceAccount?: (string|null);

NotebookExecutionJob serviceAccount

status

status?: (google.rpc.IStatus|null);

NotebookExecutionJob status

updateTime

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

NotebookExecutionJob updateTime

workbenchRuntime

workbenchRuntime?: (google.cloud.aiplatform.v1beta1.NotebookExecutionJob.IWorkbenchRuntime|null);

NotebookExecutionJob workbenchRuntime