Returns a list of the subtasks for an Inference Recommender job.
See https://www.paws-r-sdk.com/docs/sagemaker_list_inference_recommendations_job_steps/ for full documentation.
sagemaker_list_inference_recommendations_job_steps(
JobName,
Status = NULL,
StepType = NULL,
MaxResults = NULL,
NextToken = NULL
)
[required] The name for the Inference Recommender job.
A filter to return benchmarks of a specified status. If this field is left empty, then all benchmarks are returned.
A filter to return details about the specified type of subtask.
BENCHMARK
: Evaluate the performance of your model on different
instance types.
The maximum number of results to return.
A token that you can specify to return more results from the list. Specify this field if you have a token that was returned from a previous request.