EntityModelInfo Class

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

public class EntityModelInfo extends ModelInfo

An Entity Extractor model info.

Method Summary

Modifier and Type Method and Description
List<EntityRole> roles()

Get the roles value.

EntityModelInfo withRoles(List<EntityRole> roles)

Set the roles value.

Inherited Members

Method Details

roles

public List roles()

Get the roles value.

Returns:

the roles value

withRoles

public EntityModelInfo withRoles(List roles)

Set the roles value.

Parameters:

roles - the roles value to set

Returns:

the EntityModelInfo object itself.

Applies to