10000 fix(batch): Renamig region tag · davidcavazos/python-docs-samples@5f7e95a · GitHub
[go: up one dir, main page]

Skip to content

Commit 5f7e95a

Browse files
committed
fix(batch): Renamig region tag
1 parent bffae04 commit 5f7e95a

File tree

1 file2

-2
lines changed

1 file changed

+2
-2
lines changed

batch/create/create_with_gpu_no_mounting.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
# [START batch_create_gpu_job]
15+
# [START batch_create_gpu_job_n1]
1616
from google.cloud import batch_v1
1717

1818

@@ -102,7 +102,7 @@ def create_gpu_job(
102102
return client.create_job(create_request)
103103

104104

105-
# [END batch_create_gpu_job]
105+
# [END batch_create_gpu_job_n1]
106106

107107

108108
if __name__ == "__main__":

0 commit comments

Comments
 (0)
0