Dataform v1beta1 API - Class WorkflowInvocationAction.Types.NotebookAction (1.0.0-beta08)

public sealed class WorkflowInvocationAction.Types.NotebookAction : IMessage<WorkflowInvocationAction.Types.NotebookAction>, IEquatable<WorkflowInvocationAction.Types.NotebookAction>, IDeepCloneable<WorkflowInvocationAction.Types.NotebookAction>, IBufferMessage, IMessage

Reference documentation and code samples for the Dataform v1beta1 API class WorkflowInvocationAction.Types.NotebookAction.

Represents a workflow action that will run against a Notebook runtime.

Inheritance

object > WorkflowInvocationAction.Types.NotebookAction

Namespace

Google.Cloud.Dataform.V1Beta1

Assembly

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