AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Container for the parameters to the ListInferenceRecommendationsJobSteps operation. Returns a list of the subtasks for an Inference Recommender job.

The supported subtasks are benchmarks, which evaluate the performance of your model on different instance types.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.SageMaker.AmazonSageMakerRequest
      Amazon.SageMaker.Model.ListInferenceRecommendationsJobStepsRequest

Namespace: Amazon.SageMaker.Model
Assembly: AWSSDK.SageMaker.dll
Version: 3.x.y.z

Syntax

C#
public class ListInferenceRecommendationsJobStepsRequest : AmazonSageMakerRequest
         IAmazonWebServiceRequest

The ListInferenceRecommendationsJobStepsRequest type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property JobName System.String

Gets and sets the property JobName.

The name for the Inference Recommender job.

Public Property MaxResults System.Int32

Gets and sets the property MaxResults.

The maximum number of results to return.

Public Property NextToken System.String

Gets and sets the property 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.

Public Property Status Amazon.SageMaker.RecommendationJobStatus

Gets and sets the property Status.

A filter to return benchmarks of a specified status. If this field is left empty, then all benchmarks are returned.

Public Property StepType Amazon.SageMaker.RecommendationStepType

Gets and sets the property StepType.

A filter to return details about the specified type of subtask.

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

Version Information

.NET:
Supported in: 8.0 and newer, Core 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5 and newer, 3.5