View source: R/sagemaker_operations.R
sagemaker_list_transform_jobs | R Documentation |
Lists transform jobs.
See https://www.paws-r-sdk.com/docs/sagemaker_list_transform_jobs/ for full documentation.
sagemaker_list_transform_jobs(
CreationTimeAfter = NULL,
CreationTimeBefore = NULL,
LastModifiedTimeAfter = NULL,
LastModifiedTimeBefore = NULL,
NameContains = NULL,
StatusEquals = NULL,
SortBy = NULL,
SortOrder = NULL,
NextToken = NULL,
MaxResults = NULL
)
CreationTimeAfter |
A filter that returns only transform jobs created after the specified time. |
CreationTimeBefore |
A filter that returns only transform jobs created before the specified time. |
LastModifiedTimeAfter |
A filter that returns only transform jobs modified after the specified time. |
LastModifiedTimeBefore |
A filter that returns only transform jobs modified before the specified time. |
NameContains |
A string in the transform job name. This filter returns only transform jobs whose name contains the specified string. |
StatusEquals |
A filter that retrieves only transform jobs with a specific status. |
SortBy |
The field to sort results by. The default is |
SortOrder |
The sort order for results. The default is |
NextToken |
If the result of the previous
|
MaxResults |
The maximum number of transform jobs to return in the response. The
default value is |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.