Skip to content
This repository was archived by the owner on Jun 15, 2026. It is now read-only.
This repository was archived by the owner on Jun 15, 2026. It is now read-only.

Cognitive Service JS SDK sample out of date  #42

Description

The referenced packages are deprecated:

const TrainingApiClient = require("azure-cognitiveservices-customvision-training");
const PredictionApiClient = require("azure-cognitiveservices-customvision-prediction");

Trying to install these packages gives a deprecation warning.

$ npm install azure-cognitiveservices-customvision-training
npm WARN deprecated azure-cognitiveservices-customvision-training@3.0.0: This package is deprecated in favor of @azure/cognitiveservices-customvision-training which works both on node.js and browsers

The current packages are @azure/cognitiveservices-customvision-training and @azure/cognitiveservices-customvision-prediction.

They may also be other changes needed.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions