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

InferenceRecommendationsJobStep

import type { InferenceRecommendationsJobStep } from "https://aws-api.deno.dev/v0.4/services/sagemaker.ts?docs=full";

A returned array object for the Steps response field in the ListInferenceRecommendationsJobSteps API command.

interface InferenceRecommendationsJobStep {
InferenceBenchmark?: RecommendationJobInferenceBenchmark | null;
JobName: string;
}

§Properties

§
InferenceBenchmark?: RecommendationJobInferenceBenchmark | null
[src]

The details for a specific benchmark.

§
JobName: string
[src]

The name of the Inference Recommender job.

§

The current status of the benchmark.

§

The type of the subtask.

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