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

GoogleCloudAiplatformV1SchemaTrainingjobDefinitionHyperparameterTuningJobMetadata

import type { GoogleCloudAiplatformV1SchemaTrainingjobDefinitionHyperparameterTuningJobMetadata } from "https://googleapis.deno.dev/v1/aiplatform:v1.ts";
interface GoogleCloudAiplatformV1SchemaTrainingjobDefinitionHyperparameterTuningJobMetadata {
backingHyperparameterTuningJob?: string;
bestTrialBackingCustomJob?: string;
}

§Properties

§
backingHyperparameterTuningJob?: string
[src]

The resource name of the HyperparameterTuningJob that has been created to carry out this HyperparameterTuning task.

§
bestTrialBackingCustomJob?: string
[src]

The resource name of the CustomJob that has been created to run the best Trial of this HyperparameterTuning task.