ModelFeatureInformation Class
- java.
lang. Object - com.
microsoft. azure. cognitiveservices. language. luis. authoring. models. ModelFeatureInformation
- com.
public class ModelFeatureInformation
An object containing the model feature information either the model name or feature name.
Method Summary
Modifier and Type | Method and Description |
---|---|
String |
featureName()
Get the featureName value. |
Boolean |
isRequired()
Get the isRequired value. |
String |
modelName()
Get the modelName value. |
Model |
withFeatureName(String featureName)
Set the featureName value. |
Model |
withIsRequired(Boolean isRequired)
Set the isRequired value. |
Model |
withModelName(String modelName)
Set the modelName value. |
Method Details
featureName
public String featureName()
Get the featureName value.
Returns:
isRequired
public Boolean isRequired()
Get the isRequired value.
Returns:
modelName
public String modelName()
Get the modelName value.
Returns:
withFeatureName
public ModelFeatureInformation withFeatureName(String featureName)
Set the featureName value.
Parameters:
Returns:
withIsRequired
public ModelFeatureInformation withIsRequired(Boolean isRequired)
Set the isRequired value.
Parameters:
Returns:
withModelName
public ModelFeatureInformation withModelName(String modelName)
Set the modelName value.
Parameters:
Returns:
Applies to
Azure SDK for Java