你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

AnomalyDetectionModel Class

  • java.lang.Object
    • com.azure.ai.anomalydetector.models.AnomalyDetectionModel

public final class AnomalyDetectionModel

Response of getting a model.

Method Summary

Modifier and Type Method and Description
OffsetDateTime getCreatedTime()

Get the createdTime property: Date and time (UTC) when the model was created.

OffsetDateTime getLastUpdatedTime()

Get the lastUpdatedTime property: Date and time (UTC) when the model was last updated.

String getModelId()

Get the modelId property: Model identifier.

ModelInfo getModelInfo()

Get the modelInfo property: Training result of a model including its status, errors and diagnostics information.

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:

the createdTime value.

getLastUpdatedTime

public OffsetDateTime getLastUpdatedTime()

Get the lastUpdatedTime property: Date and time (UTC) when the model was last updated.

Returns:

the lastUpdatedTime value.

getModelId

public String getModelId()

Get the modelId property: Model identifier.

Returns:

the modelId value.

getModelInfo

public ModelInfo getModelInfo()

Get the modelInfo property: Training result of a model including its status, errors and diagnostics information.

Returns:

the modelInfo value.

Applies to