Dataform V1 API - Class Google::Cloud::Dataform::V1::WorkflowInvocationAction::NotebookAction (v0.1.0)
Stay organized with collections
Save and categorize content based on your preferences.
Reference documentation and code samples for the Dataform V1 API class Google::Cloud::Dataform::V1::WorkflowInvocationAction::NotebookAction.
Represents a workflow action that will run against a Notebook runtime.
Inherits
Object
Extended By
Google::Protobuf::MessageExts::ClassMethods
Includes
Google::Protobuf::MessageExts
Methods
#contents
defcontents()->::String
Returns
(::String) — Output only. The code contents of a Notebook to be run.
#job_id
defjob_id()->::String
Returns
(::String) — 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-09-03 UTC."],[],[],null,["# Dataform V1 API - Class Google::Cloud::Dataform::V1::WorkflowInvocationAction::NotebookAction (v0.1.0)\n\nReference documentation and code samples for the Dataform V1 API class Google::Cloud::Dataform::V1::WorkflowInvocationAction::NotebookAction.\n\nRepresents a workflow action that will run against a Notebook runtime. \n\nInherits\n--------\n\n- Object \n\nExtended By\n-----------\n\n- Google::Protobuf::MessageExts::ClassMethods \n\nIncludes\n--------\n\n- Google::Protobuf::MessageExts\n\nMethods\n-------\n\n### #contents\n\n def contents() -\u003e ::String\n\n**Returns**\n\n- (::String) --- Output only. The code contents of a Notebook to be run.\n\n### #job_id\n\n def job_id() -\u003e ::String\n\n**Returns**\n\n- (::String) --- 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."]]