Dataform v1 API - Class NotebookRuntimeOptions (1.0.0-beta02)

public sealed class NotebookRuntimeOptions : IMessage<NotebookRuntimeOptions>, IEquatable<NotebookRuntimeOptions>, IDeepCloneable<NotebookRuntimeOptions>, IBufferMessage, IMessage

Reference documentation and code samples for the Dataform v1 API class NotebookRuntimeOptions.

Configures various aspects of Dataform notebook runtime.

Inheritance

object > NotebookRuntimeOptions

Namespace

Google.Cloud.Dataform.V1

Assembly

Google.Cloud.Dataform.V1.dll

Constructors

NotebookRuntimeOptions()

public NotebookRuntimeOptions()

NotebookRuntimeOptions(NotebookRuntimeOptions)

public NotebookRuntimeOptions(NotebookRuntimeOptions other)
Parameter
Name Description
other NotebookRuntimeOptions

Properties

AiPlatformNotebookRuntimeTemplate

public string AiPlatformNotebookRuntimeTemplate { get; set; }

Optional. The resource name of the Colab runtime template, from which a runtime is created for notebook executions. If not specified, a runtime is created with Colab's default specifications.

Property Value
Type Description
string

AiPlatformNotebookRuntimeTemplateAsNotebookRuntimeTemplateName

public NotebookRuntimeTemplateName AiPlatformNotebookRuntimeTemplateAsNotebookRuntimeTemplateName { get; set; }

NotebookRuntimeTemplateName-typed view over the AiPlatformNotebookRuntimeTemplate resource name property.

Property Value
Type Description
NotebookRuntimeTemplateName

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