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

EntityModelUpdateObject 类

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

public class EntityModelUpdateObject

实体提取程序更新对象。

方法摘要

修饰符和类型 方法和描述
String instanceOfProperty()

获取 instanceOfProperty 值。

String name()

获取名称值。

EntityModelUpdateObject withInstanceOfProperty(String instanceOfProperty)

设置 instanceOfProperty 值。

EntityModelUpdateObject withName(String name)

设置名称值。

方法详细信息

instanceOfProperty

public String instanceOfProperty()

获取 instanceOfProperty 值。

Returns:

instanceOfProperty 值

name

public String name()

获取名称值。

Returns:

名称值

withInstanceOfProperty

public EntityModelUpdateObject withInstanceOfProperty(String instanceOfProperty)

设置 instanceOfProperty 值。

Parameters:

instanceOfProperty - 要设置的 instanceOfProperty 值

Returns:

EntityModelUpdateObject 对象本身。

withName

public EntityModelUpdateObject withName(String name)

设置名称值。

Parameters:

name - 要设置的名称值

Returns:

EntityModelUpdateObject 对象本身。

适用于