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.
Implements
IMessageTaskTypesNotebookTaskConfig, IEquatableTaskTypesNotebookTaskConfig, IDeepCloneableTaskTypesNotebookTaskConfig, IBufferMessage, IMessageNamespace
Google.Cloud.Dataplex.V1Assembly
Google.Cloud.Dataplex.V1.dll
Constructors
NotebookTaskConfig()
public NotebookTaskConfig()
NotebookTaskConfig(NotebookTaskConfig)
public NotebookTaskConfig(Task.Types.NotebookTaskConfig other)
Parameter | |
---|---|
Name | Description |
other | TaskTypesNotebookTaskConfig |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
RepeatedFieldstring |
InfrastructureSpec
public Task.Types.InfrastructureSpec InfrastructureSpec { get; set; }
Optional. Infrastructure specification for the execution.
Property Value | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
string |