Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

ListInferenceRecommendationsJobStepsRequest

import type { ListInferenceRecommendationsJobStepsRequest } from "https://aws-api.deno.dev/v0.4/services/sagemaker.ts?docs=full";
interface ListInferenceRecommendationsJobStepsRequest {
JobName: string;
MaxResults?: number | null;
NextToken?: string | null;
Status?: RecommendationJobStatus | null;
StepType?: RecommendationStepType | null;
}

§Properties

§
JobName: string
[src]

The name for the Inference Recommender job.

§
MaxResults?: number | null
[src]

The maximum number of results to return.

§
NextToken?: string | null
[src]

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.

§

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

§
StepType?: RecommendationStepType | null
[src]

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

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