class Google::Apis::TpuV1alpha1::ReimageNodeRequest
Request for ReimageNode.
Attributes
tensorflow_version[RW]
The version for reimage to create. Corresponds to the JSON property `tensorflowVersion` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/tpu_v1alpha1/classes.rb, line 560 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/tpu_v1alpha1/classes.rb, line 565 def update!(**args) @tensorflow_version = args[:tensorflow_version] if args.key?(:tensorflow_version) end