WriteSparkApplicationContextRequest
import type { WriteSparkApplicationContextRequest } from "https://googleapis.deno.dev/v1/dataproc:v1.ts";
Write Spark Application data to internal storage systems
interface WriteSparkApplicationContextRequest {
parent?: string;
sparkWrapperObjects?: SparkWrapperObject[];
}