v1

latestSwagger 2.0raw.githubusercontent.com2019-12-04171835.5 KB
Configurations

Get Service Configuration.

Get the Personalizer service configuration.

get/configurations/service

Response

Success

rewardWaitTimestring duration required

The time span waited until a request is marked with the default reward. For example, PT5M (5 mins). For information about the time format, see http://en.wikipedia.org/wiki/ISO_8601#Durations

defaultRewardnumber float required

The reward given if a reward is not received within the specified wait time.

rewardAggregationstring required

The function used to process rewards, if multiple reward scores are received before rewardWaitTime is over.

explorationPercentagenumber float required

The percentage of rank responses that will use exploration.

modelExportFrequencystring duration required

Personalizer will start using the most updated trained model for online ranks automatically every specified time period. For example, PT5M (5 mins). For information about the time format, see http://en.wikipedia.org/wiki/ISO_8601#Durations

logMirrorEnabledboolean

Flag indicates whether log mirroring is enabled.

logMirrorSasUristring

Azure storage account container SAS URI for log mirroring.

logRetentionDaysinteger required

Number of days historical logs are to be maintained. -1 implies the logs will never be deleted.

All 17 operations