Class: Google::Cloud::Tpu::V1::TensorFlowVersion

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#name::String

Returns The resource name.

Returns:

  • (::String)

    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.

Returns:

  • (::String)

    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