Class TaskTemplate (0.13.0) Stay organized with collections Save and categorize content based on your preferences.
TaskTemplate(mapping=None,*,ignore_unknown_fields=False,**kwargs)TaskTemplate describes the data a task should have whencreated from a template.
.. _oneof:https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields
Attributes | |
|---|---|
| Name | Description |
containers | MutableSequence[google.cloud.run_v2.types.Container]Holds the single container that defines the unit of execution for this task. |
volumes | MutableSequence[google.cloud.run_v2.types.Volume]Optional. A list of Volumes to make available to containers. |
max_retries | intNumber of retries allowed per Task, before marking this Task failed. Defaults to 3. This field is a member of oneof_retries. |
timeout | google.protobuf.duration_pb2.DurationOptional. Max allowed time duration the Task may be active before the system will actively try to mark it failed and kill associated containers. This applies per attempt of a task, meaning each retry can run for the full timeout. Defaults to 600 seconds. |
service_account | strOptional. Email address of the IAM service account associated with the Task of a Job. The service account represents the identity of the running task, and determines what permissions the task has. If not provided, the task will use the project's default service account. |
execution_environment | google.cloud.run_v2.types.ExecutionEnvironmentOptional. The execution environment being used to host this Task. |
encryption_key | strA reference to a customer managed encryption key (CMEK) to use to encrypt this container image. For more information, go to https://cloud.google.com/run/docs/securing/using-cmek |
vpc_access | google.cloud.run_v2.types.VpcAccessOptional. VPC Access configuration to use for this Task. For more information, visit https://cloud.google.com/run/docs/configuring/connecting-vpc. |
node_selector | google.cloud.run_v2.types.NodeSelectorOptional. The node selector for the task template. |
gpu_zonal_redundancy_disabled | boolOptional. True if GPU zonal redundancy is disabled on this task template. This field is a member of oneof__gpu_zonal_redundancy_disabled. |
Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-12-16 UTC.