Dataplex V1 API - Class Google::Cloud::Dataplex::V1::Task::NotebookTaskConfig (v0.6.0)

Reference documentation and code samples for the Dataplex V1 API class Google::Cloud::Dataplex::V1::Task::NotebookTaskConfig.

Config for running scheduled notebooks.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#archive_uris

def archive_uris() -> ::Array<::String>
Returns
  • (::Array<::String>) — Optional. Cloud Storage URIs of archives to be extracted into the working directory of each executor. Supported file types: .jar, .tar, .tar.gz, .tgz, and .zip.

#archive_uris=

def archive_uris=(value) -> ::Array<::String>
Parameter
  • value (::Array<::String>) — Optional. Cloud Storage URIs of archives to be extracted into the working directory of each executor. Supported file types: .jar, .tar, .tar.gz, .tgz, and .zip.
Returns
  • (::Array<::String>) — Optional. Cloud Storage URIs of archives to be extracted into the working directory of each executor. Supported file types: .jar, .tar, .tar.gz, .tgz, and .zip.

#file_uris

def file_uris() -> ::Array<::String>
Returns
  • (::Array<::String>) — Optional. Cloud Storage URIs of files to be placed in the working directory of each executor.

#file_uris=

def file_uris=(value) -> ::Array<::String>
Parameter
  • value (::Array<::String>) — Optional. Cloud Storage URIs of files to be placed in the working directory of each executor.
Returns
  • (::Array<::String>) — Optional. Cloud Storage URIs of files to be placed in the working directory of each executor.

#infrastructure_spec

def infrastructure_spec() -> ::Google::Cloud::Dataplex::V1::Task::InfrastructureSpec
Returns

#infrastructure_spec=

def infrastructure_spec=(value) -> ::Google::Cloud::Dataplex::V1::Task::InfrastructureSpec
Parameter
Returns

#notebook

def notebook() -> ::String
Returns
  • (::String) — Required. Path to input notebook. This can be the Cloud Storage URI of the notebook file or the path to a Notebook Content. The execution args are accessible as environment variables (TASK_key=value).

#notebook=

def notebook=(value) -> ::String
Parameter
  • value (::String) — Required. Path to input notebook. This can be the Cloud Storage URI of the notebook file or the path to a Notebook Content. The execution args are accessible as environment variables (TASK_key=value).
Returns
  • (::String) — Required. Path to input notebook. This can be the Cloud Storage URI of the notebook file or the path to a Notebook Content. The execution args are accessible as environment variables (TASK_key=value).