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 GitHub.
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 Google Cloud API guidelines