sagemaker_list_edge_packaging_jobs: Returns a list of edge packaging jobs

View source: R/sagemaker_operations.R

sagemaker_list_edge_packaging_jobsR Documentation

Returns a list of edge packaging jobs

Description

Returns a list of edge packaging jobs.

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

Usage

sagemaker_list_edge_packaging_jobs(
  NextToken = NULL,
  MaxResults = NULL,
  CreationTimeAfter = NULL,
  CreationTimeBefore = NULL,
  LastModifiedTimeAfter = NULL,
  LastModifiedTimeBefore = NULL,
  NameContains = NULL,
  ModelNameContains = NULL,
  StatusEquals = NULL,
  SortBy = NULL,
  SortOrder = NULL
)

Arguments

NextToken

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

MaxResults

Maximum number of results to select.

CreationTimeAfter

Select jobs where the job was created after specified time.

CreationTimeBefore

Select jobs where the job was created before specified time.

LastModifiedTimeAfter

Select jobs where the job was updated after specified time.

LastModifiedTimeBefore

Select jobs where the job was updated before specified time.

NameContains

Filter for jobs containing this name in their packaging job name.

ModelNameContains

Filter for jobs where the model name contains this string.

StatusEquals

The job status to filter for.

SortBy

Use to specify what column to sort by.

SortOrder

What direction to sort by.


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