aws_machinelearning_api 0.1.1
aws_machinelearning_api: ^0.1.1 copied to clipboard
AWS API client for Amazon Machine Learning (generated from SDK API specification).
example/README.md
import 'package:aws_machinelearning_api/machinelearning-2014-12-12.dart';
void main() {
final service = MachineLearning(region: 'eu-west-1');
// See documentation on how to use MachineLearning
}