public sealed class WorkflowInvocationAction.Types.NotebookAction : IMessage<WorkflowInvocationAction.Types.NotebookAction>, IEquatable<WorkflowInvocationAction.Types.NotebookAction>, IDeepCloneable<WorkflowInvocationAction.Types.NotebookAction>, IBufferMessage, IMessageReference documentation and code samples for the Dataform v1beta1 API class WorkflowInvocationAction.Types.NotebookAction.
Represents a workflow action that will run against a Notebook runtime.
Implements
IMessageWorkflowInvocationActionTypesNotebookAction, IEquatableWorkflowInvocationActionTypesNotebookAction, IDeepCloneableWorkflowInvocationActionTypesNotebookAction, IBufferMessage, IMessageNamespace
Google.Cloud.Dataform.V1Beta1Assembly
Google.Cloud.Dataform.V1Beta1.dll
Constructors
NotebookAction()
public NotebookAction()NotebookAction(NotebookAction)
public NotebookAction(WorkflowInvocationAction.Types.NotebookAction other)| Parameter | |
|---|---|
| Name | Description |
other |
WorkflowInvocationActionTypesNotebookAction |
Properties
Contents
public string Contents { get; set; }Output only. The code contents of a Notebook to be run.
| Property Value | |
|---|---|
| Type | Description |
string |
|
JobId
public string JobId { get; set; }Output only. The ID of the Vertex job that executed the notebook in contents and also the ID used for the outputs created in Google Cloud Storage buckets. Only set once the job has started to run.
| Property Value | |
|---|---|
| Type | Description |
string |
|