Class: Google::Cloud::Tpu::V1::TensorFlowVersion
- Inherits:
-
Object
- Object
- Google::Cloud::Tpu::V1::TensorFlowVersion
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/tpu/v1/cloud_tpu.rb
Overview
A tensorflow version that a Node can be configured with.
Instance Attribute Summary collapse
-
#name ⇒ ::String
The resource name.
-
#version ⇒ ::String
The tensorflow version.
Instance Attribute Details
#name ⇒ ::String
Returns The resource name.
332 333 334 335 |
# File 'proto_docs/google/cloud/tpu/v1/cloud_tpu.rb', line 332 class TensorFlowVersion include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#version ⇒ ::String
Returns the tensorflow version.
332 333 334 335 |
# File 'proto_docs/google/cloud/tpu/v1/cloud_tpu.rb', line 332 class TensorFlowVersion include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |