personalize_delete_schema {paws.machine.learning} | R Documentation |
Deletes a schema
Description
Deletes a schema. Before deleting a schema, you must delete all datasets referencing the schema. For more information on schemas, see create_schema
.
See https://www.paws-r-sdk.com/docs/personalize_delete_schema/ for full documentation.
Usage
personalize_delete_schema(schemaArn)
Arguments
schemaArn |
[required] The Amazon Resource Name (ARN) of the schema to delete. |
[Package paws.machine.learning version 0.9.0 Index]