type

MlModel

MlModel : SyntheticModel

See Synthetics chapter.

slots id

Unique identifier for entity in its project

spec

Type of this entity

syntheticModel

See Synthetics chapter

mlModel

See Synthetics chapter

mlIdentificationPeriod

Training period description, known as the identification period or baseline, utilized during the model training process

mlInputVarRefs

List of independent variables, also known as model inputs or features, associated with a machine learning model

mlModelMetrics

Goodness-of-fit metrics provided in the form of a simple dictionary

mlModelParameters

Result of model identification, which may appear as a list of model parameters for simpler models or as a reference to a stored model, in the form of a file uri

mlOutputVarRef

Dependent variable, also known as the model output or target, associated, with a machine learning model

mlModel Marker

See Synthetics chapter.

mlIdentificationPeriod Span?

Training period description, known as the identification period or baseline, utilized during the model training process.

mlInputVarRefs List?

List of independent variables, also known as model inputs or features, associated with a machine learning model.

mlModelMetrics Dict?

Goodness-of-fit metrics provided in the form of a simple dictionary. For example: {r2:0.7889, cvrmse:58}.

mlModelParameters Dict?

Result of model identification, which may appear as a list of model parameters for simpler models or as a reference to a stored model, in the form of a file uri. The structure of the dict is user-specific.

mlOutputVarRef Ref?

Dependent variable, also known as the model output or target, associated, with a machine learning model. Represents the predicted outcome generated by the model.

Haxall 4.0.5 ∙ 24-Feb-2026 14:33 EST