Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

sagemaker_list_auto_ml_jobs

Request a list of jobs


Description

Request a list of jobs.

Usage

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

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

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.

Value

A list with the following syntax:

list(
  AutoMLJobSummaries = list(
    list(
      AutoMLJobName = "string",
      AutoMLJobArn = "string",
      AutoMLJobStatus = "Completed"|"InProgress"|"Failed"|"Stopped"|"Stopping",
      AutoMLJobSecondaryStatus = "Starting"|"AnalyzingData"|"FeatureEngineering"|"ModelTuning"|"MaxCandidatesReached"|"Failed"|"Stopped"|"MaxAutoMLJobRuntimeReached"|"Stopping"|"CandidateDefinitionsGenerated",
      CreationTime = as.POSIXct(
        "2015-01-01"
      ),
      EndTime = as.POSIXct(
        "2015-01-01"
      ),
      LastModifiedTime = as.POSIXct(
        "2015-01-01"
      ),
      FailureReason = "string"
    )
  ),
  NextToken = "string"
)

Request syntax

svc$list_auto_ml_jobs(
  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 = "Completed"|"InProgress"|"Failed"|"Stopped"|"Stopping",
  SortOrder = "Ascending"|"Descending",
  SortBy = "Name"|"CreationTime"|"Status",
  MaxResults = 123,
  NextToken = "string"
)

paws.machine.learning

Amazon Web Services Machine Learning Services

v0.1.11
Apache License (>= 2.0)
Authors
David Kretch [aut, cre], Adam Banker [aut], Amazon.com, Inc. [cph]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.