Class JobPlacement
Dataproc job config.
Implements
Inherited Members
Namespace: Google.Apis.Dataproc.v1.Data
Assembly: Google.Apis.Dataproc.v1.dll
Syntax
public class JobPlacement : IDirectResponseSchema
Properties
ClusterLabels
Optional. Cluster labels to identify a cluster where the job will be submitted.
Declaration
[JsonProperty("clusterLabels")]
public virtual IDictionary<string, string> ClusterLabels { get; set; }
Property Value
Type | Description |
---|---|
IDictionary<string, string> |
ClusterName
Required. The name of the cluster where the job will be submitted.
Declaration
[JsonProperty("clusterName")]
public virtual string ClusterName { get; set; }
Property Value
Type | Description |
---|---|
string |
ClusterUuid
Output only. A cluster UUID generated by the Dataproc service when the job is submitted.
Declaration
[JsonProperty("clusterUuid")]
public virtual string ClusterUuid { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |