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.
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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-06-05 UTC."],[[["The `WorkflowInvocationAction.Types.NotebookAction` class in the Dataform v1beta1 API represents a workflow action that executes against a Notebook runtime environment."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionality for message handling, equality comparison, deep cloning, and buffer manipulation."],["The `NotebookAction` class has two constructors, one default and another to create a copy of an existing `NotebookAction` object."],["The `Contents` property, a string, holds the code that will be run within the notebook, while the `JobId` property stores the ID of the Vertex job and is only available after the job has started."],["The class has inherited methods from the `object` class, such as `GetHashCode`, `GetType`, and `ToString`."]]],[]]