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

sagemaker_list_training_jobs

Lists training jobs


Description

Lists training jobs.

Usage

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

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.

Value

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"
)

Request syntax

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"
)

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.