Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

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[];
}

§Properties

§
parent?: string
[src]

Required. Parent (Batch) resource reference.

§
sparkWrapperObjects?: SparkWrapperObject[]
[src]