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

XPSVideoObjectTrackingTrainResponse

import type { XPSVideoObjectTrackingTrainResponse } from "https://googleapis.deno.dev/v1/language:v2.ts";
interface XPSVideoObjectTrackingTrainResponse {
exportModelSpec?: XPSVideoExportModelSpec;
modelArtifactSpec?: XPSVideoModelArtifactSpec;
trainCostNodeSeconds?: bigint;
}

§Properties

§

Populated for AutoML request only.

§
modelArtifactSpec?: XPSVideoModelArtifactSpec
[src]

The fields below are only populated under uCAIP request scope.

§
trainCostNodeSeconds?: bigint
[src]

The actual train cost of creating this model, expressed in node seconds, i.e. 3,600 value in this field means 1 node hour.