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

ParentHyperParameterTuningJob

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

A previously completed or stopped hyperparameter tuning job to be used as a starting point for a new hyperparameter tuning job.

interface ParentHyperParameterTuningJob {
HyperParameterTuningJobName?: string | null;
}

§Properties

§
HyperParameterTuningJobName?: string | null
[src]

The name of the hyperparameter tuning job to be used as a starting point for a new hyperparameter tuning job.