personalize_create_schema {paws.machine.learning} | R Documentation |
Creates an Amazon Personalize schema from the specified schema string
Description
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. |
[Package paws.machine.learning version 0.7.0 Index]