-
Notifications
You must be signed in to change notification settings - Fork 3.2k
updating rest client object to v2022_12_01_preview for automl files #28961
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
sdk/ml/azure-ai-ml/azure/ai/ml/_schema/automl/image_vertical/image_object_detection.py
Show resolved
Hide resolved
sdk/ml/azure-ai-ml/azure/ai/ml/_schema/automl/nlp_vertical/nlp_fixed_parameters.py
Show resolved
Hide resolved
|
API change check API changes are not detected in this pull request. |
|
We have a plan to switch job entity/operations to 2023-02-01-preview to support Singularity. Will 2023-02-01-preview serve the same purpose of this PR for AutoML? If yes, let's join the effort. @TonyJ1 FYI. |
Thanks @luigiw! PR: [ML] Migrate from 2022_12_01_preview API to 2023_02_01_preview API Dependency: MFE Release ETA: 02/28 |
|
@guptha23 did you forget the tabular entities folder? |
sorry, I missed tabular entities folder before. I have updated the automl tabular entities folder now. can you please verify once? thank you!! |
|
I think with this all the automl entities have been covered -- but the CI gates are failing. Final step is ensuring they pass. I took a glance and a few were failing because we import sweep job entities (e.g. early termination policy) and those are still from Oct preview, so it looks like we'll need to upgrade the sweep imports as well at the very least. |
|
Could you please update the changelog for the API version changes? |
|
is _job_operations not required to be updated? Its still pointing to October22? Edit: its already updated to Dec API |
have updated the changelog with the help of @MaurisLucis. @harneetvirk can you please review once? thank you!! |
Description
Please add an informative description that covers that changes made by the pull request and link all relevant issues.
If an SDK is being regenerated based on a new swagger spec, a link to the pull request containing these swagger spec changes has been included above.
All SDK Contribution checklist:
General Guidelines and Best Practices
Testing Guidelines