Class: Google::Cloud::Notebooks::V1::ExecutionTemplate::SchedulerAcceleratorConfig
- Inherits:
-
Object
- Object
- Google::Cloud::Notebooks::V1::ExecutionTemplate::SchedulerAcceleratorConfig
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/notebooks/v1/execution.rb
Overview
Definition of a hardware accelerator. Note that not all combinations
of type
and core_count
are valid. Check GPUs on
Compute Engine to find a valid
combination. TPUs are not supported.
Instance Attribute Summary collapse
-
#core_count ⇒ ::Integer
Count of cores of this accelerator.
-
#type ⇒ ::Google::Cloud::Notebooks::V1::ExecutionTemplate::SchedulerAcceleratorType
Type of this accelerator.
Instance Attribute Details
#core_count ⇒ ::Integer
Returns Count of cores of this accelerator.
158 159 160 161 |
# File 'proto_docs/google/cloud/notebooks/v1/execution.rb', line 158 class SchedulerAcceleratorConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#type ⇒ ::Google::Cloud::Notebooks::V1::ExecutionTemplate::SchedulerAcceleratorType
Returns Type of this accelerator.
158 159 160 161 |
# File 'proto_docs/google/cloud/notebooks/v1/execution.rb', line 158 class SchedulerAcceleratorConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |