sagemaker_list_images: Lists the images in your account and their properties

View source: R/sagemaker_operations.R

sagemaker_list_imagesR Documentation

Lists the images in your account and their properties

Description

Lists the images in your account and their properties. The list can be filtered by creation time or modified time, and whether the image name contains a specified string.

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

Usage

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

Arguments

CreationTimeAfter

A filter that returns only images created on or after the specified time.

CreationTimeBefore

A filter that returns only images created on or before the specified time.

LastModifiedTimeAfter

A filter that returns only images modified on or after the specified time.

LastModifiedTimeBefore

A filter that returns only images modified on or before the specified time.

MaxResults

The maximum number of images to return in the response. The default value is 10.

NameContains

A filter that returns only images whose name contains the specified string.

NextToken

If the previous call to list_images didn't return the full set of images, the call returns a token for getting the next set of images.

SortBy

The property used to sort results. The default value is CREATION_TIME.

SortOrder

The sort order. The default value is DESCENDING.


paws.machine.learning documentation built on Sept. 12, 2024, 6:23 a.m.