共用方式為


RunNotebookSparkSessionOptions.IsQueueable Property

Definition

Whether to queue session creation if Spark pool doesn't have enough capacity. Default value is true in notebook runs API.

public bool? IsQueueable { get; set; }
member this.IsQueueable : Nullable<bool> with get, set
Public Property IsQueueable As Nullable(Of Boolean)

Property Value

Applies to