你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
CustomPrebuiltModel 类
- java.
lang. Object - com.
microsoft. azure. cognitiveservices. language. luis. authoring. models. CustomPrebuiltModel
- com.
public class CustomPrebuiltModel
自定义预生成模型。
方法摘要
修饰符和类型 | 方法和描述 |
---|---|
String |
customPrebuiltDomainName()
获取 customPrebuiltDomainName 值。 |
String |
customPrebuiltModelName()
获取 customPrebuiltModelName 值。 |
UUID |
id()
获取 ID 值。 |
String |
name()
获取名称值。 |
String |
readableType()
获取 readableType 值。 |
List<Entity |
roles()
获取角色值。 |
Integer |
typeId()
获取 typeId 值。 |
Custom |
withCustomPrebuiltDomainName(String customPrebuiltDomainName)
设置 customPrebuiltDomainName 值。 |
Custom |
withCustomPrebuiltModelName(String customPrebuiltModelName)
设置 customPrebuiltModelName 值。 |
Custom |
withId(UUID id)
设置 ID 值。 |
Custom |
withName(String name)
设置名称值。 |
Custom |
withReadableType(String readableType)
设置 readableType 值。 |
Custom |
withRoles(List<EntityRole> roles)
设置角色值。 |
Custom |
withTypeId(Integer typeId)
设置 typeId 值。 |
方法详细信息
customPrebuiltDomainName
public String customPrebuiltDomainName()
获取 customPrebuiltDomainName 值。
Returns:
customPrebuiltModelName
public String customPrebuiltModelName()
获取 customPrebuiltModelName 值。
Returns:
id
public UUID id()
获取 ID 值。
Returns:
name
public String name()
获取名称值。
Returns:
readableType
public String readableType()
获取 readableType 值。
Returns:
roles
public List
获取角色值。
Returns:
typeId
public Integer typeId()
获取 typeId 值。
Returns:
withCustomPrebuiltDomainName
public CustomPrebuiltModel withCustomPrebuiltDomainName(String customPrebuiltDomainName)
设置 customPrebuiltDomainName 值。
Parameters:
Returns:
withCustomPrebuiltModelName
public CustomPrebuiltModel withCustomPrebuiltModelName(String customPrebuiltModelName)
设置 customPrebuiltModelName 值。
Parameters:
Returns:
withId
public CustomPrebuiltModel withId(UUID id)
设置 ID 值。
Parameters:
Returns:
withName
public CustomPrebuiltModel withName(String name)
设置名称值。
Parameters:
Returns:
withReadableType
public CustomPrebuiltModel withReadableType(String readableType)
设置 readableType 值。
Parameters:
Returns:
withRoles
public CustomPrebuiltModel withRoles(List
设置角色值。
Parameters:
Returns:
withTypeId
public CustomPrebuiltModel withTypeId(Integer typeId)
设置 typeId 值。
Parameters:
Returns: