Learn R Programming

paws.machine.learning (version 0.9.0)

sagemaker_list_auto_ml_jobs: Request a list of jobs

Description

Request a list of jobs.

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

Usage

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

Arguments

CreationTimeAfter

Request a list of jobs, using a filter for time.

CreationTimeBefore

Request a list of jobs, using a filter for time.

LastModifiedTimeAfter

Request a list of jobs, using a filter for time.

LastModifiedTimeBefore

Request a list of jobs, using a filter for time.

NameContains

Request a list of jobs, using a search filter for name.

StatusEquals

Request a list of jobs, using a filter for status.

SortOrder

The sort order for the results. The default is Descending.

SortBy

The parameter by which to sort the results. The default is Name.

MaxResults

Request a list of jobs up to a specified limit.

NextToken

If the previous response was truncated, you receive this token. Use it in your next request to receive the next set of results.