JobType type

JobType の値を定義します。 指定できる値は、'SparkBatch'、'SparkSession' です。

type JobType = "SparkBatch" | "SparkSession"