Class ModelVersion
Travel Impact Model version. For more information about the model versioning see https://github.com/google/travel-impact-model/#versioning.
Implements
Inherited Members
Namespace: Google.Apis.TravelImpactModel.v1.Data
Assembly: Google.Apis.TravelImpactModel.v1.dll
Syntax
public class ModelVersion : IDirectResponseSchema
Properties
Dated
Dated versions: Model datasets are recreated with refreshed input data but no change to the algorithms regularly.
Declaration
[JsonProperty("dated")]
public virtual string Dated { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Major
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
Declaration
[JsonProperty("major")]
public virtual int? Major { get; set; }
Property Value
Type | Description |
---|---|
int? |
Minor
Minor versions: Changes to the model that, while being consistent across schema versions, change the model parameters or implementation.
Declaration
[JsonProperty("minor")]
public virtual int? Minor { get; set; }
Property Value
Type | Description |
---|---|
int? |
Patch
Patch versions: Implementation changes meant to address bugs or inaccuracies in the model implementation.
Declaration
[JsonProperty("patch")]
public virtual int? Patch { get; set; }
Property Value
Type | Description |
---|---|
int? |