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

GoogleCloudAiplatformV1SchemaTrainingjobDefinitionAutomlImageTrainingTunableParameter

import type { GoogleCloudAiplatformV1SchemaTrainingjobDefinitionAutomlImageTrainingTunableParameter } from "https://googleapis.deno.dev/v1/aiplatform:v1.ts";

A wrapper class which contains the tunable parameters in an AutoML Image training job.

interface GoogleCloudAiplatformV1SchemaTrainingjobDefinitionAutomlImageTrainingTunableParameter {
checkpointName?: string;
datasetConfig?: {
[key: string]: string;
}
;
trainerConfig?: {
[key: string]: string;
}
;
trainerType?: "TRAINER_TYPE_UNSPECIFIED" | "AUTOML_TRAINER" | "MODEL_GARDEN_TRAINER";
}

§Properties

§
checkpointName?: string
[src]

Optional. An unique name of pretrained model checkpoint provided in model garden, it will be mapped to a GCS location internally.

§
datasetConfig?: {
[key: string]: string;
}
[src]

Customizable dataset settings, used in the model_garden_trainer.

§

Optioinal. StudySpec of hyperparameter tuning job. Required for model_garden_trainer.

§
trainerConfig?: {
[key: string]: string;
}
[src]

Customizable trainer settings, used in the model_garden_trainer.

§
trainerType?: "TRAINER_TYPE_UNSPECIFIED" | "AUTOML_TRAINER" | "MODEL_GARDEN_TRAINER"
[src]