Class: Google::Cloud::Tpu::V1::ReimageNodeRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Tpu::V1::ReimageNodeRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/tpu/v1/cloud_tpu.rb
Overview
Request for ReimageNode.
Instance Attribute Summary collapse
-
#name ⇒ ::String
The resource name.
-
#tensorflow_version ⇒ ::String
The version for reimage to create.
Instance Attribute Details
#name ⇒ ::String
Returns The resource name.
302 303 304 305 |
# File 'proto_docs/google/cloud/tpu/v1/cloud_tpu.rb', line 302 class ReimageNodeRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#tensorflow_version ⇒ ::String
Returns The version for reimage to create.
302 303 304 305 |
# File 'proto_docs/google/cloud/tpu/v1/cloud_tpu.rb', line 302 class ReimageNodeRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |