Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

personalize_create_schema

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.

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

Usage

personalize_create_schema(name, schema)

Arguments

name

[required] The name for the schema.

schema

[required] A schema in Avro JSON format.

Value

A list with the following syntax:

list(
  schemaArn = "string"
)

Request syntax

svc$create_schema(
  name = "string",
  schema = "string"
)

paws.machine.learning

Amazon Web Services Machine Learning Services

v0.1.11
Apache License (>= 2.0)
Authors
David Kretch [aut, cre], Adam Banker [aut], Amazon.com, Inc. [cph]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.