Skip to content

Commit ef9b2fe

Browse files
committed
rm sdk language from modelcust
1 parent 216c3ac commit ef9b2fe

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

articles/ai-services/computer-vision/how-to/model-customization.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@ Image Analysis 4.0 allows you to train a custom model using your own training im
1818

1919
This guide shows you how to create and train a custom image classification model. The few differences between training an image classification model and object detection model are noted.
2020

21+
> [!NOTE]
22+
> Model customization is available through the REST API and Vision Studio, but not through the client language SDKs.
23+
2124
## Prerequisites
2225

2326
* Azure subscription - [Create one for free](https://azure.microsoft.com/free/cognitive-services)
@@ -331,7 +334,7 @@ If an evaluation set isn't provided when training the model, the reported perfor
331334

332335
![Screenshot of evaluation]( ../media/customization/training-result.png)
333336

334-
## Test custom model in Vision Studio
337+
## Test the custom model in Vision Studio
335338

336339
Once you've built a custom model, you can test by selecting the **Try it out** button on the model evaluation screen.
337340

@@ -466,7 +469,7 @@ The API call returns an **ImageAnalysisResult** JSON object, which contains all
466469

467470
## Next steps
468471

469-
In this guide, you created and trained a custom image classification model using Image Analysis. Next, learn more about the Analyze Image 4.0 API, so you can call your custom model from an application using REST or library SDKs.
472+
In this guide, you created and trained a custom image classification model using Image Analysis. Next, learn more about the Analyze Image 4.0 API, so you can call your custom model from an application using REST.
470473

471474
* See the [Model customization concepts](../concept-model-customization.md) guide for a broad overview of this feature and a list of frequently asked questions.
472475
* [Call the Analyze Image API](./call-analyze-image-40.md). <!--Note the sections [Set model name when using a custom model](./call-analyze-image-40.md#set-model-name-when-using-a-custom-model) and [Get results using custom model](./call-analyze-image-40.md#get-results-using-custom-model).-->

0 commit comments

Comments
 (0)