@alwaysai/cloud-infrastructure-schemas
v0.0.25
Published
AlwaysAI Cloud Infrastructure Schemas
Downloads
194
Maintainers
Keywords
Readme
AlwaysAI Cloud Infrastructure Schemas
Contents
The AlwaysAI Cloud Infrastructure Schemas package provides interfaces that represent the messaging interface for communication with the alwaysAI Cloud Infrastructure, as well as functions for validating JSON data that are being used in cloud infrastructure.
Use in Development
Use the provided interfaces as type guards in your development to ensure that proper messages are generated.
The provided interfaces are:
- StartTrainingRequestPayload,
Release procedure
To release the package to npmjs.org follow the steps:
- publish new version: npm run publish:<major|minor|patch>
- watch the bitbucket pipeline running, if successful a new version will be created and published to npmjs.org
- to get the auto-generated commit and tags, simply pull: git pull