0
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

Amazon Personalize(preview)をAWS CLIから使う方法

Posted at

#Amazon Personalizeのpreviewに当選したが...
今年のre:inventでもいっぱい新サービスが発表されたから片っ端からpreviewに申し込んだ:sunglasses:

そしたらAWSAmazon Personalizeのpreviewに当選した:kissing_closed_eyes:

さっそく↓のAWS公式ブログを参考に使ってみようと思たら...

Amazon Personalize – すべてのユーザにリアルタイムパーソナライゼーションとレコメンデーション

あたりまえやけどまだAWS CLIでPersonalizeが使えんかったわ。

#困ったときはドキュメントや
とりあえずドキュメントを見てみた。

そしたらこんなページを発見。

Getting Started (Python Notebook)

ふむ、「notebookではじめる」か...

ちょっと気になったからGitHubのnotebookを見てみることに。

personalize_sample_notebook.ipynb

そんで気づいたわ。これブログの内容やん!ブログの内容より詳しいやつやん!

#てことで、CLIで使う方法

notebookに書いてある通りやからわざわざ書くまでもないけどせっかくやから書くわ。

wget -N https://s3-us-west-2.amazonaws.com/personalize-cli-json-models/personalize.json
wget -N https://s3-us-west-2.amazonaws.com/personalize-cli-json-models/personalize-runtime.json
aws configure add-model --service-model file://`pwd`/personalize.json --service-name personalize
aws configure add-model --service-model file://`pwd`/personalize-runtime.json --service-name personalize-runtime

#わからんこと

いつもコンソールで甘えてるからわからんけど、AWS CLIてこんな風にplugin?みたいな感じで機能追加できんのかな:thinking:

#で、肝心のPersonalizeは...
データをインポートしたいけどS3の権限周りでエラーでまくりですわ...

S3の権限周りの機能多スギィ:rage:

以上、ばいにゃら。

0
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?