JobPlacementResponse

data class JobPlacementResponse(val clusterLabels: Map<String, String>, val clusterName: String, val clusterUuid: String)

Dataproc job config.

Constructors

Link copied to clipboard
fun JobPlacementResponse(clusterLabels: Map<String, String>, clusterName: String, clusterUuid: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

A cluster UUID generated by the Dataproc service when the job is submitted.