Skip to content

Commit 3ccd80c

Browse files
author
Larry Franks
committed
updates for v2 SDK links
1 parent 23b2ae0 commit 3ccd80c

9 files changed

+20
-17
lines changed

articles/machine-learning/concept-automated-ml.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Traditional machine learning model development is resource-intensive, requiring
2323

2424
Azure Machine Learning offers the following two experiences for working with automated ML. See the following sections to understand feature availability in each experience.
2525

26-
* For code-experienced customers, [Azure Machine Learning Python SDK](/python/api/overview/azure/ml/intro). Get started with [Tutorial: Train an object detection model (preview) with AutoML and Python](tutorial-auto-train-image-models.md)
26+
* For code-experienced customers, [Azure Machine Learning Python SDK](https://aka.ms/sdk-v2-install). Get started with [Tutorial: Train an object detection model (preview) with AutoML and Python](tutorial-auto-train-image-models.md)
2727

2828
* For limited/no-code experience customers, Azure Machine Learning studio at [https://ml.azure.com](https://ml.azure.com/). Get started with these tutorials:
2929
* [Tutorial: Create a classification model with automated ML in Azure Machine Learning](tutorial-first-experiment-automated-ml.md).

articles/machine-learning/how-to-machine-learning-interpretability.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,8 @@ By using the classes and methods in the SDK v1, you can:
5959
* Achieve model interpretability on real-world datasets at scale during training and inference.
6060
* Use an interactive visualization dashboard to discover patterns in your data and its explanations at training time.
6161

62-
Model interpretability classes are made available through the SDK v1 package. For more information, see [Install SDK packages for Azure Machine Learning](/python/api/overview/azure/ml/install) and [azureml.interpret](/python/api/azureml-interpret/azureml.interpret).
62+
> [!NOTE]
63+
> Model interpretability classes are made available through the SDK v1 package. For more information, see [Install SDK packages for Azure Machine Learning](/python/api/overview/azure/ml/install) and [azureml.interpret](/python/api/azureml-interpret/azureml.interpret).
6364
6465
## Supported model interpretability techniques
6566

articles/machine-learning/how-to-manage-optimize-cost.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ You can also configure the amount of time the node is idle before scale down. By
5353
+ If you perform less iterative experimentation, reduce this time to save costs.
5454
+ If you perform highly iterative dev/test experimentation, you might need to increase the time so you aren't paying for constant scaling up and down after each change to your training script or environment.
5555

56-
AmlCompute clusters can be configured for your changing workload requirements in Azure portal, using the [AmlCompute SDK class](/python/api/azureml-core/azureml.core.compute.amlcompute.amlcompute), [AmlCompute CLI](/cli/azure/ml(v1)/computetarget/create#az-ml-v1--computetarget-create-amlcompute), with the [REST APIs](https://github.com/Azure/azure-rest-api-specs/tree/master/specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/stable).
56+
AmlCompute clusters can be configured for your changing workload requirements in Azure portal, using the [AmlCompute SDK class](/python/api/azure-ai-ml/azure.ai.ml.entities.amlcompute), [AmlCompute CLI](/cli/azure/ml/compute#az-ml-compute-create), with the [REST APIs](https://github.com/Azure/azure-rest-api-specs/tree/master/specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/stable).
5757

5858

5959
## Set quotas on resources

articles/machine-learning/how-to-private-endpoint-integration-synapse.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,8 @@ To verify that the integration between Azure Synapse and Azure Machine Learning
135135
print(ws.name)
136136
```
137137

138-
This code snippet connects to the linked workspace, and then prints the workspace info. In the printed output, the value displayed is the name of the Azure Machine Learning workspace, not the linked service name that was used in the `getWorkspace()` call. For more information on using the `ws` object, see the [Workspace](/python/api/azureml-core/azureml.core.workspace.workspace) class reference.
138+
> [!IMPORTANT]
139+
> This code snippet connects to the linked workspace using SDK v1, and then prints the workspace info. In the printed output, the value displayed is the name of the Azure Machine Learning workspace, not the linked service name that was used in the `getWorkspace()` call. For more information on using the `ws` object, see the [Workspace](/python/api/azureml-core/azureml.core.workspace.workspace) class reference.
139140

140141
## Next steps
141142

articles/machine-learning/how-to-setup-customer-managed-keys.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,9 @@ For more information on customer-managed keys with Cosmos DB, see [Configure cus
131131
132132
### Azure Container Instance
133133
134+
> [!IMPORTANT]
135+
> Deploying to Azure Container Instances is not available in SDK or CLI v2. Only through SDK & CL v1.
136+
134137
When __deploying__ a trained model to an Azure Container instance (ACI), you can encrypt the deployed resource using a customer-managed key. For information on generating a key, see [Encrypt data with a customer-managed key](../container-instances/container-instances-encrypt-data.md#generate-a-new-key).
135138
136139
To use the key when deploying a model to Azure Container Instance, create a new deployment configuration using `AciWebservice.deploy_configuration()`. Provide the key information using the following parameters:

articles/machine-learning/how-to-tune-hyperparameters.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -423,7 +423,7 @@ To see how the parameter values are received, parsed, and passed to the training
423423
424424
## Submit hyperparameter tuning experiment
425425

426-
After you define your hyperparameter tuning configuration, [submit the experiment](/python/api/azureml-core/azureml.core.experiment%28class%29#submit-config--tags-none----kwargs-):
426+
After you define your hyperparameter tuning configuration, [submit the job](/python/api/azure-ai-ml/azure.ai.ml.mlclient#azure-ai-ml-mlclient-create-or-update):
427427

428428
```Python
429429
# submit the sweep

articles/machine-learning/toc.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -282,13 +282,6 @@
282282
href: how-to-prevent-data-loss-exfiltration.md
283283
- name: Configure network isolation with v2
284284
href: how-to-configure-network-isolation-with-v2.md
285-
- name: Data protection
286-
items:
287-
- name: Failover & disaster recovery
288-
displayName: high availability
289-
href: how-to-high-availability-machine-learning.md
290-
- name: Regenerate storage access keys
291-
href: how-to-change-storage-access-key.md
292285
- name: Create & manage workspaces
293286
items:
294287
- name: Use Azure portal or Python SDK
@@ -503,8 +496,6 @@
503496
href: how-to-auto-train-nlp-models.md
504497
- name: Understand charts and metrics
505498
href: how-to-understand-automated-ml.md
506-
- name: Generate AutoML training code
507-
href: how-to-generate-automl-training-code.md
508499
- name: Use ONNX model in .NET application
509500
href: how-to-use-automl-onnx-model-dotnet.md
510501
- name: Inference image models with ONNX model

articles/machine-learning/tutorial-1st-experiment-sdk-train.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ After the script completes, select **Refresh** above the file folders. You'll se
152152

153153
## Create a Python environment
154154

155-
Azure Machine Learning provides the concept of an [environment](/python/api/azureml-core/azureml.core.environment.environment) to represent a reproducible, versioned Python environment for running experiments. It's easy to create an environment from a local Conda or pip environment.
155+
Azure Machine Learning provides the concept of an [environment](/python/api/azure-ai-ml/azure.ai.ml.entities.environment) to represent a reproducible, versioned Python environment for running experiments. It's easy to create an environment from a local Conda or pip environment.
156156

157157
First you'll create a file with the package dependencies.
158158

@@ -407,8 +407,6 @@ This time when you visit the studio, go to the **Metrics** tab where you can now
407407

408408
In this session, you upgraded from a basic "Hello world!" script to a more realistic training script that required a specific Python environment to run. You saw how to use curated Azure Machine Learning environments. Finally, you saw how in a few lines of code you can log metrics to Azure Machine Learning.
409409

410-
There are other ways to create Azure Machine Learning environments, including [from a pip requirements.txt](/python/api/azureml-core/azureml.core.environment.environment#from-pip-requirements-name--file-path-) file or [from an existing local Conda environment](/python/api/azureml-core/azureml.core.environment.environment#from-existing-conda-environment-name--conda-environment-name-).
411-
412410
In the next session, you'll see how to work with data in Azure Machine Learning by uploading the CIFAR10 dataset to Azure.
413411

414412
> [!div class="nextstepaction"]

articles/machine-learning/v1/toc.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,13 @@
153153
- name: Configure secure web services (v1)
154154
displayName: ssl, tls
155155
href: how-to-secure-web-service.md
156+
- name: Data protection
157+
items:
158+
- name: Failover & disaster recovery
159+
displayName: high availability
160+
href: how-to-high-availability-machine-learning.md
161+
- name: Regenerate storage access keys
162+
href: how-to-change-storage-access-key.md
156163
- name: How-to guides (v1)
157164
items:
158165
- name: Install and set up the CLI (v1)
@@ -268,6 +275,8 @@
268275
- name: Data splits & cross-validation (Python)
269276
displayName: automl, feature engineering, feature importance
270277
href: ../how-to-configure-cross-validation-data-splits.md
278+
- name: Generate AutoML training code
279+
href: how-to-generate-automl-training-code.md
271280
- name: Featurization in automated ML (Python)
272281
displayName: automl, feature engineering, feature importance, BERT
273282
href: ../how-to-configure-auto-features.md

0 commit comments

Comments
 (0)