Class: Google::Cloud::Batch::V1::AllocationPolicy::InstancePolicyOrTemplate
- Inherits:
-
Object
- Object
- Google::Cloud::Batch::V1::AllocationPolicy::InstancePolicyOrTemplate
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/batch/v1/job.rb
Overview
InstancePolicyOrTemplate lets you define the type of resources to use for this job either with an InstancePolicy or an instance template. If undefined, Batch picks the type of VM to use and doesn't include optional VM resources such as GPUs and extra disks.
Instance Attribute Summary collapse
-
#install_gpu_drivers ⇒ ::Boolean
Set this field true if you want Batch to help fetch drivers from a third party location and install them for GPUs specified in
policy.acceleratorsorinstance_templateon your behalf. -
#install_ops_agent ⇒ ::Boolean
Optional.
-
#instance_template ⇒ ::String
Name of an instance template used to create VMs.
-
#policy ⇒ ::Google::Cloud::Batch::V1::AllocationPolicy::InstancePolicy
InstancePolicy.
Instance Attribute Details
#install_gpu_drivers ⇒ ::Boolean
Returns Set this field true if you want Batch to help fetch drivers from a third
party location and install them for GPUs specified in
policy.accelerators or instance_template on your behalf. Default is
false.
For Container-Optimized Image cases, Batch will install the accelerator driver following milestones of https://cloud.google.com/container-optimized-os/docs/release-notes. For non Container-Optimized Image cases, following https://github.com/GoogleCloudPlatform/compute-gpu-installation/blob/main/linux/install_gpu_driver.py.
537 538 539 540 |
# File 'proto_docs/google/cloud/batch/v1/job.rb', line 537 class InstancePolicyOrTemplate include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#install_ops_agent ⇒ ::Boolean
Returns Optional. Set this field true if you want Batch to install Ops Agent on your behalf. Default is false.
537 538 539 540 |
# File 'proto_docs/google/cloud/batch/v1/job.rb', line 537 class InstancePolicyOrTemplate include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#instance_template ⇒ ::String
Returns Name of an instance template used to create VMs. Named the field as 'instance_template' instead of 'template' to avoid c++ keyword conflict.
537 538 539 540 |
# File 'proto_docs/google/cloud/batch/v1/job.rb', line 537 class InstancePolicyOrTemplate include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#policy ⇒ ::Google::Cloud::Batch::V1::AllocationPolicy::InstancePolicy
Returns InstancePolicy.
537 538 539 540 |
# File 'proto_docs/google/cloud/batch/v1/job.rb', line 537 class InstancePolicyOrTemplate include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |