Skip to contents

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.

Usage

personalize_create_schema(name, schema, domain = NULL)

Arguments

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.