sagemaker_list_training_jobs: Lists training jobs

View source: R/sagemaker_operations.R

sagemaker_list_training_jobsR Documentation

Lists training jobs

Description

Lists training jobs.

See https://www.paws-r-sdk.com/docs/sagemaker_list_training_jobs/ for full documentation.

Usage

sagemaker_list_training_jobs(
  NextToken = NULL,
  MaxResults = NULL,
  CreationTimeAfter = NULL,
  CreationTimeBefore = NULL,
  LastModifiedTimeAfter = NULL,
  LastModifiedTimeBefore = NULL,
  NameContains = NULL,
  StatusEquals = NULL,
  SortBy = NULL,
  SortOrder = NULL,
  WarmPoolStatusEquals = NULL
)

Arguments

NextToken

If the result of the previous list_training_jobs request was truncated, the response includes a NextToken. To retrieve the next set of training jobs, use the token in the next request.

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 CreationTime.

SortOrder

The sort order for results. The default is Ascending.

WarmPoolStatusEquals

A filter that retrieves only training jobs with a specific warm pool status.


paws.machine.learning documentation built on Sept. 12, 2023, 1:14 a.m.