Uses of Class
com.microsoft.azure.cognitiveservices.knowledge.qnamaker.models.EndpointSettingsDTO
-
Packages that use EndpointSettingsDTO 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 EndpointSettingsDTO in com.microsoft.azure.cognitiveservices.knowledge.qnamaker
Methods in com.microsoft.azure.cognitiveservices.knowledge.qnamaker that return EndpointSettingsDTO Modifier and Type Method Description EndpointSettingsDTO
EndpointSettings. getSettings()
Gets endpoint settings for an endpoint.Methods in com.microsoft.azure.cognitiveservices.knowledge.qnamaker that return types with arguments of type EndpointSettingsDTO Modifier and Type Method Description rx.Observable<EndpointSettingsDTO>
EndpointSettings. getSettingsAsync()
Gets endpoint settings for an endpoint. -
Uses of EndpointSettingsDTO in com.microsoft.azure.cognitiveservices.knowledge.qnamaker.implementation
Methods in com.microsoft.azure.cognitiveservices.knowledge.qnamaker.implementation that return EndpointSettingsDTO Modifier and Type Method Description EndpointSettingsDTO
EndpointSettingsImpl. getSettings()
Gets endpoint settings for an endpoint.Methods in com.microsoft.azure.cognitiveservices.knowledge.qnamaker.implementation that return types with arguments of type EndpointSettingsDTO Modifier and Type Method Description rx.Observable<EndpointSettingsDTO>
EndpointSettingsImpl. getSettingsAsync()
Gets endpoint settings for an endpoint.com.microsoft.rest.ServiceFuture<EndpointSettingsDTO>
EndpointSettingsImpl. getSettingsAsync(com.microsoft.rest.ServiceCallback<EndpointSettingsDTO> serviceCallback)
Gets endpoint settings for an endpoint.rx.Observable<com.microsoft.rest.ServiceResponse<EndpointSettingsDTO>>
EndpointSettingsImpl. getSettingsWithServiceResponseAsync()
Gets endpoint settings for an endpoint.Method parameters in com.microsoft.azure.cognitiveservices.knowledge.qnamaker.implementation with type arguments of type EndpointSettingsDTO Modifier and Type Method Description com.microsoft.rest.ServiceFuture<EndpointSettingsDTO>
EndpointSettingsImpl. getSettingsAsync(com.microsoft.rest.ServiceCallback<EndpointSettingsDTO> serviceCallback)
Gets endpoint settings for an endpoint. -
Uses of EndpointSettingsDTO in com.microsoft.azure.cognitiveservices.knowledge.qnamaker.models
Methods in com.microsoft.azure.cognitiveservices.knowledge.qnamaker.models that return EndpointSettingsDTO Modifier and Type Method Description EndpointSettingsDTO
EndpointSettingsDTO. withActiveLearning(EndpointSettingsDTOActiveLearning activeLearning)
Set the activeLearning value.
-