JobPlacementArgs

data class JobPlacementArgs(val clusterLabels: Output<Map<String, String>>? = null, val clusterName: Output<String>) : ConvertibleToJava<JobPlacementArgs>

Dataproc job config.

Constructors

Link copied to clipboard
fun JobPlacementArgs(clusterLabels: Output<Map<String, String>>? = null, clusterName: Output<String>)

Functions

Link copied to clipboard
open override fun toJava(): JobPlacementArgs

Properties

Link copied to clipboard
val clusterLabels: Output<Map<String, String>>? = null

Optional. Cluster labels to identify a cluster where the job will be submitted.

Link copied to clipboard
val clusterName: Output<String>

The name of the cluster where the job will be submitted.