Class: Google::Cloud::Dataproc::V1::JobPlacement
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Cloud::Dataproc::V1::JobPlacement
 
 
- Defined in:
 - lib/google/cloud/dataproc/v1/doc/google/cloud/dataproc/v1/jobs.rb
 
Overview
Cloud Dataproc job config.
Instance Attribute Summary collapse
- 
  
    
      #cluster_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Required.
 - 
  
    
      #cluster_uuid  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Output-only.
 
Instance Attribute Details
#cluster_name ⇒ String
Returns Required. The name of the cluster where the job will be submitted.
      309  | 
    
      # File 'lib/google/cloud/dataproc/v1/doc/google/cloud/dataproc/v1/jobs.rb', line 309 class JobPlacement; end  | 
  
#cluster_uuid ⇒ String
Returns Output-only. A cluster UUID generated by the Cloud Dataproc service when the job is submitted.
      309  | 
    
      # File 'lib/google/cloud/dataproc/v1/doc/google/cloud/dataproc/v1/jobs.rb', line 309 class JobPlacement; end  |