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

ListInferenceRecommendationsJobsResponse

import type { ListInferenceRecommendationsJobsResponse } from "https://aws-api.deno.dev/v0.4/services/sagemaker.ts?docs=full";
interface ListInferenceRecommendationsJobsResponse {
InferenceRecommendationsJobs: InferenceRecommendationsJob[];
NextToken?: string | null;
}

§Properties

§
InferenceRecommendationsJobs: InferenceRecommendationsJob[]
[src]

The recommendations created from the Amazon SageMaker Inference Recommender job.

§
NextToken?: string | null
[src]

A token for getting the next set of recommendations, if there are any.