Lists recommendation jobs that satisfy various filters.
See https://www.paws-r-sdk.com/docs/sagemaker_list_inference_recommendations_jobs/ for full documentation.
sagemaker_list_inference_recommendations_jobs(
CreationTimeAfter = NULL,
CreationTimeBefore = NULL,
LastModifiedTimeAfter = NULL,
LastModifiedTimeBefore = NULL,
NameContains = NULL,
StatusEquals = NULL,
SortBy = NULL,
SortOrder = NULL,
NextToken = NULL,
MaxResults = NULL,
ModelNameEquals = NULL,
ModelPackageVersionArnEquals = NULL
)
A filter that returns only jobs created after the specified time (timestamp).
A filter that returns only jobs created before the specified time (timestamp).
A filter that returns only jobs that were last modified after the specified time (timestamp).
A filter that returns only jobs that were last modified before the specified time (timestamp).
A string in the job name. This filter returns only recommendations whose name contains the specified string.
A filter that retrieves only inference recommendations jobs with a specific status.
The parameter by which to sort the results.
The sort order for the results.
If the response to a previous ListInferenceRecommendationsJobsRequest
request was truncated, the response includes a NextToken
. To retrieve
the next set of recommendations, use the token in the next request.
The maximum number of recommendations to return in the response.
A filter that returns only jobs that were created for this model.
A filter that returns only jobs that were created for this versioned model package.