sagemaker_list_edge_deployment_plans: Lists all edge deployment plans

View source: R/sagemaker_operations.R

sagemaker_list_edge_deployment_plansR Documentation

Lists all edge deployment plans

Description

Lists all edge deployment plans.

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

Usage

sagemaker_list_edge_deployment_plans(
  NextToken = NULL,
  MaxResults = NULL,
  CreationTimeAfter = NULL,
  CreationTimeBefore = NULL,
  LastModifiedTimeAfter = NULL,
  LastModifiedTimeBefore = NULL,
  NameContains = NULL,
  DeviceFleetNameContains = 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 (50 by default).

CreationTimeAfter

Selects edge deployment plans created after this time.

CreationTimeBefore

Selects edge deployment plans created before this time.

LastModifiedTimeAfter

Selects edge deployment plans that were last updated after this time.

LastModifiedTimeBefore

Selects edge deployment plans that were last updated before this time.

NameContains

Selects edge deployment plans with names containing this name.

DeviceFleetNameContains

Selects edge deployment plans with a device fleet name containing this name.

SortBy

The column by which to sort the edge deployment plans. Can be one of NAME, DEVICEFLEETNAME, CREATIONTIME, LASTMODIFIEDTIME.

SortOrder

The direction of the sorting (ascending or descending).


paws.machine.learning documentation built on Sept. 12, 2023, 1:14 a.m.