personalize_create_schema: Creates an Amazon Personalize schema from the specified...

View source: R/personalize_operations.R

personalize_create_schemaR 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.


paws.machine.learning documentation built on Sept. 12, 2023, 1:14 a.m.