HierarchicalModel Class
- java.
lang. Object - com.
microsoft. azure. cognitiveservices. language. luis. authoring. models. HierarchicalModel
- com.
public class HierarchicalModel
The HierarchicalModel model.
Method Summary
Modifier and Type | Method and Description |
---|---|
List<Json |
children()
Get the children value. |
List<Json |
features()
Get the features value. |
Prebuilt |
inherits()
Get the inherits value. |
String |
name()
Get the name value. |
List<String> |
roles()
Get the roles value. |
Hierarchical |
withChildren(List<JsonChild> children)
Set the children value. |
Hierarchical |
withFeatures(List<JsonModelFeatureInformation> features)
Set the features value. |
Hierarchical |
withInherits(PrebuiltDomainObject inherits)
Set the inherits value. |
Hierarchical |
withName(String name)
Set the name value. |
Hierarchical |
withRoles(List<String> roles)
Set the roles value. |
Method Details
children
public List
Get the children value.
Returns:
features
public List
Get the features value.
Returns:
inherits
public PrebuiltDomainObject inherits()
Get the inherits value.
Returns:
name
public String name()
Get the name value.
Returns:
roles
public List
Get the roles value.
Returns:
withChildren
public HierarchicalModel withChildren(List
Set the children value.
Parameters:
Returns:
withFeatures
public HierarchicalModel withFeatures(List
Set the features value.
Parameters:
Returns:
withInherits
public HierarchicalModel withInherits(PrebuiltDomainObject inherits)
Set the inherits value.
Parameters:
Returns:
withName
public HierarchicalModel withName(String name)
Set the name value.
Parameters:
Returns:
withRoles
public HierarchicalModel withRoles(List
Set the roles value.
Parameters:
Returns:
Applies to
Azure SDK for Java