Create an AWS Personalize Dataset Group, Interaction Schema, and more using the AWS CDK
Project description
CDK Personalize DatasetGroup
Resources Created
- Custom Resource Lambda Function
- Personalize Dataset Group
- Personalize Interactions Schema
- Personalize User-item interaction Dataset
- Personalize Event Tracker
Returned Data
- Dataset Group Arn:
datasetGroupArn - Event Tracker Arn:
trackingArn - Event Tracker ID:
trackingID
Usage
# Example automatically generated without compilation. See https://github.com/aws/jsii/issues/826
import aws_cdk.core as cdk
personalize_dataset_group = PersonalizeDatasetGroup(self, "voxi-personalize",
dataset_group_name="my-group-name", # Optional
interactions_schema="{...}"
)
cdk.CfnOutput(self, "personalizeTrackingIDOutput",
value=personalize_dataset_group.tracking_iD,
description="Tracking ID Output for Amplify or something else"
)
References
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file cdk-personalize-datasetgroup-1.73.1.tar.gz.
File metadata
- Download URL: cdk-personalize-datasetgroup-1.73.1.tar.gz
- Upload date:
- Size: 1.0 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.6.1 requests/2.25.0 setuptools/51.0.0 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.7.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
13de719438428063a1be274230ed5f700f5104b370846d02998fb84471c9a01c
|
|
| MD5 |
f31f42784897e742fc93535a6f3c933f
|
|
| BLAKE2b-256 |
77dc160e2a96d1a5d912c2b458ac4964f35779792c7a2c6927b6f45be9f8c2f6
|
File details
Details for the file cdk_personalize_datasetgroup-1.73.1-py3-none-any.whl.
File metadata
- Download URL: cdk_personalize_datasetgroup-1.73.1-py3-none-any.whl
- Upload date:
- Size: 1.0 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.6.1 requests/2.25.0 setuptools/51.0.0 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.7.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2d263d52099ea241ab7b835b9b7b15f54bbf750414207838ffda47f6082c1d26
|
|
| MD5 |
5590a8849b8ddfeb6978fa482317c0e5
|
|
| BLAKE2b-256 |
da936920ca7f387986d75851932718180dac396fa56e125eefe5bb9a2aa14e06
|