Lists models created with the CreateModel API
Lists models created with the create_model
API.
sagemaker_list_models(SortBy, SortOrder, NextToken, MaxResults, NameContains, CreationTimeBefore, CreationTimeAfter)
SortBy |
Sorts the list of results. The default is |
SortOrder |
The sort order for results. The default is |
NextToken |
If the response to a previous |
MaxResults |
The maximum number of models to return in the response. |
NameContains |
A string in the training job name. This filter returns only models in the training job whose name contains the specified string. |
CreationTimeBefore |
A filter that returns only models created before the specified time (timestamp). |
CreationTimeAfter |
A filter that returns only models with a creation time greater than or equal to the specified time (timestamp). |
A list with the following syntax:
list( Models = list( list( ModelName = "string", ModelArn = "string", CreationTime = as.POSIXct( "2015-01-01" ) ) ), NextToken = "string" )
svc$list_models( SortBy = "Name"|"CreationTime", SortOrder = "Ascending"|"Descending", NextToken = "string", MaxResults = 123, NameContains = "string", CreationTimeBefore = as.POSIXct( "2015-01-01" ), CreationTimeAfter = as.POSIXct( "2015-01-01" ) )
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.