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

ModelVersion

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

Travel Impact Model version. For more information about the model versioning see https://github.com/google/travel-impact-model/#versioning.

interface ModelVersion {
dated?: string;
major?: number;
minor?: number;
patch?: number;
}

§Properties

§
dated?: string
[src]

Dated versions: Model datasets are recreated with refreshed input data but no change to the algorithms regularly.

§
major?: number
[src]

Major versions: Major changes to methodology (e.g. adding new data sources to the model that lead to major output changes). Such changes will be infrequent and announced well in advance. Might involve API version changes, which will respect guidelines in https://cloud.google.com/endpoints/docs/openapi/versioning-an-api#backwards-incompatible

§
minor?: number
[src]

Minor versions: Changes to the model that, while being consistent across schema versions, change the model parameters or implementation.

§
patch?: number
[src]

Patch versions: Implementation changes meant to address bugs or inaccuracies in the model implementation.