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

JsonModelFeatureInformation Class

  • java.lang.Object
    • com.microsoft.azure.cognitiveservices.language.luis.authoring.models.JsonModelFeatureInformation

public class JsonModelFeatureInformation

An object containing the model feature information either the model name or feature name.

Method Summary

Modifier and Type Method and Description
String featureName()

Get the featureName value.

String modelName()

Get the modelName value.

JsonModelFeatureInformation withFeatureName(String featureName)

Set the featureName value.

JsonModelFeatureInformation withModelName(String modelName)

Set the modelName value.

Method Details

featureName

public String featureName()

Get the featureName value.

Returns:

the featureName value

modelName

public String modelName()

Get the modelName value.

Returns:

the modelName value

withFeatureName

public JsonModelFeatureInformation withFeatureName(String featureName)

Set the featureName value.

Parameters:

featureName - the featureName value to set

Returns:

the JsonModelFeatureInformation object itself.

withModelName

public JsonModelFeatureInformation withModelName(String modelName)

Set the modelName value.

Parameters:

modelName - the modelName value to set

Returns:

the JsonModelFeatureInformation object itself.

Applies to