Lists all the experiments in your account
Lists all the experiments in your account. The list can be filtered to show only experiments that were created in a specific time range. The list can be sorted by experiment name or creation time.
sagemaker_list_experiments(CreatedAfter, CreatedBefore, SortBy, SortOrder, NextToken, MaxResults)
CreatedAfter |
A filter that returns only experiments created after the specified time. |
CreatedBefore |
A filter that returns only experiments created before the specified time. |
SortBy |
The property used to sort results. The default value is |
SortOrder |
The sort order. The default value is |
NextToken |
If the previous call to |
MaxResults |
The maximum number of experiments to return in the response. The default value is 10. |
A list with the following syntax:
list( ExperimentSummaries = list( list( ExperimentArn = "string", ExperimentName = "string", DisplayName = "string", ExperimentSource = list( SourceArn = "string", SourceType = "string" ), CreationTime = as.POSIXct( "2015-01-01" ), LastModifiedTime = as.POSIXct( "2015-01-01" ) ) ), NextToken = "string" )
svc$list_experiments( CreatedAfter = as.POSIXct( "2015-01-01" ), CreatedBefore = as.POSIXct( "2015-01-01" ), SortBy = "Name"|"CreationTime", SortOrder = "Ascending"|"Descending", NextToken = "string", MaxResults = 123 )
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.