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

HyperParameterTuningJobStrategyType

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

The strategy hyperparameter tuning uses to find the best combination of hyperparameters for your model.

type HyperParameterTuningJobStrategyType =
| "Bayesian"
| "Random"
| "Hyperband"
| "Grid"

§Type

§
"Bayesian" | "Random" | "Hyperband" | "Grid" | cmnP.UnexpectedEnumValue
[src]