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

RecommendationJobResourceLimit

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

Specifies the maximum number of jobs that can run in parallel and the maximum number of jobs that can run.

interface RecommendationJobResourceLimit {
MaxNumberOfTests?: number | null;
MaxParallelOfTests?: number | null;
}

§Properties

§
MaxNumberOfTests?: number | null
[src]

Defines the maximum number of load tests.

§
MaxParallelOfTests?: number | null
[src]

Defines the maximum number of parallel load tests.