Class: Google::Cloud::Dataplex::V1::Task::NotebookTaskConfig

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/dataplex/v1/tasks.rb

Overview

Config for running scheduled notebooks.

Instance Attribute Summary collapse

Instance Attribute Details

#archive_uris::Array<::String>

Returns 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.



308
309
310
311
# File 'proto_docs/google/cloud/dataplex/v1/tasks.rb', line 308

class NotebookTaskConfig
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#file_uris::Array<::String>

Returns 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.



308
309
310
311
# File 'proto_docs/google/cloud/dataplex/v1/tasks.rb', line 308

class NotebookTaskConfig
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#infrastructure_spec::Google::Cloud::Dataplex::V1::Task::InfrastructureSpec

Returns Optional. Infrastructure specification for the execution.

Returns:



308
309
310
311
# File 'proto_docs/google/cloud/dataplex/v1/tasks.rb', line 308

class NotebookTaskConfig
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#notebook::String

Returns 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).



308
309
310
311
# File 'proto_docs/google/cloud/dataplex/v1/tasks.rb', line 308

class NotebookTaskConfig
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end