Class NotebookRuntimeOptions
Configures various aspects of Dataform notebook runtime.
Implements
Inherited Members
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 |