Claude/fix gcloud custom jobs gic se#74
Merged
qualiaMachine merged 2 commits intomainfrom Mar 6, 2026
Merged
Conversation
The backslash line continuation character only works on Linux/macOS. Windows CMD uses ^ and PowerShell uses backtick. Added callouts in both the markdown episode and notebook explaining all three alternatives. https://claude.ai/code/session_01KZ1FCFktQv2unzJ8owWgBj
The --config flag for `gcloud ai custom-jobs create` expects the job spec contents directly (not wrapped in displayName/jobSpec), and all field names must use snake_case (worker_pool_specs, machine_spec, etc.) rather than camelCase. Also, --display-name is a required CLI flag that must be passed on the command line, not in the config file. Updated both XGBoost and PyTorch YAML examples, all submit commands, challenge solutions, and Windows compatibility examples. https://claude.ai/code/session_01KZ1FCFktQv2unzJ8owWgBj
|
NOTE: This Pull Request (#74) was previously merged |
github-actions bot
pushed a commit
that referenced
this pull request
Mar 6, 2026
Auto-generated via `{sandpaper}`
Source : 6967765
Branch : md-outputs
Author : GitHub Actions <actions@github.com>
Time : 2026-03-06 22:38:08 +0000
Message : markdown source builds
Auto-generated via `{sandpaper}`
Source : a0ed14f
Branch : main
Author : Christopher Endemann <endemann@wisc.edu>
Time : 2026-03-06 22:34:02 +0000
Message : Merge pull request #74 from qualiaMachine/claude/fix-gcloud-custom-jobs-gicSe
Claude/fix gcloud custom jobs gic se
github-actions bot
pushed a commit
that referenced
this pull request
Mar 10, 2026
Auto-generated via `{sandpaper}`
Source : 6967765
Branch : md-outputs
Author : GitHub Actions <actions@github.com>
Time : 2026-03-06 22:38:08 +0000
Message : markdown source builds
Auto-generated via `{sandpaper}`
Source : a0ed14f
Branch : main
Author : Christopher Endemann <endemann@wisc.edu>
Time : 2026-03-06 22:34:02 +0000
Message : Merge pull request #74 from qualiaMachine/claude/fix-gcloud-custom-jobs-gicSe
Claude/fix gcloud custom jobs gic se
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.