Module Smaws_Client_Personalize.ListDatasets

Returns the list of datasets contained in the given dataset group. The response provides the properties for each dataset, including the Amazon Resource Name (ARN). For more information on datasets, see CreateDataset.

val error_to_string : [ Smaws_Lib.Protocols.AwsJson.error | `InvalidInputException of Types.invalid_input_exception | `InvalidNextTokenException of Types.invalid_next_token_exception ] -> string
val request : 'http_type Smaws_Lib.Context.t -> Types.list_datasets_request -> (Types.list_datasets_response, [> Smaws_Lib.Protocols.AwsJson.error | `InvalidInputException of Types.invalid_input_exception | `InvalidNextTokenException of Types.invalid_next_token_exception ]) Stdlib.result