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

XPSXpsOperationMetadata

import type { XPSXpsOperationMetadata } from "https://googleapis.deno.dev/v1/language:v2.ts";
interface XPSXpsOperationMetadata {
exampleCount?: bigint;
reportingMetrics?: XPSReportingMetrics;
tablesTrainingOperationMetadata?: XPSTablesTrainingOperationMetadata;
videoBatchPredictOperationMetadata?: XPSVideoBatchPredictOperationMetadata;
videoTrainingOperationMetadata?: XPSVideoTrainingOperationMetadata;
visionTrainingOperationMetadata?: XPSVisionTrainingOperationMetadata;
}

§Properties

§
exampleCount?: bigint
[src]

Optional. XPS server can opt to provide example count of the long running operation (e.g. training, data importing, batch prediction).

§
reportingMetrics?: XPSReportingMetrics
[src]

Metrics for the operation. By the time the operation is terminated (whether succeeded or failed) as returned from XPS, AutoML BE assumes the metrics are finalized. AutoML BE transparently posts the metrics to Chemist if it's not empty, regardless of the response content or error type. If user is supposed to be charged in case of cancellation/error, this field should be set. In the case where the type of LRO doesn't require any billing, this field should be left unset.

§
tablesTrainingOperationMetadata?: XPSTablesTrainingOperationMetadata
[src]
§
videoBatchPredictOperationMetadata?: XPSVideoBatchPredictOperationMetadata
[src]
§
videoTrainingOperationMetadata?: XPSVideoTrainingOperationMetadata
[src]
§
visionTrainingOperationMetadata?: XPSVisionTrainingOperationMetadata
[src]