Cloud Dataplex v1 API - Class Task.Types.NotebookTaskConfig (2.15.0)

public sealed class Task.Types.NotebookTaskConfig : IMessage<Task.Types.NotebookTaskConfig>, IEquatable<Task.Types.NotebookTaskConfig>, IDeepCloneable<Task.Types.NotebookTaskConfig>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud Dataplex v1 API class Task.Types.NotebookTaskConfig.

Config for running scheduled notebooks.

Inheritance

object > Task.Types.NotebookTaskConfig

Namespace

Google.Cloud.Dataplex.V1

Assembly

Google.Cloud.Dataplex.V1.dll

Constructors

NotebookTaskConfig()

public NotebookTaskConfig()

NotebookTaskConfig(NotebookTaskConfig)

public NotebookTaskConfig(Task.Types.NotebookTaskConfig other)
Parameter
NameDescription
otherTaskTypesNotebookTaskConfig

Properties

ArchiveUris

public RepeatedField<string> ArchiveUris { get; }

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.

Property Value
TypeDescription
RepeatedFieldstring

FileUris

public RepeatedField<string> FileUris { get; }

Optional. Cloud Storage URIs of files to be placed in the working directory of each executor.

Property Value
TypeDescription
RepeatedFieldstring

InfrastructureSpec

public Task.Types.InfrastructureSpec InfrastructureSpec { get; set; }

Optional. Infrastructure specification for the execution.

Property Value
TypeDescription
TaskTypesInfrastructureSpec

Notebook

public string Notebook { get; set; }

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

Property Value
TypeDescription
string