public sealed class NotebookRuntimeOptions : IMessage<NotebookRuntimeOptions>, IEquatable<NotebookRuntimeOptions>, IDeepCloneable<NotebookRuntimeOptions>, IBufferMessage, IMessage
Reference documentation and code samples for the Dataform v1beta1 API class NotebookRuntimeOptions.
Configures various aspects of Dataform notebook runtime.
Implements
IMessageNotebookRuntimeOptions, IEquatableNotebookRuntimeOptions, IDeepCloneableNotebookRuntimeOptions, IBufferMessage, IMessageNamespace
Google.Cloud.Dataform.V1Beta1Assembly
Google.Cloud.Dataform.V1Beta1.dll
Constructors
NotebookRuntimeOptions()
public NotebookRuntimeOptions()
NotebookRuntimeOptions(NotebookRuntimeOptions)
public NotebookRuntimeOptions(NotebookRuntimeOptions other)
Parameter | |
---|---|
Name | Description |
other |
NotebookRuntimeOptions |
Properties
ExecutionSinkCase
public NotebookRuntimeOptions.ExecutionSinkOneofCase ExecutionSinkCase { get; }
Property Value | |
---|---|
Type | Description |
NotebookRuntimeOptionsExecutionSinkOneofCase |
GcsOutputBucket
public string GcsOutputBucket { get; set; }
Optional. The Google Cloud Storage location to upload the result to.
Format: gs://bucket-name
.
Property Value | |
---|---|
Type | Description |
string |
HasGcsOutputBucket
public bool HasGcsOutputBucket { get; }
Gets whether the "gcs_output_bucket" field is set
Property Value | |
---|---|
Type | Description |
bool |