View source: R/sagemaker_operations.R
sagemaker_list_inference_recommendations_job_steps | R Documentation |
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
)
JobName |
[required] The name for the Inference Recommender job. |
Status |
A filter to return benchmarks of a specified status. If this field is left empty, then all benchmarks are returned. |
StepType |
A filter to return details about the specified type of subtask.
|
MaxResults |
The maximum number of results to return. |
NextToken |
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. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.