Creates an Amazon Personalize schema from the specified schema string
Creates an Amazon Personalize schema from the specified schema string. The schema you create must be in Avro JSON format.
Amazon Personalize recognizes three schema variants. Each schema is
associated with a dataset type and has a set of required field and
keywords. You specify a schema when you call
create_dataset
.
Related APIs
personalize_create_schema(name, schema)
name |
[required] The name for the schema. |
schema |
[required] A schema in Avro JSON format. |
A list with the following syntax:
list( schemaArn = "string" )
svc$create_schema( name = "string", schema = "string" )
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.