ModelInfoResponse Class
- java.
lang. Object - com.
microsoft. azure. cognitiveservices. language. luis. authoring. models. ModelInfoResponse
- com.
public class ModelInfoResponse
An application model info.
Method Summary
Method Details
children
public List
Get the children value.
Returns:
customPrebuiltDomainName
public String customPrebuiltDomainName()
Get the customPrebuiltDomainName value.
Returns:
customPrebuiltModelName
public String customPrebuiltModelName()
Get the customPrebuiltModelName value.
Returns:
explicitList
public List
Get the explicitList value.
Returns:
id
public UUID id()
Get the id value.
Returns:
name
public String name()
Get the name value.
Returns:
readableType
public String readableType()
Get the readableType value.
Returns:
regexPattern
public String regexPattern()
Get the regexPattern value.
Returns:
roles
public List
Get the roles value.
Returns:
subLists
public List
Get the subLists value.
Returns:
typeId
public Integer typeId()
Get the typeId value.
Returns:
withChildren
public ModelInfoResponse withChildren(List
Set the children value.
Parameters:
Returns:
withCustomPrebuiltDomainName
public ModelInfoResponse withCustomPrebuiltDomainName(String customPrebuiltDomainName)
Set the customPrebuiltDomainName value.
Parameters:
Returns:
withCustomPrebuiltModelName
public ModelInfoResponse withCustomPrebuiltModelName(String customPrebuiltModelName)
Set the customPrebuiltModelName value.
Parameters:
Returns:
withExplicitList
public ModelInfoResponse withExplicitList(List
Set the explicitList value.
Parameters:
Returns:
withId
public ModelInfoResponse withId(UUID id)
Set the id value.
Parameters:
Returns:
withName
public ModelInfoResponse withName(String name)
Set the name value.
Parameters:
Returns:
withReadableType
public ModelInfoResponse withReadableType(String readableType)
Set the readableType value.
Parameters:
Returns:
withRegexPattern
public ModelInfoResponse withRegexPattern(String regexPattern)
Set the regexPattern value.
Parameters:
Returns:
withRoles
public ModelInfoResponse withRoles(List
Set the roles value.
Parameters:
Returns:
withSubLists
public ModelInfoResponse withSubLists(List
Set the subLists value.
Parameters:
Returns:
withTypeId
public ModelInfoResponse withTypeId(Integer typeId)
Set the typeId value.
Parameters:
Returns:
Applies to
Azure SDK for Java