Reference documentation and code samples for the Google Cloud Dataform V1beta1 Client class NotebookAction.
Represents a workflow action that will run against a Notebook runtime.
Generated from protobuf message google.cloud.dataform.v1beta1.WorkflowInvocationAction.NotebookAction
Namespace
Google \ Cloud \ Dataform \ V1beta1 \ WorkflowInvocationActionMethods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ contents |
string
Output only. The code contents of a Notebook to be run. |
↳ job_id |
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. |
getContents
Output only. The code contents of a Notebook to be run.
Returns | |
---|---|
Type | Description |
string |
setContents
Output only. The code contents of a Notebook to be run.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getJobId
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.
Returns | |
---|---|
Type | Description |
string |
setJobId
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.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |