Show / Hide Table of Contents

Class NotebookRuntimeOptions

Configures various aspects of Dataform notebook runtime.

Inheritance
object
NotebookRuntimeOptions
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Dataform.v1beta1.Data
Assembly: Google.Apis.Dataform.v1beta1.dll
Syntax
public class NotebookRuntimeOptions : IDirectResponseSchema

Properties

AiPlatformNotebookRuntimeTemplate

Optional. The resource name of the [Colab runtime template] (https://cloud.google.com/colab/docs/runtimes), from which a runtime is created for notebook executions. If not specified, a runtime is created with Colab's default specifications.

Declaration
[JsonProperty("aiPlatformNotebookRuntimeTemplate")]
public virtual string AiPlatformNotebookRuntimeTemplate { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

GcsOutputBucket

Optional. The Google Cloud Storage location to upload the result to. Format: gs://bucket-name.

Declaration
[JsonProperty("gcsOutputBucket")]
public virtual string GcsOutputBucket { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX