personalize_list_schemas {paws.machine.learning} | R Documentation |
Returns the list of schemas associated with the account
Description
Returns the list of schemas associated with the account. The response provides the properties for each schema, including the Amazon Resource Name (ARN). For more information on schemas, see create_schema
.
See https://www.paws-r-sdk.com/docs/personalize_list_schemas/ for full documentation.
Usage
personalize_list_schemas(nextToken = NULL, maxResults = NULL)
Arguments
nextToken |
A token returned from the previous call to
|
maxResults |
The maximum number of schemas to return. |
[Package paws.machine.learning version 0.9.0 Index]