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

AnomalyDetectorServiceVersion Enum

  • java.lang.Object
    • java.lang.Enum
      • com.azure.ai.anomalydetector.AnomalyDetectorServiceVersion

public enum AnomalyDetectorServiceVersion
extends Enum<AnomalyDetectorServiceVersion>
implements ServiceVersion

Service version of AnomalyDetectorClient.

Implements

Fields

V1_1

Enum value v1.1.

Methods inherited from java.lang.Enum

Methods inherited from java.lang.Object

Methods

getLatest()

public static AnomalyDetectorServiceVersion getLatest()

Gets the latest service version supported by this client library.

Returns

getVersion()

public String getVersion()

Returns

valueOf(String name)

public static AnomalyDetectorServiceVersion valueOf(String name)

Parameters

name
String

Returns

values()

public static AnomalyDetectorServiceVersion[] values()

Returns

Applies to