public sealed class 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
IMessage<Task.Types.NotebookTaskConfig>, IEquatable<Task.Types.NotebookTaskConfig>, IDeepCloneable<Task.Types.NotebookTaskConfig>, IBufferMessage, IMessageNamespace
Google.Cloud.Dataplex.V1Assembly
Google.Cloud.Dataplex.V1.dll
Constructors
NotebookTaskConfig()
public NotebookTaskConfig()
NotebookTaskConfig(Task.Types.NotebookTaskConfig)
public NotebookTaskConfig(Task.Types.NotebookTaskConfig other)
Parameter | |
---|---|
Name | Description |
other | Task.Types.NotebookTaskConfig |
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 |
RepeatedField<String> |
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 |
RepeatedField<String> |
InfrastructureSpec
public Task.Types.InfrastructureSpec InfrastructureSpec { get; set; }
Optional. Infrastructure specification for the execution.
Property Value | |
---|---|
Type | Description |
Task.Types.InfrastructureSpec |
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 |