Class: Google::Cloud::LifeSciences::V2beta::Accelerator
- Inherits:
-
Object
- Object
- Google::Cloud::LifeSciences::V2beta::Accelerator
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/lifesciences/v2beta/workflows.rb
Overview
Carries information about an accelerator that can be attached to a VM.
Instance Attribute Summary collapse
-
#count ⇒ ::Integer
How many accelerators of this type to attach.
-
#type ⇒ ::String
The accelerator type string (for example, "nvidia-tesla-k80").
Instance Attribute Details
#count ⇒ ::Integer
494 495 496 497 |
# File 'proto_docs/google/cloud/lifesciences/v2beta/workflows.rb', line 494 class Accelerator include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#type ⇒ ::String
494 495 496 497 |
# File 'proto_docs/google/cloud/lifesciences/v2beta/workflows.rb', line 494 class Accelerator include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |