Model Class

Response of getting a model.

All required parameters must be populated in order to send to Azure.

Inheritance
Model

Constructor

Model(*, model_id: str, created_time: datetime.datetime, last_updated_time: datetime.datetime, model_info: Optional[azure.ai.anomalydetector.models._models_py3.ModelInfo] = None, **kwargs)

Variables

model_id
str

Required. Model identifier.

created_time
datetime

Required. Date and time (UTC) when the model was created.

last_updated_time
datetime

Required. Date and time (UTC) when the model was last updated.

model_info
ModelInfo

Train result of a model including status, errors and diagnose info for model and variables.