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:
Applies to
Azure SDK for Java