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.
Constructor Details
#initialize(**args) ⇒ ReimageNodeRequest
Returns a new instance of ReimageNodeRequest.
554 555 556 |
# File 'generated/google/apis/tpu_v1alpha1/classes.rb', line 554 def initialize(**args) update!(**args) end |
Instance Attribute Details
#tensorflow_version ⇒ String
The version for reimage to create.
Corresponds to the JSON property tensorflowVersion
552 553 554 |
# File 'generated/google/apis/tpu_v1alpha1/classes.rb', line 552 def tensorflow_version @tensorflow_version end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
559 560 561 |
# File 'generated/google/apis/tpu_v1alpha1/classes.rb', line 559 def update!(**args) @tensorflow_version = args[:tensorflow_version] if args.key?(:tensorflow_version) end |