google-cloud-batch-v1 0.17.3 → 0.17.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 6d2db517bc52d1a7b41b57b1e3f803de782833b41d101b9dbaf7c01212041c60
|
|
4
|
+
data.tar.gz: e6e3bdda5f05de533c32f56e2936e709b90507c0ac0446cafc7ef8b60a54f6cc
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: fc3e26995f51b715e286cd19c6fd35d1a346874c0084506c6a2947f44b5fada9668e8c371d1485b1dfdcffd7db823d5c55de019b499a665edd18ee335811178a
|
|
7
|
+
data.tar.gz: 04726a7a6f4db3250a1355139bca0e303e14707e6fb4b44e7befddc61ebd8c55288c28961d3e9319b948d38ec4e354a4d631fcb479bc86084ebb8903b4268cf0
|
|
@@ -510,9 +510,9 @@ module Google
|
|
|
510
510
|
# c++ keyword conflict.
|
|
511
511
|
# @!attribute [rw] install_gpu_drivers
|
|
512
512
|
# @return [::Boolean]
|
|
513
|
-
# Set this field true if
|
|
514
|
-
#
|
|
515
|
-
# policy.accelerators or instance_template on
|
|
513
|
+
# Set this field true if you want Batch to help fetch drivers from a third
|
|
514
|
+
# party location and install them for GPUs specified in
|
|
515
|
+
# `policy.accelerators` or `instance_template` on your behalf. Default is
|
|
516
516
|
# false.
|
|
517
517
|
#
|
|
518
518
|
# For Container-Optimized Image cases, Batch will install the
|
|
@@ -105,12 +105,11 @@ module Google
|
|
|
105
105
|
# due to the following reasons, the exit code will be 50000.
|
|
106
106
|
#
|
|
107
107
|
# Otherwise, it can be from different sources:
|
|
108
|
-
#
|
|
108
|
+
# * Batch known failures:
|
|
109
109
|
# https://cloud.google.com/batch/docs/troubleshooting#reserved-exit-codes.
|
|
110
|
-
#
|
|
111
|
-
# diagnose: https://cloud.google.com/batch/docs/analyze-job-using-logs.
|
|
112
|
-
#
|
|
113
|
-
# error caught for now.
|
|
110
|
+
# * Batch runnable execution failures; you can rely on Batch logs to further
|
|
111
|
+
# diagnose: https://cloud.google.com/batch/docs/analyze-job-using-logs. If
|
|
112
|
+
# there are multiple runnables failures, Batch only exposes the first error.
|
|
114
113
|
class TaskExecution
|
|
115
114
|
include ::Google::Protobuf::MessageExts
|
|
116
115
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
@@ -360,10 +359,15 @@ module Google
|
|
|
360
359
|
# ComputeResource requirements.
|
|
361
360
|
# @!attribute [rw] max_run_duration
|
|
362
361
|
# @return [::Google::Protobuf::Duration]
|
|
363
|
-
# Maximum duration the task should run
|
|
364
|
-
#
|
|
365
|
-
#
|
|
366
|
-
#
|
|
362
|
+
# Maximum duration the task should run before being automatically retried
|
|
363
|
+
# (if enabled) or automatically failed. Format the value of this field
|
|
364
|
+
# as a time limit in seconds followed by `s`—for example, `3600s`
|
|
365
|
+
# for 1 hour. The field accepts any value between 0 and the maximum listed
|
|
366
|
+
# for the `Duration` field type at
|
|
367
|
+
# https://protobuf.dev/reference/protobuf/google.protobuf/#duration; however,
|
|
368
|
+
# the actual maximum run time for a job will be limited to the maximum run
|
|
369
|
+
# time for a job listed at
|
|
370
|
+
# https://cloud.google.com/batch/quotas#max-job-duration.
|
|
367
371
|
# @!attribute [rw] max_retry_count
|
|
368
372
|
# @return [::Integer]
|
|
369
373
|
# Maximum number of retries on failures.
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-cloud-batch-v1
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.17.
|
|
4
|
+
version: 0.17.4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Google LLC
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2024-05
|
|
11
|
+
date: 2024-06-05 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: gapic-common
|