Returns a list of edge packaging jobs.
See https://www.paws-r-sdk.com/docs/sagemaker_list_edge_packaging_jobs/ for full documentation.
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
)
The response from the last list when returning a list large enough to need tokening.
Maximum number of results to select.
Select jobs where the job was created after specified time.
Select jobs where the job was created before specified time.
Select jobs where the job was updated after specified time.
Select jobs where the job was updated before specified time.
Filter for jobs containing this name in their packaging job name.
Filter for jobs where the model name contains this string.
The job status to filter for.
Use to specify what column to sort by.
What direction to sort by.