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

XPSVideoActionRecognitionTrainResponse

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

§Properties

§
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.