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.3/services/sagemaker.ts?docs=full";

The strategy hyperparameter tuning uses to find the best combination of hyperparameters for your model. Currently, the only supported value is Bayesian.

type HyperParameterTuningJobStrategyType = "Bayesian" | "Random" | cmnP.UnexpectedEnumValue;

§Type

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