Lists training jobs
Lists training jobs.
sagemaker_list_training_jobs(NextToken, MaxResults, CreationTimeAfter, CreationTimeBefore, LastModifiedTimeAfter, LastModifiedTimeBefore, NameContains, StatusEquals, SortBy, SortOrder)
NextToken |
If the result of the previous
|
MaxResults |
The maximum number of training jobs to return in the response. |
CreationTimeAfter |
A filter that returns only training jobs created after the specified time (timestamp). |
CreationTimeBefore |
A filter that returns only training jobs created before the specified time (timestamp). |
LastModifiedTimeAfter |
A filter that returns only training jobs modified after the specified time (timestamp). |
LastModifiedTimeBefore |
A filter that returns only training jobs modified before the specified time (timestamp). |
NameContains |
A string in the training job name. This filter returns only training jobs whose name contains the specified string. |
StatusEquals |
A filter that retrieves only training jobs with a specific status. |
SortBy |
The field to sort results by. The default is |
SortOrder |
The sort order for results. The default is |
A list with the following syntax:
list( TrainingJobSummaries = list( list( TrainingJobName = "string", TrainingJobArn = "string", CreationTime = as.POSIXct( "2015-01-01" ), TrainingEndTime = as.POSIXct( "2015-01-01" ), LastModifiedTime = as.POSIXct( "2015-01-01" ), TrainingJobStatus = "InProgress"|"Completed"|"Failed"|"Stopping"|"Stopped" ) ), NextToken = "string" )
svc$list_training_jobs( NextToken = "string", MaxResults = 123, CreationTimeAfter = as.POSIXct( "2015-01-01" ), CreationTimeBefore = as.POSIXct( "2015-01-01" ), LastModifiedTimeAfter = as.POSIXct( "2015-01-01" ), LastModifiedTimeBefore = as.POSIXct( "2015-01-01" ), NameContains = "string", StatusEquals = "InProgress"|"Completed"|"Failed"|"Stopping"|"Stopped", SortBy = "Name"|"CreationTime"|"Status", SortOrder = "Ascending"|"Descending" )
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.