Class: Google::Apis::TpuV1alpha1::ReimageNodeRequest
- Inherits:
- 
      Object
      
        - Object
- Google::Apis::TpuV1alpha1::ReimageNodeRequest
 
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/tpu_v1alpha1/classes.rb,
 generated/google/apis/tpu_v1alpha1/representations.rb,
 generated/google/apis/tpu_v1alpha1/representations.rb
Overview
Request for ReimageNode.
Instance Attribute Summary collapse
- 
  
    
      #tensorflow_version  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The version for reimage to create. 
Instance Method Summary collapse
- 
  
    
      #initialize(**args)  ⇒ ReimageNodeRequest 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    A new instance of ReimageNodeRequest. 
- 
  
    
      #update!(**args)  ⇒ Object 
    
    
  
  
  
  
  
  
  
  
  
    Update properties of this object. 
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ ReimageNodeRequest
Returns a new instance of ReimageNodeRequest
| 563 564 565 | # File 'generated/google/apis/tpu_v1alpha1/classes.rb', line 563 def initialize(**args) update!(**args) end | 
Instance Attribute Details
#tensorflow_version ⇒ String
The version for reimage to create.
Corresponds to the JSON property tensorflowVersion
| 561 562 563 | # File 'generated/google/apis/tpu_v1alpha1/classes.rb', line 561 def tensorflow_version @tensorflow_version end | 
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
| 568 569 570 | # File 'generated/google/apis/tpu_v1alpha1/classes.rb', line 568 def update!(**args) @tensorflow_version = args[:tensorflow_version] if args.key?(:tensorflow_version) end |