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

HPOResourceConfig

import type { HPOResourceConfig } from "https://aws-api.deno.dev/v0.3/services/personalize.ts?docs=full";

Describes the resource configuration for hyperparameter optimization (HPO).

interface HPOResourceConfig {
maxNumberOfTrainingJobs?: string | null;
maxParallelTrainingJobs?: string | null;
}

§Properties

§
maxNumberOfTrainingJobs?: string | null
[src]

The maximum number of training jobs when you create a solution version. The maximum value for maxNumberOfTrainingJobs is 40.

§
maxParallelTrainingJobs?: string | null
[src]

The maximum number of parallel training jobs when you create a solution version. The maximum value for maxParallelTrainingJobs is 10.