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

GoogleCloudAiplatformV1TrainingConfig

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

CMLE training config. For every active learning labeling iteration, system will train a machine learning model on CMLE. The trained model will be used by data sampling algorithm to select DataItems.

interface GoogleCloudAiplatformV1TrainingConfig {
timeoutTrainingMilliHours?: bigint;
}

§Properties

§
timeoutTrainingMilliHours?: bigint
[src]

The timeout hours for the CMLE training job, expressed in milli hours i.e. 1,000 value in this field means 1 hour.