RunNotebookSparkSessionOptions.IsQueueable プロパティ

定義

Spark プールに十分な容量がない場合にセッション作成をキューに登録するかどうか。 ノートブックで API を実行する場合、既定値は true です。

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

プロパティ値

適用対象