sagemaker_list_image_versions: Lists the versions of a specified image and their properties

View source: R/sagemaker_operations.R

sagemaker_list_image_versionsR Documentation

Lists the versions of a specified image and their properties

Description

Lists the versions of a specified image and their properties. The list can be filtered by creation time or modified time.

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

Usage

sagemaker_list_image_versions(
  CreationTimeAfter = NULL,
  CreationTimeBefore = NULL,
  ImageName,
  LastModifiedTimeAfter = NULL,
  LastModifiedTimeBefore = NULL,
  MaxResults = NULL,
  NextToken = NULL,
  SortBy = NULL,
  SortOrder = NULL
)

Arguments

CreationTimeAfter

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

CreationTimeBefore

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

ImageName

[required] The name of the image to list the versions of.

LastModifiedTimeAfter

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

LastModifiedTimeBefore

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

MaxResults

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

NextToken

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

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, 2023, 1:14 a.m.