- Effective Amazon Machine Learning
- Alexis Perrier
- 210字
- 2021-07-03 00:17:47
Pricing
As with other MLaaS providers and AWS services, Amazon ML only charges for what you consume.
The cost is broken down into the following:
- An hourly rate for the computing time used to build predictive models
- A prediction fee per thousand prediction samples
- And in the context of real-time (streaming) predictions, a fee based on the memory allocated upfront for the model
The computational time increases as a function of the following:
- The complexity of the model
- The size of the input data
- The number of attributes
- The number and types of transformations applied
At the time of writing, these charges are as follows:
- $0.42 per hour for data analysis and model building fees
- $0.10 per 1,000 predictions for batch predictions
- $0.0001 per prediction for real-time predictions
- $0.001 per hour for each 10 MB of memory provisioned for your model
These prices do not include fees related to the data storage (S3, Redshift, or RDS), which are charged separately.
During the creation of your model, Amazon ML gives you a cost estimation based on the data source that has been selected.
The Amazon ML service is not part of the AWS free tier, a 12-month offer applicable to certain AWS services for free under certain conditions.
推薦閱讀
- 數(shù)據(jù)要素安全流通
- 復(fù)雜性思考:復(fù)雜性科學(xué)和計算模型(原書第2版)
- 使用GitOps實現(xiàn)Kubernetes的持續(xù)部署:模式、流程及工具
- Access 2007數(shù)據(jù)庫應(yīng)用上機(jī)指導(dǎo)與練習(xí)
- Sybase數(shù)據(jù)庫在UNIX、Windows上的實施和管理
- 大數(shù)據(jù)Hadoop 3.X分布式處理實戰(zhàn)
- 數(shù)據(jù)架構(gòu)與商業(yè)智能
- 達(dá)夢數(shù)據(jù)庫運(yùn)維實戰(zhàn)
- TextMate How-to
- HikariCP連接池實戰(zhàn)
- Unreal Engine Virtual Reality Quick Start Guide
- Unity 2018 By Example(Second Edition)
- Expert Python Programming(Third Edition)
- Mastering ROS for Robotics Programming(Second Edition)
- Access 2016數(shù)據(jù)庫應(yīng)用基礎(chǔ)