Uses of Class
com.microsoft.azure.cognitiveservices.knowledge.qnamaker.models.EndpointSettingsDTOActiveLearning
-
Packages that use EndpointSettingsDTOActiveLearning Package Description com.microsoft.azure.cognitiveservices.knowledge.qnamaker This package contains the classes for QnAMakerClient.com.microsoft.azure.cognitiveservices.knowledge.qnamaker.implementation This package contains the implementation classes for QnAMakerClient.com.microsoft.azure.cognitiveservices.knowledge.qnamaker.models This package contains the models classes for QnAMakerClient. -
-
Uses of EndpointSettingsDTOActiveLearning in com.microsoft.azure.cognitiveservices.knowledge.qnamaker
Methods in com.microsoft.azure.cognitiveservices.knowledge.qnamaker with parameters of type EndpointSettingsDTOActiveLearning Modifier and Type Method Description EndpointSettings.EndpointSettingsUpdateSettingsDefinitionStages.WithExecuteEndpointSettings.EndpointSettingsUpdateSettingsDefinitionStages.WithAllOptions. withActiveLearning(EndpointSettingsDTOActiveLearning activeLearning)Active Learning settings of the endpoint. -
Uses of EndpointSettingsDTOActiveLearning in com.microsoft.azure.cognitiveservices.knowledge.qnamaker.implementation
Methods in com.microsoft.azure.cognitiveservices.knowledge.qnamaker.implementation with parameters of type EndpointSettingsDTOActiveLearning Modifier and Type Method Description rx.Observable<com.microsoft.rest.ServiceResponse<Void>>EndpointSettingsImpl. updateSettingsWithServiceResponseAsync(EndpointSettingsDTOActiveLearning activeLearning)Updates endpoint settings for an endpoint. -
Uses of EndpointSettingsDTOActiveLearning in com.microsoft.azure.cognitiveservices.knowledge.qnamaker.models
Methods in com.microsoft.azure.cognitiveservices.knowledge.qnamaker.models that return EndpointSettingsDTOActiveLearning Modifier and Type Method Description EndpointSettingsDTOActiveLearningEndpointSettingsDTO. activeLearning()Get the activeLearning value.EndpointSettingsDTOActiveLearningUpdateSettingsOptionalParameter. activeLearning()Get the activeLearning value.Methods in com.microsoft.azure.cognitiveservices.knowledge.qnamaker.models with parameters of type EndpointSettingsDTOActiveLearning Modifier and Type Method Description EndpointSettingsDTOEndpointSettingsDTO. withActiveLearning(EndpointSettingsDTOActiveLearning activeLearning)Set the activeLearning value.UpdateSettingsOptionalParameterUpdateSettingsOptionalParameter. withActiveLearning(EndpointSettingsDTOActiveLearning activeLearning)Set the activeLearning value.
-