sagemaker_list_device_fleets: Returns a list of devices in the fleet

View source: R/sagemaker_operations.R

sagemaker_list_device_fleetsR Documentation

Returns a list of devices in the fleet

Description

Returns a list of devices in the fleet.

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

Usage

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

Arguments

NextToken

The response from the last list when returning a list large enough to need tokening.

MaxResults

The maximum number of results to select.

CreationTimeAfter

Filter fleets where packaging job was created after specified time.

CreationTimeBefore

Filter fleets where the edge packaging job was created before specified time.

LastModifiedTimeAfter

Select fleets where the job was updated after X

LastModifiedTimeBefore

Select fleets where the job was updated before X

NameContains

Filter for fleets containing this name in their fleet device name.

SortBy

The column to sort by.

SortOrder

What direction to sort in.


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