sagemaker_list_training_plans: Retrieves a list of training plans for the current account

View source: R/sagemaker_operations.R

sagemaker_list_training_plansR Documentation

Retrieves a list of training plans for the current account

Description

Retrieves a list of training plans for the current account.

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

Usage

sagemaker_list_training_plans(
  NextToken = NULL,
  MaxResults = NULL,
  StartTimeAfter = NULL,
  StartTimeBefore = NULL,
  SortBy = NULL,
  SortOrder = NULL,
  Filters = NULL
)

Arguments

NextToken

A token to continue pagination if more results are available.

MaxResults

The maximum number of results to return in the response.

StartTimeAfter

Filter to list only training plans with an actual start time after this date.

StartTimeBefore

Filter to list only training plans with an actual start time before this date.

SortBy

The training plan field to sort the results by (e.g., StartTime, Status).

SortOrder

The order to sort the results (Ascending or Descending).

Filters

Additional filters to apply to the list of training plans.


paws.machine.learning documentation built on April 3, 2025, 8:41 p.m.