Class ActiveLearningSettingsDTO
- java.lang.Object
-
- com.microsoft.azure.cognitiveservices.knowledge.qnamaker.models.ActiveLearningSettingsDTO
-
- Direct Known Subclasses:
EndpointSettingsDTOActiveLearning
public class ActiveLearningSettingsDTO extends Object
Active Learning settings of the endpoint.
-
-
Constructor Summary
Constructors Constructor Description ActiveLearningSettingsDTO()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
enable()
Get the enable value.ActiveLearningSettingsDTO
withEnable(String enable)
Set the enable value.
-
-
-
Method Detail
-
enable
public String enable()
Get the enable value.- Returns:
- the enable value
-
withEnable
public ActiveLearningSettingsDTO withEnable(String enable)
Set the enable value.- Parameters:
enable
- the enable value to set- Returns:
- the ActiveLearningSettingsDTO object itself.
-
-