Add Foundry jobs and MLflow surfaces#42790
Open
nlydick wants to merge 1 commit intoAzure:feature/foundry-stagingfrom
Open
Add Foundry jobs and MLflow surfaces#42790nlydick wants to merge 1 commit intoAzure:feature/foundry-stagingfrom
nlydick wants to merge 1 commit intoAzure:feature/foundry-stagingfrom
Conversation
Next Steps to MergeImportant checks have failed. As of today they are not blocking this PR, but in near future they may.Addressing the following failures is highly recommended:
Comment generated by summarize-checks workflow run. |
API Change CheckAPIView identified API level changes in this PR and created the following API reviews
Comment generated by After APIView workflow run. |
4279cbb to
49f2e2e
Compare
Add the Foundry jobs TypeSpec surface, generated OpenAPI snapshots, and examples. Model training creation now submits with POST /jobs and Operation-Id idempotency, while SDK customization keeps the convenience operation under beta models. Expose job attempts, artifacts, metrics, and outputs under /jobs, including attempt-pinned views. Add MLflow tracking and registry compatibility routes under /mlflow/api/2.0/mlflow. Authored-by: GitHub Copilot for VS Code 0.45.1 Model: GitHub Copilot Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
49f2e2e to
245f2c4
Compare
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.
Summary
/jobsroute root.POST /jobsplusOperation-Ididempotency, while relocating the SDK convenience operation to the betamodelsclient ascreate_training_job/createTrainingJob.jobsand expose job child surfaces for attempts, artifacts, metrics, outputs, and attempt-pinned artifact/metric/output views./mlflow/api/2.0/mlflowfor experiments, runs, metrics, artifacts, registered models, and model versions.Validation
git diff --check -- specification/ai-foundry/data-plane/Foundrynpx tsp compile specification/ai-foundry/data-plane/Foundry --emit @typespec/openapi3npx tsp compile specification/ai-foundry/data-plane/Foundry/client.tsp --no-emitsrc/agents/routes.tspfor unnamed unions.