你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
AnomalyDetectionModel Class
- java.
lang. Object - com.
azure. ai. anomalydetector. models. AnomalyDetectionModel
- com.
public final class AnomalyDetectionModel
Response of getting a model.
Method Summary
Modifier and Type | Method and Description |
---|---|
Offset |
getCreatedTime()
Get the created |
Offset |
getLastUpdatedTime()
Get the last |
String |
getModelId()
Get the model |
Model |
getModelInfo()
Get the model |
Methods inherited from java.lang.Object
Method Details
getCreatedTime
public OffsetDateTime getCreatedTime()
Get the createdTime property: Date and time (UTC) when the model was created.
Returns:
getLastUpdatedTime
public OffsetDateTime getLastUpdatedTime()
Get the lastUpdatedTime property: Date and time (UTC) when the model was last updated.
Returns:
getModelId
public String getModelId()
Get the modelId property: Model identifier.
Returns:
getModelInfo
public ModelInfo getModelInfo()
Get the modelInfo property: Training result of a model including its status, errors and diagnostics information.
Returns: