Google Cloud Dataform V1 Client - Class NotebookRuntimeOptions (0.8.0)

Reference documentation and code samples for the Google Cloud Dataform V1 Client class NotebookRuntimeOptions.

Configures various aspects of Dataform notebook runtime.

Generated from protobuf message google.cloud.dataform.v1.NotebookRuntimeOptions

Namespace

Google \ Cloud \ Dataform \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ gcs_output_bucket string

Optional. The Google Cloud Storage location to upload the result to. Format: gs://bucket-name.

↳ ai_platform_notebook_runtime_template string

Optional. The resource name of the Colab runtime template, from which a runtime is created for notebook executions. If not specified, a runtime is created with Colab's default specifications.

getGcsOutputBucket

Optional. The Google Cloud Storage location to upload the result to.

Format: gs://bucket-name.

Returns
Type Description
string

hasGcsOutputBucket

setGcsOutputBucket

Optional. The Google Cloud Storage location to upload the result to.

Format: gs://bucket-name.

Parameter
Name Description
var string
Returns
Type Description
$this

getAiPlatformNotebookRuntimeTemplate

Optional. The resource name of the Colab runtime template, from which a runtime is created for notebook executions. If not specified, a runtime is created with Colab's default specifications.

Returns
Type Description
string

setAiPlatformNotebookRuntimeTemplate

Optional. The resource name of the Colab runtime template, from which a runtime is created for notebook executions. If not specified, a runtime is created with Colab's default specifications.

Parameter
Name Description
var string
Returns
Type Description
$this

getExecutionSink

Returns
Type Description
string