View source: R/personalize_operations.R
personalize_create_schema | R Documentation |
Creates an Amazon Personalize schema from the specified schema string. The schema you create must be in Avro JSON format.
See https://www.paws-r-sdk.com/docs/personalize_create_schema/ for full documentation.
personalize_create_schema(name, schema, domain = NULL)
name |
[required] The name for the schema. |
schema |
[required] A schema in Avro JSON format. |
domain |
The domain for the schema. If you are creating a schema for a dataset in a Domain dataset group, specify the domain you chose when you created the Domain dataset group. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.