EndpointSettings.EndpointSettingsUpdateSettingsDefinitionStages.WithAllOptions Interface

public static interface EndpointSettings.EndpointSettingsUpdateSettingsDefinitionStages.WithAllOptions

The stage of the definition which allows for any other optional settings to be specified.

Method Summary

Modifier and Type Method and Description
abstract WithExecute withActiveLearning(EndpointSettingsDTOActiveLearning activeLearning)

Active Learning settings of the endpoint.

Method Details

withActiveLearning

public abstract EndpointSettings.EndpointSettingsUpdateSettingsDefinitionStages.WithExecute withActiveLearning(EndpointSettingsDTOActiveLearning activeLearning)

Active Learning settings of the endpoint.

Parameters:

activeLearning

Returns:

next definition stage

Applies to