List Configured Model Algorithms
cleanroomsml_list_configured_model_algorithms | R Documentation |
Returns a list of configured model algorithms¶
Description¶
Returns a list of configured model algorithms.
Usage¶
Arguments¶
nextToken
The token value retrieved from a previous call to access the next page of results.
maxResults
The maximum size of the results that is returned per call.
Value¶
A list with the following syntax:
list(
nextToken = "string",
configuredModelAlgorithms = list(
list(
createTime = as.POSIXct(
"2015-01-01"
),
updateTime = as.POSIXct(
"2015-01-01"
),
configuredModelAlgorithmArn = "string",
name = "string",
description = "string"
)
)
)