Class: Google::Cloud::Run::V2::NodeSelector

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/run/v2/vendor_settings.rb

Overview

Hardware constraints configuration.

Instance Attribute Summary collapse

Instance Attribute Details

#accelerator::String

Returns Required. GPU accelerator type to attach to an instance.

Returns:

  • (::String)

    Required. GPU accelerator type to attach to an instance.



161
162
163
164
# File 'proto_docs/google/cloud/run/v2/vendor_settings.rb', line 161

class NodeSelector
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end