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