Skip to content
This repository was archived by the owner on Nov 14, 2023. It is now read-only.

googleapis/nodejs-automl

 
 

Google Cloud Platform logo

release level npm version codecov

Node.js idiomatic client for AutoML.

Train high quality custom machine learning models with minimum effort and machine learning expertise

Read more about the client libraries for Cloud APIs, including the older Google APIs Client Libraries, in Client Libraries Explained.

Table of contents:

Quickstart

Before you begin

  1. Select or create a Cloud Platform project.

    Go to the projects page

  2. Enable billing for your project.

    Enable billing

  3. Enable the Cloud AutoML API.

    Enable the API

  4. Set up authentication with a service account so you can access the API from your local workstation.

Installing the client library

npm install --save @google-cloud/automl

Using the client library

// Import the Google Cloud client library
const automl = require('@google-cloud/automl');

// Creates a client
const client = new automl.AutoMlClient();

The AutoML Node.js Client API Reference documentation also contains samples.

Versioning

This library follows Semantic Versioning.

This library is considered to be in alpha. This means it is still a work-in-progress and under active development. Any release is subject to backwards-incompatible changes at any time.

More Information: Google Cloud Platform Launch Stages

Contributing

Contributions welcome! See the Contributing Guide.

License

Apache Version 2.0

See LICENSE

About

This repository is deprecated. All of its content and history has been moved to googleapis/google-cloud-node.

Resources

License

Code of conduct

Contributing

Security policy

Stars

Watchers

Forks

Packages

 
 
 

Contributors