sagemaker_list_inference_recommendations_job_steps: Returns a list of the subtasks for an Inference Recommender...

View source: R/sagemaker_operations.R

sagemaker_list_inference_recommendations_job_stepsR Documentation

Returns a list of the subtasks for an Inference Recommender job

Description

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.

Usage

sagemaker_list_inference_recommendations_job_steps(
  JobName,
  Status = NULL,
  StepType = NULL,
  MaxResults = NULL,
  NextToken = NULL
)

Arguments

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.

BENCHMARK: Evaluate the performance of your model on different instance types.

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.


paws.machine.learning documentation built on Sept. 12, 2023, 1:14 a.m.