Class EndpointSettingsDTO
- java.lang.Object
-
- com.microsoft.azure.cognitiveservices.knowledge.qnamaker.models.EndpointSettingsDTO
-
public class EndpointSettingsDTO extends Object
Endpoint settings.
-
-
Constructor Summary
Constructors Constructor Description EndpointSettingsDTO()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EndpointSettingsDTOActiveLearning
activeLearning()
Get the activeLearning value.EndpointSettingsDTO
withActiveLearning(EndpointSettingsDTOActiveLearning activeLearning)
Set the activeLearning value.
-
-
-
Method Detail
-
activeLearning
public EndpointSettingsDTOActiveLearning activeLearning()
Get the activeLearning value.- Returns:
- the activeLearning value
-
withActiveLearning
public EndpointSettingsDTO withActiveLearning(EndpointSettingsDTOActiveLearning activeLearning)
Set the activeLearning value.- Parameters:
activeLearning
- the activeLearning value to set- Returns:
- the EndpointSettingsDTO object itself.
-
-