Reference documentation and code samples for the Batch V1 API class Google::Cloud::Batch::V1::AllocationPolicy::InstancePolicyOrTemplate.
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.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#install_gpu_drivers
def install_gpu_drivers() -> ::Boolean
-
(::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.accelerators
orinstance_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.
#install_gpu_drivers=
def install_gpu_drivers=(value) -> ::Boolean
-
value (::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.accelerators
orinstance_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.
-
(::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.accelerators
orinstance_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.
#install_ops_agent
def install_ops_agent() -> ::Boolean
- (::Boolean) — Optional. Set this field true if you want Batch to install Ops Agent on your behalf. Default is false.
#install_ops_agent=
def install_ops_agent=(value) -> ::Boolean
- value (::Boolean) — Optional. Set this field true if you want Batch to install Ops Agent on your behalf. Default is false.
- (::Boolean) — Optional. Set this field true if you want Batch to install Ops Agent on your behalf. Default is false.
#instance_template
def instance_template() -> ::String
- (::String) — Name of an instance template used to create VMs. Named the field as 'instance_template' instead of 'template' to avoid c++ keyword conflict.
#instance_template=
def instance_template=(value) -> ::String
- value (::String) — Name of an instance template used to create VMs. Named the field as 'instance_template' instead of 'template' to avoid c++ keyword conflict.
- (::String) — Name of an instance template used to create VMs. Named the field as 'instance_template' instead of 'template' to avoid c++ keyword conflict.
#policy
def policy() -> ::Google::Cloud::Batch::V1::AllocationPolicy::InstancePolicy
- (::Google::Cloud::Batch::V1::AllocationPolicy::InstancePolicy) — InstancePolicy.
#policy=
def policy=(value) -> ::Google::Cloud::Batch::V1::AllocationPolicy::InstancePolicy
- value (::Google::Cloud::Batch::V1::AllocationPolicy::InstancePolicy) — InstancePolicy.
- (::Google::Cloud::Batch::V1::AllocationPolicy::InstancePolicy) — InstancePolicy.