diff --git a/sdk/personalizer/Azure.AI.Personalizer/api/Azure.AI.Personalizer.netstandard2.0.cs b/sdk/personalizer/Azure.AI.Personalizer/api/Azure.AI.Personalizer.netstandard2.0.cs index 6f1d76652171..c90b96fa93d0 100644 --- a/sdk/personalizer/Azure.AI.Personalizer/api/Azure.AI.Personalizer.netstandard2.0.cs +++ b/sdk/personalizer/Azure.AI.Personalizer/api/Azure.AI.Personalizer.netstandard2.0.cs @@ -31,10 +31,10 @@ public PersonalizerAdministrationClient(System.Uri endpoint, Azure.Core.TokenCre public virtual System.Threading.Tasks.Task ResetPersonalizerModelAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual Azure.Response ResetPersonalizerPolicy(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> ResetPersonalizerPolicyAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual Azure.Response UpdatePersonalizerConfiguration(Azure.AI.Personalizer.PersonalizerServiceProperties config, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual System.Threading.Tasks.Task> UpdatePersonalizerConfigurationAsync(Azure.AI.Personalizer.PersonalizerServiceProperties config, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual Azure.Response UpdatePersonalizerPolicy(Azure.AI.Personalizer.PersonalizerPolicy policy, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> UpdatePersonalizerPolicyAsync(Azure.AI.Personalizer.PersonalizerPolicy policy, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual Azure.Response UpdatePersonalizerProperties(Azure.AI.Personalizer.PersonalizerServiceProperties config, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual System.Threading.Tasks.Task> UpdatePersonalizerPropertiesAsync(Azure.AI.Personalizer.PersonalizerServiceProperties config, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } } public partial class PersonalizerClient { diff --git a/sdk/personalizer/Azure.AI.Personalizer/src/Generated/PersonalizerClientOptions.cs b/sdk/personalizer/Azure.AI.Personalizer/src/Generated/PersonalizerClientOptions.cs index 2dfd7fc85d90..643a4e1a15c8 100644 --- a/sdk/personalizer/Azure.AI.Personalizer/src/Generated/PersonalizerClientOptions.cs +++ b/sdk/personalizer/Azure.AI.Personalizer/src/Generated/PersonalizerClientOptions.cs @@ -32,6 +32,8 @@ public PersonalizerClientOptions(ServiceVersion version = LatestVersion) ServiceVersion.V1_1_preview_1 => "1.1-preview.1", _ => throw new NotSupportedException() }; + + Retry.NetworkTimeout = TimeSpan.FromMinutes(8); } } } diff --git a/sdk/personalizer/Azure.AI.Personalizer/src/Models/PersonalizerAdministrationClient.cs b/sdk/personalizer/Azure.AI.Personalizer/src/Models/PersonalizerAdministrationClient.cs index cb66e76419d1..07ad969801e5 100644 --- a/sdk/personalizer/Azure.AI.Personalizer/src/Models/PersonalizerAdministrationClient.cs +++ b/sdk/personalizer/Azure.AI.Personalizer/src/Models/PersonalizerAdministrationClient.cs @@ -167,9 +167,9 @@ public virtual Response GetPersonalizerLogProperties( /// Update the Personalizer service configuration. /// The personalizer service configuration. /// The cancellation token to use. - public virtual async Task> UpdatePersonalizerConfigurationAsync(PersonalizerServiceProperties config, CancellationToken cancellationToken = default) + public virtual async Task> UpdatePersonalizerPropertiesAsync(PersonalizerServiceProperties config, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("PersonalizerAdministrationClient.UpdatePersonalizerConfiguration"); + using var scope = _clientDiagnostics.CreateScope("PersonalizerAdministrationClient.UpdatePersonalizerProperties"); scope.Start(); try { @@ -185,9 +185,9 @@ public virtual async Task> UpdatePerson /// Update the Personalizer service configuration. /// The personalizer service configuration. /// The cancellation token to use. - public virtual Response UpdatePersonalizerConfiguration(PersonalizerServiceProperties config, CancellationToken cancellationToken = default) + public virtual Response UpdatePersonalizerProperties(PersonalizerServiceProperties config, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("PersonalizerAdministrationClient.UpdatePersonalizerConfiguration"); + using var scope = _clientDiagnostics.CreateScope("PersonalizerAdministrationClient.UpdatePersonalizerProperties"); scope.Start(); try { diff --git a/sdk/personalizer/Azure.AI.Personalizer/src/Models/PersonalizerLogProperties.Serialization.cs.cs b/sdk/personalizer/Azure.AI.Personalizer/src/Models/PersonalizerLogProperties.Serialization.cs.cs index 20221033122b..8036f7152b67 100644 --- a/sdk/personalizer/Azure.AI.Personalizer/src/Models/PersonalizerLogProperties.Serialization.cs.cs +++ b/sdk/personalizer/Azure.AI.Personalizer/src/Models/PersonalizerLogProperties.Serialization.cs.cs @@ -1,6 +1,7 @@ // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. +using System; using System.Text.Json; using Azure.Core; @@ -21,10 +22,10 @@ internal static PersonalizerLogProperties DeserializePersonalizerLogProperties(J continue; } dateRange = PersonalizerLogPropertiesDateRange.DeserializePersonalizerLogPropertiesDateRange(property.Value); - continue; + return new PersonalizerLogProperties(dateRange.Value.From, dateRange.Value.To); } } - return new PersonalizerLogProperties(dateRange.Value.From, dateRange.Value.To); + return new PersonalizerLogProperties(DateTime.MinValue, DateTime.MinValue); } } } diff --git a/sdk/personalizer/Azure.AI.Personalizer/tests/Infrastructure/PersonalizerRecordedTestSanitizer.cs b/sdk/personalizer/Azure.AI.Personalizer/tests/Infrastructure/PersonalizerRecordedTestSanitizer.cs index 047f782ccdb5..4bdccd833c79 100644 --- a/sdk/personalizer/Azure.AI.Personalizer/tests/Infrastructure/PersonalizerRecordedTestSanitizer.cs +++ b/sdk/personalizer/Azure.AI.Personalizer/tests/Infrastructure/PersonalizerRecordedTestSanitizer.cs @@ -6,9 +6,9 @@ namespace Azure.AI.Personalizer.Tests { - public class PersonalizerRecordedTestSanitizer: RecordedTestSanitizer + public class PersonalizerRecordedTestSanitizer : RecordedTestSanitizer { - public PersonalizerRecordedTestSanitizer(): base() + public PersonalizerRecordedTestSanitizer() : base() { AddJsonPathSanitizer("$..accessToken"); AddJsonPathSanitizer("$..source"); @@ -30,7 +30,8 @@ public override string SanitizeVariable(string variableName, string environmentV { return variableName switch { - PersonalizerTestEnvironment.ApiKeyEnvironmentVariableName => SanitizeValue, + PersonalizerTestEnvironment.MultiSlotApiKeyEnvironmentVariableName => SanitizeValue, + PersonalizerTestEnvironment.SingleSlotApiKeyEnvironmentVariableName => SanitizeValue, _ => base.SanitizeVariable(variableName, environmentVariableValue) }; } diff --git a/sdk/personalizer/Azure.AI.Personalizer/tests/Infrastructure/PersonalizerTestBase.cs b/sdk/personalizer/Azure.AI.Personalizer/tests/Infrastructure/PersonalizerTestBase.cs index 6682069c43b2..c7a352a60908 100644 --- a/sdk/personalizer/Azure.AI.Personalizer/tests/Infrastructure/PersonalizerTestBase.cs +++ b/sdk/personalizer/Azure.AI.Personalizer/tests/Infrastructure/PersonalizerTestBase.cs @@ -2,6 +2,7 @@ // Licensed under the MIT License. using System; +using System.Threading.Tasks; using Azure.Core.TestFramework; namespace Azure.AI.Personalizer.Tests @@ -12,25 +13,50 @@ public abstract class PersonalizerTestBase : RecordedTestBase GetPersonalizerClientAsync(bool isSingleSlot = false) { - var credential = new AzureKeyCredential(TestEnvironment.ApiKey); + string endpoint = isSingleSlot ? TestEnvironment.SingleSlotEndpoint : TestEnvironment.MultiSlotEndpoint; + string apiKey = isSingleSlot ? TestEnvironment.SingleSlotApiKey : TestEnvironment.MultiSlotApiKey; + PersonalizerAdministrationClient adminClient = GetAdministrationClient(isSingleSlot); + if (!isSingleSlot) + { + await EnableMultiSlot(adminClient); + } + var credential = new AzureKeyCredential(apiKey); var options = InstrumentClientOptions(new PersonalizerClientOptions()); - PersonalizerClient personalizerClient = new PersonalizerClient(new Uri(TestEnvironment.Endpoint), credential, options); + PersonalizerClient personalizerClient = new PersonalizerClient(new Uri(endpoint), credential, options); personalizerClient = InstrumentClient(personalizerClient); return personalizerClient; } - protected PersonalizerAdministrationClient GetPersonalizerAdministrationClient() + protected PersonalizerAdministrationClient GetAdministrationClient(bool isSingleSlot = false) { - var credential = new AzureKeyCredential(TestEnvironment.ApiKey); + string endpoint = isSingleSlot ? TestEnvironment.SingleSlotEndpoint : TestEnvironment.MultiSlotEndpoint; + string apiKey = isSingleSlot ? TestEnvironment.SingleSlotApiKey : TestEnvironment.MultiSlotApiKey; + var credential = new AzureKeyCredential(apiKey); var options = InstrumentClientOptions(new PersonalizerClientOptions()); - PersonalizerAdministrationClient PersonalizerAdministrationClient = new PersonalizerAdministrationClient(new Uri(TestEnvironment.Endpoint), credential, options); - PersonalizerAdministrationClient = InstrumentClient(PersonalizerAdministrationClient); - return PersonalizerAdministrationClient; + PersonalizerAdministrationClient personalizerAdministrationClient = new PersonalizerAdministrationClient(new Uri(endpoint), credential, options); + personalizerAdministrationClient = InstrumentClient(personalizerAdministrationClient); + return personalizerAdministrationClient; + } + + private async Task EnableMultiSlot(PersonalizerAdministrationClient adminClient) + { + PersonalizerServiceProperties properties = await adminClient.GetPersonalizerPropertiesAsync(); + if (properties.IsAutoOptimizationEnabled != false) + { + properties.IsAutoOptimizationEnabled = false; + await adminClient.UpdatePersonalizerPropertiesAsync(properties); + await Task.Delay(30000); + await adminClient.UpdatePersonalizerPolicyAsync(new PersonalizerPolicy("multiSlot", "--ccb_explore_adf --epsilon 0.2 --power_t 0 -l 0.001 --cb_type mtr -q ::")); + //sleep 30 seconds to allow settings to propagate + await Task.Delay(30000); + } } } } diff --git a/sdk/personalizer/Azure.AI.Personalizer/tests/Infrastructure/PersonalizerTestEnvironment.cs b/sdk/personalizer/Azure.AI.Personalizer/tests/Infrastructure/PersonalizerTestEnvironment.cs index fbd29a74793c..636301177e82 100644 --- a/sdk/personalizer/Azure.AI.Personalizer/tests/Infrastructure/PersonalizerTestEnvironment.cs +++ b/sdk/personalizer/Azure.AI.Personalizer/tests/Infrastructure/PersonalizerTestEnvironment.cs @@ -8,12 +8,21 @@ namespace Azure.AI.Personalizer.Tests public class PersonalizerTestEnvironment: TestEnvironment { /// The name of the environment variable from which Personalizer resource's endpoint will be extracted for the live tests. - internal const string EndpointEnvironmentVariableName = "PERSONALIZER_ENDPOINT"; + internal const string MultiSlotEndpointEnvironmentVariableName = "PERSONALIZER_ENDPOINT_MULTI_SLOT"; /// The name of the environment variable from which the Personalizer resource's API key will be extracted for the live tests. - internal const string ApiKeyEnvironmentVariableName = "PERSONALIZER_API_KEY"; + internal const string MultiSlotApiKeyEnvironmentVariableName = "PERSONALIZER_API_KEY_MULTI_SLOT"; - public string ApiKey => GetRecordedVariable(ApiKeyEnvironmentVariableName); - public string Endpoint => GetRecordedVariable(EndpointEnvironmentVariableName); + /// The name of the environment variable from which Personalizer resource's endpoint will be extracted for the live tests. + internal const string SingleSlotEndpointEnvironmentVariableName = "PERSONALIZER_ENDPOINT_SINGLE_SLOT"; + + /// The name of the environment variable from which the Personalizer resource's API key will be extracted for the live tests. + internal const string SingleSlotApiKeyEnvironmentVariableName = "PERSONALIZER_API_KEY_SINGLE_SLOT"; + + public string SingleSlotApiKey => GetRecordedVariable(SingleSlotApiKeyEnvironmentVariableName); + public string SingleSlotEndpoint => GetRecordedVariable(SingleSlotEndpointEnvironmentVariableName); + + public string MultiSlotApiKey => GetRecordedVariable(MultiSlotApiKeyEnvironmentVariableName); + public string MultiSlotEndpoint => GetRecordedVariable(MultiSlotEndpointEnvironmentVariableName); } } diff --git a/sdk/personalizer/Azure.AI.Personalizer/tests/Personalizer/ConfigurationsTests.cs b/sdk/personalizer/Azure.AI.Personalizer/tests/Personalizer/ConfigurationsTests.cs index a74523bb3f49..f3e6b3d617f8 100644 --- a/sdk/personalizer/Azure.AI.Personalizer/tests/Personalizer/ConfigurationsTests.cs +++ b/sdk/personalizer/Azure.AI.Personalizer/tests/Personalizer/ConfigurationsTests.cs @@ -14,79 +14,71 @@ public ConfigurationsTests(bool isAsync): base(isAsync) } [Test] - public async Task GetServiceConfiguration() + public async Task ConfigurationTests() { - PersonalizerAdministrationClient client = GetPersonalizerAdministrationClient(); - PersonalizerServiceProperties defaultConfig = await client.GetPersonalizerPropertiesAsync(); - Assert.AreEqual(TimeSpan.FromMinutes(1), defaultConfig.RewardWaitTime); - Assert.AreEqual(TimeSpan.FromHours(1), defaultConfig.ModelExportFrequency); - Assert.AreEqual(1, defaultConfig.DefaultReward); - Assert.AreEqual(0.2, defaultConfig.ExplorationPercentage, 0.00000001); - Assert.AreEqual(0, defaultConfig.LogRetentionDays); - } - - [Test] - public async Task ApplyFromEvaluation() - { - PersonalizerAdministrationClient client = GetPersonalizerAdministrationClient(); - PersonalizerPolicyReferenceOptions policyReferenceContract = new PersonalizerPolicyReferenceOptions("628a6299-ce45-4a9d-98a6-017c2c9ff008", "Inter-len1"); - await client.ApplyPersonalizerEvaluationAsync(policyReferenceContract); - } - - [Test] - public async Task UpdateServiceConfiguration() - { - PersonalizerAdministrationClient client = GetPersonalizerAdministrationClient(); - TimeSpan newExperimentalUnitDuration = TimeSpan.FromMinutes(1); - TimeSpan modelExportFrequency = TimeSpan.FromHours(1); + TimeSpan newExperimentalUnitDuration = TimeSpan.FromSeconds(7); + TimeSpan modelExportFrequency = TimeSpan.FromMinutes(3); double newDefaultReward = 1.0; string newRewardFuntion = "average"; - double newExplorationPercentage = 0.2f; - var config = new PersonalizerServiceProperties ( + float newExplorationPercentage = 0.2f; + var properties = new PersonalizerServiceProperties( rewardAggregation: newRewardFuntion, modelExportFrequency: modelExportFrequency, defaultReward: (float)newDefaultReward, rewardWaitTime: newExperimentalUnitDuration, - explorationPercentage: (float)newExplorationPercentage, + explorationPercentage: newExplorationPercentage, logRetentionDays: int.MaxValue ); - PersonalizerServiceProperties result = await client.UpdatePersonalizerConfigurationAsync(config); - Assert.AreEqual(config.DefaultReward, result.DefaultReward); - Assert.True(Math.Abs(config.ExplorationPercentage - result.ExplorationPercentage) < 1e-3); - Assert.AreEqual(config.ModelExportFrequency, result.ModelExportFrequency); - Assert.AreEqual(config.RewardAggregation, result.RewardAggregation); - Assert.AreEqual(config.RewardWaitTime, result.RewardWaitTime); + PersonalizerAdministrationClient client = GetAdministrationClient(isSingleSlot: true); + await UpdateProperties(client, properties); + await GetProperties(client, properties); + await UpdateAndGetPolicy(client); + await ResetPolicy(client); } - [Test] - public async Task GetPolicy() + private async Task GetProperties(PersonalizerAdministrationClient client, PersonalizerServiceProperties properties) { - PersonalizerAdministrationClient client = GetPersonalizerAdministrationClient(); - PersonalizerPolicy policy = await client.GetPersonalizerPolicyAsync(); - Assert.AreEqual("app1", policy.Name); - Assert.AreEqual("--cb_explore_adf --quadratic GT --quadratic MR --quadratic GR --quadratic ME --quadratic OT --quadratic OE --quadratic OR --quadratic MS --quadratic GX --ignore A --cb_type ips --epsilon 0.2", - policy.Arguments); + PersonalizerServiceProperties result = await client.GetPersonalizerPropertiesAsync(); + Assert.AreEqual(properties.DefaultReward, result.DefaultReward); + Assert.True(Math.Abs(properties.ExplorationPercentage - result.ExplorationPercentage) < 1e-3); + Assert.AreEqual(properties.ModelExportFrequency, result.ModelExportFrequency); + Assert.AreEqual(properties.RewardAggregation, result.RewardAggregation); + Assert.AreEqual(properties.RewardWaitTime, result.RewardWaitTime); } - [Test] - public async Task UpdatePolicy() + private async Task UpdateProperties(PersonalizerAdministrationClient client, PersonalizerServiceProperties properties) + { + PersonalizerServiceProperties result = await client.UpdatePersonalizerPropertiesAsync(properties); + Assert.AreEqual(properties.DefaultReward, result.DefaultReward); + Assert.True(Math.Abs(properties.ExplorationPercentage - result.ExplorationPercentage) < 1e-3); + Assert.AreEqual(properties.ModelExportFrequency, result.ModelExportFrequency); + Assert.AreEqual(properties.RewardAggregation, result.RewardAggregation); + Assert.AreEqual(properties.RewardWaitTime, result.RewardWaitTime); + if (Environment.GetEnvironmentVariable("AZURE_TEST_MODE") == "Record") + { + await Task.Delay(60000); + } + } + + private async Task UpdateAndGetPolicy(PersonalizerAdministrationClient client) { - PersonalizerAdministrationClient client = GetPersonalizerAdministrationClient(); - var policy = new PersonalizerPolicy( + var newPolicy = new PersonalizerPolicy( name: "app1", arguments: "--cb_explore_adf --quadratic GT --quadratic MR --quadratic GR --quadratic ME --quadratic OT --quadratic OE --quadratic OR --quadratic MS --quadratic GX --ignore A --cb_type ips --epsilon 0.2" ); - PersonalizerPolicy updatedPolicy = await client.UpdatePersonalizerPolicyAsync(policy); + PersonalizerPolicy updatedPolicy = await client.UpdatePersonalizerPolicyAsync(newPolicy); Assert.NotNull(updatedPolicy); - Assert.AreEqual(policy.Arguments, updatedPolicy.Arguments); + Assert.AreEqual(newPolicy.Arguments, updatedPolicy.Arguments); + await Task.Delay(30000); + PersonalizerPolicy policy = await client.GetPersonalizerPolicyAsync(); + // Only checking the first 190 chars because the epsilon has a float rounding addition when applied + Assert.AreEqual(newPolicy.Arguments, policy.Arguments.Substring(0,190)); } - [Test] - public async Task ResetPolicy() + private async Task ResetPolicy(PersonalizerAdministrationClient client) { - PersonalizerAdministrationClient client = GetPersonalizerAdministrationClient(); PersonalizerPolicy policy = await client.ResetPersonalizerPolicyAsync(); - Assert.AreEqual("--cb_explore_adf --quadratic GT --quadratic MR --quadratic GR --quadratic ME --quadratic OT --quadratic OE --quadratic OR --quadratic MS --quadratic GX --ignore A --cb_type ips --epsilon 0.2", + Assert.AreEqual("--cb_explore_adf --epsilon 0.2 --power_t 0 -l 0.001 --cb_type mtr -q ::", policy.Arguments); } } diff --git a/sdk/personalizer/Azure.AI.Personalizer/tests/Personalizer/EvaluationsTests.cs b/sdk/personalizer/Azure.AI.Personalizer/tests/Personalizer/EvaluationsTests.cs deleted file mode 100644 index 091d69a4c9bc..000000000000 --- a/sdk/personalizer/Azure.AI.Personalizer/tests/Personalizer/EvaluationsTests.cs +++ /dev/null @@ -1,87 +0,0 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. - -using System; -using System.Threading.Tasks; -using NUnit.Framework; - -namespace Azure.AI.Personalizer.Tests -{ - public class EvaluationsTests : PersonalizerTestBase - { - public EvaluationsTests(bool isAsync) : base(isAsync) - { - } - - [Test] - public async Task GetEvaluations() - { - PersonalizerAdministrationClient client = GetPersonalizerAdministrationClient(); - AsyncPageable evaluations = client.GetPersonalizerEvaluationsAsync(); - int numEvaluations = 0; - PersonalizerEvaluation eval0 = null; - PersonalizerEvaluation eval1 = null; - await foreach (PersonalizerEvaluation evaluation in evaluations) - { - numEvaluations++; - if (numEvaluations == 1) - { - eval0 = evaluation; - } - else if (numEvaluations == 2) - { - eval1 = evaluation; - break; - } - } - Assert.NotNull(eval0); - Assert.NotNull(eval1); - Assert.AreEqual("PersonalizerEvaluation", eval0.GetType().Name); - Assert.AreEqual("Azure.AI.Personalizer.PersonalizerEvaluation", eval0.GetType().FullName); - Assert.False(evaluations.Equals(eval1)); - var policyResult = eval0.PolicyResults; - Assert.AreEqual(1, policyResult.Count); - Assert.AreEqual("Custom Policy 1", policyResult[0].Name); - Assert.AreEqual(0, policyResult[0].Summary.Count); - Assert.AreEqual(85, policyResult[0].Arguments.Length); - Assert.Null(policyResult[0].PolicySource); - Assert.Null(policyResult[0].TotalSummary); - Assert.AreEqual("myFirstEvaluation", eval0.Name); - } - - [Test] - public async Task CreateEvaluation() - { - PersonalizerAdministrationClient client = GetPersonalizerAdministrationClient(); - var evaluation = new PersonalizerEvaluationOptions( - name: "sdkTestEvaluation", - startTime: DateTime.SpecifyKind(new DateTime(2021, 06, 01), DateTimeKind.Utc), - endTime: DateTime.SpecifyKind(new DateTime(2021, 06, 30), DateTimeKind.Utc), - policies: new PersonalizerPolicy[] - { - new PersonalizerPolicy(name: "Custom Policy 1", arguments: "--cb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5") - }); - evaluation.EnableOfflineExperimentation = true; - PersonalizerCreateEvaluationOperation createdEvaluation = await client.CreatePersonalizerEvaluationAsync(evaluation); - await createdEvaluation.WaitForCompletionAsync(); - Assert.AreEqual(evaluation.Name, createdEvaluation.Value.Name); - } - - [Test] - public async Task GetEvaluation() - { - PersonalizerAdministrationClient client = GetPersonalizerAdministrationClient(); - string evaluationId = "014fd077-b5ab-495b-8ef9-f6d2dce9c624"; - PersonalizerEvaluation evaluation = await client.GetPersonalizerEvaluationAsync(evaluationId); - Assert.AreEqual(evaluationId, evaluation.Id); - } - - [Test] - public async Task DeleteEvaluation() - { - PersonalizerAdministrationClient client = GetPersonalizerAdministrationClient(); - string evaluationId = "b58c6d92-b727-48c1-9487-4be2782c9e0a"; - await client.DeletePersonalizerEvaluationAsync(evaluationId); - } - } -} diff --git a/sdk/personalizer/Azure.AI.Personalizer/tests/Personalizer/EventsTests.cs b/sdk/personalizer/Azure.AI.Personalizer/tests/Personalizer/EventsTests.cs index 858915761d7b..bb096b6ec114 100644 --- a/sdk/personalizer/Azure.AI.Personalizer/tests/Personalizer/EventsTests.cs +++ b/sdk/personalizer/Azure.AI.Personalizer/tests/Personalizer/EventsTests.cs @@ -13,16 +13,20 @@ public EventsTests(bool isAsync) : base(isAsync) } [Test] - public async Task Reward() + public async Task SingleSlotEventsTests() + { + PersonalizerClient client = await GetPersonalizerClientAsync(isSingleSlot: true); + await Reward(client); + await Activate(client); + } + + private async Task Reward(PersonalizerClient client) { - PersonalizerClient client = GetPersonalizerClient(); await client.RewardAsync("123456789", (float)0.5); } - [Test] - public async Task Activate() + private async Task Activate(PersonalizerClient client) { - PersonalizerClient client = GetPersonalizerClient(); await client.ActivateAsync("123456789"); } } diff --git a/sdk/personalizer/Azure.AI.Personalizer/tests/Personalizer/LogsTests.cs b/sdk/personalizer/Azure.AI.Personalizer/tests/Personalizer/LogsTests.cs index f7f4a6278fde..f9efd28006ab 100644 --- a/sdk/personalizer/Azure.AI.Personalizer/tests/Personalizer/LogsTests.cs +++ b/sdk/personalizer/Azure.AI.Personalizer/tests/Personalizer/LogsTests.cs @@ -14,19 +14,25 @@ public LogsTests(bool isAsync) : base(isAsync) } [Test] - public async Task GetLogProperties() + public async Task LogTest() { - PersonalizerAdministrationClient client = GetPersonalizerAdministrationClient(); - PersonalizerLogProperties properties = await client.GetPersonalizerLogPropertiesAsync(); + PersonalizerAdministrationClient client = GetAdministrationClient(isSingleSlot: true); + await GetLogProperties(client); + await DeleteLogs(client); + } - Assert.AreEqual(new DateTime(0001, 01, 01), new DateTime(properties.StartTime.Value.Year, properties.StartTime.Value.Month, properties.StartTime.Value.Day)); - Assert.AreEqual(new DateTime(0001, 01, 01), new DateTime(properties.EndTime.Value.Year, properties.EndTime.Value.Month, properties.EndTime.Value.Day)); + private async Task GetLogProperties(PersonalizerAdministrationClient client) + { + PersonalizerLogProperties properties = await client.GetPersonalizerLogPropertiesAsync(); + DateTime start = new DateTime(properties.StartTime.Value.Year, properties.StartTime.Value.Month, properties.StartTime.Value.Day); + DateTime end = new DateTime(properties.EndTime.Value.Year, properties.EndTime.Value.Month, properties.EndTime.Value.Day); + DateTime expectedDefault = DateTime.MinValue; + Assert.AreEqual(expectedDefault, start); + Assert.AreEqual(expectedDefault, start); } - [Test] - public async Task DeleteLogs() + private async Task DeleteLogs(PersonalizerAdministrationClient client) { - PersonalizerAdministrationClient client = GetPersonalizerAdministrationClient(); await client.DeletePersonalizerLogsAsync(); } } diff --git a/sdk/personalizer/Azure.AI.Personalizer/tests/Personalizer/ModelTests.cs b/sdk/personalizer/Azure.AI.Personalizer/tests/Personalizer/ModelTests.cs index d709dffd6af5..646d939e34dc 100644 --- a/sdk/personalizer/Azure.AI.Personalizer/tests/Personalizer/ModelTests.cs +++ b/sdk/personalizer/Azure.AI.Personalizer/tests/Personalizer/ModelTests.cs @@ -14,24 +14,26 @@ public ModelTests(bool isAsync) : base(isAsync) } [Test] - public async Task GetModel() + public async Task ModelTest() { - PersonalizerAdministrationClient client = GetPersonalizerAdministrationClient(); - Stream stream = await client.GetPersonalizerModelAsync(); - Assert.AreNotEqual(-1 , stream.ReadByte()); + PersonalizerAdministrationClient client = GetAdministrationClient(isSingleSlot: true); + await GetModel(client); + await GetModelProperties(client); + await ResetModel(client); } - [Test] - public async Task ResetModel() + private async Task GetModel(PersonalizerAdministrationClient client) + { + await client.GetPersonalizerModelAsync(); + } + + private async Task ResetModel(PersonalizerAdministrationClient client) { - PersonalizerAdministrationClient client = GetPersonalizerAdministrationClient(); await client.ResetPersonalizerModelAsync(); } - [Test] - public async Task GetModelProperties() + private async Task GetModelProperties(PersonalizerAdministrationClient client) { - PersonalizerAdministrationClient client = GetPersonalizerAdministrationClient(); PersonalizerModelProperties modelProperties = await client.GetPersonalizerModelPropertiesAsync(); Assert.True(modelProperties.CreationTime != null); Assert.True(modelProperties.LastModifiedTime != null); diff --git a/sdk/personalizer/Azure.AI.Personalizer/tests/Personalizer/MultiSlotEventsTests.cs b/sdk/personalizer/Azure.AI.Personalizer/tests/Personalizer/MultiSlotEventsTests.cs deleted file mode 100644 index e7febdab4158..000000000000 --- a/sdk/personalizer/Azure.AI.Personalizer/tests/Personalizer/MultiSlotEventsTests.cs +++ /dev/null @@ -1,39 +0,0 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. - -using System.Collections.Generic; -using System.Threading.Tasks; -using NUnit.Framework; - -namespace Azure.AI.Personalizer.Tests -{ - public class MultiSlotEventsTests: PersonalizerTestBase - { - public MultiSlotEventsTests(bool isAsync) : base(isAsync) - { - } - - [Test] - public async Task Reward() - { - PersonalizerClient client = GetPersonalizerClient(); - PersonalizerSlotReward slotReward = new PersonalizerSlotReward("testSlot", 1); - PersonalizerRewardMultiSlotOptions rewardRequest = new PersonalizerRewardMultiSlotOptions(new List { slotReward }); - await client.RewardMultiSlotAsync("123456789", rewardRequest); - } - - [Test] - public async Task RewardForOneSlot() - { - PersonalizerClient client = GetPersonalizerClient(); - await client.RewardMultiSlotAsync("123456789", "testSlot", 1); - } - - [Test] - public async Task Activate() - { - PersonalizerClient client = GetPersonalizerClient(); - await client.ActivateMultiSlotAsync("123456789"); - } - } -} diff --git a/sdk/personalizer/Azure.AI.Personalizer/tests/Personalizer/RankMultiSlotTests.cs b/sdk/personalizer/Azure.AI.Personalizer/tests/Personalizer/MultiSlotTests.cs similarity index 76% rename from sdk/personalizer/Azure.AI.Personalizer/tests/Personalizer/RankMultiSlotTests.cs rename to sdk/personalizer/Azure.AI.Personalizer/tests/Personalizer/MultiSlotTests.cs index 8357ca00f814..a2cc0f39276b 100644 --- a/sdk/personalizer/Azure.AI.Personalizer/tests/Personalizer/RankMultiSlotTests.cs +++ b/sdk/personalizer/Azure.AI.Personalizer/tests/Personalizer/MultiSlotTests.cs @@ -7,9 +7,9 @@ namespace Azure.AI.Personalizer.Tests { - public class RankMultiSlotTests : PersonalizerTestBase + public class MultiSlotTests : PersonalizerTestBase { - public RankMultiSlotTests(bool isAsync) : base(isAsync) + public MultiSlotTests(bool isAsync) : base(isAsync) { } @@ -72,9 +72,19 @@ public RankMultiSlotTests(bool isAsync) : base(isAsync) }; [Test] - public async Task RankMultiSlotNullParameters() + public async Task MultiSlotTest() + { + PersonalizerClient client = await GetPersonalizerClientAsync(isSingleSlot: false); + await RankMultiSlotNullParameters(client); + await RankMultiSlotNoOptions(client); + await RankMultiSlot(client); + await Reward(client); + await RewardForOneSlot(client); + await Activate(client); + } + + private async Task RankMultiSlotNullParameters(PersonalizerClient client) { - PersonalizerClient client = GetPersonalizerClient(); PersonalizerRankMultiSlotOptions request = new PersonalizerRankMultiSlotOptions(actions, slots); // Action PersonalizerMultiSlotRankResult response = await client.RankMultiSlotAsync(request); @@ -90,10 +100,8 @@ public async Task RankMultiSlotNullParameters() Assert.AreEqual("SportsArticle", responseSlot2.RewardActionId); } - [Test] - public async Task RankMultiSlot() + private async Task RankMultiSlot(PersonalizerClient client) { - PersonalizerClient client = GetPersonalizerClient(); string eventId = "sdkTestEventId"; PersonalizerRankMultiSlotOptions request = new PersonalizerRankMultiSlotOptions(actions, slots, contextFeatures, eventId); // Action @@ -110,10 +118,8 @@ public async Task RankMultiSlot() Assert.AreEqual("SportsArticle", responseSlot2.RewardActionId); } - [Test] - public async Task RankMultiSlotNoOptions() + private async Task RankMultiSlotNoOptions(PersonalizerClient client) { - PersonalizerClient client = GetPersonalizerClient(); // Action PersonalizerMultiSlotRankResult response = await client.RankMultiSlotAsync(actions, slots, contextFeatures); // Assert @@ -127,5 +133,22 @@ public async Task RankMultiSlotNoOptions() Assert.AreEqual(slot2.Id, responseSlot2.SlotId); Assert.AreEqual("SportsArticle", responseSlot2.RewardActionId); } + + private async Task Reward(PersonalizerClient client) + { + PersonalizerSlotReward slotReward = new PersonalizerSlotReward("testSlot", 1); + PersonalizerRewardMultiSlotOptions rewardRequest = new PersonalizerRewardMultiSlotOptions(new List { slotReward }); + await client.RewardMultiSlotAsync("123456789", rewardRequest); + } + + private async Task RewardForOneSlot(PersonalizerClient client) + { + await client.RewardMultiSlotAsync("123456789", "testSlot", 1); + } + + private async Task Activate(PersonalizerClient client) + { + await client.ActivateMultiSlotAsync("123456789"); + } } } diff --git a/sdk/personalizer/Azure.AI.Personalizer/tests/Personalizer/RankTests.cs b/sdk/personalizer/Azure.AI.Personalizer/tests/Personalizer/RankTests.cs index 46a605fbc0b5..259d24e9cdcc 100644 --- a/sdk/personalizer/Azure.AI.Personalizer/tests/Personalizer/RankTests.cs +++ b/sdk/personalizer/Azure.AI.Personalizer/tests/Personalizer/RankTests.cs @@ -14,9 +14,16 @@ public RankTests(bool isAsync) : base(isAsync) } [Test] - public async Task RankNullParameters() + public async Task SingleSlotRankTests() + { + PersonalizerClient client = await GetPersonalizerClientAsync(isSingleSlot: true); + await RankNullParameters(client); + await RankServerFeatures(client); + await RankNullParameters(client); + } + + private async Task RankNullParameters(PersonalizerClient client) { - PersonalizerClient client = GetPersonalizerClient(); IList actions = new List(); actions.Add (new PersonalizerRankableAction( @@ -35,10 +42,8 @@ public async Task RankNullParameters() } } - [Test] - public async Task RankServerFeatures() + private async Task RankServerFeatures(PersonalizerClient client) { - PersonalizerClient client = GetPersonalizerClient(); IList contextFeatures = new List() { new { Features = new { day = "tuesday", time = "night", weather = "rainy" } }, new { Features = new { userId = "1234", payingUser = true, favoriteGenre = "documentary", hoursOnSite = 0.12, lastwatchedType = "movie" } } @@ -70,10 +75,8 @@ public async Task RankServerFeatures() } } - [Test] - public async Task RankWithNoOptions() + private async Task RankWithNoOptions(PersonalizerClient client) { - PersonalizerClient client = GetPersonalizerClient(); IList contextFeatures = new List() { new { Features = new { day = "tuesday", time = "night", weather = "rainy" } }, new { Features = new { userId = "1234", payingUser = true, favoriteGenre = "documentary", hoursOnSite = 0.12, lastwatchedType = "movie" } } @@ -94,10 +97,6 @@ public async Task RankWithNoOptions() // Action PersonalizerRankResult response = await client.RankAsync(actions, contextFeatures); Assert.AreEqual(actions.Count, response.Ranking.Count); - for (int i = 0; i < response.Ranking.Count; i++) - { - Assert.AreEqual(actions[i].Id, response.Ranking[i].Id); - } } } } diff --git a/sdk/personalizer/Azure.AI.Personalizer/tests/SessionRecords/ConfigurationsTests/ApplyFromEvaluation.json b/sdk/personalizer/Azure.AI.Personalizer/tests/SessionRecords/ConfigurationsTests/ApplyFromEvaluation.json deleted file mode 100644 index e897706f396a..000000000000 --- a/sdk/personalizer/Azure.AI.Personalizer/tests/SessionRecords/ConfigurationsTests/ApplyFromEvaluation.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "https://autooptsdktest.cognitiveservices.azure.com/personalizer/v1.1-preview.1/configurations/applyFromEvaluation", - "RequestMethod": "POST", - "RequestHeaders": { - "Accept": "application/json", - "Content-Length": "81", - "Content-Type": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-cf2aa70e66f681498b6a66dc0421d7ff-663f805f92d6f947-00", - "User-Agent": "azsdk-net-AI.Personalizer/1.0.0-alpha.20210622.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "b8466ff773bd08ee2b16a327e5d8320e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "evaluationId": "628a6299-ce45-4a9d-98a6-017c2c9ff008", - "policyName": "Inter-len1" - }, - "StatusCode": 204, - "ResponseHeaders": { - "apim-request-id": "93deeb41-cd2c-4cea-960d-3fd7a03138dc", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "0", - "Date": "Tue, 22 Jun 2021 20:26:21 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "886" - }, - "ResponseBody": [] - } - ], - "Variables": { - "PERSONALIZER_API_KEY": "Sanitized", - "PERSONALIZER_ENDPOINT": "https://autooptsdktest.cognitiveservices.azure.com/", - "RandomSeed": "1745087283" - } -} \ No newline at end of file diff --git a/sdk/personalizer/Azure.AI.Personalizer/tests/SessionRecords/ConfigurationsTests/ApplyFromEvaluationAsync.json b/sdk/personalizer/Azure.AI.Personalizer/tests/SessionRecords/ConfigurationsTests/ApplyFromEvaluationAsync.json deleted file mode 100644 index 8a3a2a501b56..000000000000 --- a/sdk/personalizer/Azure.AI.Personalizer/tests/SessionRecords/ConfigurationsTests/ApplyFromEvaluationAsync.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "https://autooptsdktest.cognitiveservices.azure.com/personalizer/v1.1-preview.1/configurations/applyFromEvaluation", - "RequestMethod": "POST", - "RequestHeaders": { - "Accept": "application/json", - "Content-Length": "81", - "Content-Type": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-11a699682a246942b67aa66dd14971c2-a687be91c2ed8449-00", - "User-Agent": "azsdk-net-AI.Personalizer/1.0.0-alpha.20210622.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "b8466ff773bd08ee2b16a327e5d8320e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "evaluationId": "628a6299-ce45-4a9d-98a6-017c2c9ff008", - "policyName": "Inter-len1" - }, - "StatusCode": 204, - "ResponseHeaders": { - "apim-request-id": "ac67e953-c90a-4912-870d-ea85ec3c2f0a", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "0", - "Date": "Tue, 22 Jun 2021 20:27:40 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "631" - }, - "ResponseBody": [] - } - ], - "Variables": { - "PERSONALIZER_API_KEY": "Sanitized", - "PERSONALIZER_ENDPOINT": "https://autooptsdktest.cognitiveservices.azure.com/", - "RandomSeed": "1745087283" - } -} \ No newline at end of file diff --git a/sdk/personalizer/Azure.AI.Personalizer/tests/SessionRecords/ConfigurationsTests/ConfigurationTests.json b/sdk/personalizer/Azure.AI.Personalizer/tests/SessionRecords/ConfigurationsTests/ConfigurationTests.json new file mode 100644 index 000000000000..d80d6283e5e3 --- /dev/null +++ b/sdk/personalizer/Azure.AI.Personalizer/tests/SessionRecords/ConfigurationsTests/ConfigurationTests.json @@ -0,0 +1,380 @@ +{ + "Entries": [ + { + "RequestUri": "https://personalizersdktestrecordersingleslot.cognitiveservices.azure.com/personalizer/v1.1-preview.1/configurations/service", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Content-Length": "169", + "Content-Type": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "traceparent": "00-d27fbc58667c634394b0b1219f8b4366-07a2a7e5f197d74a-00", + "User-Agent": "azsdk-net-AI.Personalizer/2.0.0-alpha.20210805.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "abe6456bc34f1bf6e680540f232fdbd8", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "rewardWaitTime": "PT7S", + "defaultReward": 1, + "rewardAggregation": "average", + "explorationPercentage": 0.200000003, + "modelExportFrequency": "PT3M", + "logRetentionDays": 2147483647 + }, + "StatusCode": 408, + "ResponseHeaders": { + "apim-request-id": "5358d6d4-5e07-4679-9391-3b029c9a96a7", + "Content-Length": "27", + "Content-Type": "text/plain", + "Date": "Thu, 05 Aug 2021 15:04:24 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "x-content-type-options": "nosniff" + }, + "ResponseBody": "downstream duration timeout" + }, + { + "RequestUri": "https://personalizersdktestrecordersingleslot.cognitiveservices.azure.com/personalizer/v1.1-preview.1/configurations/service", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Content-Length": "169", + "Content-Type": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "traceparent": "00-d27fbc58667c634394b0b1219f8b4366-07a2a7e5f197d74a-00", + "User-Agent": "azsdk-net-AI.Personalizer/2.0.0-alpha.20210805.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "abe6456bc34f1bf6e680540f232fdbd8", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "rewardWaitTime": "PT7S", + "defaultReward": 1, + "rewardAggregation": "average", + "explorationPercentage": 0.200000003, + "modelExportFrequency": "PT3M", + "logRetentionDays": 2147483647 + }, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "9e06ea57-6024-409c-bb9c-78c3c3006fd7", + "Cache-Control": [ + "no-cache", + "no-store", + "must-revalidate" + ], + "Content-Length": "355", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 05 Aug 2021 15:04:26 GMT", + "Expires": "0", + "pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "timing-allow-origin": "*", + "x-content-type-options": "nosniff", + "x-envoy-upstream-service-time": "392" + }, + "ResponseBody": { + "rewardWaitTime": "PT7S", + "defaultReward": 1.0, + "rewardAggregation": "average", + "explorationPercentage": 0.2, + "modelExportFrequency": "PT3M", + "logRetentionDays": 2147483647, + "lastConfigurationEditDate": "2021-08-05T14:18:34", + "learningMode": "Online", + "isAutoOptimizationEnabled": true, + "autoOptimizationFrequency": "P28D", + "autoOptimizationStartDate": "2021-08-18T21:43:47" + } + }, + { + "RequestUri": "https://personalizersdktestrecordersingleslot.cognitiveservices.azure.com/personalizer/v1.1-preview.1/configurations/service", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "traceparent": "00-62c9c02e7f51624ea929794857b34cce-355fc01d53896141-00", + "User-Agent": "azsdk-net-AI.Personalizer/2.0.0-alpha.20210805.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "0888336647ce5b4d471f554e73523042", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 504, + "ResponseHeaders": { + "apim-request-id": "84438fca-b2da-4ca4-a370-2035e2b10799", + "Content-Length": "24", + "Content-Type": "text/plain", + "Date": "Thu, 05 Aug 2021 15:07:15 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "x-content-type-options": "nosniff" + }, + "ResponseBody": "upstream request timeout" + }, + { + "RequestUri": "https://personalizersdktestrecordersingleslot.cognitiveservices.azure.com/personalizer/v1.1-preview.1/configurations/service", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "traceparent": "00-62c9c02e7f51624ea929794857b34cce-355fc01d53896141-00", + "User-Agent": "azsdk-net-AI.Personalizer/2.0.0-alpha.20210805.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "0888336647ce5b4d471f554e73523042", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 504, + "ResponseHeaders": { + "apim-request-id": "117b852a-8c61-469b-a090-ec671fe4ad3c", + "Content-Length": "24", + "Content-Type": "text/plain", + "Date": "Thu, 05 Aug 2021 15:09:07 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "x-content-type-options": "nosniff" + }, + "ResponseBody": "upstream request timeout" + }, + { + "RequestUri": "https://personalizersdktestrecordersingleslot.cognitiveservices.azure.com/personalizer/v1.1-preview.1/configurations/service", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "traceparent": "00-62c9c02e7f51624ea929794857b34cce-355fc01d53896141-00", + "User-Agent": "azsdk-net-AI.Personalizer/2.0.0-alpha.20210805.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "0888336647ce5b4d471f554e73523042", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "32747b42-bbb4-40e0-894b-b05dc162a82b", + "Cache-Control": [ + "no-cache", + "no-store", + "must-revalidate" + ], + "Connection": "close", + "Content-Length": "355", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 05 Aug 2021 15:09:09 GMT", + "Expires": "0", + "pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "timing-allow-origin": "*", + "x-content-type-options": "nosniff", + "x-envoy-upstream-service-time": "10" + }, + "ResponseBody": { + "rewardWaitTime": "PT7S", + "defaultReward": 1.0, + "rewardAggregation": "average", + "explorationPercentage": 0.2, + "modelExportFrequency": "PT3M", + "logRetentionDays": 2147483647, + "lastConfigurationEditDate": "2021-08-05T14:18:34", + "learningMode": "Online", + "isAutoOptimizationEnabled": true, + "autoOptimizationFrequency": "P28D", + "autoOptimizationStartDate": "2021-08-18T21:43:47" + } + }, + { + "RequestUri": "https://personalizersdktestrecordersingleslot.cognitiveservices.azure.com/personalizer/v1.1-preview.1/configurations/policy", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Content-Length": "220", + "Content-Type": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "traceparent": "00-c09498d991773d4ea96d05694d0142fa-d10d26fc1ba6854a-00", + "User-Agent": "azsdk-net-AI.Personalizer/2.0.0-alpha.20210805.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "47c37d0f6fd322d0b559b6e98c1dac76", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "name": "app1", + "arguments": "--cb_explore_adf --quadratic GT --quadratic MR --quadratic GR --quadratic ME --quadratic OT --quadratic OE --quadratic OR --quadratic MS --quadratic GX --ignore A --cb_type ips --epsilon 0.2" + }, + "StatusCode": 504, + "ResponseHeaders": { + "apim-request-id": "756cf25b-5097-4bfe-982a-8de574714643", + "Content-Length": "24", + "Content-Type": "text/plain", + "Date": "Thu, 05 Aug 2021 15:10:59 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "x-content-type-options": "nosniff" + }, + "ResponseBody": "upstream request timeout" + }, + { + "RequestUri": "https://personalizersdktestrecordersingleslot.cognitiveservices.azure.com/personalizer/v1.1-preview.1/configurations/policy", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Content-Length": "220", + "Content-Type": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "traceparent": "00-c09498d991773d4ea96d05694d0142fa-d10d26fc1ba6854a-00", + "User-Agent": "azsdk-net-AI.Personalizer/2.0.0-alpha.20210805.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "47c37d0f6fd322d0b559b6e98c1dac76", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "name": "app1", + "arguments": "--cb_explore_adf --quadratic GT --quadratic MR --quadratic GR --quadratic ME --quadratic OT --quadratic OE --quadratic OR --quadratic MS --quadratic GX --ignore A --cb_type ips --epsilon 0.2" + }, + "StatusCode": 504, + "ResponseHeaders": { + "apim-request-id": "8453dc22-37c0-4dce-af05-97e819d32e18", + "Content-Length": "24", + "Content-Type": "text/plain", + "Date": "Thu, 05 Aug 2021 15:12:51 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "x-content-type-options": "nosniff" + }, + "ResponseBody": "upstream request timeout" + }, + { + "RequestUri": "https://personalizersdktestrecordersingleslot.cognitiveservices.azure.com/personalizer/v1.1-preview.1/configurations/policy", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Content-Length": "220", + "Content-Type": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "traceparent": "00-c09498d991773d4ea96d05694d0142fa-d10d26fc1ba6854a-00", + "User-Agent": "azsdk-net-AI.Personalizer/2.0.0-alpha.20210805.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "47c37d0f6fd322d0b559b6e98c1dac76", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "name": "app1", + "arguments": "--cb_explore_adf --quadratic GT --quadratic MR --quadratic GR --quadratic ME --quadratic OT --quadratic OE --quadratic OR --quadratic MS --quadratic GX --ignore A --cb_type ips --epsilon 0.2" + }, + "StatusCode": 504, + "ResponseHeaders": { + "apim-request-id": "5b2d193b-d7c7-4702-9c98-d8e0dfcf79e8", + "Content-Length": "24", + "Content-Type": "text/plain", + "Date": "Thu, 05 Aug 2021 15:14:42 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "x-content-type-options": "nosniff" + }, + "ResponseBody": "upstream request timeout" + }, + { + "RequestUri": "https://personalizersdktestrecordersingleslot.cognitiveservices.azure.com/personalizer/v1.1-preview.1/configurations/policy", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Content-Length": "220", + "Content-Type": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "traceparent": "00-c09498d991773d4ea96d05694d0142fa-d10d26fc1ba6854a-00", + "User-Agent": "azsdk-net-AI.Personalizer/2.0.0-alpha.20210805.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "47c37d0f6fd322d0b559b6e98c1dac76", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "name": "app1", + "arguments": "--cb_explore_adf --quadratic GT --quadratic MR --quadratic GR --quadratic ME --quadratic OT --quadratic OE --quadratic OR --quadratic MS --quadratic GX --ignore A --cb_type ips --epsilon 0.2" + }, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "dbc0027a-6dfd-4770-8353-4e080c6ae6bf", + "Cache-Control": [ + "no-cache", + "no-store", + "must-revalidate" + ], + "Connection": "close", + "Content-Length": "248", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 05 Aug 2021 15:14:46 GMT", + "Expires": "0", + "pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "timing-allow-origin": "*", + "x-content-type-options": "nosniff", + "x-envoy-upstream-service-time": "732" + }, + "ResponseBody": { + "name": "d578f341411041e19ed83df0e0573a80", + "arguments": "--cb_explore_adf --quadratic GT --quadratic MR --quadratic GR --quadratic ME --quadratic OT --quadratic OE --quadratic OR --quadratic MS --quadratic GX --ignore A --cb_type ips --epsilon 0.2" + } + }, + { + "RequestUri": "https://personalizersdktestrecordersingleslot.cognitiveservices.azure.com/personalizer/v1.1-preview.1/configurations/policy", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "traceparent": "00-b0a9efd8ccf8204aa5a53a2c3c9bdda6-fbc21b761ea0694a-00", + "User-Agent": "azsdk-net-AI.Personalizer/2.0.0-alpha.20210805.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "0f9e1cde582023b0f88a64306ea7a794", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "5cc62991-dec4-48cf-ba81-714051bb0a81", + "Cache-Control": [ + "no-cache", + "no-store", + "must-revalidate" + ], + "Content-Length": "248", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 05 Aug 2021 15:14:47 GMT", + "Expires": "0", + "pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "timing-allow-origin": "*", + "x-content-type-options": "nosniff", + "x-envoy-upstream-service-time": "10" + }, + "ResponseBody": { + "name": "d578f341411041e19ed83df0e0573a80", + "arguments": "--cb_explore_adf --quadratic GT --quadratic MR --quadratic GR --quadratic ME --quadratic OT --quadratic OE --quadratic OR --quadratic MS --quadratic GX --ignore A --cb_type ips --epsilon 0.2" + } + }, + { + "RequestUri": "https://personalizersdktestrecordersingleslot.cognitiveservices.azure.com/personalizer/v1.1-preview.1/configurations/policy", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "traceparent": "00-ce88fb5e070ff24eb8259bc77ddd2e4e-38a3fa930efc034f-00", + "User-Agent": "azsdk-net-AI.Personalizer/2.0.0-alpha.20210805.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "a600114f936bf604626553759164cf29", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "43ec276a-ef84-495f-8043-bef503aee4fa", + "Cache-Control": [ + "no-cache", + "no-store", + "must-revalidate" + ], + "Content-Length": "129", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 05 Aug 2021 15:14:47 GMT", + "Expires": "0", + "pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "timing-allow-origin": "*", + "x-content-type-options": "nosniff", + "x-envoy-upstream-service-time": "691" + }, + "ResponseBody": { + "name": "d578f341411041e19ed83df0e0573a80", + "arguments": "--cb_explore_adf --epsilon 0.2 --power_t 0 -l 0.001 --cb_type mtr -q ::" + } + } + ], + "Variables": { + "PERSONALIZER_API_KEY_SINGLE_SLOT": "Sanitized", + "PERSONALIZER_ENDPOINT_SINGLE_SLOT": "https://personalizersdktestrecordersingleslot.cognitiveservices.azure.com/", + "RandomSeed": "148669152" + } +} \ No newline at end of file diff --git a/sdk/personalizer/Azure.AI.Personalizer/tests/SessionRecords/ConfigurationsTests/ConfigurationTestsAsync.json b/sdk/personalizer/Azure.AI.Personalizer/tests/SessionRecords/ConfigurationsTests/ConfigurationTestsAsync.json new file mode 100644 index 000000000000..d80d6283e5e3 --- /dev/null +++ b/sdk/personalizer/Azure.AI.Personalizer/tests/SessionRecords/ConfigurationsTests/ConfigurationTestsAsync.json @@ -0,0 +1,380 @@ +{ + "Entries": [ + { + "RequestUri": "https://personalizersdktestrecordersingleslot.cognitiveservices.azure.com/personalizer/v1.1-preview.1/configurations/service", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Content-Length": "169", + "Content-Type": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "traceparent": "00-d27fbc58667c634394b0b1219f8b4366-07a2a7e5f197d74a-00", + "User-Agent": "azsdk-net-AI.Personalizer/2.0.0-alpha.20210805.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "abe6456bc34f1bf6e680540f232fdbd8", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "rewardWaitTime": "PT7S", + "defaultReward": 1, + "rewardAggregation": "average", + "explorationPercentage": 0.200000003, + "modelExportFrequency": "PT3M", + "logRetentionDays": 2147483647 + }, + "StatusCode": 408, + "ResponseHeaders": { + "apim-request-id": "5358d6d4-5e07-4679-9391-3b029c9a96a7", + "Content-Length": "27", + "Content-Type": "text/plain", + "Date": "Thu, 05 Aug 2021 15:04:24 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "x-content-type-options": "nosniff" + }, + "ResponseBody": "downstream duration timeout" + }, + { + "RequestUri": "https://personalizersdktestrecordersingleslot.cognitiveservices.azure.com/personalizer/v1.1-preview.1/configurations/service", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Content-Length": "169", + "Content-Type": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "traceparent": "00-d27fbc58667c634394b0b1219f8b4366-07a2a7e5f197d74a-00", + "User-Agent": "azsdk-net-AI.Personalizer/2.0.0-alpha.20210805.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "abe6456bc34f1bf6e680540f232fdbd8", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "rewardWaitTime": "PT7S", + "defaultReward": 1, + "rewardAggregation": "average", + "explorationPercentage": 0.200000003, + "modelExportFrequency": "PT3M", + "logRetentionDays": 2147483647 + }, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "9e06ea57-6024-409c-bb9c-78c3c3006fd7", + "Cache-Control": [ + "no-cache", + "no-store", + "must-revalidate" + ], + "Content-Length": "355", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 05 Aug 2021 15:04:26 GMT", + "Expires": "0", + "pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "timing-allow-origin": "*", + "x-content-type-options": "nosniff", + "x-envoy-upstream-service-time": "392" + }, + "ResponseBody": { + "rewardWaitTime": "PT7S", + "defaultReward": 1.0, + "rewardAggregation": "average", + "explorationPercentage": 0.2, + "modelExportFrequency": "PT3M", + "logRetentionDays": 2147483647, + "lastConfigurationEditDate": "2021-08-05T14:18:34", + "learningMode": "Online", + "isAutoOptimizationEnabled": true, + "autoOptimizationFrequency": "P28D", + "autoOptimizationStartDate": "2021-08-18T21:43:47" + } + }, + { + "RequestUri": "https://personalizersdktestrecordersingleslot.cognitiveservices.azure.com/personalizer/v1.1-preview.1/configurations/service", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "traceparent": "00-62c9c02e7f51624ea929794857b34cce-355fc01d53896141-00", + "User-Agent": "azsdk-net-AI.Personalizer/2.0.0-alpha.20210805.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "0888336647ce5b4d471f554e73523042", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 504, + "ResponseHeaders": { + "apim-request-id": "84438fca-b2da-4ca4-a370-2035e2b10799", + "Content-Length": "24", + "Content-Type": "text/plain", + "Date": "Thu, 05 Aug 2021 15:07:15 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "x-content-type-options": "nosniff" + }, + "ResponseBody": "upstream request timeout" + }, + { + "RequestUri": "https://personalizersdktestrecordersingleslot.cognitiveservices.azure.com/personalizer/v1.1-preview.1/configurations/service", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "traceparent": "00-62c9c02e7f51624ea929794857b34cce-355fc01d53896141-00", + "User-Agent": "azsdk-net-AI.Personalizer/2.0.0-alpha.20210805.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "0888336647ce5b4d471f554e73523042", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 504, + "ResponseHeaders": { + "apim-request-id": "117b852a-8c61-469b-a090-ec671fe4ad3c", + "Content-Length": "24", + "Content-Type": "text/plain", + "Date": "Thu, 05 Aug 2021 15:09:07 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "x-content-type-options": "nosniff" + }, + "ResponseBody": "upstream request timeout" + }, + { + "RequestUri": "https://personalizersdktestrecordersingleslot.cognitiveservices.azure.com/personalizer/v1.1-preview.1/configurations/service", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "traceparent": "00-62c9c02e7f51624ea929794857b34cce-355fc01d53896141-00", + "User-Agent": "azsdk-net-AI.Personalizer/2.0.0-alpha.20210805.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "0888336647ce5b4d471f554e73523042", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "32747b42-bbb4-40e0-894b-b05dc162a82b", + "Cache-Control": [ + "no-cache", + "no-store", + "must-revalidate" + ], + "Connection": "close", + "Content-Length": "355", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 05 Aug 2021 15:09:09 GMT", + "Expires": "0", + "pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "timing-allow-origin": "*", + "x-content-type-options": "nosniff", + "x-envoy-upstream-service-time": "10" + }, + "ResponseBody": { + "rewardWaitTime": "PT7S", + "defaultReward": 1.0, + "rewardAggregation": "average", + "explorationPercentage": 0.2, + "modelExportFrequency": "PT3M", + "logRetentionDays": 2147483647, + "lastConfigurationEditDate": "2021-08-05T14:18:34", + "learningMode": "Online", + "isAutoOptimizationEnabled": true, + "autoOptimizationFrequency": "P28D", + "autoOptimizationStartDate": "2021-08-18T21:43:47" + } + }, + { + "RequestUri": "https://personalizersdktestrecordersingleslot.cognitiveservices.azure.com/personalizer/v1.1-preview.1/configurations/policy", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Content-Length": "220", + "Content-Type": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "traceparent": "00-c09498d991773d4ea96d05694d0142fa-d10d26fc1ba6854a-00", + "User-Agent": "azsdk-net-AI.Personalizer/2.0.0-alpha.20210805.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "47c37d0f6fd322d0b559b6e98c1dac76", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "name": "app1", + "arguments": "--cb_explore_adf --quadratic GT --quadratic MR --quadratic GR --quadratic ME --quadratic OT --quadratic OE --quadratic OR --quadratic MS --quadratic GX --ignore A --cb_type ips --epsilon 0.2" + }, + "StatusCode": 504, + "ResponseHeaders": { + "apim-request-id": "756cf25b-5097-4bfe-982a-8de574714643", + "Content-Length": "24", + "Content-Type": "text/plain", + "Date": "Thu, 05 Aug 2021 15:10:59 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "x-content-type-options": "nosniff" + }, + "ResponseBody": "upstream request timeout" + }, + { + "RequestUri": "https://personalizersdktestrecordersingleslot.cognitiveservices.azure.com/personalizer/v1.1-preview.1/configurations/policy", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Content-Length": "220", + "Content-Type": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "traceparent": "00-c09498d991773d4ea96d05694d0142fa-d10d26fc1ba6854a-00", + "User-Agent": "azsdk-net-AI.Personalizer/2.0.0-alpha.20210805.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "47c37d0f6fd322d0b559b6e98c1dac76", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "name": "app1", + "arguments": "--cb_explore_adf --quadratic GT --quadratic MR --quadratic GR --quadratic ME --quadratic OT --quadratic OE --quadratic OR --quadratic MS --quadratic GX --ignore A --cb_type ips --epsilon 0.2" + }, + "StatusCode": 504, + "ResponseHeaders": { + "apim-request-id": "8453dc22-37c0-4dce-af05-97e819d32e18", + "Content-Length": "24", + "Content-Type": "text/plain", + "Date": "Thu, 05 Aug 2021 15:12:51 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "x-content-type-options": "nosniff" + }, + "ResponseBody": "upstream request timeout" + }, + { + "RequestUri": "https://personalizersdktestrecordersingleslot.cognitiveservices.azure.com/personalizer/v1.1-preview.1/configurations/policy", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Content-Length": "220", + "Content-Type": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "traceparent": "00-c09498d991773d4ea96d05694d0142fa-d10d26fc1ba6854a-00", + "User-Agent": "azsdk-net-AI.Personalizer/2.0.0-alpha.20210805.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "47c37d0f6fd322d0b559b6e98c1dac76", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "name": "app1", + "arguments": "--cb_explore_adf --quadratic GT --quadratic MR --quadratic GR --quadratic ME --quadratic OT --quadratic OE --quadratic OR --quadratic MS --quadratic GX --ignore A --cb_type ips --epsilon 0.2" + }, + "StatusCode": 504, + "ResponseHeaders": { + "apim-request-id": "5b2d193b-d7c7-4702-9c98-d8e0dfcf79e8", + "Content-Length": "24", + "Content-Type": "text/plain", + "Date": "Thu, 05 Aug 2021 15:14:42 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "x-content-type-options": "nosniff" + }, + "ResponseBody": "upstream request timeout" + }, + { + "RequestUri": "https://personalizersdktestrecordersingleslot.cognitiveservices.azure.com/personalizer/v1.1-preview.1/configurations/policy", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Content-Length": "220", + "Content-Type": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "traceparent": "00-c09498d991773d4ea96d05694d0142fa-d10d26fc1ba6854a-00", + "User-Agent": "azsdk-net-AI.Personalizer/2.0.0-alpha.20210805.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "47c37d0f6fd322d0b559b6e98c1dac76", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "name": "app1", + "arguments": "--cb_explore_adf --quadratic GT --quadratic MR --quadratic GR --quadratic ME --quadratic OT --quadratic OE --quadratic OR --quadratic MS --quadratic GX --ignore A --cb_type ips --epsilon 0.2" + }, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "dbc0027a-6dfd-4770-8353-4e080c6ae6bf", + "Cache-Control": [ + "no-cache", + "no-store", + "must-revalidate" + ], + "Connection": "close", + "Content-Length": "248", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 05 Aug 2021 15:14:46 GMT", + "Expires": "0", + "pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "timing-allow-origin": "*", + "x-content-type-options": "nosniff", + "x-envoy-upstream-service-time": "732" + }, + "ResponseBody": { + "name": "d578f341411041e19ed83df0e0573a80", + "arguments": "--cb_explore_adf --quadratic GT --quadratic MR --quadratic GR --quadratic ME --quadratic OT --quadratic OE --quadratic OR --quadratic MS --quadratic GX --ignore A --cb_type ips --epsilon 0.2" + } + }, + { + "RequestUri": "https://personalizersdktestrecordersingleslot.cognitiveservices.azure.com/personalizer/v1.1-preview.1/configurations/policy", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "traceparent": "00-b0a9efd8ccf8204aa5a53a2c3c9bdda6-fbc21b761ea0694a-00", + "User-Agent": "azsdk-net-AI.Personalizer/2.0.0-alpha.20210805.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "0f9e1cde582023b0f88a64306ea7a794", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "5cc62991-dec4-48cf-ba81-714051bb0a81", + "Cache-Control": [ + "no-cache", + "no-store", + "must-revalidate" + ], + "Content-Length": "248", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 05 Aug 2021 15:14:47 GMT", + "Expires": "0", + "pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "timing-allow-origin": "*", + "x-content-type-options": "nosniff", + "x-envoy-upstream-service-time": "10" + }, + "ResponseBody": { + "name": "d578f341411041e19ed83df0e0573a80", + "arguments": "--cb_explore_adf --quadratic GT --quadratic MR --quadratic GR --quadratic ME --quadratic OT --quadratic OE --quadratic OR --quadratic MS --quadratic GX --ignore A --cb_type ips --epsilon 0.2" + } + }, + { + "RequestUri": "https://personalizersdktestrecordersingleslot.cognitiveservices.azure.com/personalizer/v1.1-preview.1/configurations/policy", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "traceparent": "00-ce88fb5e070ff24eb8259bc77ddd2e4e-38a3fa930efc034f-00", + "User-Agent": "azsdk-net-AI.Personalizer/2.0.0-alpha.20210805.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "a600114f936bf604626553759164cf29", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "43ec276a-ef84-495f-8043-bef503aee4fa", + "Cache-Control": [ + "no-cache", + "no-store", + "must-revalidate" + ], + "Content-Length": "129", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 05 Aug 2021 15:14:47 GMT", + "Expires": "0", + "pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "timing-allow-origin": "*", + "x-content-type-options": "nosniff", + "x-envoy-upstream-service-time": "691" + }, + "ResponseBody": { + "name": "d578f341411041e19ed83df0e0573a80", + "arguments": "--cb_explore_adf --epsilon 0.2 --power_t 0 -l 0.001 --cb_type mtr -q ::" + } + } + ], + "Variables": { + "PERSONALIZER_API_KEY_SINGLE_SLOT": "Sanitized", + "PERSONALIZER_ENDPOINT_SINGLE_SLOT": "https://personalizersdktestrecordersingleslot.cognitiveservices.azure.com/", + "RandomSeed": "148669152" + } +} \ No newline at end of file diff --git a/sdk/personalizer/Azure.AI.Personalizer/tests/SessionRecords/ConfigurationsTests/DeletePolicy.json b/sdk/personalizer/Azure.AI.Personalizer/tests/SessionRecords/ConfigurationsTests/DeletePolicy.json deleted file mode 100644 index 394a8d729713..000000000000 --- a/sdk/personalizer/Azure.AI.Personalizer/tests/SessionRecords/ConfigurationsTests/DeletePolicy.json +++ /dev/null @@ -1,54 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "/personalizer/v1.1-preview.1/configurations/policy", - "EncodedRequestUri": "L3BlcnNvbmFsaXplci92MS4wL2NvbmZpZ3VyYXRpb25zL3BvbGljeQ==", - "RequestMethod": "DELETE", - "RequestBody": "", - "RequestHeaders": { - "Ocp-Apim-Subscription-Key": [ - "000" - ], - "User-Agent": [ - "FxVersion/4.6.28008.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.AI.Personalizer.PersonalizerClient/0.8.0.0" - ] - }, - "ResponseHeaders": { - "Date": [ - "Tue, 26 Nov 2019 02:02:44 GMT" - ], - "Server": [ - "Kestrel" - ], - "Cache-Control": [ - "no-store, must-revalidate, no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Transfer-Encoding": [ - "chunked" - ], - "Timing-Allow-Origin": [ - "*" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "0" - ] - }, - "ResponseBody": "{\r\n \"name\": \"8ceedbcb63df4cd888ea0918794d2197\",\r\n \"arguments\": \"--cb_explore_adf --quadratic GT --quadratic MR --quadratic GR --quadratic ME --quadratic OT --quadratic OE --quadratic OR --quadratic MS --quadratic GX --ignore A --cb_type ips --epsilon 0.2\"\r\n}", - "StatusCode": 200 - } - ], - "Names": {}, - "Variables": { - "PERSONALIZER_API_KEY": "Sanitized", - "PERSONALIZER_ENDPOINT": "https://sdktestrecorder.cognitiveservices.azure.com/" - } -} diff --git a/sdk/personalizer/Azure.AI.Personalizer/tests/SessionRecords/ConfigurationsTests/DeletePolicyAsync.json b/sdk/personalizer/Azure.AI.Personalizer/tests/SessionRecords/ConfigurationsTests/DeletePolicyAsync.json deleted file mode 100644 index 394a8d729713..000000000000 --- a/sdk/personalizer/Azure.AI.Personalizer/tests/SessionRecords/ConfigurationsTests/DeletePolicyAsync.json +++ /dev/null @@ -1,54 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "/personalizer/v1.1-preview.1/configurations/policy", - "EncodedRequestUri": "L3BlcnNvbmFsaXplci92MS4wL2NvbmZpZ3VyYXRpb25zL3BvbGljeQ==", - "RequestMethod": "DELETE", - "RequestBody": "", - "RequestHeaders": { - "Ocp-Apim-Subscription-Key": [ - "000" - ], - "User-Agent": [ - "FxVersion/4.6.28008.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.AI.Personalizer.PersonalizerClient/0.8.0.0" - ] - }, - "ResponseHeaders": { - "Date": [ - "Tue, 26 Nov 2019 02:02:44 GMT" - ], - "Server": [ - "Kestrel" - ], - "Cache-Control": [ - "no-store, must-revalidate, no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Transfer-Encoding": [ - "chunked" - ], - "Timing-Allow-Origin": [ - "*" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "0" - ] - }, - "ResponseBody": "{\r\n \"name\": \"8ceedbcb63df4cd888ea0918794d2197\",\r\n \"arguments\": \"--cb_explore_adf --quadratic GT --quadratic MR --quadratic GR --quadratic ME --quadratic OT --quadratic OE --quadratic OR --quadratic MS --quadratic GX --ignore A --cb_type ips --epsilon 0.2\"\r\n}", - "StatusCode": 200 - } - ], - "Names": {}, - "Variables": { - "PERSONALIZER_API_KEY": "Sanitized", - "PERSONALIZER_ENDPOINT": "https://sdktestrecorder.cognitiveservices.azure.com/" - } -} diff --git a/sdk/personalizer/Azure.AI.Personalizer/tests/SessionRecords/ConfigurationsTests/GetPolicy.json b/sdk/personalizer/Azure.AI.Personalizer/tests/SessionRecords/ConfigurationsTests/GetPolicy.json deleted file mode 100644 index 8b02fbcabf68..000000000000 --- a/sdk/personalizer/Azure.AI.Personalizer/tests/SessionRecords/ConfigurationsTests/GetPolicy.json +++ /dev/null @@ -1,54 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "/personalizer/v1.1-preview.1/configurations/policy", - "EncodedRequestUri": "L3BlcnNvbmFsaXplci92MS4wL2NvbmZpZ3VyYXRpb25zL3BvbGljeQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "Ocp-Apim-Subscription-Key": [ - "000" - ], - "User-Agent": [ - "FxVersion/4.6.28008.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Azure.AI.Personalizer.PersonalizerClient/0.8.0.0" - ] - }, - "ResponseHeaders": { - "Date": [ - "Tue, 26 Nov 2019 02:15:29 GMT" - ], - "Server": [ - "Kestrel" - ], - "Cache-Control": [ - "no-store, must-revalidate, no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Transfer-Encoding": [ - "chunked" - ], - "Timing-Allow-Origin": [ - "*" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "0" - ] - }, - "ResponseBody": "{\r\n \"name\": \"app1\",\r\n \"arguments\": \"--cb_explore_adf --quadratic GT --quadratic MR --quadratic GR --quadratic ME --quadratic OT --quadratic OE --quadratic OR --quadratic MS --quadratic GX --ignore A --cb_type ips --epsilon 0.2\"\r\n}", - "StatusCode": 200 - } - ], - "Names": {}, - "Variables": { - "PERSONALIZER_API_KEY": "Sanitized", - "PERSONALIZER_ENDPOINT": "https://sdktestrecorder.cognitiveservices.azure.com/" - } -} diff --git a/sdk/personalizer/Azure.AI.Personalizer/tests/SessionRecords/ConfigurationsTests/GetPolicyAsync.json b/sdk/personalizer/Azure.AI.Personalizer/tests/SessionRecords/ConfigurationsTests/GetPolicyAsync.json deleted file mode 100644 index def73c2ffbf3..000000000000 --- a/sdk/personalizer/Azure.AI.Personalizer/tests/SessionRecords/ConfigurationsTests/GetPolicyAsync.json +++ /dev/null @@ -1,54 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "/personalizer/v1.1-preview.1/configurations/policy", - "EncodedRequestUri": "L3BlcnNvbmFsaXplci92MS4wL2NvbmZpZ3VyYXRpb25zL3BvbGljeQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "Ocp-Apim-Subscription-Key": [ - "000" - ], - "User-Agent": [ - "FxVersion/4.6.28008.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.AI.Personalizer.PersonalizerClient/0.8.0.0" - ] - }, - "ResponseHeaders": { - "Date": [ - "Tue, 26 Nov 2019 02:15:29 GMT" - ], - "Server": [ - "Kestrel" - ], - "Cache-Control": [ - "no-store, must-revalidate, no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Transfer-Encoding": [ - "chunked" - ], - "Timing-Allow-Origin": [ - "*" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "0" - ] - }, - "ResponseBody": "{\r\n \"name\": \"app1\",\r\n \"arguments\": \"--cb_explore_adf --quadratic GT --quadratic MR --quadratic GR --quadratic ME --quadratic OT --quadratic OE --quadratic OR --quadratic MS --quadratic GX --ignore A --cb_type ips --epsilon 0.2\"\r\n}", - "StatusCode": 200 - } - ], - "Names": {}, - "Variables": { - "PERSONALIZER_API_KEY": "Sanitized", - "PERSONALIZER_ENDPOINT": "https://sdktestrecorder.cognitiveservices.azure.com/" - } -} diff --git a/sdk/personalizer/Azure.AI.Personalizer/tests/SessionRecords/ConfigurationsTests/GetServiceConfiguration.json b/sdk/personalizer/Azure.AI.Personalizer/tests/SessionRecords/ConfigurationsTests/GetServiceConfiguration.json deleted file mode 100644 index 2aac37369db9..000000000000 --- a/sdk/personalizer/Azure.AI.Personalizer/tests/SessionRecords/ConfigurationsTests/GetServiceConfiguration.json +++ /dev/null @@ -1,54 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "/personalizer/v1.1-preview.1/configurations/service", - "EncodedRequestUri": "L3BlcnNvbmFsaXplci92MS4wL2NvbmZpZ3VyYXRpb25zL3NlcnZpY2U=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "Ocp-Apim-Subscription-Key": [ - "000" - ], - "User-Agent": [ - "FxVersion/4.6.28008.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.AI.Personalizer.PersonalizerClient/0.8.0.0" - ] - }, - "ResponseHeaders": { - "Date": [ - "Tue, 26 Nov 2019 02:15:29 GMT" - ], - "Server": [ - "Kestrel" - ], - "Cache-Control": [ - "no-store, must-revalidate, no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Transfer-Encoding": [ - "chunked" - ], - "Timing-Allow-Origin": [ - "*" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "0" - ] - }, - "ResponseBody": "{\r\n \"rewardWaitTime\": \"PT1M\",\r\n \"defaultReward\": 1.0,\r\n \"rewardAggregation\": \"average\",\r\n \"explorationPercentage\": 0.2,\r\n \"modelExportFrequency\": \"PT1H\",\r\n \"logRetentionDays\": 0\r\n}", - "StatusCode": 200 - } - ], - "Names": {}, - "Variables": { - "PERSONALIZER_API_KEY": "Sanitized", - "PERSONALIZER_ENDPOINT": "https://sdktestrecorder.cognitiveservices.azure.com/" - } -} diff --git a/sdk/personalizer/Azure.AI.Personalizer/tests/SessionRecords/ConfigurationsTests/GetServiceConfigurationAsync.json b/sdk/personalizer/Azure.AI.Personalizer/tests/SessionRecords/ConfigurationsTests/GetServiceConfigurationAsync.json deleted file mode 100644 index 2aac37369db9..000000000000 --- a/sdk/personalizer/Azure.AI.Personalizer/tests/SessionRecords/ConfigurationsTests/GetServiceConfigurationAsync.json +++ /dev/null @@ -1,54 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "/personalizer/v1.1-preview.1/configurations/service", - "EncodedRequestUri": "L3BlcnNvbmFsaXplci92MS4wL2NvbmZpZ3VyYXRpb25zL3NlcnZpY2U=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "Ocp-Apim-Subscription-Key": [ - "000" - ], - "User-Agent": [ - "FxVersion/4.6.28008.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.AI.Personalizer.PersonalizerClient/0.8.0.0" - ] - }, - "ResponseHeaders": { - "Date": [ - "Tue, 26 Nov 2019 02:15:29 GMT" - ], - "Server": [ - "Kestrel" - ], - "Cache-Control": [ - "no-store, must-revalidate, no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Transfer-Encoding": [ - "chunked" - ], - "Timing-Allow-Origin": [ - "*" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "0" - ] - }, - "ResponseBody": "{\r\n \"rewardWaitTime\": \"PT1M\",\r\n \"defaultReward\": 1.0,\r\n \"rewardAggregation\": \"average\",\r\n \"explorationPercentage\": 0.2,\r\n \"modelExportFrequency\": \"PT1H\",\r\n \"logRetentionDays\": 0\r\n}", - "StatusCode": 200 - } - ], - "Names": {}, - "Variables": { - "PERSONALIZER_API_KEY": "Sanitized", - "PERSONALIZER_ENDPOINT": "https://sdktestrecorder.cognitiveservices.azure.com/" - } -} diff --git a/sdk/personalizer/Azure.AI.Personalizer/tests/SessionRecords/ConfigurationsTests/ResetPolicy.json b/sdk/personalizer/Azure.AI.Personalizer/tests/SessionRecords/ConfigurationsTests/ResetPolicy.json deleted file mode 100644 index ce2b9170b438..000000000000 --- a/sdk/personalizer/Azure.AI.Personalizer/tests/SessionRecords/ConfigurationsTests/ResetPolicy.json +++ /dev/null @@ -1,54 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "/personalizer/v1.1-preview.1/configurations/policy", - "EncodedRequestUri": "L3BlcnNvbmFsaXplci92MS4wL2NvbmZpZ3VyYXRpb25zL3BvbGljeQ==", - "RequestMethod": "DELETE", - "RequestBody": "", - "RequestHeaders": { - "Ocp-Apim-Subscription-Key": [ - "000" - ], - "User-Agent": [ - "FxVersion/4.6.28008.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.AI.Personalizer.PersonalizerClient/0.8.0.0" - ] - }, - "ResponseHeaders": { - "Date": [ - "Tue, 26 Nov 2019 02:15:29 GMT" - ], - "Server": [ - "Kestrel" - ], - "Cache-Control": [ - "no-store, must-revalidate, no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Transfer-Encoding": [ - "chunked" - ], - "Timing-Allow-Origin": [ - "*" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "0" - ] - }, - "ResponseBody": "{\r\n \"name\": \"8ceedbcb63df4cd888ea0918794d2197\",\r\n \"arguments\": \"--cb_explore_adf --quadratic GT --quadratic MR --quadratic GR --quadratic ME --quadratic OT --quadratic OE --quadratic OR --quadratic MS --quadratic GX --ignore A --cb_type ips --epsilon 0.2\"\r\n}", - "StatusCode": 200 - } - ], - "Names": {}, - "Variables": { - "PERSONALIZER_API_KEY": "Sanitized", - "PERSONALIZER_ENDPOINT": "https://sdktestrecorder.cognitiveservices.azure.com/" - } -} diff --git a/sdk/personalizer/Azure.AI.Personalizer/tests/SessionRecords/ConfigurationsTests/ResetPolicyAsync.json b/sdk/personalizer/Azure.AI.Personalizer/tests/SessionRecords/ConfigurationsTests/ResetPolicyAsync.json deleted file mode 100644 index ce2b9170b438..000000000000 --- a/sdk/personalizer/Azure.AI.Personalizer/tests/SessionRecords/ConfigurationsTests/ResetPolicyAsync.json +++ /dev/null @@ -1,54 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "/personalizer/v1.1-preview.1/configurations/policy", - "EncodedRequestUri": "L3BlcnNvbmFsaXplci92MS4wL2NvbmZpZ3VyYXRpb25zL3BvbGljeQ==", - "RequestMethod": "DELETE", - "RequestBody": "", - "RequestHeaders": { - "Ocp-Apim-Subscription-Key": [ - "000" - ], - "User-Agent": [ - "FxVersion/4.6.28008.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.AI.Personalizer.PersonalizerClient/0.8.0.0" - ] - }, - "ResponseHeaders": { - "Date": [ - "Tue, 26 Nov 2019 02:15:29 GMT" - ], - "Server": [ - "Kestrel" - ], - "Cache-Control": [ - "no-store, must-revalidate, no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Transfer-Encoding": [ - "chunked" - ], - "Timing-Allow-Origin": [ - "*" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "0" - ] - }, - "ResponseBody": "{\r\n \"name\": \"8ceedbcb63df4cd888ea0918794d2197\",\r\n \"arguments\": \"--cb_explore_adf --quadratic GT --quadratic MR --quadratic GR --quadratic ME --quadratic OT --quadratic OE --quadratic OR --quadratic MS --quadratic GX --ignore A --cb_type ips --epsilon 0.2\"\r\n}", - "StatusCode": 200 - } - ], - "Names": {}, - "Variables": { - "PERSONALIZER_API_KEY": "Sanitized", - "PERSONALIZER_ENDPOINT": "https://sdktestrecorder.cognitiveservices.azure.com/" - } -} diff --git a/sdk/personalizer/Azure.AI.Personalizer/tests/SessionRecords/ConfigurationsTests/UpdatePolicy.json b/sdk/personalizer/Azure.AI.Personalizer/tests/SessionRecords/ConfigurationsTests/UpdatePolicy.json deleted file mode 100644 index 2a16c1185275..000000000000 --- a/sdk/personalizer/Azure.AI.Personalizer/tests/SessionRecords/ConfigurationsTests/UpdatePolicy.json +++ /dev/null @@ -1,60 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "/personalizer/v1.1-preview.1/configurations/policy", - "EncodedRequestUri": "L3BlcnNvbmFsaXplci92MS4wL2NvbmZpZ3VyYXRpb25zL3BvbGljeQ==", - "RequestMethod": "PUT", - "RequestBody": "{\r\n \"name\": \"app1\",\r\n \"arguments\": \"--cb_explore_adf --quadratic GT --quadratic MR --quadratic GR --quadratic ME --quadratic OT --quadratic OE --quadratic OR --quadratic MS --quadratic GX --ignore A --cb_type ips --epsilon 0.2\"\r\n}", - "RequestHeaders": { - "Ocp-Apim-Subscription-Key": [ - "000" - ], - "User-Agent": [ - "FxVersion/4.6.28008.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.AI.Personalizer.PersonalizerClient/0.8.0.0" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Content-Length": [ - "232" - ] - }, - "ResponseHeaders": { - "Date": [ - "Tue, 26 Nov 2019 02:15:29 GMT" - ], - "Server": [ - "Kestrel" - ], - "Cache-Control": [ - "no-store, must-revalidate, no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Transfer-Encoding": [ - "chunked" - ], - "Timing-Allow-Origin": [ - "*" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "0" - ] - }, - "ResponseBody": "{\r\n \"name\": \"8ceedbcb63df4cd888ea0918794d2197\",\r\n \"arguments\": \"--cb_explore_adf --quadratic GT --quadratic MR --quadratic GR --quadratic ME --quadratic OT --quadratic OE --quadratic OR --quadratic MS --quadratic GX --ignore A --cb_type ips --epsilon 0.2\"\r\n}", - "StatusCode": 200 - } - ], - "Names": {}, - "Variables": { - "PERSONALIZER_API_KEY": "Sanitized", - "PERSONALIZER_ENDPOINT": "https://sdktestrecorder.cognitiveservices.azure.com/" - } -} diff --git a/sdk/personalizer/Azure.AI.Personalizer/tests/SessionRecords/ConfigurationsTests/UpdatePolicyAsync.json b/sdk/personalizer/Azure.AI.Personalizer/tests/SessionRecords/ConfigurationsTests/UpdatePolicyAsync.json deleted file mode 100644 index 2a16c1185275..000000000000 --- a/sdk/personalizer/Azure.AI.Personalizer/tests/SessionRecords/ConfigurationsTests/UpdatePolicyAsync.json +++ /dev/null @@ -1,60 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "/personalizer/v1.1-preview.1/configurations/policy", - "EncodedRequestUri": "L3BlcnNvbmFsaXplci92MS4wL2NvbmZpZ3VyYXRpb25zL3BvbGljeQ==", - "RequestMethod": "PUT", - "RequestBody": "{\r\n \"name\": \"app1\",\r\n \"arguments\": \"--cb_explore_adf --quadratic GT --quadratic MR --quadratic GR --quadratic ME --quadratic OT --quadratic OE --quadratic OR --quadratic MS --quadratic GX --ignore A --cb_type ips --epsilon 0.2\"\r\n}", - "RequestHeaders": { - "Ocp-Apim-Subscription-Key": [ - "000" - ], - "User-Agent": [ - "FxVersion/4.6.28008.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.AI.Personalizer.PersonalizerClient/0.8.0.0" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Content-Length": [ - "232" - ] - }, - "ResponseHeaders": { - "Date": [ - "Tue, 26 Nov 2019 02:15:29 GMT" - ], - "Server": [ - "Kestrel" - ], - "Cache-Control": [ - "no-store, must-revalidate, no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Transfer-Encoding": [ - "chunked" - ], - "Timing-Allow-Origin": [ - "*" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "0" - ] - }, - "ResponseBody": "{\r\n \"name\": \"8ceedbcb63df4cd888ea0918794d2197\",\r\n \"arguments\": \"--cb_explore_adf --quadratic GT --quadratic MR --quadratic GR --quadratic ME --quadratic OT --quadratic OE --quadratic OR --quadratic MS --quadratic GX --ignore A --cb_type ips --epsilon 0.2\"\r\n}", - "StatusCode": 200 - } - ], - "Names": {}, - "Variables": { - "PERSONALIZER_API_KEY": "Sanitized", - "PERSONALIZER_ENDPOINT": "https://sdktestrecorder.cognitiveservices.azure.com/" - } -} diff --git a/sdk/personalizer/Azure.AI.Personalizer/tests/SessionRecords/ConfigurationsTests/UpdateServiceConfiguration.json b/sdk/personalizer/Azure.AI.Personalizer/tests/SessionRecords/ConfigurationsTests/UpdateServiceConfiguration.json deleted file mode 100644 index 8de27b40b126..000000000000 --- a/sdk/personalizer/Azure.AI.Personalizer/tests/SessionRecords/ConfigurationsTests/UpdateServiceConfiguration.json +++ /dev/null @@ -1,60 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "/personalizer/v1.1-preview.1/configurations/service", - "EncodedRequestUri": "L3BlcnNvbmFsaXplci92MS4wL2NvbmZpZ3VyYXRpb25zL3NlcnZpY2U=", - "RequestMethod": "PUT", - "RequestBody": "{\r\n \"rewardWaitTime\": \"PT1M\",\r\n \"defaultReward\": 1.0,\r\n \"rewardAggregation\": \"average\",\r\n \"explorationPercentage\": 0.20000000298023224,\r\n \"modelExportFrequency\": \"PT1H\",\r\n \"logRetentionDays\": 0\r\n}", - "RequestHeaders": { - "Ocp-Apim-Subscription-Key": [ - "000" - ], - "User-Agent": [ - "FxVersion/4.6.28008.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.AI.Personalizer.PersonalizerClient/0.8.0.0" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Content-Length": [ - "202" - ] - }, - "ResponseHeaders": { - "Date": [ - "Tue, 26 Nov 2019 02:15:47 GMT" - ], - "Server": [ - "Kestrel" - ], - "Cache-Control": [ - "no-store, must-revalidate, no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Transfer-Encoding": [ - "chunked" - ], - "Timing-Allow-Origin": [ - "*" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "0" - ] - }, - "ResponseBody": "{\r\n \"rewardWaitTime\": \"PT1M\",\r\n \"defaultReward\": 1.0,\r\n \"rewardAggregation\": \"average\",\r\n \"explorationPercentage\": 0.2,\r\n \"modelExportFrequency\": \"PT1H\",\r\n \"logRetentionDays\": 0\r\n}", - "StatusCode": 200 - } - ], - "Names": {}, - "Variables": { - "PERSONALIZER_API_KEY": "Sanitized", - "PERSONALIZER_ENDPOINT": "https://sdktestrecorder.cognitiveservices.azure.com/" - } -} diff --git a/sdk/personalizer/Azure.AI.Personalizer/tests/SessionRecords/ConfigurationsTests/UpdateServiceConfigurationAsync.json b/sdk/personalizer/Azure.AI.Personalizer/tests/SessionRecords/ConfigurationsTests/UpdateServiceConfigurationAsync.json deleted file mode 100644 index 8de27b40b126..000000000000 --- a/sdk/personalizer/Azure.AI.Personalizer/tests/SessionRecords/ConfigurationsTests/UpdateServiceConfigurationAsync.json +++ /dev/null @@ -1,60 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "/personalizer/v1.1-preview.1/configurations/service", - "EncodedRequestUri": "L3BlcnNvbmFsaXplci92MS4wL2NvbmZpZ3VyYXRpb25zL3NlcnZpY2U=", - "RequestMethod": "PUT", - "RequestBody": "{\r\n \"rewardWaitTime\": \"PT1M\",\r\n \"defaultReward\": 1.0,\r\n \"rewardAggregation\": \"average\",\r\n \"explorationPercentage\": 0.20000000298023224,\r\n \"modelExportFrequency\": \"PT1H\",\r\n \"logRetentionDays\": 0\r\n}", - "RequestHeaders": { - "Ocp-Apim-Subscription-Key": [ - "000" - ], - "User-Agent": [ - "FxVersion/4.6.28008.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.AI.Personalizer.PersonalizerClient/0.8.0.0" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Content-Length": [ - "202" - ] - }, - "ResponseHeaders": { - "Date": [ - "Tue, 26 Nov 2019 02:15:47 GMT" - ], - "Server": [ - "Kestrel" - ], - "Cache-Control": [ - "no-store, must-revalidate, no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Transfer-Encoding": [ - "chunked" - ], - "Timing-Allow-Origin": [ - "*" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "0" - ] - }, - "ResponseBody": "{\r\n \"rewardWaitTime\": \"PT1M\",\r\n \"defaultReward\": 1.0,\r\n \"rewardAggregation\": \"average\",\r\n \"explorationPercentage\": 0.2,\r\n \"modelExportFrequency\": \"PT1H\",\r\n \"logRetentionDays\": 0\r\n}", - "StatusCode": 200 - } - ], - "Names": {}, - "Variables": { - "PERSONALIZER_API_KEY": "Sanitized", - "PERSONALIZER_ENDPOINT": "https://sdktestrecorder.cognitiveservices.azure.com/" - } -} diff --git a/sdk/personalizer/Azure.AI.Personalizer/tests/SessionRecords/EvaluationsTests/CreateEvaluation.json b/sdk/personalizer/Azure.AI.Personalizer/tests/SessionRecords/EvaluationsTests/CreateEvaluation.json deleted file mode 100644 index 30eac5ca5674..000000000000 --- a/sdk/personalizer/Azure.AI.Personalizer/tests/SessionRecords/EvaluationsTests/CreateEvaluation.json +++ /dev/null @@ -1,99806 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations", - "RequestMethod": "POST", - "RequestHeaders": { - "Accept": "application/json", - "Content-Length": "272", - "Content-Type": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-edff27a3e0ff9b459d979ea480c5f21f-f678ff051b012e4b-00", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "e203014af2a8a3d7f20eb3356eaa0c6f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "enableOfflineExperimentation": true, - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T00:00:00Z", - "endTime": "2021-06-30T00:00:00Z", - "policies": [ - { - "name": "Custom Policy 1", - "arguments": "--cb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5" - } - ] - }, - "StatusCode": 201, - "ResponseHeaders": { - "apim-request-id": "f418705c-9b0c-4f5d-9266-27a08d580f96", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:21:42 GMT", - "Expires": "0", - "Location": "/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "644" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "0939ce91f6e9f81b60e914b1b77ca4f8", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "19a76f25-b037-4fb2-80ea-45fdae7e83e6", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:21:52 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "149" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "6279ab149206526f78aad59965669978", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "93031be3-9751-4d00-838c-87a15267a46d", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:21:57 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "129" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "6a70874805eb5384e60a82bfdd25ec75", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "e9abe128-f0cd-44c2-a618-cd5f22d474b0", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:21:58 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "115" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "c220bb69aa30ff685fe7913f208193f9", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "ea22193d-6dd8-4532-be4e-c53f24464b6a", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:21:59 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "149" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "30699c4f3a0b0f0c27267bfc10b07453", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "0c49eec7-c6e8-4d27-b36c-c50a3c13af7c", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:22:00 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "258" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "aa305fbed7469d471e710a0474453264", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "00628089-858e-4830-beb4-272bd4c67cba", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:22:01 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "162" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "416f8876bbbb2e6aaf119b0a2e6ceeaf", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "c2fdf700-efe7-491d-a347-97003cbb2603", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:22:03 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "183" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "c0813d72e95178b354cb12992f079ae1", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "609e81e6-fd78-4b8e-afef-8c8b5abf165f", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:22:04 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "126" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "878517f333400298f501fb343b3d6fb1", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "bf254866-381c-4ae0-934f-77ebebe91109", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:22:05 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "115" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "37925b8271c48d12d4f6edefa8d0ffa7", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "fc7a034d-5f84-4274-9d69-c0767148f5c5", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:22:06 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "112" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "1617b97767e63e6ea57ecb50ee7f3c17", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "dea58e5a-75a5-44eb-8d3d-af0ebaa26442", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:22:07 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "183" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "d417605c6374811d04f8b34945a85a25", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "04fc5dfd-9f2d-4277-bba8-be13832b53e8", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:22:09 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "104" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "81bd530258251bcbed539145a6c29f55", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "329f1578-a589-49c7-a004-2e0de3beaf3a", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:22:10 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "122" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "4893d6ba2bb913339b9511eeb424f8fd", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "850036ef-8247-46a2-80b1-2ee5b2de4bcb", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:22:12 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "79" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "9a4da524bac103f194fbe620d1d8db42", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "c0d32161-c1dd-4cf5-b577-eedaf20b4b95", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:22:13 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "106" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "6f8f5d581214d76c20a9e59047dd67c8", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "ac842411-6cb5-44dd-8f7f-59f3c345e04d", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:22:14 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "160" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "0021945a0474ff93e590b3bd441241c3", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "b7776ad0-fcb2-467c-b185-16eaabaf0135", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:22:16 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "142" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "5695cfba899511e839767a17d461bbb7", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "3ccea115-d8cb-4a6d-95b8-22704fc28970", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:22:17 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "85" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "3dc51e94dab653cdc9908a845eae930e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "d37dfff7-586e-4d5a-a8aa-86185639889b", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:22:18 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "182" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "78d521681048d133ac0fc6fe8a7c2a84", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "504bcc7d-c056-478d-a601-c4ab77f034b4", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:22:19 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "183" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "2529fbd4044cdf0d01418d04fe63b38b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "a6386a01-7cf3-47bf-ab8f-8a915f1ee462", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:22:20 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "98" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "b2af6be3438b836febf490a613cec94d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "5bc50101-a0d9-404e-a829-a33e57317414", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:22:21 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "79" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "63b006656d8563c214f67606832ed349", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "8c74cf03-2f16-4cc3-928d-49fa76dca6a1", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:22:22 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "129" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "1e1b3b5c77cc90f88ca53a587466cb33", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "c255ab7d-fad6-4bbc-9c0f-09a3d7942f89", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:22:24 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "160" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "f79f40784fb37506a94c9e95cd6800bc", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "b214b03e-6ab2-4d56-b6ed-53c66c754fde", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:22:25 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "114" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "d8494720aab2ee800d1fd6df326aefad", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "f66a3faf-1d5a-4a3c-80e7-6bc9580ddfd5", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:22:26 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "107" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "438e432adb8f0c9535a5747fd863c224", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "193b69ce-638e-43d6-af74-c3052a915f2c", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:22:27 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "87" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "2c377ea5f31dcd80bfb0e9937926433f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "3782fe85-597a-4c43-b71e-11672c268687", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:22:28 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "84" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "8a6af15dbdda452db13da20d350015aa", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "429b9ff3-ec7e-4b4e-b240-5d50af59b48d", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:22:30 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "118" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "b339b25cc2323690c2c083def102930e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "fa3dd3cd-6556-4289-b135-709b99475564", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:22:31 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "201" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "e722356238f8e84950f27adf517398be", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "f145e2d4-7ade-46ec-b20f-c89495175a55", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:22:32 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "119" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "c7363f9b8fed9a0d6034c71a394e53af", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "86c90aca-4771-4322-b415-efd56ebef4da", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:22:33 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "156" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "00aa93a92dde24b16851624048b0e54f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "17b38c24-feab-4c9a-9fed-f6f75940e457", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:22:35 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "77" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "b243c527cccbd221288887c4712fae02", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "3aadf32b-4624-4e2a-83fc-cc0da626ff05", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:22:36 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "111" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "bd36cb9f98c86de08e125e9b2ccc52b0", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "effcacf1-b5c4-43ff-8b57-e70777143d35", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:22:37 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "85" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "73f2774ea10bdde471d8d855a6ecb339", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "37a2faf2-e9c2-467b-abf9-80d5b995447f", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:22:38 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "98" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "7da160a3287a8f87e5d523b86d86a55b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "7657b9b9-5ac0-4d92-9cc3-1d42a46fd675", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:22:39 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "104" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "f976d6363a3cfef6e6584befc08ac6a2", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "bc5ff7cb-4a6a-4ea5-8598-65ca74c26763", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:22:40 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "114" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "ccf8245fd52b2635ef638e357d2b6feb", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "8091e6ae-e06a-4261-894c-06a9fd7cd640", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:22:42 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "143" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "cf1f7c33b97668fd6aa29622dc98cf5a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "52336638-775e-405b-8d40-29947a604ad1", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:22:43 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "128" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "4958810ed98e612fa14f09d9acc180ba", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "5be1f0ee-ef2d-42f8-91e5-e3759519c1a6", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:22:45 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "110" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "43bb5fe8f76ba52c279061883e134a57", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "342bcb21-a3d8-4260-8abb-68a9b785e826", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:22:46 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "102" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "fc26349326d35a5d4dbe2e26b024bba9", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "088c3bbe-bbcf-478f-8c35-f3bee62252e1", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:22:47 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "76" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "7c39db228cdc17ee55b222fd77a6228d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "a57c7769-f84b-4041-acdc-f7eaf2a1e9fb", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:22:49 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "147" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "7845b105849ac2e70261f6adc905f503", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "5f391253-b8f2-4eae-a1d8-75b9e2a40b5d", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:22:50 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "121" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "6366b8d4cdd9077b450fa620045fe2a6", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "de3ac9f8-6a63-430d-aa9c-bf07ee2ef9dd", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:22:51 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "83" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "fe21a09b43de9d0ef4777a7a95414e4f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "208bf0b1-0578-4a65-a517-216441c9babb", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:22:52 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "94" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "be291fbdbf4038b4363d328bddc7bea2", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "351c9b80-5bdd-481e-8c58-b257c22fe592", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:22:53 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "80" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "28114f7ef6e49024aac86e6252007104", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "b1792114-2f20-43fd-867f-5c6b9179bce7", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:22:54 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "93" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "e46357c02435dc65ebe9c8a11183c02d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "84c4656a-3a9e-41ad-a92d-b21c2feaf944", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:22:56 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "201" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "45fcd7b9252fc66bfa9914775052e536", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "5ff8c574-862b-418e-9a1d-7f489b8dab2c", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:22:57 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "82" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "86ca2ecbd9635a6cea343cfb2e837f26", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "2fb83f67-0e54-48d8-be97-a8bbd46030c5", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:22:58 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "159" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "7ba841082b049bd4eb9cea9c0fee8c99", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "ca032258-0495-4d8e-bbd3-21fd6e81e11e", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:22:59 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "139" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "e2d5920339b8e0c96aa15bfae8709777", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "917c2f5b-6ee6-432b-b9c8-fbed7cb861c6", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:23:00 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "147" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "0e6eed1a6aa99f31592f9ac7eed04afc", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "564841d0-976a-4d7a-9a51-da9766295a01", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:23:01 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "170" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "9cf7a3a89cadcf6e78c81062d0dab37a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "6ada8600-d889-4ca1-9093-c065703e7bc3", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:23:03 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "97" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "228173057d7f99f0603689899e02f19a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "48aadee8-2dad-440f-9511-8e3c130b93ca", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:23:04 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "94" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "45515f57fb797dc97f9f96e05acecf7e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "e404d1ef-abcf-4468-9b3e-89d7e87c456d", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:23:06 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "80" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "7bc11f7c274e2a7cb25d3b7713e43076", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "8f2b2402-abff-4005-86c7-284ac7385a96", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:23:07 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "92" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "700b75d76d880a01a904a3dfe7103f91", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "e9c8fee2-5569-444a-9433-256b99eb500a", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:23:08 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "76" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "7e0d0a6675402f4be227931bbf526a9a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "a189aa57-55d9-4e20-8231-48421d4c216d", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:23:09 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "91" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "e4081f6f5ec30ef61eb7d24a849c43a1", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "1023a846-a342-4e1e-95fd-c1e39caf1f67", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:23:10 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "97" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "0910aa1eb1d761352adc8d61dae64b56", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "fdb66942-178c-4a91-a7dc-9b917d49f5c1", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:23:11 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "89" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "c770089a5a0707ce14ff6088a301aa46", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "102f87d7-4e1f-49fa-8dc7-aa8044de9109", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:23:13 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "92" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "14fcf1e46041bdc3e9a7bae7d0943337", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "07d627c4-e1da-4abf-bc72-db1b8b8b5de2", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:23:14 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "277" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "7cb07b6c7b2bc39adc08f5d751acbe28", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "5f065dba-0f55-48c7-b431-27f5f2445fe7", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:23:15 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "83" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "e97d473136e9391544b3dd60a0e6367f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "6efe274c-9f22-496f-81b6-9183adfbbd70", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:23:16 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "114" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "271c28cb2e51681a563838386beb6c3c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "7465c4bc-e111-415f-8600-1a13078848d9", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:23:17 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "94" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "89b591e84916364e667737789d3923f5", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "cefa85bf-5336-4dd3-b49f-4beda8989584", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:23:18 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "81" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "280b75d1979002d72c1492b0fddccd59", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "27620ceb-533c-42f4-94d2-f72a6886ff93", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:23:20 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "105" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "0f78a047ad308168dae5c1d9f7a2cb1d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "22e704a2-5ff7-4d97-b40e-f9126b88a3db", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:23:22 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "132" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "f566431543df51acb9b25c02b79d3989", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "2cd79c25-60d8-4f6b-995d-899d8fab561a", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:23:23 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "82" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "fc31dea913c124c40c8a4eaad5fd0b8a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "f272f286-153b-4929-ae50-6eaa2283f4de", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:23:24 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "182" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "b99a7549d7760379f426557d5066ca3c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "72d00cab-7ca1-476a-b689-1d18a879d423", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:23:25 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "90" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "193038accf71025b7f41e955f5017bbc", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "5d108416-0a2d-43c8-b5dc-ce34bf28f5d2", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:23:26 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "95" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "41b9d2a78002d112642d089abe46d3a6", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "8e9ce7db-e0e2-4d60-9e25-739218f9adc9", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:23:27 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "113" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "9dfd11bff2cd79191a983a34ee230ef2", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "a2fc5752-6e80-4a83-841d-e486d0a1f76e", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:23:29 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "148" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "7ed699ab88ad2c3a255eb443c7c04338", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "a339f00d-092f-48b7-806c-4a7293c79257", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:23:30 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "90" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "e395426edd04b4eeb83f276945dee341", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "461db3ac-bff5-4cdf-9441-a5dff07a42c8", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:23:31 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "77" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "25ef151f556f36f8d7d1786f3ed5b259", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "a6196dd4-f78c-49d0-b498-e51f891cab09", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:23:32 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "206" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "abc601552b8dcdeeaa21c56e61d0e647", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "d1a19ce3-2a89-48be-a1e9-ba631166eb40", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:23:33 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "149" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "b124727a1ed118c9495f0b32657f76e2", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "16de7289-657e-4668-ad2b-82f7e1c6f512", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:23:34 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "148" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "4414cd8c3717f3b327217a4e8f8ad507", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "fbe138da-0d55-487a-9686-b68af79106d9", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:23:36 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "122" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "cbf430ea01b1378738ad612e1fbb682b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "ccc79fc3-1893-4196-91a1-0aa95f205d5c", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:23:37 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "79" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "93e2e3aaa1bb432fbe308ab0a37a89bf", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "5f2b0656-f6ef-4b3e-8c22-a3cce67e5ccc", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:23:38 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "104" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "35480489ab8a8a3146dd0c6ad585d46b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "7da81f74-2255-4017-a18e-98b16197b6c6", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:23:39 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "203" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "aca34eb941a8484c01b10c8177d793bd", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "4e69c00e-46ba-4fe3-b1be-cb0098d74f11", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:23:40 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "97" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "1ba4a2233373ffa1b2574ddd95c56d39", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "2f82b226-cc32-4ac5-9aaa-2ec603044bb6", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:23:43 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "122" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "55f71e5cddd74717b7ff33d99fb0136e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "bb8fbd96-6ee3-4900-8feb-0424c021b7a6", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:23:44 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "85" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "33464f4ab8e085f7ada4f951f46eb33b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "604cd56b-da97-477a-bac3-c2d9ecafa812", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:23:45 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "103" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "5824d2443edf46e58b5d6374ffc85f02", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "45c85b84-40fd-4a89-9e5c-a8cbae81d7d2", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:23:46 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "77" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "4593de43397fa3582771a833e3c55349", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "510f23a0-bcce-4385-a2ee-ab274e9dc4eb", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:23:47 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "134" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "cc95f84bbb8b0b8e69ffa883558386e4", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "fdb33c38-db69-4cc9-9749-aac3692da5b4", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:23:48 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "101" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "150df7446eda0abc7a81316e96b262c5", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "33be37c5-b7ea-4395-b431-9b8fb50f0113", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:23:49 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "97" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "0629190a933388764f87db7f91d44da3", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "763cf1c4-b300-4f91-82c3-be00ab58f441", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:23:50 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "164" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "ebeec3ea3db8dc6e3b8a52098a2075b7", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "15cf90e4-124c-4bd9-b545-7d695816a5d0", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:23:58 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "96" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "3b79e39c805ab1b18185c652923d79a5", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "d70f92b9-c13d-4da5-8935-6fc2c29c3196", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:23:59 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "81" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "d2838d3477c3cc0dab4ccaa8416dfd2f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "124bfd9f-ff82-4fcc-87e9-8f06b4fb88e0", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:24:00 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "127" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "aee22312125b6a49113d6a32761c49fe", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "cdeb8ca9-e808-4f8b-a032-084a3fab7cdf", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:24:01 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "114" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "fcd5ac11a29c25f4d5ac900db5087013", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "aac236c9-cf68-4c9d-bf86-f29dfbb7cb6d", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:24:02 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "98" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "6f409787cb5a214a4319c1850cda558f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "bae0f84b-dae8-4a50-b46a-7662023107c0", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:24:03 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "103" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "9497cc0201986f922fbdd8ae813bb408", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "22a2be27-5b4c-48a6-a2e0-86ae3875ff0f", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:24:05 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "93" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "dfaa57ccdadb46a462b3b883e16e18fb", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "d05b6e7b-10d6-41f8-bfc5-26c90b2c9c23", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:24:06 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "116" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "e90b0156dc71867b04d1409df29ba008", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "0143884f-a8f6-4ac1-9cc9-bf0062b732f0", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:24:08 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "130" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "b5b9b864762f27b3285031e5480f8dc0", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "552c2a9c-7e26-409e-9e2d-3c470824d488", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:24:09 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "87" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "8057dda4cb30f097dc24da099a0653c7", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "3c233702-78a1-4ecc-8a73-027cbf6f2a2b", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:24:10 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "85" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "291eb01362b5e0cb4de3c120aa963ef5", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "7096eb40-3c43-45da-8cea-ee8e0a06ae1d", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:24:11 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "76" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "15f97f431f4398d721c8d90b9ba98d21", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "57fcf766-717c-4cec-8c45-852924b0666a", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:24:12 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "121" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "97d16afd64f0410b1176324d0a764645", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "4f1e90b0-88bf-4a0b-865b-c2a6bb8edbda", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:24:13 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "90" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "1bc6e5e53d0df383d98507ed89bf45a3", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "0d886c41-1cc6-4c64-b7fe-389f8155eab7", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:24:14 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "89" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "40239f55a7c4de0474b703ccec8a8eaa", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "e641b909-3593-484a-82db-6b13a9ef7b5a", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:24:16 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "131" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "b526938272e3bf14e6debd6a5d1eb852", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "6480b1bb-4ddc-4bff-82b1-912320a9b862", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:24:17 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "142" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "6af78e3106533e81e0e7a65539b7064f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "b1eb7b74-ea3a-4ed7-9ede-a93b19439750", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:24:18 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "78" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "f56a5df79099e3c08b6359e5e9998155", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "97096a60-2a41-45e4-8bbb-7872cb908c99", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:24:19 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "153" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "5e9bb1ff23937b5711e7d5fbcbbf852f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "b9114384-b577-4067-9ab7-fad71e943be6", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:24:21 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "123" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "ff736ed7c2b3a1b9ce13dff0ac9b5446", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "de617477-e6ce-4455-a490-7a94a9cceb03", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:24:22 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "191" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "88555166a81bd3bc05efe3b1bac517cb", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "704dea87-c904-42e6-bd2c-082814813f77", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:24:23 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "126" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "7a0d2add81263ca2f8fa8f7f4467cf75", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "b139b0ec-327f-495d-9cbc-9ab53bfb4d27", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:24:24 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "83" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "7a948e93fd692f13b2a0fac4df07e608", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "26b4619a-e1f5-4797-9ac8-1e281bb754ee", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:24:25 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "133" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "821213fbd98ee420ae199021183c8f9e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "9bdf14b7-5211-4a82-849f-94f60b90fdb8", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:24:27 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "98" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "2c1e6d1f9d30e06216dec88587de5df0", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "a0e4d46e-afaf-4f4c-be23-31a42f50fb8b", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:24:28 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "80" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "308387134c54b9e76dafcc506df11775", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "5f114562-be2b-465b-a214-0f8755c07b45", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:24:29 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "164" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "71a45b11b9e95ed8b1326baf119a5dd0", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "5f303999-5890-49ef-ad0e-9b5ae705557d", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:24:30 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "147" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "910e9fbb5eb9d2498564be80d1117325", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "993ca131-2cda-4c01-a200-6a2d52047aa9", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:24:31 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "164" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "2c7453c7eb395907ae247e22e138a8d2", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "677036b2-41ab-4682-a8bf-4720685f5dcb", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:24:33 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "107" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "cd94fb5285e3b2bb11d1eb84fb578da0", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "8b9830be-50e9-4c97-bf85-01b94929db5d", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:24:35 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "81" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "bee846be3126cf9698b4e294e026f14d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "2626a116-6917-4533-aa61-60b768df1453", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:24:36 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "83" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "d52eebbca57c414297c21a6700825e57", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "d01e5b69-5931-46fa-9ba4-f6f5e5fc6d88", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:24:37 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "98" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "9b64de97ea4f21ac64c5342ea327d1ea", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "905d5394-4f87-492e-a66e-eb0ab4eadc04", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:24:38 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "82" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "0fc89ee0b729192303a72763162fcf16", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "e16a72f6-0ac9-4ed1-839d-3f3400ba4c95", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:24:39 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "88" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "02fc8b5556c2d2fe3e0c70b770139d6f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "2ad0f81c-8893-489e-8219-9a440eeb41b9", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:24:40 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "87" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "61872ff04fb9e02dba4a97a7c3490a35", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "7fc68c27-4cf7-4f4e-a8c4-3b02230a43f7", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:24:41 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "135" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "17d91ef5cf2a8a279ff6d01c466ba8f0", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "5841e91e-b2ec-4098-949f-c8b04b081bbd", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:24:42 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "80" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "e772b7096da7065c5d1c4777be560ff5", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "a1db04e6-3f12-4088-b43d-d5d905b015b9", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:24:43 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "85" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "52c13a02853a214407fcc2c37f10994f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "e3835671-6413-4ff0-82e0-0eb3ea044a94", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:24:44 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "91" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "0b9ea7a223d6888ec1d3ba0e88afcb49", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "f853b392-48cc-457f-a6d9-b59426c5ae3a", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:24:47 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "89" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "0b1adae655aa83b67251dfabab98864d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "ca78f579-d843-495b-9c9a-c76439cafd1d", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:24:48 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "99" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "17d5f88203b8de1fac399067cb369958", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "bcdecef0-f70f-4d95-ad51-504a4c2bd812", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:24:49 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "83" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "a4dd78308ef64da5f01a998444e2dc29", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "124d0bf1-26cb-43e7-ad3b-a96eec77afff", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:24:50 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "118" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "908c6c4cb4dae391ba3b5f70c54fb83c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "2df3d6b9-3e43-4125-ac6d-cadd43a4edd0", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:24:51 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "108" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "327a86b8e2bbf4575387269d6a9b9ac9", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "1c228af6-3d5b-42f6-8731-801edc9b62db", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:24:52 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "118" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "5f1a675d09a97c7de7f9eaba2f3487a1", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "ad844e2b-3f75-4c4b-83ac-61f7f0bcd0a0", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:24:54 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "113" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "bdcc5c61a9686a6d15983c528df3791f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "5f75c4ec-9ba0-4d70-9ecb-83247b567621", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:24:55 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "84" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "5e1295a15934af9209fe4bc2f89cc41e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "381cf9f6-2c70-400d-9f53-b868a9fa79bd", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:24:56 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "91" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "0d3c8500ddceb361f9b04911cc2aeef3", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "5bc981b8-607a-49cc-b4a4-c6274172a388", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:24:57 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "87" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "9a19ca802921086dc91db3695dab7278", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "158e1bc3-4d7f-4cf3-b986-9a6044573487", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:24:58 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "82" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "08521ed36bb7c350335f64840f81e2de", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "abe7fba9-da44-4712-84c8-0baaef6b25ed", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:24:59 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "75" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "2d41570f2a83d6fc173343b129f7554e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "6ec3e160-72e4-42bf-a265-1b99f4e8d299", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:25:01 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "161" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "ad3dd13ee5d8143c795566c2c5e8f948", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "9276e4fe-9e2d-4f1f-b723-c87df72544d3", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:25:02 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "90" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "065ad43a4469a8f4217cf084289f9a3b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "4b408d48-a615-4a45-baf0-3a057b6b77a7", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:25:03 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "87" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "3e46150934442a061b2cb42ec43a102f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "7dfb3c6d-4212-4c97-9edb-8cc64a8f29b5", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:25:04 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "77" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "5477fb3a4f9df9e4dc958c5bf4b8ecda", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "63ab723a-4723-4a12-bfba-459fef658aef", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:25:05 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "93" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "afb82ababaa20503cd2feb3c90c6e4e7", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "23692b94-bcd5-4765-9a86-d561e0b2a10c", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:25:07 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "200" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "2c49c16b4528ba9e314c62afa8ab3562", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "272f853a-d8eb-4907-a5b8-78346f4da431", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:25:08 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "97" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "9973da4061817f8cf771866d64a76915", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "a8c4d465-8787-4c26-addc-bf365b1fabd8", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:25:09 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "103" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "32f0a4b0bf6e74b28cfe7e5658545c22", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "9924d3ff-b2e8-48d1-b332-7c0ff29b85ed", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:25:10 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "76" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "b6fc88fa4a520a6535ca34b6be305589", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "88290684-4d2d-4639-ad62-304874b1cdb1", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:25:12 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "154" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "03fe4ce302bb80f428ff0c83e33627a3", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "2753c17a-17a2-49aa-8e41-fc0b9e11044e", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:25:13 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "130" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "db736414b2ab66c33ee5fda48bfbb55c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "6665a50c-bc2c-4485-a2ba-71da0d48e99e", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:25:14 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "87" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "0b72f4a85856f767947b8e533de227ff", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "0c71a851-bc1f-4ae0-9a19-1601d68321ea", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:25:15 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "89" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "5aa191a37abc30de8898c5d5054ff52c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "e6ba5dce-c675-474f-8d3b-9db79d7f0117", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:25:16 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "94" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "eedab0491bc3bb4dfd7c472f2470285b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "e84cb614-69cc-46b2-9529-e314f06375c0", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:25:18 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "93" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "f901fdbe5b592e9f154182bd9392f244", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "55f67980-bc09-4ce4-84d1-080ffb4c3bbb", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:25:19 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "89" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "8d0a61863808873b44e55d4032ae0b18", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "ab279548-94dc-4e94-bc0f-8d570dcc8161", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:25:20 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "85" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "07166970fc4eedd210abd881988f276a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "4dfcb80f-e42f-4336-8bd4-c0e2dd51e644", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:25:21 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "86" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "c3a903899a658653c279b574fd5ffc66", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "c74ac044-378a-4884-ab53-82966da4dbc3", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:25:22 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "176" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "2a4d6a35ea7b8af58f1c7c5c5fbaeeb4", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "22d6cd01-01fd-4975-9477-ccc8b3bbebc3", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:25:23 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "95" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "2fb6f2be4805d5b2159045d5465eefb1", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "2287d8df-7436-4284-b7fc-9138ed469150", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:25:24 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "93" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "2e4b72affc429fef0d1f33491ef62607", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "bbe0eff8-f609-415c-9099-8b836b987509", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:25:26 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "189" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "0bb5008acca8ed61b77815eba5204330", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "c4751251-837f-41b6-81bc-c734bf975002", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:25:28 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "85" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "edadcb2cc06ec172031721e61469b61e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "f6646527-b8c6-4d42-9cb0-4b2ab4184bd5", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:25:29 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "118" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "454a3d69e4a8e208105e77cae704f9ec", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "b79cbcb5-5d5e-42d7-8648-882c197c09df", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:25:30 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "80" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "531c03db3949ca998ef40891aa7ad84d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "9ac98b4a-7dc7-464f-9258-1946f87ad851", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:25:31 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "154" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "6881f6c1fdd64887c2cadc0f49a8d9ff", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "1f47afab-0b2b-4494-beae-ebfdecaf460d", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:25:32 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "113" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "110b351e634c30d5a37fb7b3dc773896", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "57615c1e-39f7-4c63-a706-3356a7cd0411", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:25:33 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "102" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "f10829869182dd167bd4907f5c8981e6", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "982eaf69-6c27-4978-919e-7b805ed2320a", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:25:35 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "113" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "7573081bc66f5d002151c45646d36c4a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "d47f2773-39c0-4f99-838c-ad56c7e37e67", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:25:36 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "122" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "1f894692e89f8c7c1e2d9578d255d31a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "5666cca8-0484-4e47-b5cc-bf43d101f50a", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:25:37 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "144" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "d398d1fec204c02628abcf31cdbf97a8", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "86d20e37-8f48-4d21-babb-4cea181c76ef", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:25:38 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "122" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "16ed4668620032468ce6564231888bcb", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "0f99a596-cbae-4548-9218-079f1d8cecb1", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:25:39 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "137" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "7458a97d983bcf461fc9f6f4184bbf5f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "7914ab7b-7f6c-413a-a7c2-714b41d1283b", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:25:41 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "115" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "8c10ed95bc689c198a66471d6be48ea0", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "be53fd47-b976-4b13-9141-43dd136756b7", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:25:42 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "86" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "23b3031f2266cf6cff1df7376b511940", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "249e6248-b1e7-441e-be66-2fabff1dd540", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:25:43 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "108" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "43acf727fe78c0638fbce9d55129643b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "6324de05-cb49-4f00-b1ec-7b7bd5d5866b", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:25:44 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "310" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "14d4563a9c9772f880408d4ac5e23039", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "651e1d36-d804-4770-b6cf-140d19daa4a7", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:25:45 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "92" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "74f6064c4b372127a0f393aa38977ed5", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "edebfbc8-56ec-4ab3-98ab-2846fb3c21e5", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:25:47 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "100" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "14fdbcb9047d8aa9ff3ac2377118fbad", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "e2ff897f-9a6a-43b0-9aa9-7a1a372471a0", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:25:48 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "91" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "4b88b08cf032ee032eb374a4084e39e8", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "a927312b-b7dd-4887-ab57-e21564dc95f4", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:25:50 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "91" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "0991b7c21be547bc5c6b74fd88f0b088", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "3ad5917c-e982-4368-81b3-6eb6474f4e00", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:25:51 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "78" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "881ee6f7330fc8a3b80ee6c9900582b0", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "c01c7b03-1a1a-43f2-9db6-31c0eb5c378d", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:25:52 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "98" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "b975da00f28670c7f441eec77b06653e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "464df1a9-ea5f-4601-9ccc-db5bf96d61ab", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:25:53 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "80" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "22acec03b1308fd914c950d635f2b657", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "a3c178ee-f927-4394-8237-32550e7260c0", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:25:54 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "100" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "aefcc4e9f67a05011ead93cd45dc4db1", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "f48d0fec-9afb-4e2e-8135-196b8fcac667", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:25:55 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "114" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "a4c6a7a85f584e8000e6a5bda1f03a02", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "7e960435-55ec-49c3-b2c0-d365bf1616da", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:25:57 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "148" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "b7dd968bb7090dc3eaa704821e0c4a38", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "cd44e296-a6b7-4fa7-a1ac-66d78daa8809", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:25:58 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "77" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "8d2e9e7b112c8aff43aeae945144632d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "631bec7a-6009-4cf1-8190-21c4fabe176e", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:25:59 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "209" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "ae42907396fef1a8e4b9bab05bfe2ff4", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "516475c1-89b6-4d3b-b056-c25e132e0db5", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:26:00 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "187" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "02416c9cadc279d69653745b092ebba5", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "9d0a871e-14f4-4383-84cb-81cecf334809", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:26:02 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "88" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "8d0fd6439bcae539f63da872574e2f44", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "4a4d2108-38ba-463d-9550-2544b469f603", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:26:03 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "124" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "e4f8ba7e6002c56bbac818ab214de7b5", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "ff412ee5-da31-4a37-b87b-f314b6cdc57b", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:26:04 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "97" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "846d14fda2ef0029325b0c8404632148", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "cb80c648-a13c-45d7-be3c-5ce82749fb57", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:26:05 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "84" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "4fdc2f23d736e2a36b49d201838ec3a8", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "a5c9e0c4-cf1f-40d1-ab7e-727a3f2d7fab", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:26:06 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "135" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "4375f355aae1dc5490f7b1a754e6c157", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "1fe58f07-ec7e-4861-9194-d5c6b2f48d22", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:26:07 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "90" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "f287d0a79870257f718a18a6cf277da4", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "7db09469-8de8-4e7d-aac6-3326aa414840", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:26:09 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "116" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "112f6397dded7966da00be3e26fc8e85", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "0e8e2cce-82b8-40c0-a0ab-c3a9c055ba2b", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:26:10 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "92" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "b25a7b88d106bd37734fd25692ae0c68", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "1179902d-af64-45f9-a8b8-b0b8d2043631", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:26:11 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "152" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "f00f0c7ab0b6c969690e1770d940ff75", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "c7ea602a-5d52-4627-af39-23d827d527b3", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:26:12 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "111" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "541d92fccacdc69d2c719d9d0b10e62b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "0b899257-dbe9-4d14-bbc2-be7c0e06075b", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:26:13 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "102" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "19c456f39eecd8ce119049f8bac6e432", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "06637795-51f8-4b90-8120-f80a2207df5a", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:26:15 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "145" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "ff595d4fb891af9a6e48c44512cbbe58", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "c346e8df-75fc-4efb-a0a0-ef6f37dd322b", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:26:16 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "103" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "827deb27e67c5e88c345423c80a50c65", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "a8724700-d422-4255-b4a8-0b5271825798", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:26:18 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "80" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "ad4d6a8de6b73b9abb15aaa3da89c545", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "e29e01ab-04aa-4aa3-bba2-cd001311d4d0", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:26:19 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "161" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "ced0f1d2614969b6d5fb3c4b755d2ec9", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "01b113e8-0df0-4513-8f60-3f60ca8c59b1", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:26:20 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "83" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "a8b75e3c107d41a15142c7673ce4833a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "b87ea717-d230-47e9-9327-8d0d7521a46d", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:26:21 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "92" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "8f6afc7f3dd52c1bb4e4d8bbaa4ec55d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "402fb46c-c972-4046-990c-569cb3213386", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:26:22 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "116" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "7b67e0e61dd2c1c7508f7d07994e2df0", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "dc195dbc-a97b-4e6a-90ee-707da2d9f3e9", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:26:23 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "106" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "78cc02779ef3fff4438bf49937e59602", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "3cf4cd34-2af8-4ef0-bc1a-61d64d044888", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:26:26 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "128" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "5b80697d087d626835a83f45c0149265", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "70c7530c-6d0e-4707-998e-f21bf45c25aa", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:26:27 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "145" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "a843e7b74c82476aec673847292e896a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "22e01b17-e8ca-4b2d-b6ed-0af121525c3d", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:26:28 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "94" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "308a7af8d1ce6f739969434a5fae3e2e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "5cd48897-b278-4bf0-b564-9cff8a394293", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:26:29 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "229" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "50e18ff8eea13080fe396f15d0213806", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "c51a3e22-401b-4ca0-a974-6d69a181843f", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:26:30 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "100" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "454dd41e618ae59674d40e180920e73d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "6f4826ce-f7a6-438b-a484-aa921bdea0f0", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:26:31 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "72" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "9a4e0928394c0ac8fa593195625d9f78", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "dde391e4-7a4f-4a22-aa25-accd0603a6d2", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:26:32 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "121" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "8b2b3c30f96196a4f8fcdccddf6727de", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "e14a5fb7-f4d0-4161-94b4-b5c0b80cdc51", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:26:34 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "121" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "c7ec31519ed2e5ba0b434b3030018316", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "f30165eb-9ef4-4b6e-af17-f68adf1d8d1a", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:26:35 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "143" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "cce795355cf42fdc64b7a2505dfb2a93", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "4a2ff9bc-2d9c-437f-af87-897f8931751d", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:26:36 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "110" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "30435332d77192a682467f1dae7366f6", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "47353483-451c-4ba7-a7bf-1332e3b1a3d9", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:26:38 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "441" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "4a98c6785b7ff4e955bd621afc698710", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "18c823f3-3a8f-4768-8a3e-b1c7bea89801", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:26:40 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "160" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "dcfeb81853bd5da4ef5549aedcbe81f0", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "1023a074-3e77-42d8-aaef-b513bebe2d71", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:26:41 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "118" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "97d8ab51e063d613694fdab3758b9518", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "b263db85-f6e6-4f6b-b50d-795f339f9d71", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Connection": "close", - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:26:42 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "85" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "f5046fbe8a752438213a5b2a113b1796", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "481ac933-fa41-43f3-87a5-537cb3b62cbe", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:26:44 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "1591" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "50c9713bf09138ada427726e78f1e863", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "5b9fed40-b6d9-41f3-b848-1aeaabe86917", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:26:45 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "94" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "6def31bf8bb9c77b73b3762884e8c52d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "50f2ab51-63a4-4b9d-9f14-b9297622b314", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:26:47 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "94" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "0378433745c2cd86c1cc504d17caac2f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "031087c5-5d7e-43c0-8de8-9d3aa93d16d4", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:26:49 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "99" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "df6af752aa4cb0ddf601ddde7a85b3bb", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "c96c5396-3bc5-4b14-b42a-e9689add5109", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:26:50 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "549" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "34374461e4797aa0aa21abed3a2dafa8", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "0c83dc5c-a78d-4c98-99f3-6096a6baa858", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:26:51 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "104" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "8cd54607e67d8de166c70cc067a8533c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "eda2563c-4830-4a42-9a7a-68bd4977aefc", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:26:53 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "140" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "d2eb941877936db657f0342afeef75c8", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "47dcd7bf-7473-4cd7-ac1f-0ef444193860", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:26:54 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "108" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "34d7345227af7b3e63a9cdb1d8e01202", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "673d6891-373b-4572-b142-9bef1f2c47e2", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:26:55 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "88" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "a5d56fcedd418f158f67358cb1b78e76", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "4bccb10d-600a-4663-b399-c587be22e510", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:26:56 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "119" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "336e43521fd1f18c566f6fe9a9059577", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "8683f116-c132-4628-bf22-a26b23cf69af", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:26:57 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "77" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "8f5c32decf1a74861f47a448f1b1caab", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "6efd5a2c-b4de-4ab3-8956-4a86159c59ba", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:26:58 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "101" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "945e571adf71ae30e2e44ed16e2ce589", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "0bb067a9-4a18-4099-92f1-d5085108b83f", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:26:59 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "79" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "7eaebed2ff5b825cbcfa14897a44ffa5", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "955c3b81-965b-4362-87ac-243d78f44cf5", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:27:01 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "118" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "52cec3a501a7ff0501adad3680b506f2", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "6fc7f2ae-4281-4b21-a345-bf00a404c4f8", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:27:02 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "137" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "32761b614b021b50fbdbd777cba6339d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "25efa00b-cafc-41c8-aa1d-b3a156b2c315", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:27:03 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "145" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "aa2ca8e4935dd0e2b8ae7dad52260107", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "b7dfb606-44d6-4f20-824f-03d69fe4502a", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:27:04 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "96" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "5f2821f4ccce59a373b357cb298e345a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "b3b17c8c-babb-497f-8e78-95cb47a44aa4", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:27:05 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "87" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "d7510f7a5b88ce9438a57a54cea2c8d5", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "6d0e2e20-710e-43eb-89c5-ddca84385295", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:27:06 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "88" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "a983cfdad37e17ce05d336aa3b17a72a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "9a1b53a0-b356-49e4-9463-66516e1675b0", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:27:08 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "131" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "4333227929d4987f8c592629524e8ad1", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "15b0e423-34fb-419f-80a8-d3035872e928", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:27:09 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "117" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "59f082ea8a0ba6db4039d2b524ea9321", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "7baabbb6-f210-4ea3-81e3-44bbd69fbf24", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:27:10 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "118" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "acda4ffd856eb00050ea1d25ada5c5b7", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "ad470fca-b6e8-48fa-bef6-f06cf620e38d", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:27:12 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "115" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "b8bf65484d26ef1f468d029a57c973a1", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "a7ba1316-008d-494e-919d-c341acba1ad4", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:27:13 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "116" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "022b05c5de746563824009206db6f99b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "bdbd05b6-fc2c-4b43-a68b-b0339ede9789", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:27:14 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "118" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "bf6d1a74da2ab0fb30eb65e183655886", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "f3b41423-4242-4856-a0e7-65cc6b6389b9", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:27:15 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "185" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "a75f7b77c2796942025a36e543fe8190", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "c3484aa5-f73b-4daf-bc4c-27e441208a49", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:27:17 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "135" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "3c266794b35ceb76097ad2887881e11c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "aa775162-6717-40c1-b3a2-0d2241b5aa24", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:27:18 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "103" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "f1a982e85156b221d703bdd0a3156c31", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "ed891630-fac2-4c57-9d84-d0262876635f", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:27:19 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "89" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "1b4cd4691b3fc32a04749dfef0b9f080", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "a3ef425a-d270-467d-8a2e-7f704ee348f4", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:27:20 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "95" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "c1fd1a788f55423a45746559f5a647f4", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "74517625-c65b-4a61-b3ba-91075147fb53", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:27:21 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "92" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "a41fa00ec634ccdc58e5ece1b322c11e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "063e9323-36d5-498b-b8de-094f9becbfb2", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:27:22 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "97" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "88573d12ab18d9db9a0ad6cbb6d1cd5e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "14c8c86c-f111-41dd-9ad2-0329d729852b", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:27:23 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "129" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "4ff0a92c4c9ab24b3d306870a3588f23", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "3ca3f800-24c9-4494-beec-3e06d6613f0c", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:27:24 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "92" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "b74646b2be4f62dbc545092af0111687", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "3eddbe2e-c292-43c4-abe4-9af163278727", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:27:26 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "80" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "09b58e177231c583f2a44ae8436b3641", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "aa6c8177-031b-4cbe-9eab-7f9410e8d734", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:27:27 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "89" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "6f18b27b158a6d0ece8e89544320c22c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "3d0bd950-b176-4914-b858-714ecb823292", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:27:28 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "86" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "1458e11a85a33ff1c380c5aa74f31f5a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "7403c668-3bf6-4c9e-ba32-4b95d8179bab", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:27:30 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "92" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "3dafc70fa6f801fc80473ba3e92e82d1", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "21cd54fe-9a77-4c7c-8cf9-78635e9baa89", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:27:31 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "146" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "61cd1ee22212f59dc0d9ac0a5064f9da", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "2f0166af-a465-43b7-9203-517152cb5c62", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:27:32 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "107" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "7b452f6e84717334e456945c494e5694", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "9150e2f0-0c28-44c5-9a31-9c2dc00a262e", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:27:33 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "156" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "55c7f3febd25ec4729b97c1ffaf2b11b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "76d6d449-ff00-4b69-8443-91e19826ef78", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:27:34 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "200" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "b934604d07e95d60ea5a7dbc8e41ab72", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "f576442d-9815-4e47-9a5f-f0bb416cf7a3", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:27:36 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "124" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "5c0c1783a39cb1b4e85851b7081478f2", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "9031e0e9-d299-4f65-b3ac-493c0c653f8c", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:27:37 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "134" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "e90e78a59c19f6ab926a6bcb408a5ee8", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "acb648ec-a5b1-4245-b408-c5228afd3c1f", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:27:39 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "115" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "e29b0a0d54e6a97eab83d090b5a955d5", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "d81c2197-ea54-41b8-a25f-f50821d96ac2", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:27:40 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "109" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "15178ae1c233e6586c15ca3238e9705d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "721238f8-9501-420e-b403-dc2045eaede2", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:27:41 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "110" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "fea969fa9579500cf9643d96cb1b40e9", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "a96f09b8-7465-46ea-b83f-8ee1e5795c6a", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:27:42 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "125" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "b6e9961448734ab5b1b576d08a4c71c2", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "523664ac-341e-4186-8d60-93de1a4c64f3", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:27:44 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "123" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "4c95731257ff4c5c7ec61bce85c21a50", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "69f418d0-e91d-4974-8662-2384ab4ad30f", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:27:45 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "102" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "a21ee0d4ba00b1eab35f4cc31f3bc6ad", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "eabbd846-aadf-464f-8dc5-066a8d4f4f3d", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:27:46 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "140" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "58837bf3f485bde9399d38ac2de6c4ef", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "ac734374-a6a5-4e9d-a435-ecf65cadfc18", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:27:47 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "77" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "a9fc259acf2e58c188e498a00a982c42", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "69297307-39f8-4e7e-9ce4-c8daa7d67e1b", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:27:48 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "150" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "0adb6e00c23ee0cbf6606863823d84cd", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "7e1527af-de39-4821-a2fa-eda127b82bd3", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:27:49 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "87" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "f9295d9a1c3e247fb92bcfa15b49b2a1", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "0e841aeb-6e21-4224-a534-10f70443b1d6", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:27:51 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "159" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "beabf570ba0bd8b05a1cb2cd665ed64a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "a91c6b2d-0c59-48fc-911e-4b8772d4f14c", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:27:52 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "133" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "ad06cb5f336ee403eeb75113f22a84ad", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "972fa0dd-6df6-425e-a3a4-0e82ac27d767", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:27:53 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "93" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "8cf2c6aec591dfc2ad519f2269b2bd5b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "4604a07e-ee4c-4f56-a6bb-b7dc62a1e714", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:27:54 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "106" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "8f41845504433d33f1c7d053699ce52f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "47321c75-409f-49eb-b90a-b9a4f2446a34", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:27:55 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "121" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "a01e0597496b9ab80926001d93e17a3b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "39bf2cbe-2342-4b51-977d-5666e34ff6ec", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:27:56 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "116" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "6dbef5f9f4e9a96a93b59bcaf56e7610", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "8b91d308-2ff8-4e57-bc3b-d0775f66128a", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:27:58 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "127" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "648a706b1d930bf0cba6861c0416aa10", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "d76fca6d-bd90-44ad-96ab-257a300b5f4c", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:27:59 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "162" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "735a944d78dda2469b750cb5aeeea59a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "867a3da5-e197-4e5b-b4c2-9971079f47ec", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:28:00 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "166" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "23b1f0af1656dca805b2a1426e4da57d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "1ccc7dc2-c719-48f4-8db4-76dfb3a02874", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:28:01 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "94" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "607d8a0b0314f33229e7c81e103a5ddd", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "cada6d95-6e17-411e-8f83-591f248f1f2a", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:28:02 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "133" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "146dec01866436b9eb7d6e2ad603344e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "35a0a22a-b158-40d3-84b9-e952487f2a14", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:28:05 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "104" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "23aa8fd04471ac86bdbef96f4d8acbca", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "2b847507-1c5b-4d33-81ae-0fd5ca14e0bb", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:28:06 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "171" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "8141c45591e08418d046749695071c26", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "10a2f570-5c22-4522-ae7f-b3d8e6259f2f", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:28:07 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "107" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "814e7ab3398fbc6c66c156a68d4ae861", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "6a5543a1-a132-4838-88c9-b3b8972e8018", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:28:08 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "114" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "12d5a3b2b2c23e6d7726522acfef16b5", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "77489fa8-4164-433f-92ce-87defaadc34a", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:28:09 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "159" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "d3bbd2a14a3b1b3a58841b1f3a72f686", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "c51ad6e1-653b-49a0-92ce-99213c0ff526", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:28:10 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "91" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "f1e4125d093200640c0f0969e641ed76", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "b8f5c199-40cf-4886-8a0e-9e10fbcc4599", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:28:11 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "145" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "ba04a1aa158e672568baba3d974e0404", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "3a83372f-f4a6-48a3-9907-dddd940b8e3a", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:28:12 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "84" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "bccccc2f240a97836ebbc62c40d13416", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "9386c604-63bc-45ce-a391-b644fad8d17d", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:28:14 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "84" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "9875a4973c6d47f7ec7c89784f2668be", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "e1c049ba-309a-495d-9c87-63dfe87382fa", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:28:16 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "81" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "1a39050a3074856b1e6c4cd34ff92696", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "c5ba9c46-41c6-41f2-b9a1-3f2981714d1c", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:28:17 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "135" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "f2a6a3856bd9f396d584cf8e9b0a4847", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "2959e9ee-4341-447b-bf54-fe35fe677620", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:28:18 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "92" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "3b2107521a9766a138ef7a01ef24f8f3", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "f9dbfe80-20ba-4fa7-b8a6-3eb9dc08eb9e", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:28:19 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "95" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "abf2f25676809ee56e4644ef60dde913", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "623fcfca-8413-4791-aa96-f774f48727c8", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:28:20 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "259" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "47800424ebd76bff023fb9e9f19503b1", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "32039549-a904-4658-85ab-95a587ff3a42", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:28:22 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "125" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "a937dc8c9c18dcc72283cc51d5b2055b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "d5912aad-4a54-4120-8484-3dfbfa5962fd", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:28:23 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "105" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "ebdc6706b0a46a1cf387a940bcfbadd8", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "55091cbb-adf1-46dc-bdf7-7370a17576b5", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:28:24 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "107" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "8463934240a587fa3ca325541ead954f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "588c0660-b3c9-45d9-80b2-37c904da3f2a", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:28:25 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "116" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "89e35e3a18b9dc0cc0cdb690f3871f27", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "f88679c9-11ba-410a-bb19-2a43c7628afc", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:28:26 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "187" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "410ff3d6814fc5b56c54ae008ac84b45", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "3ba9598c-f3f0-4d55-831c-ae4ee825ead7", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:28:27 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "147" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "5e0659f123182a1f8686c4d88a6a94b5", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "fc7165c2-8c0e-4597-985e-f74c9b5252f5", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:28:28 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "81" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "2b7efe84549db800a81d1d64690c51f8", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "7325cc41-bb71-46aa-b244-54cdee73dc66", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:28:30 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "517" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "999f7082c181b20fd3e5bac8bddd3b02", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "eca800c0-7609-4bcc-aeba-f637d1b5a60a", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:28:31 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "104" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "8c7cf9c0204a9da8584db5fa06bbc07a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "88d20161-3db9-4d0e-99d3-8075adf04616", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:28:32 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "115" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "1a56cc35fbcac333efcb57b89938fbcb", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "6642cdd4-8cc2-43b4-93a7-fb2d564975d5", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:28:34 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "92" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "6fa41ae1c49061aec70140330b14ab18", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "11c46e2d-0045-48d8-9f6d-1af15604c558", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:28:36 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "336" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "f09240242186c537c6b89d7ec8ef0320", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "05e2ae22-580d-49db-abd7-a8fcb050da3b", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:28:37 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "154" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "ec18e952511771e91ef452c8baffb7da", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "4b9893c3-068b-4a32-ae06-1e42c057a67e", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:28:38 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "749" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "58933f1f0aa6c045e2dfa9d7262f99d8", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "501b377a-680c-4301-a117-eeda1f9f469c", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:28:39 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "116" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "22e120fdbffbd3015621d292cf6e0ac6", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "02bd6fe0-7755-4a35-886e-0d49be4fd5de", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:28:41 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "88" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "895ec201ab5b477aa4580937a7124aee", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "e5ce24c8-6f15-43b5-8530-fd4aedd7e3a7", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:28:42 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "222" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "99cb7a5b951d5fdf3dc0018437b2f073", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "755a6dd1-b6c9-4f63-b3fc-68e7fdb5849f", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:28:45 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "792" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "63d6e2d40fd0527ca6997da2b6c92b44", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "b515546d-de8e-4f5e-88af-0952d50cb0d6", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:28:46 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "116" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "5537e4d770a36ba8e3fe4b9ba9f510f1", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "7a3eee0a-d3de-459f-9a48-b66c4a8f0aa7", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:28:47 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "78" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "c4639568e63b4b1dfd78f384173ca974", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "3a36dfca-92e4-4409-8fe4-edefba1222a3", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:28:48 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "86" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "53adbc949b7b63cf3a6a80d1c4e1a9b1", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "e987bf5d-5547-45d8-aa3e-f60f4dbc5c83", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:28:49 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "128" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "203a8c896766f009c6eb572b7d2454a7", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "f7450c83-c66f-4ea8-a18d-fc11f30ed5da", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:28:51 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "231" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "ec06d755bc47cc75c5ff8ad1664c861c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "1bc1023c-d107-45d7-88dd-b17af73f6abb", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:28:52 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "156" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "8bfa42ce89012d0db3bd8c8f43a4e615", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "9b36afa3-829b-47a7-b6fc-0334c28cf5ac", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:28:53 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "81" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "ed7cd816bddacc69166d5a67dc378a7a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "3df489ad-fcc6-4928-9de0-2d706b35ce5e", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:28:54 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "114" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "3a5d3b65c82acca5c9d9388a30e58921", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "61386275-46f6-4a0e-83b6-6d816edaabee", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:28:55 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "148" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "8dbb741899cf1141d92d75942ea6507c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "6637575b-a251-4fd2-96cd-369a28faa4ff", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:28:57 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "86" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "072a1232ac474eeb32b0230184de9c30", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "a7c86b4b-4c6f-4d11-93f9-2cfe583e54ed", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:28:58 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "182" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "684f39e4fc7ccbaafa4b61fc52119d22", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "73ff9f4c-1e47-4508-b88c-797d13501ad7", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:28:59 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "151" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "1e57bc8881bb6bda886d5b1f753f8cfa", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "3c24bdbe-9075-4aee-8ad5-05dbcffb21ad", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:29:00 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "182" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "f5b04591e8573600675f0dfb4beffb21", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "f44e70f3-f4b9-4303-b35a-f28e4bdbf32d", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:29:01 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "96" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "c87901127e8662745fe3df0ea18b55ba", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "4ce24787-9550-46e2-8491-81d4385a2d06", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:29:02 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "112" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "0d6a66bfa861a0cbbb21b65c74de2099", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "43ca9b7d-86c5-4b35-9410-4d2f39686f8f", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:29:03 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "118" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "740c3971c3c61373d04d967308f194db", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "d8bef3e4-9f03-4aad-b7a1-5093b730bd9f", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:29:06 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "144" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "e43c5209ed846abf35d80c65c718ee80", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "731435a0-eb21-41b2-a55e-cfc274b304f2", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:29:07 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "136" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "679c46c2e17efbf3f3573d13125798ca", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "3ba0972e-cfcf-4096-a609-8e305c6459f6", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:29:10 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "2151" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "2153da8c3ca2831479a23fedb70e4bb7", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "1ba267eb-7c59-4c2c-8797-25b4c050be5f", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:29:11 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "184" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "c1b0155f2d54275c5e41f12cb0ab57dd", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "7a4eedf6-8540-4f48-af8a-c9dfad7b3a8d", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:29:12 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "140" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "ecd84240ccc586de3118eddca20643e5", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "02660aee-44c3-453e-9017-5464afb22658", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:29:14 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "1086" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "fcb4850cd6a75f757e2bc2614ae8d3cd", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "6aa99d6d-1899-4837-aff4-fb6a7de7490c", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:29:15 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "129" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "75ad614a5e3592f137298f3b3f808558", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "8ea48c75-cc6f-4ca2-a6fe-45400bb9e1ad", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:29:17 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "96" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "2b1f0cfd5bf76a36cc796e9a0a7d3b49", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "f6da2fb3-3627-496e-9e17-0699d89e35d1", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:29:18 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "110" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "40911f45ce59adaf9321c57d473a1ffd", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "7c5c9d19-c5d4-4c91-b818-52961cadd295", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:29:27 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "7265" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "3e6369a5a8c8efd62b43a9bbf05788ba", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "52173339-2ae9-492a-ba4e-4fe86edaa247", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:29:28 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "94" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "20f645ed45ee2eff5c7197d695b92391", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "c3ccc850-b513-4ba3-972d-8fb98e782e7c", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:29:30 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "1338" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "a0f4715afd199d8149a2151625f3bd3c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "4d37bea2-d50e-4a93-a4d4-5bf020fae815", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:29:31 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "133" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "018f0b98ff44600e6a35e25610005971", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "b98db046-3d43-42a2-bebb-6effa2aa2eeb", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:29:33 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "441" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "7e611720e863f0a0c458d64c2fe90968", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "f4b97b3c-9507-4cc8-843a-20540edbe45c", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:29:34 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "135" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "8a3d5bb4212a5a4d629335e31a2a8c49", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "3d747f33-3872-400a-9091-191f1d2b017b", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:29:35 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "352" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "0ef5a3483f91afd86a9e3ceb28c13180", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "c4777a9e-2696-48f2-bae4-cb6c0406afa5", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:29:37 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "199" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "b5a27a2ccfc2fe47c9071ccfb2bdd69a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "683645a7-aa41-4319-9925-1baf91146b01", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:29:38 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "111" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "8c048dcbfaf374d6828e208be56232a0", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "de692054-2fac-4cbf-8269-2e59b15dbb4c", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:29:46 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "6167" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "a0b7b562d78779865cf7458a2209fcad", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "51f5c308-e394-4851-b38c-b9f000190805", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:29:47 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "105" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "9b1fa1c8a4bd318ca32d3334aebb1866", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "bd7a75d9-d2a5-4f3a-99fe-0acf6dca74b1", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:29:48 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "776" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "fd6c7bd43505f412068a30fbb54b5278", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "9bf5dc88-6ab0-48e1-a220-6ea166673844", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:29:50 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "168" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "43c372919742bde32885fc5aa352caa0", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "316db8a1-a2d0-475c-917a-670790b95de2", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:29:51 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "99" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "a7b5dedfff9c92a78f2a943374917c57", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "0424a2d2-ac6e-438b-9f4f-7edb01d49339", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:29:52 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "111" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "3ca2badbd4f73d2497afd58038b751b3", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "a129d562-5c72-4c3b-ae41-5e304ec03531", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:29:53 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "110" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "d61c8fbfaa9592dbcb31b41702af4897", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "0f61a748-95d5-4f47-857d-209b44ff6c46", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:29:55 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "127" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "e87ea5098eb00ba8ba780fed2a2759d7", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "33e7ee57-f164-4a8f-bb2e-70fd37354187", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:29:56 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "129" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "e573e0d9a57530c2de1070c6200c3be8", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "90d4bc83-911d-488b-b3e5-2647aa6b68be", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:29:57 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "245" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "93763d6668383103e7101c1d9aee67a3", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "ec3bf6ce-63f6-43ef-9a70-7ebd72197d9a", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:29:59 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "678" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "213edcd7633c6322e24d0a9f1de1eaae", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "de9ad886-1f94-4085-9581-f6fc9eb5adf5", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:30:00 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "80" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "ec87273cc5b0719edd42fd6488a496f0", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "925889a7-6858-45da-83f5-fe06f4b1037d", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:30:01 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "111" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "43eecca819ce02ab1b12b0ea5e641305", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "4468d6e4-74a5-4492-bc91-71e3372886fa", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:30:02 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "85" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "73e16e267b6612f23dcc44f966bddb3e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "d042919f-0858-4ef0-9cb4-80a947bc1f70", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:30:04 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "120" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "51f619b7a6f323e07b84d09e15b41378", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "3c73e30c-bfd2-447b-b482-5b2ff17ceb08", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:30:06 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "109" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "1a3ef82f22c32c89d9dc0601d4b19c5e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "2a7d0ecf-2f23-4dbf-bb3c-4a3b742d66fc", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:30:07 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "119" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "44337237c16d7f128ebdf7e2ab54fd89", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "64a34e34-a24f-4a57-82dc-c7f6e04f5cd3", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:30:08 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "236" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "6ecacbb8c07f947b90c97717a0de4ec9", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "f7d7c75f-1004-4be9-bed8-4e054140ce9a", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:30:10 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "629" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "a26672e8cf806d0be5be8c052ba78185", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "af73bec4-124d-4765-9bc5-7d39ee47acc7", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:30:11 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "158" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "08497ddf2de777def69eb4a34afadeaf", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "78fa58f3-5a44-4822-a887-3b9a708a34dc", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:30:12 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "114" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "39f92d6f5aede908c05d88c1337569e8", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "269fa96e-3af5-4092-baa5-1716dd9eb9f4", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:30:13 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "136" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "2338f1484594bae293efabe21a6822ea", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "f278c72e-9632-4f0f-8840-e5d1a6dd25d9", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:30:14 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "80" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "fe95dcdf47ae84977460488aa51d4381", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "0d0bb3c6-7967-486a-bfb0-b7b9066a01a8", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:30:17 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "401" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "585acb34bbc22a1b4a3ea5feae25ce58", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "a4b8f88d-152e-41cf-99e1-93dd4ff143b7", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:30:18 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "98" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "57e19d3a6bdf003a5ab3ae34fc581576", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "c6b0afc8-df31-413d-b899-06e25eee4cdc", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:30:19 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "146" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "4fad2aacc90d2428c16bb36fa298d64e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "f2e0700b-3731-4118-8d32-6baf657e65d1", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:30:20 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "87" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "084ff091ec3cc9a1915afe0f0de62df2", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "5aad4e8d-2c7b-4e9c-8ea2-69bf36255e9c", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:30:21 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "97" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "83522f297f78704a75bc9574b7ca5ec1", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "a995a472-b9d2-454f-b5c7-586d0fb856de", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:30:22 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "106" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "0ca35fdc0c08c03a89e3bdb2cb1817db", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "c8ddf35d-e6a1-4e8c-abc0-be8f6117c2b6", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:30:23 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "116" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "7346c03e524612d6a5df937f562c12c7", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "47ff9ad8-49cd-4a1c-8750-613bd2245a48", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:30:24 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "129" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "ad323cfb21421ceaf492fa94c198a55c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "81fc33a4-aa67-4c8b-975a-afbcb711dde2", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:30:27 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "282" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "f736baa5eb838a7b8990662879bb695c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "04c20abf-6d09-453f-923b-b738211aa87a", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:30:28 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "82" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "8eb6f6d16ae51c98d5297eb45842500d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "890cc73d-6428-4f3a-905c-910530f22244", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:30:29 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "116" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "9cd936391af61043c1a824b2bbc1a339", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "f942ade3-2205-4351-855f-c30400aa6bbf", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:30:30 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "107" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "cbc29d2816e13b762119215a6cc63246", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "492df5e1-6fd1-468b-b029-a0e035548f95", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:30:31 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "118" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "42ef583fcde1b765b3a6cd3d45e66113", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "75b93915-b3a5-4629-9260-e83639357641", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:30:32 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "87" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "ba8b45868580232cbf9d7bddf9e8a3fa", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "fe4daeed-b6e3-4d32-93ac-46323df343e5", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:30:33 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "170" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "6272dd7560d25b57370b173b4939f53a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "1cd8b505-5b2a-4e8c-988c-c635c4c7e7c6", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:30:34 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "81" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "27d30db7773abac62ccc83445288beca", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "8b08a8e3-17bd-4eb4-9554-e6b00f3d868c", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:30:36 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "161" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "68c7d302ff742641ed3082746ef0da86", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "2565c829-30d4-43d4-aff6-c73cac086b5d", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:30:39 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "1477" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "eb2540a77b15febf16b83506dd1309af", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "3d68bd6f-a993-4c44-8479-864b31738a4a", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:30:40 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "108" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "75384d4d8d71b8c6ccad3a0af4514b3c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "129037ec-c4c2-42a5-b9a5-dc61540dff90", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:30:42 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "1362" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "119cfcf1d26386b413c951bcca3b48da", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "41b4843e-ce20-4800-9a26-5cac667b7044", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:30:43 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "111" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "2027d32764b81a15796d1f6841b509c5", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "54ecbdf5-533f-4ab1-b875-ef7ee181c183", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:30:45 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "113" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "e014f96cf7767a4b98b262a73b0aed91", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "9310619d-f186-4d60-8428-308a5d4ecbb8", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:30:46 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "97" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "20e35f642b2a8d83e78198f5b34c445d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "1be4b6d2-d6a8-44c9-b184-eb8f8e8013d8", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:30:47 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "194" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "d1508cc068262f6387ad8806016ddf6f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "7144ca74-ad9c-4bde-b396-fadfe8e9101d", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:30:48 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "128" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "e2038d7fe8d2409b7586f9f55f56c64b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "c50de77f-e37b-442b-b918-50568f12ce6f", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:30:49 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "115" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "aee7046d1cb9fc6afbb3987ca27d8c79", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "0c42a0eb-01bb-48be-a85c-d2ac160abf3d", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:30:51 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "175" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "257628a26249d78bf10f5ca06f6ed031", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "1ab3a993-a1fa-4c7b-b9f7-bd481da762a5", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:30:52 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "188" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "fc983de6308563b52307e61e4f1e9ef7", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "f75fd293-e2a8-47b4-9ce3-94afaeac43ea", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:30:53 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "82" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "36527ffaa0df0a027910bdaabfca8c8d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "da9aa093-a786-497a-87a6-87176e2996fa", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:30:55 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "77" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "659666e38fe471f4721202417c6c87d3", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "b61bd92a-ec77-4cc2-bbd2-498e7fbc0710", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:30:56 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "276" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "f0a56570991b45513a8e8375730ba358", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "47da92ab-0a41-45ea-9417-30e53cec64ef", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:30:57 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "82" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "e83b597a39886a128be1c4cc9ec08e0c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "4d8ca882-0a0d-40e1-9745-f136678f6261", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:30:59 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "685" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "5a39e9889c24497114502a560c7efe67", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "d047742a-9810-4ca5-b113-8a47d455e817", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:31:00 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "182" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "22c6a96f9e30374a533b653ad484a77a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "5b68c350-c8a9-4117-bf1b-9d1df7982c10", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:31:02 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "726" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "89ed760048d1de34e7f2d3370fbb5d0c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "7f04a382-e224-4750-8d22-030abd1533c5", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:31:03 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "97" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "f45d5de26bf9eadc9f0107e93737748f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "82eba7b1-d0c5-4ed3-a572-8bbf43e05ba4", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:31:04 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "100" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "9655afa97491269575e83b3eca122897", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "ad744b1b-e29f-475e-9c31-aca8520b1f45", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:31:05 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "120" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "775758ddb22795809a03eacf414aa6b0", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "056de186-2276-4a25-bfab-8a5068cc9f25", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:31:06 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "96" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "5f8e437dc7666e7bc7377f112f9d1f8c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "b69c16d8-d4fa-42d3-84e9-426ddc63a2e4", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:31:08 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "143" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "df0b70d9fcdff6682fc0fb8e8ac5e42a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "8f0f308b-d934-47db-ac0f-c5b72930098b", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:31:09 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "177" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "86c18a42c9841530dce9aff0336f65fc", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "3690827d-f1b2-465f-bf58-918959fd38d6", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:31:10 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "77" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "d1f65ee3c63f80d1db982fa6ccede302", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "bf2de291-9fa0-4a71-ab18-829eaf03ef15", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:31:11 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "245" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "a5ce545298dc10083ff502f64d78c3bf", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "94a8f1ae-8b6b-4047-86c2-4dcd6cb45e8e", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:31:14 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "392" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "2caaff5a13ce7bebb940abeb998a49ef", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "d8b0e3f4-1dc4-40c0-9967-ff8f2c58a254", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:31:15 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "89" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "de9ead05c0a04a1f55e6924ac3da3363", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "9770c423-97cb-41e0-b9f8-02a16887efa7", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:31:16 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "101" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "cd4b6fd4b7423e336952ec9ced1c76b4", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "d128e1db-684e-4182-bb96-bf76dbecc7e0", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:31:18 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "250" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "9ff013abe4d99a1edf60d6e881a1b7de", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "4be3591a-5daf-445e-b44a-5f597acd0eef", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:31:19 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "606" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "2917470d7c3e4eac795f754ed4835c39", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "c59c62a3-b9a1-4a2e-b0bd-e08981bd0292", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:31:20 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "90" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "b09edd6f93e9f08951b1eee2e04abdc8", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "ed068246-d965-4f14-b324-d9b9f4b46c3f", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:31:22 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "121" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "a58e0d9a4d052f7567a226796fd0c55b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "b98f0be3-2618-42ca-860a-7a380a37ef97", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:31:23 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "106" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "a3799d0307027af4be26d88c8ec96e2e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "cc8cd5cf-360a-4f09-ad97-a930d69eb7a0", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:31:24 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "106" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "c6b3aca2b6f52134676f49476c0f8080", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "83d3d962-f0ba-49d7-9862-5a83822ea25e", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:31:26 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "822" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "43df92ec19d093c51814e7de75e8a09d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "3adbf449-d5c3-485a-b826-9ca8d11ccf46", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:31:27 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "155" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "c2d6f733ff1d4c6668583b93beac0dae", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "67155365-8ba5-4019-be8b-24f1eca3aefc", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:31:28 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "102" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "fba057a62bea895ee620ade0cf56ac7e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "af9a44c1-4b74-488a-abff-45cb5751b985", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:31:30 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "92" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "7514abcebe39ec632c92da78dd32d46c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "6d666b9e-8c31-459e-8b2b-c1d74d0e58f7", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:31:31 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "177" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "1d373907a44808b2994ddbfd51857d11", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "a9c90ac7-e23a-4ce6-9537-b043b1078755", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:31:32 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "107" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "12c4bcac9798e875f4b4cf5750e5acb4", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "d7a7596c-2da0-4394-aa8d-8241e476fbb5", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:31:33 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "203" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "95d8414b8e1e2a36f90bdcece2669ba6", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "3374d3c7-6223-42e5-809b-2a13687ca2a5", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:31:35 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "122" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "20ccc915c26d70d3c44f2994d55bb8b3", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "3a55bdb5-97b4-4e95-ae84-404a110cfedf", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:31:36 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "811" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "10b127a0e7ad1df3869a198cbb89058e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "0faee0fa-ffc8-4569-8f17-60090217b5d2", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:31:38 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "143" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "874228198c1989476d68d1ce65a2549e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "b647a6b5-25a3-4be0-aae6-605add08dd4b", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:31:40 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "168" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "bb4b28538ab42df9d6ae9ad3a846b53b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "f30c2389-fb94-40b1-a072-894a681fa77a", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:31:41 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "316" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "ad7b9b493118149adf28a2451624b8e3", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "8a43f0e1-de32-4af5-9994-40f589b3c6d5", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:31:43 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "159" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "92397b454a3d8ed92e14b06af173e026", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "c10de216-565b-4edc-b19a-abf88ef8d122", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Connection": "close", - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:31:44 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "123" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "c98595b2a72721858e36db8be8b417b1", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "479aed9c-a443-4897-9850-fa1050d9c379", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:31:45 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "104" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "2d8db6f5220dfffdc1ec7e04802f226b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "5b21577c-35b9-4ada-9fc3-f8124bac36bf", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:31:47 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "616" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "80927b48ee9e9dbcf51703076f4da57a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "844a9bb9-c1cb-4494-bf3a-3287304337fb", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:31:48 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "132" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "3b74fffdb2e58f199886083a2880a15f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "aeee7798-c42d-4ea8-affb-2a932b235240", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:31:49 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "149" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "6d436f1496210712faf037f51ff68f74", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "ca468fb2-f679-473b-bbc6-d1e3efd5a0b9", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:31:50 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "116" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "81070447e7ba96856102e818e6817475", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "9d47a009-d0f9-4f77-b685-6dac211f9457", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:31:51 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "121" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "fff3a476380a6758ec6d41f57a2470a2", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "45f64623-058c-4a45-a567-4baa06245738", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:31:52 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "170" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "24f394f61f792ca4e9ad0b1faefa2078", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "ea5a40fe-f38f-40fc-9767-1f73a2c783ac", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:31:55 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "113" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "7a7fc27b90030e6aab9f954ca5901b3d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "8eb31f53-1821-4277-8a88-34876d008cc9", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:31:56 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "115" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "52224591508d56fbffc6155c2d38b9f1", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "977cddba-34f1-486e-a7e5-b9cc601d8163", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:31:57 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "108" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "b77ac84cf5a4669f29e578d98a588759", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "31854fd9-f8fb-4c95-8ab6-80d88a09766d", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:31:58 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "119" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "688dcd91ced82beac7287b3c7a0de073", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "aabca41f-f12b-4264-8b74-f192da7ba953", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:31:59 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "87" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "ddffa3e663159b98a6bb28a8d721cba7", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "39cf7425-25d6-4750-94e3-50f6a24d3802", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:32:00 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "278" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "60cbbc3f50aa7e19dd4ef07c7a62ec1c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "3aa4526c-9704-412e-b164-c8624a89c511", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:32:01 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "102" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "e7f20504a9582d4334f1c11ca54254a5", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "ff6e91d2-5610-4fad-9439-e70062ba0889", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:32:03 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "78" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "befdd35c804295c88981ffc7721c2144", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "63a4cebe-dc72-4ac5-b784-b1386aa80c8d", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:32:04 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "110" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "d1a40bcfe42f954f789d2bb98ffdd89b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "bca5fe55-fd4b-4795-9c8d-84b177c44378", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:32:06 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "1211" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "a61f4bfa2d6483da3d5c5ed7a97cbb18", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "fae902bd-f075-416a-a5fe-9238b7f4707a", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:32:07 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "167" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "9a4c7cd0829d7875846845a4550f068b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "dff565b5-15a3-4fd5-a5fe-461958e59635", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:32:08 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "118" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "27cc64a87afda1e0312094d28678ebfc", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "5608222a-7ba5-4773-a9b8-59a0c2048409", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:32:10 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "90" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "12e813e23eb177fdd5a622fbe8352e2e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "a72adbb5-e0ae-4765-895e-199706aed08c", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:32:14 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "2419" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "452ed25694af551a9caa687deea3f20c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "51ba9020-2169-4f9c-b638-5cc76f41e95c", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:32:15 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "172" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "41c2497df3266ada6754515658e4b9fb", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "d7d238a4-6ef1-4de3-9282-15863655a1ab", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:32:16 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "141" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "b37c65f2a6494d4cf8927506d5808932", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "a55925ba-110f-4ddc-a013-976848d5d819", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:32:19 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "1203" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "9e7e15b4ec726207f8c4dd5a42c4fdb7", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "38bbd951-b107-49e3-9f7f-45799238736f", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:32:20 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "98" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "888a6df03e27d7c3fd7449937dd394e7", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "5aa26ba0-bf35-4ff4-a7f0-25410af96032", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:32:21 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "93" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "43a21fcb1b6606885d19bb85c8f10b34", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "385af194-0688-410f-846f-b92fac8e0b0a", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:32:22 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "381" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "6815bd9500f5750a52a7a1fda374e424", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "94c8743b-7b14-415c-8113-74a5826ee9d6", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "1701540", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:32:38 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "14186" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "completed", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - }, - { - "name": "online", - "policySource": "Online", - "summary": [ - { - "timeStamp": "2021-06-23T00:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 2.0, - "snipsEstimatorDenominator": 2.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T00:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T00:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T01:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T01:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T01:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T01:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T01:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T01:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T01:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T01:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T01:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T01:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T01:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T01:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T02:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T02:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T02:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T02:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T02:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T02:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T02:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T02:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T02:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T02:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T02:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T02:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T03:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T03:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T03:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T03:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T03:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T03:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T03:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T03:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T03:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T03:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T03:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T03:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T04:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T04:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T04:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T04:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T04:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T04:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T04:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T04:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T04:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T04:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T04:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T04:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T05:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T05:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T05:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T05:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T05:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T05:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T05:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T05:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T05:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T05:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T05:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T05:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T06:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T06:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T06:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T06:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T06:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T06:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T06:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T06:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T06:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T06:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T06:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T06:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T07:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T07:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T07:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T07:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T07:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T07:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T07:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T07:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T07:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T07:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T07:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T07:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T08:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T08:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T08:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T08:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T08:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T08:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T08:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T08:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T08:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T08:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T08:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T08:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T09:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T09:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T09:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T09:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T09:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T09:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T09:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T09:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T09:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T09:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T09:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T09:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T10:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T10:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T10:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T10:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T10:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T10:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T10:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T10:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T10:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T10:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T10:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T10:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T11:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T11:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T11:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T11:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T11:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T11:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T11:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T11:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T11:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T11:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T11:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T11:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T12:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T12:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T12:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T12:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T12:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T12:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T12:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T12:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T12:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T12:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T12:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T12:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T13:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T13:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T13:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T13:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T13:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T13:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T13:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T13:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T13:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T13:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T13:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T13:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T14:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T14:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T14:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T14:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T14:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T14:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T14:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T14:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T14:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T14:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T14:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T14:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T15:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T15:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T15:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T15:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T15:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T15:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T15:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T15:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T15:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T15:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T15:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T15:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T16:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T16:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T16:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T16:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T16:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T16:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T16:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T16:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T16:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T16:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T16:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T16:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T17:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T17:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T17:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T17:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T17:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T17:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T17:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T17:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T17:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T17:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T17:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T17:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T18:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T18:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T18:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T18:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T18:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T18:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T18:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T18:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T18:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T18:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T18:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T18:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T19:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T19:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T19:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T19:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T19:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T19:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T19:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T19:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T19:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T19:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T19:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T19:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T20:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T20:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T20:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T20:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T20:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T20:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T20:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T20:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T20:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T20:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T20:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T20:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T21:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T21:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T21:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T21:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T21:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T21:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T21:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T21:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T21:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T21:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T21:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T21:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T22:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T22:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T22:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T22:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T22:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T22:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T22:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T22:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T22:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T22:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T22:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T22:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T23:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T23:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T23:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T23:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T23:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T23:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T23:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T23:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T23:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T23:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T23:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T23:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T00:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T00:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T00:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T00:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T00:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T00:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T00:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T00:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T00:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T00:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T00:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T00:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T01:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T01:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T01:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T01:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T01:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T01:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T01:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T01:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T01:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T01:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T01:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T01:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T02:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T02:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T02:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T02:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T02:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T02:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T02:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T02:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T02:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T02:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T02:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T02:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T03:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T03:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T03:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T03:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T03:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T03:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T03:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T03:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T03:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T03:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T03:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T03:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T04:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T04:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T04:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T04:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T04:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T04:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T04:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T04:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T04:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T04:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T04:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T04:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T05:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T05:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T05:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T05:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T05:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T05:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T05:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T05:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T05:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T05:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T05:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T05:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T06:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T06:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T06:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T06:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T06:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T06:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T06:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T06:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T06:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T06:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T06:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T06:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T07:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T07:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T07:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T07:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T07:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T07:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T07:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T07:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T07:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T07:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T07:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T07:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T08:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T08:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T08:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T08:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T08:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T08:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T08:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T08:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T08:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T08:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T08:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T08:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T09:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T09:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T09:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T09:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T09:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T09:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T09:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T09:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T09:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T09:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T09:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T09:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T10:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T10:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T10:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T10:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T10:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T10:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T10:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T10:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T10:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T10:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T10:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T10:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T11:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T11:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T11:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T11:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T11:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T11:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T11:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T11:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T11:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T11:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T11:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T11:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T12:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T12:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T12:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T12:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T12:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T12:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T12:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T12:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T12:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T12:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T12:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T12:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T13:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T13:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T13:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T13:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T13:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T13:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T13:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T13:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T13:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T13:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T13:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T13:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T14:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T14:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T14:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T14:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T14:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T14:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T14:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T14:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T14:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T14:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T14:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T14:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T15:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T15:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T15:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T15:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T15:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T15:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T15:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T15:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T15:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T15:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T15:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T15:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T16:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T16:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T16:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T16:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T16:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T16:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T16:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T16:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T16:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T16:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T16:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T16:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T17:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T17:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T17:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T17:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T17:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T17:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T17:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T17:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T17:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T17:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T17:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T17:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T18:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T18:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T18:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T18:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T18:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T18:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T18:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T18:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T18:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T18:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T18:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T18:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T19:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T19:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T19:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T19:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T19:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T19:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T19:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T19:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T19:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T19:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T19:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T19:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T20:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T20:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T20:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T20:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T20:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T20:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T20:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T20:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T20:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T20:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T20:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T20:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T21:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T21:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T21:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T21:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T21:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T21:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T21:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T21:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T21:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T21:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T21:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T21:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T22:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T22:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T22:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T22:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T22:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T22:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T22:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T22:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T22:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T22:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T22:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T22:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T23:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T23:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T23:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T23:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T23:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T23:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T23:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T23:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T23:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T23:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T23:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T23:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T00:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T00:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T00:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T00:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T00:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T00:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T00:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T00:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T00:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T00:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T00:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T00:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T01:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T01:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T01:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T01:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T01:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T01:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T01:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T01:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T01:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T01:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T01:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T01:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T02:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T02:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T02:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T02:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T02:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T02:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T02:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T02:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T02:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T02:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T02:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T02:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T03:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T03:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T03:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T03:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T03:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T03:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T03:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T03:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T03:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T03:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T03:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T03:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T04:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T04:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T04:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T04:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T04:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T04:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T04:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T04:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T04:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T04:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T04:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T04:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T05:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T05:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T05:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T05:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T05:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T05:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T05:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T05:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T05:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T05:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T05:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T05:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T06:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T06:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T06:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T06:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T06:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T06:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T06:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T06:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T06:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T06:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T06:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T06:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T07:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T07:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T07:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T07:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T07:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T07:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T07:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T07:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T07:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T07:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T07:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T07:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T08:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T08:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T08:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T08:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T08:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T08:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T08:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T08:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T08:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T08:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T08:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T08:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T09:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T09:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T09:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T09:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T09:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T09:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T09:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T09:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T09:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T09:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T09:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T09:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T10:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T10:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T10:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T10:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T10:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T10:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T10:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T10:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T10:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T10:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T10:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T10:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T11:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T11:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T11:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T11:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T11:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T11:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T11:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T11:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T11:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T11:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T11:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T11:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T12:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T12:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T12:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T12:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T12:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T12:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T12:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T12:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T12:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T12:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T12:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T12:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T13:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T13:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T13:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T13:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T13:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T13:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T13:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T13:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T13:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T13:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T13:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T13:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T14:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T14:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T14:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T14:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T14:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T14:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T14:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T14:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T14:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T14:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T14:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T14:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T15:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T15:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T15:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T15:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T15:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T15:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T15:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T15:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T15:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T15:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T15:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T15:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T16:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T16:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T16:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T16:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T16:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T16:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T16:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T16:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T16:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T16:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T16:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T16:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T17:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T17:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T17:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T17:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T17:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T17:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T17:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T17:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T17:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T17:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T17:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T17:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T18:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T18:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T18:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T18:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T18:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T18:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T18:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T18:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T18:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T18:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T18:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T18:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T19:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T19:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T19:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T19:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T19:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T19:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T19:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T19:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T19:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T19:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T19:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T19:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T20:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T20:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T20:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T20:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T20:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T20:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T20:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T20:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T20:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T20:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T20:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T20:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T21:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T21:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T21:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T21:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T21:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T21:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T21:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T21:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T21:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T21:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T21:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T21:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T22:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T22:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T22:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T22:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T22:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T22:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T22:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T22:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T22:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T22:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T22:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T22:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T23:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T23:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T23:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T23:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T23:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T23:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T23:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T23:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T23:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T23:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T23:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T23:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T00:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T00:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T00:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T00:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T00:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T00:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T00:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T00:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T00:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T00:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T00:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T00:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T01:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T01:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T01:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T01:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T01:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T01:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T01:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T01:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T01:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T01:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T01:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T01:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T02:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T02:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T02:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T02:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T02:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T02:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T02:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T02:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T02:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T02:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T02:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T02:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T03:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T03:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T03:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T03:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T03:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T03:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T03:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T03:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T03:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T03:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T03:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T03:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T04:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T04:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T04:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T04:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T04:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T04:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T04:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T04:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T04:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T04:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T04:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T04:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T05:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T05:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T05:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T05:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T05:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T05:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T05:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T05:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T05:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T05:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T05:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T05:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T06:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T06:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T06:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T06:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T06:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T06:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T06:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T06:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T06:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T06:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T06:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T06:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T07:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T07:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T07:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T07:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T07:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T07:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T07:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T07:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T07:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T07:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T07:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T07:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T08:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T08:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T08:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T08:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T08:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T08:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T08:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T08:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T08:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T08:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T08:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T08:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T09:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T09:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T09:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T09:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T09:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T09:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T09:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T09:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T09:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T09:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T09:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T09:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T10:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T10:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T10:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T10:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T10:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T10:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T10:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T10:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T10:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T10:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T10:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T10:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T11:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T11:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T11:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T11:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T11:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T11:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T11:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T11:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T11:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T11:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T11:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T11:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T12:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T12:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T12:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T12:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T12:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T12:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T12:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T12:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T12:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T12:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T12:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T12:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T13:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T13:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T13:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T13:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T13:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T13:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T13:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T13:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T13:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T13:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T13:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T13:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T14:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T14:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T14:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T14:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T14:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T14:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T14:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T14:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T14:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T14:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T14:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T14:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T15:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T15:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T15:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T15:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T15:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T15:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T15:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T15:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T15:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T15:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T15:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T15:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T16:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T16:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T16:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T16:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T16:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T16:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T16:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T16:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T16:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T16:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T16:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T16:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T17:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T17:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T17:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T17:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T17:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T17:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T17:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T17:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T17:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T17:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T17:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T17:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T18:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T18:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T18:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T18:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T18:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T18:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T18:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T18:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T18:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T18:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T18:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T18:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T19:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T19:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T19:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T19:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T19:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T19:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T19:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T19:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T19:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T19:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T19:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T19:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T20:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T20:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T20:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T20:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T20:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T20:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T20:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T20:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T20:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T20:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T20:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T20:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T21:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T21:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T21:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T21:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T21:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T21:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T21:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T21:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T21:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T21:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T21:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T21:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T22:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T22:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T22:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T22:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T22:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T22:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T22:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T22:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T22:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T22:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T22:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T22:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T23:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T23:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T23:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T23:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T23:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T23:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T23:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T23:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T23:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T23:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T23:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T23:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T00:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T00:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T00:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T00:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T00:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T00:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T00:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T00:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T00:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T00:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T00:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T00:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T01:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T01:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T01:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T01:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T01:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T01:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T01:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T01:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T01:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T01:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T01:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T01:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T02:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T02:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T02:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T02:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T02:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T02:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T02:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T02:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T02:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T02:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T02:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T02:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T03:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T03:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T03:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T03:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T03:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T03:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T03:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T03:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T03:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T03:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T03:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T03:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T04:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T04:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T04:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T04:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T04:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T04:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T04:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T04:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T04:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T04:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T04:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T04:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T05:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T05:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T05:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T05:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T05:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T05:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T05:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T05:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T05:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T05:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T05:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T05:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T06:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T06:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T06:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T06:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T06:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T06:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T06:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T06:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T06:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T06:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T06:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T06:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T07:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T07:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T07:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T07:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T07:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T07:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T07:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T07:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T07:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T07:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T07:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T07:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T08:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T08:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T08:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T08:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T08:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T08:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T08:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T08:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T08:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T08:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T08:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T08:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T09:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T09:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T09:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T09:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T09:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T09:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T09:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T09:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T09:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T09:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T09:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T09:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T10:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T10:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T10:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T10:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T10:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T10:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T10:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T10:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T10:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T10:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T10:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T10:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T11:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T11:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T11:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T11:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T11:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T11:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T11:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T11:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T11:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T11:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T11:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T11:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T12:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T12:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T12:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T12:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T12:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T12:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T12:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T12:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T12:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T12:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T12:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T12:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T13:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T13:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T13:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T13:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T13:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T13:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T13:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T13:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T13:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T13:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T13:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T13:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T14:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T14:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T14:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T14:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T14:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T14:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T14:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T14:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T14:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T14:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T14:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T14:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T15:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T15:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T15:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T15:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T15:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T15:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T15:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T15:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T15:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T15:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T15:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T15:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T16:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T16:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T16:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T16:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T16:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T16:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T16:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T16:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T16:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T16:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T16:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T16:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T17:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T17:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T17:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T17:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T17:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T17:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T17:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T17:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T17:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T17:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T17:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T17:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T18:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T18:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T18:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T18:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T18:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T18:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T18:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T18:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T18:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T18:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T18:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T18:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T19:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T19:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T19:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T19:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T19:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T19:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T19:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T19:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T19:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T19:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T19:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T19:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T20:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T20:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T20:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T20:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T20:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T20:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T20:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T20:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T20:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T20:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T20:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T20:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T21:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T21:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T21:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T21:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T21:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T21:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T21:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T21:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T21:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T21:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T21:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T21:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T22:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T22:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T22:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T22:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T22:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T22:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T22:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T22:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T22:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T22:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T22:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T22:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T23:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T23:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T23:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T23:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T23:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T23:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T23:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T23:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T23:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T23:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T23:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T23:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T00:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T00:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T00:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T00:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T00:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T00:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T00:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T00:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T00:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T00:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T00:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T00:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T01:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T01:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T01:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T01:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T01:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T01:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T01:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T01:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T01:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T01:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T01:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T01:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T02:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T02:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T02:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T02:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T02:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T02:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T02:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T02:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T02:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T02:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T02:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T02:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T03:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T03:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T03:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T03:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T03:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T03:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T03:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T03:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T03:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T03:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T03:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T03:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T04:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T04:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T04:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T04:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T04:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T04:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T04:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T04:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T04:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T04:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T04:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T04:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T05:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T05:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T05:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T05:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T05:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T05:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T05:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T05:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T05:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T05:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T05:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T05:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T06:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T06:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T06:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T06:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T06:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T06:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T06:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T06:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T06:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T06:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T06:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T06:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T07:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T07:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T07:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T07:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T07:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T07:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T07:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T07:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T07:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T07:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T07:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T07:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T08:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T08:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T08:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T08:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T08:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T08:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T08:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T08:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T08:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T08:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T08:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T08:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T09:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T09:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T09:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T09:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T09:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T09:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T09:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T09:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T09:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T09:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T09:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T09:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T10:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T10:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T10:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T10:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T10:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T10:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T10:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T10:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T10:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T10:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T10:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T10:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T11:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T11:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T11:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T11:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T11:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T11:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T11:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T11:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T11:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T11:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T11:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T11:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T12:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T12:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T12:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T12:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T12:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T12:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T12:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T12:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T12:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T12:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T12:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T12:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T13:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T13:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T13:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T13:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T13:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T13:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T13:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T13:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T13:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T13:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T13:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T13:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T14:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T14:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T14:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T14:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T14:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T14:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T14:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T14:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T14:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T14:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T14:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T14:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T15:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T15:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T15:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T15:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T15:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T15:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T15:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T15:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T15:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T15:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T15:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T15:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T16:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T16:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T16:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T16:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T16:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T16:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T16:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T16:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T16:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T16:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T16:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T16:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T17:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T17:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T17:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T17:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T17:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T17:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T17:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T17:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T17:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T17:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T17:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T17:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T18:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T18:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T18:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T18:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T18:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T18:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T18:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T18:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T18:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T18:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T18:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T18:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T19:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T19:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T19:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T19:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T19:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T19:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T19:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T19:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T19:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T19:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T19:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T19:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T20:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T20:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T20:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T20:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T20:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T20:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T20:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T20:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T20:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T20:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T20:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T20:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T21:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T21:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T21:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T21:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T21:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T21:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T21:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T21:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T21:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T21:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T21:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T21:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T22:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T22:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T22:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T22:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T22:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T22:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T22:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T22:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T22:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T22:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T22:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T22:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T23:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T23:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T23:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T23:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T23:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T23:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T23:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T23:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T23:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T23:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T23:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T23:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T00:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T00:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T00:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T00:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T00:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T00:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T00:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T00:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T00:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T00:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T00:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T00:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T01:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T01:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T01:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T01:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T01:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T01:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T01:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T01:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T01:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T01:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T01:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T01:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T02:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T02:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T02:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T02:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T02:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T02:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T02:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T02:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T02:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T02:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T02:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T02:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T03:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T03:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T03:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T03:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T03:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T03:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T03:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T03:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T03:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T03:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T03:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T03:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T04:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T04:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T04:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T04:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T04:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T04:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T04:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T04:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T04:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T04:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T04:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T04:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T05:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T05:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T05:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T05:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T05:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T05:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T05:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T05:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T05:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T05:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T05:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T05:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T06:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T06:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T06:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T06:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T06:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T06:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T06:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T06:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T06:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T06:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T06:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T06:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T07:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T07:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T07:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T07:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T07:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T07:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T07:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T07:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T07:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T07:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T07:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T07:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T08:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T08:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T08:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T08:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T08:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T08:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T08:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T08:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T08:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T08:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T08:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T08:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T09:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T09:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T09:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T09:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T09:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T09:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T09:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T09:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T09:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T09:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T09:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T09:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T10:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T10:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T10:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T10:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T10:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T10:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T10:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T10:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T10:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T10:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T10:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T10:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T11:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T11:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T11:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T11:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T11:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T11:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T11:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T11:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T11:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T11:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T11:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T11:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T12:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T12:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T12:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T12:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T12:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T12:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T12:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T12:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T12:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T12:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T12:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T12:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T13:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T13:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T13:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T13:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T13:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T13:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T13:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T13:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T13:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T13:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T13:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T13:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T14:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T14:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T14:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T14:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T14:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T14:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T14:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T14:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T14:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T14:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T14:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T14:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T15:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T15:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T15:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T15:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T15:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T15:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T15:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T15:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T15:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T15:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T15:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T15:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T16:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T16:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T16:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T16:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T16:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T16:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T16:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T16:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T16:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T16:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T16:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T16:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T17:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T17:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T17:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T17:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T17:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T17:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T17:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T17:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T17:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T17:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T17:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T17:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T18:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T18:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T18:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T18:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T18:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T18:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T18:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T18:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T18:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T18:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T18:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T18:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T19:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T19:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T19:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T19:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T19:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T19:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T19:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T19:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T19:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T19:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T19:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T19:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T20:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T20:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T20:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T20:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T20:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T20:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T20:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T20:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T20:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T20:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T20:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T20:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T21:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T21:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T21:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T21:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T21:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T21:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T21:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T21:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T21:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T21:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T21:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T21:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T22:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T22:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T22:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T22:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T22:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T22:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T22:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T22:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T22:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T22:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T22:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T22:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T23:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T23:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T23:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T23:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T23:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T23:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T23:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T23:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T23:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T23:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T23:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T23:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T00:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T00:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T00:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T00:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 8.0, - "snipsEstimatorDenominator": 8.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T00:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T00:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T00:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T00:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T00:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T00:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T00:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T00:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T01:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T01:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T01:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T01:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T01:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T01:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T01:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T01:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T01:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T01:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T01:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T01:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T02:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T02:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T02:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T02:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T02:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T02:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T02:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T02:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T02:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T02:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T02:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T02:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T03:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T03:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T03:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T03:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T03:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T03:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T03:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T03:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T03:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T03:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T03:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T03:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T04:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T04:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T04:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T04:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T04:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T04:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T04:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T04:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T04:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T04:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T04:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T04:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T05:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T05:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T05:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T05:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T05:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T05:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T05:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T05:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T05:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T05:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T05:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T05:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T06:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T06:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T06:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T06:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T06:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T06:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T06:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T06:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T06:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T06:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T06:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T06:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T07:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T07:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T07:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T07:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T07:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T07:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T07:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T07:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T07:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T07:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T07:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T07:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T08:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T08:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T08:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T08:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T08:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T08:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T08:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T08:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T08:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T08:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T08:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T08:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T09:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T09:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T09:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T09:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T09:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T09:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T09:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T09:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T09:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T09:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T09:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T09:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T10:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T10:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T10:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T10:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T10:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T10:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T10:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T10:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T10:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T10:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T10:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T10:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T11:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T11:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T11:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T11:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T11:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T11:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T11:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T11:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T11:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T11:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T11:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T11:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T12:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T12:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T12:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T12:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T12:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T12:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T12:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T12:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T12:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T12:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T12:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 8.0, - "snipsEstimatorDenominator": 8.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T12:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 8.0, - "snipsEstimatorDenominator": 8.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T13:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T13:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 8.0, - "snipsEstimatorDenominator": 8.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T13:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T13:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T13:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T13:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 8.0, - "snipsEstimatorDenominator": 8.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T13:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T13:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T13:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T13:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T13:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T13:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T14:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T14:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T14:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 8.0, - "snipsEstimatorDenominator": 8.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T14:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T14:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 8.0, - "snipsEstimatorDenominator": 8.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T14:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 56.0, - "snipsEstimatorDenominator": 56.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T14:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T14:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 8.0, - "snipsEstimatorDenominator": 8.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T14:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 56.0, - "snipsEstimatorDenominator": 56.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T14:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T14:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T14:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 8.0, - "snipsEstimatorDenominator": 8.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T15:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 56.0, - "snipsEstimatorDenominator": 56.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T15:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T15:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 40.0, - "snipsEstimatorDenominator": 40.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T15:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 8.0, - "snipsEstimatorDenominator": 8.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T15:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 8.0, - "snipsEstimatorDenominator": 8.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T15:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T15:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 8.0, - "snipsEstimatorDenominator": 8.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T15:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T15:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T15:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 56.0, - "snipsEstimatorDenominator": 56.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T15:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 8.0, - "snipsEstimatorDenominator": 8.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T15:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 8.0, - "snipsEstimatorDenominator": 8.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T16:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 40.0, - "snipsEstimatorDenominator": 40.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T16:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 16.0, - "snipsEstimatorDenominator": 16.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T16:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T16:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T16:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T16:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T16:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T16:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T16:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 64.0, - "snipsEstimatorDenominator": 64.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T16:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T16:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T16:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 72.0, - "snipsEstimatorDenominator": 72.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T17:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 16.0, - "snipsEstimatorDenominator": 16.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T17:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 32.0, - "snipsEstimatorDenominator": 32.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T17:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 32.0, - "snipsEstimatorDenominator": 32.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T17:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 86.0, - "snipsEstimatorDenominator": 86.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T17:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 2.0, - "snipsEstimatorDenominator": 2.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T17:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 58.0, - "snipsEstimatorDenominator": 58.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T17:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 47.0, - "snipsEstimatorDenominator": 47.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T17:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T17:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T17:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T17:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 1.0, - "snipsEstimatorDenominator": 1.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T17:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 32.0, - "snipsEstimatorDenominator": 32.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T18:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T18:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T18:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 12.0, - "snipsEstimatorDenominator": 12.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T18:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 7.0, - "snipsEstimatorDenominator": 7.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T18:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T18:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 14.0, - "snipsEstimatorDenominator": 14.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T18:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 14.0, - "snipsEstimatorDenominator": 14.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T18:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T18:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 15.0, - "snipsEstimatorDenominator": 15.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T18:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 1.0, - "snipsEstimatorDenominator": 1.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T00:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 2.0, - "snipsEstimatorDenominator": 2.0, - "aggregateTimeWindow": "PT1H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T01:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T02:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T03:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T04:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T05:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T06:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T07:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T08:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T09:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T10:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T11:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T12:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T13:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T14:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T15:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T16:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T17:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T18:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T19:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T20:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T21:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T22:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T23:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T00:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T01:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T02:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T03:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T04:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T05:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T06:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T07:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T08:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T09:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T10:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T11:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T12:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T13:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T14:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T15:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T16:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T17:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T18:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T19:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T20:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T21:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T22:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T23:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T00:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T01:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T02:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T03:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T04:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T05:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T06:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T07:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T08:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T09:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T10:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T11:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T12:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T13:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T14:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T15:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T16:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T17:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T18:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T19:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T20:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T21:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T22:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T23:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T00:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T01:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T02:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T03:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T04:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T05:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T06:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T07:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T08:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T09:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T10:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T11:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T12:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T13:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T14:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T15:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T16:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T17:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T18:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T19:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T20:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T21:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T22:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T23:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T00:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T01:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T02:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T03:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T04:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T05:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T06:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T07:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T08:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T09:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T10:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T11:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T12:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T13:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T14:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T15:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T16:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T17:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T18:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T19:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T20:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T21:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T22:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T23:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T00:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T01:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T02:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T03:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T04:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T05:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T06:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T07:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T08:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T09:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T10:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T11:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T12:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T13:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T14:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T15:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T16:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T17:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T18:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T19:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T20:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T21:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T22:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T23:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T00:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T01:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T02:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T03:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T04:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T05:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T06:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T07:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T08:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T09:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T10:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T11:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T12:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T13:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T14:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T15:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T16:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T17:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T18:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T19:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T20:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T21:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T22:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T23:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T00:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 8.0, - "snipsEstimatorDenominator": 8.0, - "aggregateTimeWindow": "PT1H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T01:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T02:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T03:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T04:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T05:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T06:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T07:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T08:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T09:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T10:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T11:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T12:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 16.0, - "snipsEstimatorDenominator": 16.0, - "aggregateTimeWindow": "PT1H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T13:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 16.0, - "snipsEstimatorDenominator": 16.0, - "aggregateTimeWindow": "PT1H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T14:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 144.0, - "snipsEstimatorDenominator": 144.0, - "aggregateTimeWindow": "PT1H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T15:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 192.0, - "snipsEstimatorDenominator": 192.0, - "aggregateTimeWindow": "PT1H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T16:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 192.0, - "snipsEstimatorDenominator": 192.0, - "aggregateTimeWindow": "PT1H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T17:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 306.0, - "snipsEstimatorDenominator": 306.0, - "aggregateTimeWindow": "PT1H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T18:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 63.0, - "snipsEstimatorDenominator": 63.0, - "aggregateTimeWindow": "PT1H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T00:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 2.0, - "snipsEstimatorDenominator": 2.0, - "aggregateTimeWindow": "PT6H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T06:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT6H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T12:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT6H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T18:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT6H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T00:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT6H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T06:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT6H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T12:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT6H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T18:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT6H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T00:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT6H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T06:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT6H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T12:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT6H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T18:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT6H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T00:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT6H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T06:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT6H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T12:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT6H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T18:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT6H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T00:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT6H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T06:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT6H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T12:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT6H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T18:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT6H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T00:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT6H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T06:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT6H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T12:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT6H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T18:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT6H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T00:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT6H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T06:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT6H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T12:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT6H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T18:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT6H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T00:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 8.0, - "snipsEstimatorDenominator": 8.0, - "aggregateTimeWindow": "PT6H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T06:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT6H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T12:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 866.0, - "snipsEstimatorDenominator": 866.0, - "aggregateTimeWindow": "PT6H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T18:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 63.0, - "snipsEstimatorDenominator": 63.0, - "aggregateTimeWindow": "PT6H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T00:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 2.0, - "snipsEstimatorDenominator": 2.0, - "aggregateTimeWindow": "P1D", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T00:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "P1D", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T00:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "P1D", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T00:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "P1D", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T00:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "P1D", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T00:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "P1D", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T00:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "P1D", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T00:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 937.0, - "snipsEstimatorDenominator": 937.0, - "aggregateTimeWindow": "P1D", - "confidenceInterval": 0.0, - "averageReward": 0.0 - } - ], - "totalSummary": { - "timeStamp": "2021-06-30T07:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 939.0, - "snipsEstimatorDenominator": 939.0, - "aggregateTimeWindow": "PT0S", - "confidenceInterval": 0.0, - "averageReward": 0.0 - } - }, - { - "name": "baseline1", - "policySource": "Baseline", - "summary": [ - { - "timeStamp": "2021-06-23T00:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 2.0, - "snipsEstimatorDenominator": 2.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 2.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T00:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T00:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T01:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T01:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T01:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T01:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T01:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T01:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T01:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T01:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T01:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T01:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T01:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T01:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T02:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T02:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T02:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T02:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T02:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T02:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T02:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T02:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T02:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T02:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T02:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T02:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T03:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T03:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T03:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T03:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T03:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T03:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T03:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T03:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T03:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T03:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T03:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T03:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T04:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T04:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T04:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T04:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T04:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T04:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T04:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T04:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T04:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T04:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T04:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T04:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T05:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T05:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T05:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T05:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T05:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T05:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T05:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T05:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T05:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T05:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T05:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T05:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T06:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T06:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T06:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T06:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T06:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T06:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T06:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T06:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T06:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T06:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T06:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T06:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T07:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T07:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T07:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T07:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T07:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T07:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T07:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T07:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T07:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T07:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T07:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T07:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T08:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T08:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T08:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T08:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T08:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T08:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T08:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T08:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T08:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T08:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T08:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T08:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T09:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T09:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T09:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T09:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T09:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T09:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T09:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T09:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T09:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T09:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T09:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T09:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T10:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T10:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T10:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T10:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T10:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T10:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T10:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T10:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T10:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T10:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T10:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T10:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T11:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T11:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T11:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T11:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T11:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T11:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T11:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T11:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T11:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T11:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T11:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T11:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T12:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T12:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T12:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T12:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T12:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T12:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T12:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T12:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T12:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T12:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T12:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T12:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T13:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T13:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T13:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T13:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T13:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T13:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T13:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T13:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T13:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T13:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T13:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T13:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T14:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T14:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T14:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T14:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T14:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T14:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T14:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T14:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T14:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T14:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T14:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T14:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T15:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T15:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T15:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T15:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T15:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T15:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T15:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T15:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T15:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T15:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T15:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T15:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T16:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T16:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T16:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T16:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T16:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T16:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T16:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T16:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T16:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T16:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T16:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T16:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T17:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T17:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T17:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T17:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T17:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T17:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T17:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T17:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T17:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T17:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T17:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T17:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T18:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T18:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T18:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T18:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T18:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T18:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T18:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T18:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T18:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T18:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T18:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T18:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T19:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T19:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T19:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T19:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T19:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T19:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T19:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T19:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T19:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T19:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T19:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T19:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T20:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T20:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T20:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T20:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T20:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T20:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T20:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T20:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T20:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T20:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T20:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T20:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T21:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T21:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T21:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T21:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T21:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T21:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T21:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T21:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T21:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T21:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T21:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T21:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T22:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T22:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T22:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T22:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T22:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T22:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T22:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T22:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T22:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T22:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T22:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T22:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T23:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T23:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T23:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T23:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T23:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T23:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T23:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T23:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T23:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T23:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T23:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T23:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T00:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T00:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T00:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T00:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T00:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T00:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T00:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T00:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T00:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T00:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T00:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T00:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T01:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T01:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T01:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T01:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T01:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T01:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T01:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T01:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T01:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T01:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T01:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T01:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T02:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T02:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T02:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T02:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T02:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T02:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T02:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T02:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T02:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T02:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T02:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T02:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T03:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T03:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T03:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T03:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T03:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T03:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T03:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T03:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T03:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T03:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T03:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T03:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T04:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T04:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T04:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T04:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T04:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T04:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T04:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T04:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T04:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T04:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T04:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T04:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T05:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T05:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T05:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T05:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T05:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T05:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T05:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T05:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T05:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T05:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T05:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T05:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T06:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T06:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T06:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T06:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T06:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T06:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T06:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T06:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T06:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T06:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T06:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T06:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T07:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T07:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T07:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T07:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T07:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T07:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T07:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T07:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T07:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T07:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T07:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T07:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T08:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T08:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T08:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T08:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T08:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T08:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T08:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T08:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T08:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T08:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T08:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T08:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T09:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T09:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T09:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T09:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T09:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T09:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T09:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T09:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T09:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T09:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T09:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T09:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T10:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T10:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T10:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T10:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T10:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T10:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T10:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T10:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T10:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T10:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T10:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T10:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T11:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T11:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T11:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T11:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T11:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T11:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T11:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T11:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T11:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T11:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T11:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T11:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T12:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T12:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T12:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T12:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T12:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T12:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T12:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T12:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T12:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T12:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T12:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T12:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T13:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T13:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T13:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T13:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T13:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T13:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T13:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T13:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T13:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T13:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T13:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T13:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T14:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T14:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T14:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T14:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T14:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T14:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T14:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T14:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T14:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T14:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T14:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T14:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T15:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T15:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T15:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T15:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T15:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T15:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T15:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T15:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T15:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T15:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T15:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T15:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T16:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T16:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T16:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T16:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T16:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T16:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T16:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T16:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T16:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T16:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T16:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T16:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T17:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T17:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T17:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T17:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T17:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T17:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T17:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T17:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T17:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T17:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T17:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T17:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T18:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T18:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T18:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T18:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T18:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T18:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T18:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T18:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T18:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T18:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T18:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T18:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T19:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T19:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T19:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T19:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T19:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T19:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T19:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T19:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T19:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T19:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T19:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T19:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T20:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T20:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T20:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T20:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T20:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T20:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T20:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T20:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T20:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T20:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T20:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T20:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T21:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T21:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T21:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T21:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T21:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T21:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T21:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T21:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T21:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T21:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T21:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T21:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T22:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T22:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T22:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T22:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T22:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T22:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T22:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T22:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T22:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T22:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T22:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T22:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T23:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T23:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T23:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T23:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T23:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T23:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T23:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T23:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T23:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T23:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T23:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T23:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T00:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T00:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T00:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T00:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T00:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T00:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T00:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T00:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T00:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T00:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T00:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T00:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T01:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T01:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T01:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T01:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T01:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T01:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T01:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T01:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T01:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T01:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T01:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T01:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T02:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T02:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T02:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T02:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T02:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T02:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T02:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T02:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T02:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T02:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T02:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T02:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T03:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T03:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T03:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T03:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T03:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T03:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T03:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T03:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T03:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T03:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T03:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T03:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T04:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T04:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T04:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T04:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T04:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T04:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T04:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T04:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T04:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T04:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T04:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T04:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T05:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T05:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T05:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T05:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T05:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T05:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T05:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T05:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T05:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T05:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T05:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T05:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T06:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T06:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T06:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T06:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T06:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T06:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T06:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T06:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T06:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T06:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T06:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T06:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T07:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T07:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T07:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T07:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T07:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T07:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T07:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T07:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T07:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T07:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T07:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T07:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T08:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T08:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T08:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T08:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T08:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T08:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T08:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T08:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T08:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T08:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T08:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T08:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T09:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T09:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T09:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T09:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T09:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T09:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T09:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T09:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T09:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T09:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T09:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T09:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T10:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T10:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T10:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T10:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T10:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T10:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T10:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T10:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T10:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T10:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T10:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T10:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T11:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T11:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T11:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T11:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T11:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T11:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T11:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T11:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T11:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T11:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T11:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T11:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T12:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T12:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T12:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T12:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T12:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T12:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T12:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T12:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T12:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T12:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T12:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T12:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T13:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T13:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T13:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T13:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T13:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T13:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T13:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T13:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T13:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T13:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T13:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T13:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T14:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T14:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T14:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T14:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T14:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T14:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T14:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T14:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T14:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T14:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T14:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T14:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T15:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T15:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T15:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T15:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T15:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T15:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T15:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T15:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T15:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T15:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T15:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T15:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T16:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T16:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T16:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T16:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T16:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T16:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T16:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T16:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T16:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T16:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T16:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T16:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T17:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T17:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T17:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T17:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T17:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T17:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T17:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T17:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T17:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T17:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T17:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T17:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T18:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T18:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T18:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T18:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T18:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T18:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T18:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T18:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T18:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T18:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T18:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T18:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T19:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T19:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T19:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T19:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T19:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T19:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T19:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T19:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T19:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T19:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T19:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T19:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T20:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T20:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T20:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T20:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T20:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T20:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T20:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T20:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T20:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T20:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T20:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T20:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T21:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T21:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T21:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T21:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T21:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T21:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T21:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T21:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T21:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T21:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T21:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T21:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T22:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T22:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T22:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T22:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T22:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T22:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T22:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T22:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T22:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T22:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T22:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T22:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T23:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T23:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T23:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T23:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T23:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T23:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T23:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T23:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T23:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T23:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T23:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T23:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T00:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T00:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T00:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T00:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T00:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T00:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T00:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T00:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T00:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T00:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T00:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T00:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T01:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T01:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T01:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T01:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T01:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T01:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T01:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T01:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T01:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T01:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T01:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T01:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T02:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T02:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T02:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T02:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T02:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T02:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T02:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T02:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T02:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T02:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T02:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T02:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T03:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T03:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T03:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T03:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T03:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T03:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T03:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T03:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T03:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T03:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T03:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T03:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T04:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T04:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T04:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T04:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T04:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T04:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T04:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T04:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T04:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T04:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T04:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T04:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T05:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T05:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T05:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T05:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T05:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T05:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T05:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T05:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T05:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T05:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T05:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T05:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T06:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T06:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T06:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T06:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T06:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T06:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T06:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T06:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T06:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T06:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T06:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T06:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T07:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T07:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T07:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T07:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T07:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T07:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T07:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T07:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T07:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T07:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T07:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T07:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T08:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T08:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T08:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T08:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T08:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T08:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T08:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T08:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T08:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T08:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T08:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T08:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T09:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T09:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T09:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T09:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T09:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T09:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T09:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T09:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T09:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T09:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T09:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T09:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T10:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T10:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T10:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T10:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T10:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T10:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T10:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T10:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T10:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T10:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T10:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T10:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T11:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T11:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T11:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T11:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T11:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T11:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T11:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T11:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T11:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T11:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T11:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T11:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T12:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T12:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T12:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T12:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T12:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T12:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T12:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T12:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T12:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T12:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T12:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T12:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T13:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T13:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T13:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T13:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T13:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T13:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T13:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T13:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T13:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T13:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T13:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T13:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T14:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T14:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T14:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T14:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T14:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T14:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T14:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T14:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T14:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T14:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T14:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T14:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T15:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T15:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T15:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T15:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T15:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T15:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T15:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T15:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T15:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T15:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T15:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T15:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T16:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T16:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T16:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T16:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T16:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T16:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T16:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T16:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T16:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T16:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T16:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T16:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T17:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T17:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T17:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T17:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T17:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T17:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T17:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T17:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T17:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T17:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T17:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T17:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T18:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T18:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T18:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T18:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T18:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T18:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T18:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T18:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T18:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T18:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T18:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T18:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T19:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T19:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T19:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T19:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T19:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T19:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T19:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T19:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T19:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T19:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T19:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T19:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T20:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T20:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T20:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T20:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T20:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T20:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T20:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T20:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T20:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T20:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T20:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T20:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T21:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T21:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T21:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T21:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T21:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T21:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T21:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T21:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T21:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T21:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T21:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T21:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T22:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T22:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T22:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T22:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T22:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T22:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T22:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T22:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T22:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T22:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T22:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T22:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T23:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T23:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T23:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T23:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T23:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T23:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T23:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T23:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T23:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T23:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T23:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T23:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T00:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T00:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T00:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T00:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T00:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T00:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T00:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T00:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T00:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T00:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T00:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T00:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T01:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T01:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T01:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T01:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T01:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T01:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T01:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T01:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T01:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T01:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T01:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T01:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T02:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T02:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T02:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T02:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T02:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T02:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T02:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T02:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T02:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T02:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T02:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T02:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T03:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T03:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T03:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T03:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T03:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T03:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T03:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T03:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T03:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T03:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T03:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T03:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T04:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T04:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T04:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T04:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T04:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T04:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T04:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T04:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T04:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T04:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T04:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T04:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T05:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T05:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T05:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T05:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T05:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T05:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T05:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T05:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T05:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T05:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T05:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T05:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T06:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T06:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T06:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T06:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T06:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T06:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T06:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T06:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T06:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T06:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T06:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T06:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T07:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T07:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T07:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T07:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T07:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T07:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T07:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T07:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T07:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T07:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T07:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T07:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T08:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T08:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T08:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T08:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T08:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T08:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T08:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T08:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T08:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T08:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T08:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T08:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T09:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T09:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T09:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T09:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T09:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T09:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T09:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T09:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T09:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T09:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T09:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T09:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T10:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T10:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T10:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T10:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T10:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T10:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T10:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T10:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T10:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T10:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T10:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T10:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T11:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T11:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T11:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T11:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T11:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T11:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T11:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T11:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T11:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T11:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T11:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T11:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T12:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T12:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T12:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T12:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T12:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T12:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T12:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T12:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T12:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T12:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T12:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T12:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T13:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T13:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T13:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T13:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T13:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T13:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T13:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T13:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T13:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T13:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T13:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T13:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T14:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T14:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T14:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T14:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T14:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T14:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T14:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T14:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T14:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T14:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T14:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T14:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T15:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T15:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T15:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T15:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T15:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T15:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T15:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T15:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T15:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T15:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T15:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T15:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T16:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T16:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T16:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T16:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T16:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T16:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T16:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T16:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T16:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T16:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T16:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T16:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T17:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T17:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T17:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T17:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T17:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T17:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T17:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T17:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T17:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T17:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T17:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T17:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T18:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T18:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T18:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T18:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T18:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T18:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T18:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T18:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T18:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T18:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T18:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T18:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T19:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T19:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T19:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T19:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T19:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T19:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T19:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T19:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T19:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T19:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T19:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T19:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T20:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T20:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T20:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T20:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T20:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T20:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T20:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T20:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T20:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T20:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T20:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T20:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T21:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T21:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T21:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T21:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T21:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T21:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T21:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T21:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T21:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T21:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T21:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T21:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T22:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T22:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T22:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T22:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T22:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T22:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T22:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T22:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T22:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T22:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T22:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T22:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T23:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T23:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T23:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T23:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T23:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T23:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T23:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T23:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T23:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T23:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T23:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T23:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T00:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T00:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T00:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T00:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T00:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T00:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T00:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T00:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T00:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T00:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T00:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T00:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T01:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T01:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T01:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T01:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T01:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T01:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T01:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T01:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T01:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T01:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T01:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T01:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T02:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T02:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T02:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T02:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T02:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T02:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T02:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T02:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T02:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T02:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T02:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T02:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T03:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T03:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T03:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T03:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T03:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T03:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T03:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T03:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T03:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T03:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T03:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T03:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T04:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T04:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T04:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T04:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T04:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T04:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T04:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T04:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T04:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T04:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T04:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T04:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T05:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T05:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T05:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T05:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T05:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T05:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T05:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T05:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T05:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T05:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T05:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T05:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T06:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T06:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T06:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T06:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T06:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T06:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T06:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T06:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T06:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T06:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T06:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T06:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T07:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T07:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T07:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T07:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T07:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T07:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T07:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T07:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T07:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T07:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T07:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T07:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T08:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T08:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T08:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T08:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T08:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T08:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T08:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T08:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T08:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T08:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T08:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T08:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T09:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T09:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T09:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T09:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T09:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T09:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T09:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T09:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T09:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T09:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T09:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T09:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T10:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T10:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T10:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T10:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T10:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T10:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T10:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T10:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T10:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T10:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T10:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T10:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T11:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T11:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T11:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T11:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T11:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T11:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T11:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T11:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T11:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T11:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T11:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T11:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T12:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T12:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T12:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T12:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T12:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T12:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T12:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T12:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T12:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T12:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T12:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T12:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T13:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T13:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T13:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T13:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T13:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T13:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T13:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T13:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T13:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T13:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T13:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T13:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T14:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T14:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T14:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T14:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T14:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T14:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T14:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T14:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T14:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T14:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T14:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T14:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T15:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T15:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T15:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T15:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T15:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T15:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T15:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T15:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T15:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T15:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T15:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T15:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T16:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T16:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T16:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T16:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T16:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T16:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T16:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T16:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T16:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T16:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T16:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T16:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T17:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T17:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T17:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T17:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T17:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T17:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T17:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T17:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T17:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T17:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T17:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T17:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T18:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T18:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T18:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T18:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T18:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T18:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T18:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T18:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T18:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T18:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T18:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T18:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T19:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T19:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T19:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T19:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T19:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T19:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T19:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T19:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T19:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T19:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T19:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T19:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T20:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T20:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T20:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T20:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T20:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T20:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T20:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T20:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T20:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T20:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T20:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T20:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T21:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T21:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T21:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T21:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T21:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T21:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T21:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T21:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T21:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T21:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T21:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T21:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T22:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T22:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T22:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T22:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T22:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T22:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T22:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T22:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T22:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T22:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T22:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T22:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T23:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T23:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T23:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T23:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T23:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T23:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T23:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T23:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T23:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T23:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T23:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T23:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T00:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T00:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T00:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T00:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T00:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T00:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T00:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T00:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T00:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T00:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T00:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T00:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T01:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T01:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T01:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T01:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T01:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T01:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T01:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T01:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T01:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T01:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T01:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T01:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T02:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T02:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T02:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T02:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T02:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T02:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T02:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T02:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T02:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T02:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T02:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T02:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T03:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T03:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T03:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T03:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T03:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T03:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T03:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T03:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T03:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T03:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T03:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T03:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T04:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T04:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T04:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T04:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T04:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T04:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T04:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T04:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T04:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T04:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T04:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T04:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T05:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T05:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T05:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T05:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T05:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T05:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T05:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T05:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T05:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T05:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T05:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T05:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T06:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T06:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T06:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T06:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T06:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T06:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T06:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T06:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T06:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T06:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T06:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T06:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T07:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T07:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T07:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T07:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T07:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T07:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T07:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T07:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T07:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T07:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T07:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T07:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T08:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T08:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T08:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T08:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T08:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T08:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T08:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T08:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T08:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T08:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T08:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T08:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T09:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T09:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T09:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T09:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T09:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T09:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T09:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T09:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T09:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T09:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T09:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T09:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T10:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T10:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T10:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T10:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T10:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T10:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T10:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T10:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T10:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T10:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T10:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T10:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T11:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T11:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T11:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T11:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T11:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T11:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T11:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T11:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T11:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T11:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T11:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T11:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T12:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T12:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T12:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T12:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T12:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T12:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T12:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T12:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T12:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T12:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T12:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T12:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T13:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T13:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T13:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T13:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T13:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T13:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T13:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T13:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T13:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T13:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T13:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T13:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T14:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T14:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T14:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T14:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T14:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T14:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T14:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T14:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T14:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T14:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T14:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T14:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T15:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T15:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T15:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T15:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T15:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T15:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T15:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T15:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T15:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T15:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T15:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T15:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T16:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T16:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T16:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T16:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T16:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T16:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T16:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T16:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T16:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T16:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T16:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T16:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T17:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T17:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T17:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T17:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T17:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T17:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T17:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T17:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T17:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T17:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T17:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T17:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T18:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T18:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T18:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T18:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T18:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T18:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T18:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T18:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T18:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T18:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T18:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T18:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T19:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T19:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T19:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T19:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T19:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T19:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T19:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T19:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T19:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T19:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T19:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T19:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T20:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T20:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T20:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T20:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T20:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T20:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T20:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T20:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T20:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T20:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T20:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T20:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T21:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T21:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T21:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T21:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T21:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T21:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T21:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T21:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T21:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T21:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T21:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T21:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T22:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T22:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T22:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T22:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T22:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T22:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T22:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T22:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T22:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T22:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T22:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T22:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T23:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T23:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T23:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T23:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T23:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T23:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T23:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T23:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T23:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T23:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T23:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T23:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T00:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T00:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T00:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T00:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 8.0, - "snipsEstimatorDenominator": 6.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 6.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T00:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T00:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T00:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T00:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T00:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T00:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T00:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T00:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T01:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T01:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T01:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T01:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T01:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T01:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T01:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T01:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T01:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T01:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T01:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T01:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T02:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T02:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T02:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T02:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T02:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T02:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T02:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T02:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T02:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T02:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T02:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T02:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T03:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T03:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T03:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T03:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T03:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T03:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T03:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T03:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T03:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T03:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T03:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T03:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T04:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T04:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T04:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T04:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T04:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T04:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T04:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T04:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T04:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T04:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T04:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T04:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T05:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T05:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T05:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T05:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T05:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T05:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T05:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T05:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T05:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T05:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T05:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T05:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T06:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T06:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T06:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T06:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T06:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T06:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T06:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T06:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T06:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T06:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T06:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T06:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T07:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T07:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T07:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T07:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T07:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T07:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T07:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T07:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T07:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T07:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T07:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T07:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T08:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T08:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T08:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T08:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T08:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T08:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T08:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T08:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T08:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T08:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T08:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T08:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T09:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T09:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T09:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T09:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T09:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T09:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T09:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T09:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T09:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T09:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T09:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T09:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T10:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T10:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T10:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T10:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T10:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T10:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T10:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T10:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T10:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T10:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T10:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T10:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T11:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T11:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T11:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T11:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T11:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T11:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T11:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T11:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T11:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T11:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T11:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T11:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T12:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T12:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T12:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T12:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T12:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T12:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T12:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T12:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T12:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T12:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T12:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 8.0, - "snipsEstimatorDenominator": 6.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 6.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T12:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 8.0, - "snipsEstimatorDenominator": 6.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 6.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T13:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T13:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 8.0, - "snipsEstimatorDenominator": 6.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 6.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T13:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T13:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T13:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T13:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 8.0, - "snipsEstimatorDenominator": 6.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 6.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T13:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T13:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T13:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T13:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T13:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T13:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T14:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T14:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T14:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 8.0, - "snipsEstimatorDenominator": 6.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 6.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T14:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T14:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 8.0, - "snipsEstimatorDenominator": 6.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 6.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T14:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 56.0, - "snipsEstimatorDenominator": 42.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 42.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T14:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T14:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 8.0, - "snipsEstimatorDenominator": 6.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 6.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T14:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 56.0, - "snipsEstimatorDenominator": 42.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 42.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T14:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T14:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T14:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 8.0, - "snipsEstimatorDenominator": 6.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 6.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T15:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 56.0, - "snipsEstimatorDenominator": 42.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 42.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T15:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T15:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 40.0, - "snipsEstimatorDenominator": 30.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 30.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T15:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 8.0, - "snipsEstimatorDenominator": 6.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 6.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T15:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 8.0, - "snipsEstimatorDenominator": 6.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 6.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T15:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T15:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 8.0, - "snipsEstimatorDenominator": 6.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 6.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T15:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T15:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T15:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 56.0, - "snipsEstimatorDenominator": 42.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 42.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T15:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 8.0, - "snipsEstimatorDenominator": 6.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 6.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T15:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 8.0, - "snipsEstimatorDenominator": 6.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 6.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T16:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 40.0, - "snipsEstimatorDenominator": 30.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 30.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T16:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 16.0, - "snipsEstimatorDenominator": 12.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 12.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T16:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T16:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T16:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T16:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T16:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T16:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T16:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 64.0, - "snipsEstimatorDenominator": 48.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 48.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T16:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T16:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T16:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 72.0, - "snipsEstimatorDenominator": 54.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 54.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T17:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 16.0, - "snipsEstimatorDenominator": 12.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 12.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T17:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 32.0, - "snipsEstimatorDenominator": 24.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 24.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T17:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 32.0, - "snipsEstimatorDenominator": 24.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 24.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T17:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 86.0, - "snipsEstimatorDenominator": 65.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 65.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T17:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 2.0, - "snipsEstimatorDenominator": 1.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 1.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T17:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 58.0, - "snipsEstimatorDenominator": 47.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 47.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T17:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 47.0, - "snipsEstimatorDenominator": 36.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 36.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T17:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T17:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T17:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T17:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 1.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T17:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 32.0, - "snipsEstimatorDenominator": 24.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 24.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T18:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T18:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T18:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 12.0, - "snipsEstimatorDenominator": 10.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 10.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T18:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 7.0, - "snipsEstimatorDenominator": 6.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 6.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T18:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T18:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 14.0, - "snipsEstimatorDenominator": 11.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 11.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T18:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 14.0, - "snipsEstimatorDenominator": 11.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 11.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T18:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T18:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 15.0, - "snipsEstimatorDenominator": 12.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 12.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T18:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 1.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T00:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 2.0, - "snipsEstimatorDenominator": 2.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 2.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T01:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T02:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T03:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T04:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T05:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T06:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T07:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T08:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T09:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T10:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T11:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T12:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T13:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T14:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T15:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T16:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T17:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T18:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T19:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T20:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T21:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T22:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T23:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T00:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T01:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T02:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T03:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T04:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T05:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T06:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T07:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T08:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T09:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T10:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T11:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T12:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T13:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T14:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T15:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T16:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T17:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T18:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T19:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T20:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T21:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T22:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T23:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T00:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T01:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T02:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T03:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T04:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T05:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T06:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T07:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T08:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T09:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T10:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T11:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T12:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T13:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T14:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T15:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T16:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T17:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T18:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T19:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T20:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T21:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T22:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T23:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T00:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T01:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T02:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T03:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T04:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T05:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T06:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T07:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T08:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T09:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T10:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T11:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T12:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T13:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T14:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T15:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T16:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T17:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T18:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T19:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T20:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T21:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T22:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T23:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T00:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T01:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T02:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T03:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T04:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T05:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T06:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T07:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T08:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T09:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T10:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T11:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T12:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T13:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T14:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T15:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T16:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T17:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T18:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T19:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T20:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T21:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T22:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T23:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T00:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T01:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T02:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T03:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T04:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T05:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T06:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T07:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T08:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T09:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T10:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T11:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T12:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T13:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T14:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T15:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T16:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T17:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T18:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T19:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T20:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T21:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T22:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T23:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T00:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T01:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T02:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T03:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T04:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T05:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T06:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T07:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T08:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T09:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T10:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T11:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T12:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T13:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T14:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T15:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T16:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T17:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T18:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T19:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T20:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T21:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T22:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T23:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T00:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 8.0, - "snipsEstimatorDenominator": 6.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 6.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T01:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T02:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T03:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T04:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T05:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T06:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T07:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T08:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T09:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T10:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T11:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T12:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 16.0, - "snipsEstimatorDenominator": 12.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 12.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T13:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 16.0, - "snipsEstimatorDenominator": 12.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 12.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T14:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 144.0, - "snipsEstimatorDenominator": 108.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 108.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T15:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 192.0, - "snipsEstimatorDenominator": 144.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 144.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T16:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 192.0, - "snipsEstimatorDenominator": 144.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 144.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T17:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 306.0, - "snipsEstimatorDenominator": 233.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 233.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T18:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 63.0, - "snipsEstimatorDenominator": 50.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 50.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T00:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 2.0, - "snipsEstimatorDenominator": 2.0, - "aggregateTimeWindow": "PT6H", - "nonZeroProbability": 2.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T06:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT6H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T12:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT6H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T18:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT6H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T00:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT6H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T06:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT6H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T12:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT6H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T18:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT6H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T00:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT6H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T06:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT6H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T12:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT6H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T18:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT6H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T00:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT6H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T06:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT6H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T12:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT6H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T18:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT6H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T00:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT6H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T06:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT6H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T12:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT6H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T18:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT6H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T00:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT6H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T06:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT6H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T12:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT6H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T18:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT6H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T00:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT6H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T06:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT6H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T12:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT6H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T18:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT6H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T00:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 8.0, - "snipsEstimatorDenominator": 6.0, - "aggregateTimeWindow": "PT6H", - "nonZeroProbability": 6.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T06:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT6H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T12:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 866.0, - "snipsEstimatorDenominator": 653.0, - "aggregateTimeWindow": "PT6H", - "nonZeroProbability": 653.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T18:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 63.0, - "snipsEstimatorDenominator": 50.0, - "aggregateTimeWindow": "PT6H", - "nonZeroProbability": 50.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T00:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 2.0, - "snipsEstimatorDenominator": 2.0, - "aggregateTimeWindow": "P1D", - "nonZeroProbability": 2.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T00:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "P1D", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T00:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "P1D", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T00:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "P1D", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T00:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "P1D", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T00:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "P1D", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T00:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "P1D", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T00:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 937.0, - "snipsEstimatorDenominator": 709.0, - "aggregateTimeWindow": "P1D", - "nonZeroProbability": 709.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - } - ], - "totalSummary": { - "timeStamp": "2021-06-30T07:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 939.0, - "snipsEstimatorDenominator": 711.0, - "aggregateTimeWindow": "PT0S", - "nonZeroProbability": 711.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - } - }, - { - "name": "baselineRand", - "policySource": "Random", - "summary": [ - { - "timeStamp": "2021-06-23T00:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 2.0, - "snipsEstimatorDenominator": 2.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 2.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T00:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T00:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T01:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T01:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T01:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T01:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T01:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T01:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T01:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T01:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T01:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T01:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T01:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T01:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T02:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T02:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T02:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T02:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T02:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T02:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T02:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T02:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T02:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T02:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T02:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T02:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T03:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T03:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T03:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T03:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T03:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T03:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T03:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T03:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T03:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T03:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T03:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T03:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T04:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T04:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T04:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T04:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T04:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T04:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T04:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T04:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T04:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T04:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T04:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T04:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T05:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T05:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T05:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T05:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T05:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T05:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T05:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T05:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T05:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T05:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T05:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T05:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T06:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T06:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T06:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T06:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T06:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T06:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T06:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T06:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T06:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T06:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T06:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T06:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T07:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T07:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T07:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T07:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T07:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T07:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T07:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T07:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T07:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T07:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T07:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T07:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T08:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T08:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T08:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T08:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T08:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T08:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T08:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T08:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T08:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T08:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T08:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T08:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T09:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T09:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T09:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T09:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T09:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T09:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T09:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T09:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T09:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T09:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T09:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T09:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T10:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T10:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T10:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T10:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T10:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T10:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T10:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T10:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T10:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T10:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T10:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T10:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T11:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T11:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T11:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T11:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T11:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T11:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T11:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T11:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T11:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T11:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T11:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T11:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T12:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T12:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T12:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T12:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T12:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T12:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T12:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T12:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T12:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T12:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T12:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T12:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T13:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T13:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T13:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T13:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T13:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T13:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T13:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T13:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T13:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T13:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T13:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T13:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T14:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T14:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T14:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T14:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T14:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T14:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T14:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T14:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T14:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T14:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T14:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T14:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T15:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T15:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T15:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T15:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T15:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T15:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T15:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T15:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T15:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T15:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T15:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T15:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T16:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T16:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T16:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T16:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T16:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T16:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T16:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T16:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T16:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T16:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T16:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T16:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T17:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T17:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T17:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T17:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T17:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T17:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T17:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T17:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T17:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T17:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T17:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T17:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T18:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T18:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T18:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T18:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T18:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T18:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T18:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T18:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T18:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T18:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T18:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T18:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T19:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T19:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T19:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T19:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T19:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T19:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T19:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T19:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T19:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T19:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T19:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T19:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T20:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T20:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T20:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T20:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T20:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T20:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T20:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T20:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T20:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T20:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T20:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T20:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T21:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T21:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T21:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T21:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T21:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T21:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T21:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T21:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T21:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T21:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T21:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T21:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T22:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T22:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T22:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T22:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T22:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T22:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T22:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T22:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T22:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T22:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T22:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T22:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T23:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T23:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T23:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T23:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T23:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T23:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T23:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T23:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T23:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T23:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T23:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T23:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T00:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T00:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T00:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T00:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T00:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T00:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T00:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T00:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T00:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T00:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T00:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T00:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T01:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T01:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T01:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T01:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T01:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T01:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T01:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T01:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T01:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T01:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T01:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T01:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T02:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T02:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T02:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T02:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T02:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T02:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T02:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T02:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T02:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T02:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T02:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T02:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T03:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T03:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T03:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T03:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T03:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T03:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T03:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T03:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T03:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T03:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T03:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T03:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T04:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T04:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T04:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T04:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T04:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T04:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T04:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T04:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T04:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T04:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T04:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T04:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T05:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T05:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T05:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T05:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T05:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T05:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T05:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T05:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T05:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T05:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T05:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T05:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T06:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T06:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T06:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T06:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T06:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T06:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T06:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T06:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T06:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T06:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T06:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T06:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T07:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T07:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T07:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T07:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T07:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T07:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T07:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T07:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T07:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T07:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T07:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T07:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T08:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T08:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T08:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T08:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T08:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T08:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T08:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T08:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T08:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T08:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T08:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T08:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T09:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T09:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T09:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T09:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T09:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T09:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T09:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T09:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T09:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T09:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T09:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T09:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T10:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T10:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T10:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T10:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T10:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T10:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T10:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T10:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T10:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T10:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T10:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T10:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T11:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T11:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T11:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T11:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T11:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T11:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T11:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T11:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T11:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T11:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T11:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T11:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T12:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T12:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T12:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T12:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T12:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T12:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T12:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T12:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T12:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T12:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T12:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T12:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T13:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T13:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T13:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T13:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T13:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T13:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T13:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T13:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T13:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T13:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T13:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T13:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T14:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T14:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T14:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T14:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T14:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T14:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T14:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T14:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T14:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T14:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T14:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T14:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T15:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T15:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T15:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T15:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T15:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T15:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T15:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T15:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T15:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T15:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T15:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T15:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T16:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T16:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T16:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T16:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T16:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T16:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T16:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T16:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T16:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T16:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T16:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T16:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T17:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T17:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T17:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T17:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T17:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T17:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T17:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T17:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T17:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T17:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T17:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T17:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T18:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T18:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T18:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T18:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T18:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T18:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T18:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T18:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T18:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T18:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T18:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T18:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T19:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T19:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T19:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T19:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T19:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T19:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T19:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T19:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T19:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T19:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T19:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T19:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T20:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T20:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T20:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T20:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T20:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T20:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T20:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T20:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T20:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T20:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T20:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T20:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T21:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T21:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T21:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T21:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T21:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T21:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T21:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T21:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T21:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T21:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T21:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T21:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T22:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T22:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T22:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T22:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T22:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T22:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T22:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T22:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T22:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T22:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T22:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T22:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T23:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T23:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T23:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T23:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T23:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T23:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T23:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T23:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T23:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T23:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T23:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T23:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T00:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T00:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T00:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T00:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T00:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T00:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T00:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T00:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T00:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T00:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T00:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T00:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T01:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T01:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T01:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T01:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T01:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T01:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T01:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T01:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T01:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T01:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T01:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T01:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T02:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T02:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T02:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T02:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T02:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T02:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T02:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T02:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T02:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T02:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T02:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T02:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T03:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T03:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T03:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T03:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T03:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T03:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T03:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T03:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T03:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T03:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T03:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T03:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T04:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T04:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T04:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T04:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T04:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T04:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T04:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T04:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T04:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T04:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T04:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T04:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T05:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T05:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T05:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T05:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T05:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T05:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T05:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T05:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T05:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T05:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T05:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T05:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T06:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T06:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T06:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T06:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T06:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T06:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T06:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T06:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T06:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T06:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T06:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T06:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T07:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T07:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T07:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T07:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T07:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T07:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T07:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T07:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T07:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T07:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T07:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T07:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T08:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T08:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T08:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T08:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T08:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T08:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T08:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T08:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T08:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T08:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T08:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T08:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T09:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T09:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T09:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T09:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T09:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T09:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T09:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T09:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T09:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T09:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T09:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T09:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T10:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T10:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T10:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T10:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T10:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T10:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T10:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T10:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T10:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T10:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T10:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T10:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T11:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T11:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T11:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T11:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T11:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T11:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T11:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T11:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T11:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T11:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T11:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T11:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T12:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T12:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T12:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T12:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T12:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T12:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T12:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T12:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T12:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T12:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T12:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T12:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T13:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T13:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T13:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T13:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T13:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T13:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T13:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T13:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T13:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T13:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T13:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T13:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T14:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T14:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T14:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T14:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T14:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T14:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T14:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T14:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T14:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T14:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T14:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T14:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T15:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T15:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T15:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T15:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T15:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T15:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T15:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T15:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T15:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T15:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T15:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T15:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T16:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T16:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T16:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T16:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T16:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T16:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T16:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T16:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T16:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T16:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T16:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T16:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T17:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T17:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T17:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T17:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T17:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T17:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T17:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T17:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T17:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T17:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T17:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T17:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T18:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T18:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T18:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T18:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T18:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T18:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T18:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T18:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T18:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T18:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T18:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T18:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T19:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T19:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T19:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T19:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T19:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T19:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T19:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T19:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T19:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T19:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T19:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T19:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T20:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T20:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T20:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T20:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T20:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T20:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T20:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T20:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T20:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T20:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T20:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T20:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T21:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T21:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T21:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T21:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T21:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T21:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T21:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T21:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T21:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T21:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T21:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T21:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T22:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T22:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T22:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T22:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T22:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T22:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T22:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T22:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T22:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T22:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T22:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T22:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T23:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T23:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T23:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T23:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T23:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T23:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T23:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T23:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T23:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T23:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T23:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T23:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T00:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T00:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T00:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T00:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T00:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T00:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T00:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T00:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T00:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T00:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T00:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T00:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T01:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T01:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T01:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T01:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T01:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T01:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T01:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T01:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T01:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T01:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T01:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T01:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T02:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T02:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T02:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T02:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T02:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T02:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T02:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T02:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T02:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T02:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T02:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T02:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T03:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T03:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T03:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T03:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T03:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T03:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T03:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T03:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T03:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T03:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T03:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T03:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T04:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T04:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T04:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T04:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T04:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T04:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T04:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T04:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T04:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T04:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T04:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T04:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T05:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T05:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T05:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T05:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T05:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T05:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T05:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T05:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T05:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T05:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T05:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T05:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T06:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T06:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T06:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T06:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T06:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T06:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T06:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T06:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T06:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T06:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T06:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T06:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T07:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T07:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T07:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T07:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T07:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T07:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T07:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T07:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T07:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T07:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T07:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T07:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T08:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T08:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T08:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T08:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T08:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T08:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T08:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T08:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T08:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T08:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T08:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T08:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T09:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T09:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T09:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T09:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T09:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T09:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T09:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T09:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T09:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T09:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T09:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T09:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T10:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T10:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T10:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T10:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T10:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T10:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T10:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T10:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T10:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T10:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T10:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T10:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T11:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T11:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T11:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T11:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T11:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T11:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T11:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T11:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T11:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T11:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T11:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T11:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T12:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T12:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T12:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T12:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T12:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T12:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T12:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T12:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T12:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T12:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T12:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T12:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T13:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T13:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T13:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T13:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T13:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T13:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T13:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T13:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T13:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T13:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T13:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T13:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T14:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T14:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T14:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T14:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T14:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T14:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T14:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T14:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T14:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T14:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T14:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T14:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T15:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T15:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T15:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T15:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T15:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T15:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T15:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T15:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T15:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T15:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T15:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T15:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T16:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T16:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T16:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T16:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T16:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T16:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T16:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T16:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T16:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T16:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T16:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T16:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T17:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T17:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T17:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T17:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T17:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T17:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T17:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T17:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T17:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T17:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T17:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T17:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T18:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T18:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T18:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T18:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T18:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T18:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T18:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T18:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T18:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T18:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T18:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T18:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T19:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T19:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T19:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T19:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T19:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T19:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T19:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T19:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T19:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T19:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T19:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T19:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T20:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T20:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T20:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T20:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T20:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T20:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T20:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T20:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T20:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T20:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T20:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T20:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T21:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T21:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T21:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T21:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T21:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T21:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T21:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T21:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T21:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T21:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T21:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T21:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T22:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T22:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T22:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T22:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T22:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T22:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T22:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T22:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T22:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T22:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T22:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T22:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T23:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T23:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T23:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T23:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T23:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T23:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T23:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T23:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T23:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T23:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T23:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T23:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T00:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T00:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T00:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T00:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T00:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T00:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T00:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T00:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T00:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T00:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T00:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T00:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T01:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T01:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T01:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T01:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T01:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T01:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T01:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T01:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T01:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T01:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T01:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T01:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T02:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T02:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T02:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T02:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T02:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T02:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T02:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T02:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T02:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T02:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T02:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T02:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T03:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T03:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T03:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T03:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T03:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T03:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T03:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T03:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T03:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T03:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T03:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T03:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T04:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T04:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T04:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T04:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T04:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T04:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T04:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T04:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T04:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T04:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T04:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T04:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T05:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T05:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T05:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T05:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T05:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T05:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T05:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T05:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T05:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T05:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T05:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T05:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T06:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T06:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T06:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T06:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T06:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T06:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T06:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T06:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T06:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T06:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T06:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T06:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T07:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T07:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T07:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T07:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T07:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T07:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T07:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T07:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T07:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T07:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T07:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T07:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T08:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T08:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T08:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T08:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T08:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T08:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T08:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T08:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T08:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T08:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T08:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T08:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T09:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T09:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T09:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T09:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T09:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T09:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T09:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T09:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T09:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T09:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T09:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T09:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T10:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T10:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T10:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T10:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T10:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T10:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T10:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T10:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T10:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T10:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T10:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T10:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T11:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T11:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T11:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T11:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T11:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T11:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T11:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T11:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T11:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T11:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T11:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T11:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T12:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T12:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T12:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T12:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T12:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T12:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T12:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T12:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T12:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T12:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T12:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T12:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T13:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T13:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T13:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T13:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T13:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T13:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T13:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T13:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T13:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T13:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T13:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T13:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T14:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T14:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T14:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T14:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T14:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T14:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T14:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T14:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T14:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T14:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T14:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T14:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T15:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T15:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T15:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T15:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T15:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T15:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T15:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T15:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T15:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T15:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T15:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T15:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T16:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T16:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T16:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T16:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T16:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T16:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T16:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T16:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T16:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T16:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T16:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T16:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T17:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T17:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T17:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T17:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T17:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T17:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T17:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T17:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T17:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T17:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T17:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T17:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T18:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T18:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T18:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T18:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T18:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T18:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T18:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T18:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T18:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T18:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T18:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T18:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T19:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T19:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T19:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T19:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T19:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T19:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T19:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T19:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T19:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T19:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T19:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T19:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T20:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T20:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T20:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T20:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T20:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T20:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T20:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T20:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T20:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T20:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T20:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T20:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T21:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T21:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T21:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T21:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T21:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T21:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T21:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T21:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T21:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T21:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T21:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T21:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T22:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T22:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T22:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T22:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T22:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T22:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T22:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T22:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T22:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T22:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T22:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T22:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T23:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T23:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T23:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T23:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T23:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T23:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T23:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T23:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T23:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T23:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T23:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T23:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T00:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T00:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T00:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T00:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T00:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T00:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T00:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T00:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T00:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T00:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T00:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T00:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T01:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T01:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T01:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T01:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T01:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T01:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T01:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T01:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T01:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T01:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T01:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T01:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T02:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T02:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T02:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T02:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T02:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T02:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T02:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T02:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T02:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T02:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T02:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T02:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T03:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T03:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T03:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T03:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T03:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T03:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T03:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T03:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T03:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T03:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T03:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T03:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T04:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T04:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T04:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T04:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T04:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T04:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T04:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T04:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T04:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T04:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T04:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T04:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T05:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T05:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T05:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T05:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T05:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T05:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T05:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T05:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T05:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T05:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T05:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T05:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T06:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T06:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T06:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T06:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T06:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T06:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T06:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T06:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T06:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T06:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T06:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T06:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T07:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T07:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T07:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T07:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T07:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T07:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T07:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T07:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T07:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T07:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T07:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T07:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T08:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T08:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T08:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T08:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T08:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T08:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T08:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T08:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T08:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T08:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T08:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T08:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T09:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T09:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T09:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T09:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T09:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T09:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T09:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T09:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T09:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T09:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T09:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T09:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T10:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T10:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T10:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T10:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T10:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T10:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T10:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T10:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T10:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T10:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T10:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T10:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T11:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T11:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T11:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T11:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T11:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T11:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T11:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T11:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T11:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T11:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T11:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T11:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T12:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T12:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T12:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T12:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T12:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T12:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T12:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T12:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T12:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T12:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T12:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T12:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T13:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T13:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T13:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T13:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T13:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T13:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T13:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T13:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T13:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T13:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T13:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T13:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T14:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T14:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T14:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T14:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T14:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T14:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T14:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T14:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T14:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T14:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T14:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T14:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T15:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T15:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T15:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T15:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T15:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T15:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T15:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T15:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T15:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T15:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T15:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T15:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T16:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T16:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T16:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T16:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T16:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T16:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T16:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T16:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T16:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T16:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T16:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T16:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T17:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T17:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T17:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T17:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T17:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T17:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T17:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T17:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T17:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T17:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T17:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T17:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T18:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T18:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T18:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T18:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T18:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T18:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T18:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T18:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T18:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T18:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T18:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T18:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T19:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T19:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T19:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T19:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T19:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T19:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T19:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T19:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T19:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T19:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T19:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T19:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T20:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T20:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T20:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T20:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T20:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T20:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T20:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T20:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T20:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T20:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T20:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T20:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T21:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T21:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T21:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T21:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T21:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T21:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T21:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T21:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T21:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T21:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T21:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T21:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T22:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T22:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T22:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T22:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T22:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T22:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T22:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T22:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T22:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T22:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T22:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T22:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T23:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T23:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T23:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T23:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T23:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T23:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T23:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T23:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T23:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T23:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T23:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T23:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T00:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T00:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T00:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T00:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T00:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T00:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T00:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T00:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T00:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T00:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T00:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T00:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T01:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T01:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T01:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T01:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T01:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T01:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T01:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T01:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T01:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T01:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T01:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T01:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T02:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T02:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T02:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T02:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T02:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T02:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T02:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T02:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T02:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T02:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T02:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T02:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T03:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T03:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T03:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T03:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T03:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T03:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T03:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T03:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T03:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T03:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T03:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T03:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T04:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T04:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T04:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T04:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T04:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T04:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T04:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T04:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T04:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T04:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T04:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T04:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T05:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T05:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T05:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T05:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T05:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T05:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T05:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T05:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T05:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T05:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T05:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T05:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T06:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T06:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T06:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T06:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T06:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T06:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T06:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T06:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T06:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T06:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T06:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T06:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T07:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T07:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T07:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T07:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T07:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T07:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T07:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T07:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T07:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T07:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T07:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T07:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T08:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T08:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T08:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T08:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T08:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T08:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T08:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T08:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T08:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T08:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T08:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T08:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T09:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T09:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T09:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T09:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T09:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T09:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T09:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T09:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T09:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T09:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T09:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T09:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T10:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T10:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T10:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T10:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T10:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T10:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T10:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T10:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T10:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T10:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T10:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T10:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T11:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T11:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T11:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T11:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T11:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T11:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T11:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T11:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T11:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T11:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T11:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T11:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T12:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T12:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T12:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T12:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T12:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T12:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T12:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T12:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T12:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T12:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T12:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T12:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T13:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T13:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T13:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T13:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T13:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T13:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T13:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T13:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T13:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T13:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T13:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T13:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T14:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T14:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T14:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T14:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T14:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T14:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T14:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T14:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T14:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T14:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T14:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T14:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T15:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T15:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T15:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T15:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T15:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T15:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T15:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T15:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T15:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T15:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T15:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T15:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T16:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T16:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T16:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T16:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T16:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T16:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T16:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T16:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T16:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T16:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T16:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T16:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T17:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T17:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T17:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T17:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T17:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T17:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T17:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T17:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T17:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T17:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T17:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T17:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T18:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T18:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T18:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T18:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T18:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T18:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T18:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T18:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T18:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T18:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T18:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T18:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T19:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T19:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T19:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T19:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T19:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T19:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T19:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T19:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T19:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T19:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T19:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T19:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T20:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T20:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T20:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T20:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T20:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T20:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T20:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T20:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T20:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T20:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T20:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T20:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T21:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T21:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T21:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T21:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T21:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T21:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T21:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T21:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T21:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T21:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T21:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T21:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T22:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T22:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T22:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T22:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T22:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T22:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T22:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T22:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T22:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T22:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T22:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T22:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T23:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T23:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T23:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T23:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T23:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T23:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T23:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T23:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T23:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T23:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T23:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T23:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T00:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T00:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T00:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T00:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 8.0, - "snipsEstimatorDenominator": 8.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 8.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T00:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T00:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T00:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T00:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T00:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T00:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T00:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T00:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T01:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T01:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T01:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T01:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T01:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T01:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T01:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T01:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T01:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T01:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T01:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T01:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T02:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T02:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T02:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T02:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T02:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T02:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T02:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T02:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T02:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T02:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T02:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T02:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T03:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T03:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T03:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T03:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T03:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T03:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T03:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T03:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T03:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T03:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T03:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T03:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T04:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T04:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T04:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T04:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T04:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T04:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T04:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T04:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T04:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T04:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T04:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T04:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T05:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T05:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T05:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T05:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T05:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T05:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T05:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T05:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T05:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T05:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T05:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T05:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T06:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T06:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T06:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T06:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T06:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T06:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T06:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T06:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T06:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T06:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T06:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T06:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T07:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T07:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T07:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T07:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T07:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T07:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T07:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T07:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T07:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T07:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T07:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T07:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T08:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T08:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T08:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T08:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T08:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T08:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T08:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T08:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T08:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T08:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T08:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T08:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T09:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T09:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T09:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T09:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T09:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T09:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T09:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T09:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T09:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T09:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T09:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T09:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T10:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T10:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T10:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T10:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T10:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T10:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T10:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T10:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T10:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T10:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T10:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T10:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T11:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T11:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T11:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T11:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T11:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T11:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T11:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T11:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T11:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T11:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T11:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T11:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T12:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T12:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T12:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T12:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T12:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T12:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T12:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T12:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T12:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T12:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T12:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 8.0, - "snipsEstimatorDenominator": 8.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 8.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T12:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 8.0, - "snipsEstimatorDenominator": 8.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 8.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T13:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T13:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 8.0, - "snipsEstimatorDenominator": 8.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 8.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T13:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T13:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T13:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T13:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 8.0, - "snipsEstimatorDenominator": 8.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 8.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T13:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T13:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T13:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T13:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T13:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T13:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T14:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T14:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T14:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 8.0, - "snipsEstimatorDenominator": 8.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 8.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T14:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T14:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 8.0, - "snipsEstimatorDenominator": 8.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 8.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T14:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 56.0, - "snipsEstimatorDenominator": 56.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 56.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T14:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T14:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 8.0, - "snipsEstimatorDenominator": 8.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 8.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T14:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 56.0, - "snipsEstimatorDenominator": 56.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 56.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T14:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T14:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T14:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 8.0, - "snipsEstimatorDenominator": 8.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 8.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T15:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 56.0, - "snipsEstimatorDenominator": 56.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 56.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T15:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T15:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 40.0, - "snipsEstimatorDenominator": 40.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 40.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T15:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 8.0, - "snipsEstimatorDenominator": 8.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 8.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T15:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 8.0, - "snipsEstimatorDenominator": 8.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 8.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T15:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T15:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 8.0, - "snipsEstimatorDenominator": 8.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 8.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T15:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T15:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T15:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 56.0, - "snipsEstimatorDenominator": 56.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 56.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T15:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 8.0, - "snipsEstimatorDenominator": 8.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 8.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T15:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 8.0, - "snipsEstimatorDenominator": 8.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 8.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T16:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 40.0, - "snipsEstimatorDenominator": 40.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 40.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T16:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 16.0, - "snipsEstimatorDenominator": 16.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 16.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T16:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T16:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T16:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T16:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T16:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T16:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T16:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 64.0, - "snipsEstimatorDenominator": 64.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 64.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T16:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T16:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T16:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 72.0, - "snipsEstimatorDenominator": 72.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 72.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T17:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 16.0, - "snipsEstimatorDenominator": 16.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 16.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T17:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 32.0, - "snipsEstimatorDenominator": 32.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 32.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T17:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 32.0, - "snipsEstimatorDenominator": 32.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 32.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T17:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 86.0, - "snipsEstimatorDenominator": 86.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 86.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T17:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 2.0, - "snipsEstimatorDenominator": 2.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 2.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T17:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 58.0, - "snipsEstimatorDenominator": 58.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 58.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T17:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 47.0, - "snipsEstimatorDenominator": 47.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 47.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T17:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T17:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T17:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T17:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 1.0, - "snipsEstimatorDenominator": 1.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 1.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T17:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 32.0, - "snipsEstimatorDenominator": 32.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 32.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T18:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T18:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T18:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 12.0, - "snipsEstimatorDenominator": 12.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 12.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T18:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 7.0, - "snipsEstimatorDenominator": 7.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 7.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T18:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T18:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 14.0, - "snipsEstimatorDenominator": 14.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 14.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T18:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 14.0, - "snipsEstimatorDenominator": 14.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 14.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T18:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T18:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 15.0, - "snipsEstimatorDenominator": 15.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 15.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T18:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 1.0, - "snipsEstimatorDenominator": 1.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 1.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T00:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 2.0, - "snipsEstimatorDenominator": 2.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 2.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T01:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T02:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T03:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T04:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T05:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T06:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T07:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T08:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T09:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T10:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T11:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T12:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T13:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T14:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T15:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T16:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T17:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T18:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T19:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T20:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T21:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T22:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T23:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T00:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T01:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T02:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T03:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T04:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T05:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T06:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T07:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T08:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T09:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T10:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T11:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T12:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T13:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T14:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T15:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T16:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T17:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T18:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T19:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T20:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T21:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T22:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T23:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T00:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T01:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T02:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T03:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T04:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T05:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T06:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T07:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T08:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T09:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T10:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T11:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T12:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T13:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T14:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T15:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T16:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T17:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T18:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T19:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T20:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T21:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T22:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T23:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T00:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T01:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T02:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T03:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T04:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T05:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T06:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T07:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T08:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T09:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T10:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T11:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T12:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T13:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T14:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T15:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T16:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T17:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T18:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T19:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T20:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T21:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T22:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T23:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T00:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T01:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T02:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T03:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T04:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T05:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T06:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T07:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T08:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T09:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T10:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T11:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T12:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T13:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T14:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T15:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T16:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T17:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T18:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T19:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T20:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T21:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T22:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T23:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T00:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T01:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T02:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T03:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T04:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T05:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T06:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T07:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T08:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T09:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T10:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T11:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T12:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T13:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T14:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T15:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T16:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T17:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T18:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T19:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T20:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T21:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T22:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T23:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T00:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T01:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T02:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T03:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T04:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T05:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T06:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T07:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T08:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T09:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T10:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T11:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T12:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T13:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T14:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T15:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T16:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T17:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T18:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T19:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T20:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T21:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T22:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T23:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T00:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 8.0, - "snipsEstimatorDenominator": 8.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 8.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T01:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T02:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T03:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T04:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T05:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T06:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T07:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T08:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T09:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T10:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T11:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T12:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 16.0, - "snipsEstimatorDenominator": 16.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 16.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T13:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 16.0, - "snipsEstimatorDenominator": 16.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 16.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T14:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 144.0, - "snipsEstimatorDenominator": 144.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 144.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T15:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 192.0, - "snipsEstimatorDenominator": 192.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 192.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T16:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 192.0, - "snipsEstimatorDenominator": 192.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 192.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T17:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 306.0, - "snipsEstimatorDenominator": 306.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 306.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T18:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 63.0, - "snipsEstimatorDenominator": 63.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 63.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T00:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 2.0, - "snipsEstimatorDenominator": 2.0, - "aggregateTimeWindow": "PT6H", - "nonZeroProbability": 2.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T06:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT6H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T12:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT6H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T18:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT6H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T00:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT6H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T06:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT6H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T12:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT6H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T18:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT6H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T00:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT6H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T06:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT6H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T12:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT6H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T18:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT6H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T00:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT6H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T06:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT6H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T12:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT6H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T18:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT6H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T00:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT6H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T06:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT6H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T12:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT6H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T18:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT6H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T00:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT6H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T06:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT6H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T12:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT6H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T18:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT6H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T00:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT6H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T06:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT6H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T12:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT6H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T18:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT6H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T00:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 8.0, - "snipsEstimatorDenominator": 8.0, - "aggregateTimeWindow": "PT6H", - "nonZeroProbability": 8.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T06:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT6H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T12:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 866.0, - "snipsEstimatorDenominator": 866.0, - "aggregateTimeWindow": "PT6H", - "nonZeroProbability": 866.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T18:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 63.0, - "snipsEstimatorDenominator": 63.0, - "aggregateTimeWindow": "PT6H", - "nonZeroProbability": 63.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T00:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 2.0, - "snipsEstimatorDenominator": 2.0, - "aggregateTimeWindow": "P1D", - "nonZeroProbability": 2.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T00:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "P1D", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T00:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "P1D", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T00:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "P1D", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T00:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "P1D", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T00:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "P1D", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T00:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "P1D", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T00:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 937.0, - "snipsEstimatorDenominator": 937.0, - "aggregateTimeWindow": "P1D", - "nonZeroProbability": 937.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - } - ], - "totalSummary": { - "timeStamp": "2021-06-30T07:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 939.0, - "snipsEstimatorDenominator": 939.0, - "aggregateTimeWindow": "PT0S", - "nonZeroProbability": 939.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - } - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - } - ], - "Variables": { - "PERSONALIZER_API_KEY": "Sanitized", - "PERSONALIZER_ENDPOINT": "https://sdktestrecorder.cognitiveservices.azure.com/", - "RandomSeed": "817376038" - } -} diff --git a/sdk/personalizer/Azure.AI.Personalizer/tests/SessionRecords/EvaluationsTests/CreateEvaluationAsync.json b/sdk/personalizer/Azure.AI.Personalizer/tests/SessionRecords/EvaluationsTests/CreateEvaluationAsync.json deleted file mode 100644 index 30eac5ca5674..000000000000 --- a/sdk/personalizer/Azure.AI.Personalizer/tests/SessionRecords/EvaluationsTests/CreateEvaluationAsync.json +++ /dev/null @@ -1,99806 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations", - "RequestMethod": "POST", - "RequestHeaders": { - "Accept": "application/json", - "Content-Length": "272", - "Content-Type": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-edff27a3e0ff9b459d979ea480c5f21f-f678ff051b012e4b-00", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "e203014af2a8a3d7f20eb3356eaa0c6f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "enableOfflineExperimentation": true, - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T00:00:00Z", - "endTime": "2021-06-30T00:00:00Z", - "policies": [ - { - "name": "Custom Policy 1", - "arguments": "--cb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5" - } - ] - }, - "StatusCode": 201, - "ResponseHeaders": { - "apim-request-id": "f418705c-9b0c-4f5d-9266-27a08d580f96", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:21:42 GMT", - "Expires": "0", - "Location": "/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "644" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "0939ce91f6e9f81b60e914b1b77ca4f8", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "19a76f25-b037-4fb2-80ea-45fdae7e83e6", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:21:52 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "149" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "6279ab149206526f78aad59965669978", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "93031be3-9751-4d00-838c-87a15267a46d", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:21:57 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "129" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "6a70874805eb5384e60a82bfdd25ec75", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "e9abe128-f0cd-44c2-a618-cd5f22d474b0", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:21:58 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "115" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "c220bb69aa30ff685fe7913f208193f9", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "ea22193d-6dd8-4532-be4e-c53f24464b6a", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:21:59 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "149" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "30699c4f3a0b0f0c27267bfc10b07453", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "0c49eec7-c6e8-4d27-b36c-c50a3c13af7c", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:22:00 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "258" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "aa305fbed7469d471e710a0474453264", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "00628089-858e-4830-beb4-272bd4c67cba", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:22:01 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "162" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "416f8876bbbb2e6aaf119b0a2e6ceeaf", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "c2fdf700-efe7-491d-a347-97003cbb2603", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:22:03 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "183" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "c0813d72e95178b354cb12992f079ae1", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "609e81e6-fd78-4b8e-afef-8c8b5abf165f", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:22:04 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "126" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "878517f333400298f501fb343b3d6fb1", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "bf254866-381c-4ae0-934f-77ebebe91109", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:22:05 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "115" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "37925b8271c48d12d4f6edefa8d0ffa7", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "fc7a034d-5f84-4274-9d69-c0767148f5c5", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:22:06 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "112" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "1617b97767e63e6ea57ecb50ee7f3c17", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "dea58e5a-75a5-44eb-8d3d-af0ebaa26442", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:22:07 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "183" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "d417605c6374811d04f8b34945a85a25", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "04fc5dfd-9f2d-4277-bba8-be13832b53e8", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:22:09 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "104" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "81bd530258251bcbed539145a6c29f55", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "329f1578-a589-49c7-a004-2e0de3beaf3a", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:22:10 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "122" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "4893d6ba2bb913339b9511eeb424f8fd", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "850036ef-8247-46a2-80b1-2ee5b2de4bcb", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:22:12 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "79" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "9a4da524bac103f194fbe620d1d8db42", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "c0d32161-c1dd-4cf5-b577-eedaf20b4b95", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:22:13 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "106" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "6f8f5d581214d76c20a9e59047dd67c8", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "ac842411-6cb5-44dd-8f7f-59f3c345e04d", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:22:14 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "160" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "0021945a0474ff93e590b3bd441241c3", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "b7776ad0-fcb2-467c-b185-16eaabaf0135", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:22:16 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "142" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "5695cfba899511e839767a17d461bbb7", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "3ccea115-d8cb-4a6d-95b8-22704fc28970", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:22:17 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "85" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "3dc51e94dab653cdc9908a845eae930e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "d37dfff7-586e-4d5a-a8aa-86185639889b", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:22:18 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "182" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "78d521681048d133ac0fc6fe8a7c2a84", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "504bcc7d-c056-478d-a601-c4ab77f034b4", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:22:19 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "183" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "2529fbd4044cdf0d01418d04fe63b38b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "a6386a01-7cf3-47bf-ab8f-8a915f1ee462", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:22:20 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "98" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "b2af6be3438b836febf490a613cec94d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "5bc50101-a0d9-404e-a829-a33e57317414", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:22:21 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "79" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "63b006656d8563c214f67606832ed349", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "8c74cf03-2f16-4cc3-928d-49fa76dca6a1", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:22:22 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "129" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "1e1b3b5c77cc90f88ca53a587466cb33", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "c255ab7d-fad6-4bbc-9c0f-09a3d7942f89", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:22:24 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "160" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "f79f40784fb37506a94c9e95cd6800bc", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "b214b03e-6ab2-4d56-b6ed-53c66c754fde", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:22:25 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "114" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "d8494720aab2ee800d1fd6df326aefad", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "f66a3faf-1d5a-4a3c-80e7-6bc9580ddfd5", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:22:26 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "107" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "438e432adb8f0c9535a5747fd863c224", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "193b69ce-638e-43d6-af74-c3052a915f2c", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:22:27 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "87" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "2c377ea5f31dcd80bfb0e9937926433f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "3782fe85-597a-4c43-b71e-11672c268687", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:22:28 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "84" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "8a6af15dbdda452db13da20d350015aa", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "429b9ff3-ec7e-4b4e-b240-5d50af59b48d", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:22:30 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "118" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "b339b25cc2323690c2c083def102930e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "fa3dd3cd-6556-4289-b135-709b99475564", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:22:31 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "201" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "e722356238f8e84950f27adf517398be", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "f145e2d4-7ade-46ec-b20f-c89495175a55", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:22:32 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "119" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "c7363f9b8fed9a0d6034c71a394e53af", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "86c90aca-4771-4322-b415-efd56ebef4da", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:22:33 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "156" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "00aa93a92dde24b16851624048b0e54f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "17b38c24-feab-4c9a-9fed-f6f75940e457", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:22:35 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "77" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "b243c527cccbd221288887c4712fae02", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "3aadf32b-4624-4e2a-83fc-cc0da626ff05", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:22:36 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "111" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "bd36cb9f98c86de08e125e9b2ccc52b0", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "effcacf1-b5c4-43ff-8b57-e70777143d35", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:22:37 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "85" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "73f2774ea10bdde471d8d855a6ecb339", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "37a2faf2-e9c2-467b-abf9-80d5b995447f", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:22:38 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "98" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "7da160a3287a8f87e5d523b86d86a55b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "7657b9b9-5ac0-4d92-9cc3-1d42a46fd675", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:22:39 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "104" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "f976d6363a3cfef6e6584befc08ac6a2", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "bc5ff7cb-4a6a-4ea5-8598-65ca74c26763", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:22:40 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "114" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "ccf8245fd52b2635ef638e357d2b6feb", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "8091e6ae-e06a-4261-894c-06a9fd7cd640", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:22:42 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "143" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "cf1f7c33b97668fd6aa29622dc98cf5a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "52336638-775e-405b-8d40-29947a604ad1", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:22:43 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "128" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "4958810ed98e612fa14f09d9acc180ba", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "5be1f0ee-ef2d-42f8-91e5-e3759519c1a6", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:22:45 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "110" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "43bb5fe8f76ba52c279061883e134a57", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "342bcb21-a3d8-4260-8abb-68a9b785e826", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:22:46 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "102" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "fc26349326d35a5d4dbe2e26b024bba9", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "088c3bbe-bbcf-478f-8c35-f3bee62252e1", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:22:47 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "76" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "7c39db228cdc17ee55b222fd77a6228d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "a57c7769-f84b-4041-acdc-f7eaf2a1e9fb", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:22:49 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "147" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "7845b105849ac2e70261f6adc905f503", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "5f391253-b8f2-4eae-a1d8-75b9e2a40b5d", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:22:50 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "121" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "6366b8d4cdd9077b450fa620045fe2a6", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "de3ac9f8-6a63-430d-aa9c-bf07ee2ef9dd", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:22:51 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "83" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "fe21a09b43de9d0ef4777a7a95414e4f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "208bf0b1-0578-4a65-a517-216441c9babb", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:22:52 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "94" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "be291fbdbf4038b4363d328bddc7bea2", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "351c9b80-5bdd-481e-8c58-b257c22fe592", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:22:53 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "80" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "28114f7ef6e49024aac86e6252007104", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "b1792114-2f20-43fd-867f-5c6b9179bce7", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:22:54 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "93" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "e46357c02435dc65ebe9c8a11183c02d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "84c4656a-3a9e-41ad-a92d-b21c2feaf944", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:22:56 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "201" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "45fcd7b9252fc66bfa9914775052e536", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "5ff8c574-862b-418e-9a1d-7f489b8dab2c", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:22:57 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "82" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "86ca2ecbd9635a6cea343cfb2e837f26", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "2fb83f67-0e54-48d8-be97-a8bbd46030c5", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:22:58 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "159" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "7ba841082b049bd4eb9cea9c0fee8c99", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "ca032258-0495-4d8e-bbd3-21fd6e81e11e", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:22:59 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "139" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "e2d5920339b8e0c96aa15bfae8709777", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "917c2f5b-6ee6-432b-b9c8-fbed7cb861c6", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:23:00 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "147" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "0e6eed1a6aa99f31592f9ac7eed04afc", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "564841d0-976a-4d7a-9a51-da9766295a01", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:23:01 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "170" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "9cf7a3a89cadcf6e78c81062d0dab37a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "6ada8600-d889-4ca1-9093-c065703e7bc3", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:23:03 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "97" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "228173057d7f99f0603689899e02f19a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "48aadee8-2dad-440f-9511-8e3c130b93ca", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:23:04 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "94" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "45515f57fb797dc97f9f96e05acecf7e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "e404d1ef-abcf-4468-9b3e-89d7e87c456d", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:23:06 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "80" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "7bc11f7c274e2a7cb25d3b7713e43076", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "8f2b2402-abff-4005-86c7-284ac7385a96", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:23:07 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "92" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "700b75d76d880a01a904a3dfe7103f91", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "e9c8fee2-5569-444a-9433-256b99eb500a", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:23:08 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "76" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "7e0d0a6675402f4be227931bbf526a9a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "a189aa57-55d9-4e20-8231-48421d4c216d", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:23:09 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "91" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "e4081f6f5ec30ef61eb7d24a849c43a1", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "1023a846-a342-4e1e-95fd-c1e39caf1f67", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:23:10 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "97" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "0910aa1eb1d761352adc8d61dae64b56", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "fdb66942-178c-4a91-a7dc-9b917d49f5c1", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:23:11 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "89" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "c770089a5a0707ce14ff6088a301aa46", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "102f87d7-4e1f-49fa-8dc7-aa8044de9109", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:23:13 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "92" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "14fcf1e46041bdc3e9a7bae7d0943337", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "07d627c4-e1da-4abf-bc72-db1b8b8b5de2", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:23:14 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "277" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "7cb07b6c7b2bc39adc08f5d751acbe28", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "5f065dba-0f55-48c7-b431-27f5f2445fe7", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:23:15 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "83" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "e97d473136e9391544b3dd60a0e6367f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "6efe274c-9f22-496f-81b6-9183adfbbd70", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:23:16 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "114" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "271c28cb2e51681a563838386beb6c3c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "7465c4bc-e111-415f-8600-1a13078848d9", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:23:17 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "94" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "89b591e84916364e667737789d3923f5", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "cefa85bf-5336-4dd3-b49f-4beda8989584", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:23:18 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "81" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "280b75d1979002d72c1492b0fddccd59", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "27620ceb-533c-42f4-94d2-f72a6886ff93", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:23:20 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "105" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "0f78a047ad308168dae5c1d9f7a2cb1d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "22e704a2-5ff7-4d97-b40e-f9126b88a3db", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:23:22 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "132" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "f566431543df51acb9b25c02b79d3989", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "2cd79c25-60d8-4f6b-995d-899d8fab561a", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:23:23 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "82" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "fc31dea913c124c40c8a4eaad5fd0b8a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "f272f286-153b-4929-ae50-6eaa2283f4de", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:23:24 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "182" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "b99a7549d7760379f426557d5066ca3c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "72d00cab-7ca1-476a-b689-1d18a879d423", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:23:25 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "90" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "193038accf71025b7f41e955f5017bbc", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "5d108416-0a2d-43c8-b5dc-ce34bf28f5d2", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:23:26 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "95" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "41b9d2a78002d112642d089abe46d3a6", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "8e9ce7db-e0e2-4d60-9e25-739218f9adc9", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:23:27 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "113" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "9dfd11bff2cd79191a983a34ee230ef2", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "a2fc5752-6e80-4a83-841d-e486d0a1f76e", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:23:29 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "148" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "7ed699ab88ad2c3a255eb443c7c04338", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "a339f00d-092f-48b7-806c-4a7293c79257", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:23:30 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "90" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "e395426edd04b4eeb83f276945dee341", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "461db3ac-bff5-4cdf-9441-a5dff07a42c8", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:23:31 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "77" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "25ef151f556f36f8d7d1786f3ed5b259", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "a6196dd4-f78c-49d0-b498-e51f891cab09", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:23:32 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "206" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "abc601552b8dcdeeaa21c56e61d0e647", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "d1a19ce3-2a89-48be-a1e9-ba631166eb40", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:23:33 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "149" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "b124727a1ed118c9495f0b32657f76e2", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "16de7289-657e-4668-ad2b-82f7e1c6f512", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:23:34 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "148" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "4414cd8c3717f3b327217a4e8f8ad507", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "fbe138da-0d55-487a-9686-b68af79106d9", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:23:36 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "122" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "cbf430ea01b1378738ad612e1fbb682b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "ccc79fc3-1893-4196-91a1-0aa95f205d5c", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:23:37 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "79" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "93e2e3aaa1bb432fbe308ab0a37a89bf", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "5f2b0656-f6ef-4b3e-8c22-a3cce67e5ccc", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:23:38 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "104" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "35480489ab8a8a3146dd0c6ad585d46b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "7da81f74-2255-4017-a18e-98b16197b6c6", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:23:39 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "203" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "aca34eb941a8484c01b10c8177d793bd", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "4e69c00e-46ba-4fe3-b1be-cb0098d74f11", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:23:40 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "97" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "1ba4a2233373ffa1b2574ddd95c56d39", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "2f82b226-cc32-4ac5-9aaa-2ec603044bb6", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:23:43 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "122" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "55f71e5cddd74717b7ff33d99fb0136e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "bb8fbd96-6ee3-4900-8feb-0424c021b7a6", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:23:44 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "85" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "33464f4ab8e085f7ada4f951f46eb33b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "604cd56b-da97-477a-bac3-c2d9ecafa812", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:23:45 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "103" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "5824d2443edf46e58b5d6374ffc85f02", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "45c85b84-40fd-4a89-9e5c-a8cbae81d7d2", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:23:46 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "77" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "4593de43397fa3582771a833e3c55349", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "510f23a0-bcce-4385-a2ee-ab274e9dc4eb", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:23:47 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "134" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "cc95f84bbb8b0b8e69ffa883558386e4", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "fdb33c38-db69-4cc9-9749-aac3692da5b4", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:23:48 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "101" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "150df7446eda0abc7a81316e96b262c5", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "33be37c5-b7ea-4395-b431-9b8fb50f0113", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:23:49 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "97" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "0629190a933388764f87db7f91d44da3", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "763cf1c4-b300-4f91-82c3-be00ab58f441", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:23:50 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "164" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "ebeec3ea3db8dc6e3b8a52098a2075b7", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "15cf90e4-124c-4bd9-b545-7d695816a5d0", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:23:58 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "96" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "3b79e39c805ab1b18185c652923d79a5", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "d70f92b9-c13d-4da5-8935-6fc2c29c3196", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:23:59 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "81" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "d2838d3477c3cc0dab4ccaa8416dfd2f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "124bfd9f-ff82-4fcc-87e9-8f06b4fb88e0", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:24:00 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "127" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "aee22312125b6a49113d6a32761c49fe", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "cdeb8ca9-e808-4f8b-a032-084a3fab7cdf", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:24:01 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "114" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "fcd5ac11a29c25f4d5ac900db5087013", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "aac236c9-cf68-4c9d-bf86-f29dfbb7cb6d", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:24:02 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "98" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "6f409787cb5a214a4319c1850cda558f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "bae0f84b-dae8-4a50-b46a-7662023107c0", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:24:03 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "103" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "9497cc0201986f922fbdd8ae813bb408", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "22a2be27-5b4c-48a6-a2e0-86ae3875ff0f", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:24:05 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "93" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "dfaa57ccdadb46a462b3b883e16e18fb", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "d05b6e7b-10d6-41f8-bfc5-26c90b2c9c23", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:24:06 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "116" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "e90b0156dc71867b04d1409df29ba008", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "0143884f-a8f6-4ac1-9cc9-bf0062b732f0", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:24:08 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "130" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "b5b9b864762f27b3285031e5480f8dc0", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "552c2a9c-7e26-409e-9e2d-3c470824d488", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:24:09 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "87" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "8057dda4cb30f097dc24da099a0653c7", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "3c233702-78a1-4ecc-8a73-027cbf6f2a2b", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:24:10 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "85" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "291eb01362b5e0cb4de3c120aa963ef5", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "7096eb40-3c43-45da-8cea-ee8e0a06ae1d", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:24:11 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "76" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "15f97f431f4398d721c8d90b9ba98d21", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "57fcf766-717c-4cec-8c45-852924b0666a", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:24:12 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "121" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "97d16afd64f0410b1176324d0a764645", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "4f1e90b0-88bf-4a0b-865b-c2a6bb8edbda", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:24:13 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "90" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "1bc6e5e53d0df383d98507ed89bf45a3", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "0d886c41-1cc6-4c64-b7fe-389f8155eab7", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:24:14 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "89" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "40239f55a7c4de0474b703ccec8a8eaa", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "e641b909-3593-484a-82db-6b13a9ef7b5a", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:24:16 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "131" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "b526938272e3bf14e6debd6a5d1eb852", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "6480b1bb-4ddc-4bff-82b1-912320a9b862", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:24:17 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "142" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "6af78e3106533e81e0e7a65539b7064f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "b1eb7b74-ea3a-4ed7-9ede-a93b19439750", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:24:18 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "78" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "f56a5df79099e3c08b6359e5e9998155", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "97096a60-2a41-45e4-8bbb-7872cb908c99", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:24:19 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "153" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "5e9bb1ff23937b5711e7d5fbcbbf852f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "b9114384-b577-4067-9ab7-fad71e943be6", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:24:21 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "123" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "ff736ed7c2b3a1b9ce13dff0ac9b5446", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "de617477-e6ce-4455-a490-7a94a9cceb03", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:24:22 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "191" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "88555166a81bd3bc05efe3b1bac517cb", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "704dea87-c904-42e6-bd2c-082814813f77", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:24:23 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "126" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "7a0d2add81263ca2f8fa8f7f4467cf75", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "b139b0ec-327f-495d-9cbc-9ab53bfb4d27", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:24:24 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "83" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "7a948e93fd692f13b2a0fac4df07e608", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "26b4619a-e1f5-4797-9ac8-1e281bb754ee", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:24:25 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "133" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "821213fbd98ee420ae199021183c8f9e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "9bdf14b7-5211-4a82-849f-94f60b90fdb8", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:24:27 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "98" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "2c1e6d1f9d30e06216dec88587de5df0", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "a0e4d46e-afaf-4f4c-be23-31a42f50fb8b", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:24:28 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "80" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "308387134c54b9e76dafcc506df11775", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "5f114562-be2b-465b-a214-0f8755c07b45", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:24:29 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "164" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "71a45b11b9e95ed8b1326baf119a5dd0", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "5f303999-5890-49ef-ad0e-9b5ae705557d", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:24:30 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "147" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "910e9fbb5eb9d2498564be80d1117325", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "993ca131-2cda-4c01-a200-6a2d52047aa9", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:24:31 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "164" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "2c7453c7eb395907ae247e22e138a8d2", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "677036b2-41ab-4682-a8bf-4720685f5dcb", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:24:33 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "107" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "cd94fb5285e3b2bb11d1eb84fb578da0", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "8b9830be-50e9-4c97-bf85-01b94929db5d", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:24:35 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "81" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "bee846be3126cf9698b4e294e026f14d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "2626a116-6917-4533-aa61-60b768df1453", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:24:36 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "83" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "d52eebbca57c414297c21a6700825e57", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "d01e5b69-5931-46fa-9ba4-f6f5e5fc6d88", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:24:37 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "98" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "9b64de97ea4f21ac64c5342ea327d1ea", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "905d5394-4f87-492e-a66e-eb0ab4eadc04", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:24:38 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "82" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "0fc89ee0b729192303a72763162fcf16", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "e16a72f6-0ac9-4ed1-839d-3f3400ba4c95", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:24:39 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "88" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "02fc8b5556c2d2fe3e0c70b770139d6f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "2ad0f81c-8893-489e-8219-9a440eeb41b9", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:24:40 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "87" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "61872ff04fb9e02dba4a97a7c3490a35", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "7fc68c27-4cf7-4f4e-a8c4-3b02230a43f7", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:24:41 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "135" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "17d91ef5cf2a8a279ff6d01c466ba8f0", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "5841e91e-b2ec-4098-949f-c8b04b081bbd", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:24:42 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "80" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "e772b7096da7065c5d1c4777be560ff5", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "a1db04e6-3f12-4088-b43d-d5d905b015b9", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:24:43 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "85" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "52c13a02853a214407fcc2c37f10994f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "e3835671-6413-4ff0-82e0-0eb3ea044a94", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:24:44 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "91" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "0b9ea7a223d6888ec1d3ba0e88afcb49", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "f853b392-48cc-457f-a6d9-b59426c5ae3a", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:24:47 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "89" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "0b1adae655aa83b67251dfabab98864d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "ca78f579-d843-495b-9c9a-c76439cafd1d", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:24:48 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "99" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "17d5f88203b8de1fac399067cb369958", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "bcdecef0-f70f-4d95-ad51-504a4c2bd812", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:24:49 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "83" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "a4dd78308ef64da5f01a998444e2dc29", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "124d0bf1-26cb-43e7-ad3b-a96eec77afff", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:24:50 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "118" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "908c6c4cb4dae391ba3b5f70c54fb83c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "2df3d6b9-3e43-4125-ac6d-cadd43a4edd0", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:24:51 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "108" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "327a86b8e2bbf4575387269d6a9b9ac9", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "1c228af6-3d5b-42f6-8731-801edc9b62db", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:24:52 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "118" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "5f1a675d09a97c7de7f9eaba2f3487a1", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "ad844e2b-3f75-4c4b-83ac-61f7f0bcd0a0", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:24:54 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "113" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "bdcc5c61a9686a6d15983c528df3791f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "5f75c4ec-9ba0-4d70-9ecb-83247b567621", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:24:55 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "84" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "5e1295a15934af9209fe4bc2f89cc41e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "381cf9f6-2c70-400d-9f53-b868a9fa79bd", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:24:56 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "91" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "0d3c8500ddceb361f9b04911cc2aeef3", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "5bc981b8-607a-49cc-b4a4-c6274172a388", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:24:57 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "87" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "9a19ca802921086dc91db3695dab7278", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "158e1bc3-4d7f-4cf3-b986-9a6044573487", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:24:58 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "82" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "08521ed36bb7c350335f64840f81e2de", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "abe7fba9-da44-4712-84c8-0baaef6b25ed", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:24:59 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "75" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "2d41570f2a83d6fc173343b129f7554e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "6ec3e160-72e4-42bf-a265-1b99f4e8d299", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:25:01 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "161" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "ad3dd13ee5d8143c795566c2c5e8f948", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "9276e4fe-9e2d-4f1f-b723-c87df72544d3", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:25:02 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "90" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "065ad43a4469a8f4217cf084289f9a3b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "4b408d48-a615-4a45-baf0-3a057b6b77a7", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:25:03 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "87" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "3e46150934442a061b2cb42ec43a102f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "7dfb3c6d-4212-4c97-9edb-8cc64a8f29b5", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:25:04 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "77" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "5477fb3a4f9df9e4dc958c5bf4b8ecda", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "63ab723a-4723-4a12-bfba-459fef658aef", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:25:05 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "93" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "afb82ababaa20503cd2feb3c90c6e4e7", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "23692b94-bcd5-4765-9a86-d561e0b2a10c", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:25:07 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "200" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "2c49c16b4528ba9e314c62afa8ab3562", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "272f853a-d8eb-4907-a5b8-78346f4da431", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:25:08 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "97" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "9973da4061817f8cf771866d64a76915", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "a8c4d465-8787-4c26-addc-bf365b1fabd8", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:25:09 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "103" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "32f0a4b0bf6e74b28cfe7e5658545c22", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "9924d3ff-b2e8-48d1-b332-7c0ff29b85ed", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:25:10 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "76" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "b6fc88fa4a520a6535ca34b6be305589", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "88290684-4d2d-4639-ad62-304874b1cdb1", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:25:12 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "154" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "03fe4ce302bb80f428ff0c83e33627a3", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "2753c17a-17a2-49aa-8e41-fc0b9e11044e", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:25:13 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "130" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "db736414b2ab66c33ee5fda48bfbb55c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "6665a50c-bc2c-4485-a2ba-71da0d48e99e", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:25:14 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "87" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "0b72f4a85856f767947b8e533de227ff", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "0c71a851-bc1f-4ae0-9a19-1601d68321ea", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:25:15 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "89" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "5aa191a37abc30de8898c5d5054ff52c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "e6ba5dce-c675-474f-8d3b-9db79d7f0117", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:25:16 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "94" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "eedab0491bc3bb4dfd7c472f2470285b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "e84cb614-69cc-46b2-9529-e314f06375c0", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:25:18 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "93" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "f901fdbe5b592e9f154182bd9392f244", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "55f67980-bc09-4ce4-84d1-080ffb4c3bbb", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:25:19 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "89" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "8d0a61863808873b44e55d4032ae0b18", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "ab279548-94dc-4e94-bc0f-8d570dcc8161", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:25:20 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "85" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "07166970fc4eedd210abd881988f276a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "4dfcb80f-e42f-4336-8bd4-c0e2dd51e644", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:25:21 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "86" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "c3a903899a658653c279b574fd5ffc66", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "c74ac044-378a-4884-ab53-82966da4dbc3", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:25:22 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "176" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "2a4d6a35ea7b8af58f1c7c5c5fbaeeb4", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "22d6cd01-01fd-4975-9477-ccc8b3bbebc3", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:25:23 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "95" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "2fb6f2be4805d5b2159045d5465eefb1", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "2287d8df-7436-4284-b7fc-9138ed469150", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:25:24 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "93" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "2e4b72affc429fef0d1f33491ef62607", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "bbe0eff8-f609-415c-9099-8b836b987509", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:25:26 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "189" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "0bb5008acca8ed61b77815eba5204330", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "c4751251-837f-41b6-81bc-c734bf975002", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:25:28 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "85" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "edadcb2cc06ec172031721e61469b61e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "f6646527-b8c6-4d42-9cb0-4b2ab4184bd5", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:25:29 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "118" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "454a3d69e4a8e208105e77cae704f9ec", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "b79cbcb5-5d5e-42d7-8648-882c197c09df", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:25:30 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "80" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "531c03db3949ca998ef40891aa7ad84d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "9ac98b4a-7dc7-464f-9258-1946f87ad851", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:25:31 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "154" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "6881f6c1fdd64887c2cadc0f49a8d9ff", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "1f47afab-0b2b-4494-beae-ebfdecaf460d", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:25:32 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "113" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "110b351e634c30d5a37fb7b3dc773896", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "57615c1e-39f7-4c63-a706-3356a7cd0411", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:25:33 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "102" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "f10829869182dd167bd4907f5c8981e6", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "982eaf69-6c27-4978-919e-7b805ed2320a", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:25:35 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "113" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "7573081bc66f5d002151c45646d36c4a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "d47f2773-39c0-4f99-838c-ad56c7e37e67", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:25:36 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "122" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "1f894692e89f8c7c1e2d9578d255d31a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "5666cca8-0484-4e47-b5cc-bf43d101f50a", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:25:37 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "144" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "d398d1fec204c02628abcf31cdbf97a8", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "86d20e37-8f48-4d21-babb-4cea181c76ef", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:25:38 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "122" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "16ed4668620032468ce6564231888bcb", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "0f99a596-cbae-4548-9218-079f1d8cecb1", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:25:39 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "137" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "7458a97d983bcf461fc9f6f4184bbf5f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "7914ab7b-7f6c-413a-a7c2-714b41d1283b", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:25:41 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "115" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "8c10ed95bc689c198a66471d6be48ea0", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "be53fd47-b976-4b13-9141-43dd136756b7", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:25:42 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "86" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "23b3031f2266cf6cff1df7376b511940", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "249e6248-b1e7-441e-be66-2fabff1dd540", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:25:43 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "108" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "43acf727fe78c0638fbce9d55129643b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "6324de05-cb49-4f00-b1ec-7b7bd5d5866b", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:25:44 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "310" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "14d4563a9c9772f880408d4ac5e23039", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "651e1d36-d804-4770-b6cf-140d19daa4a7", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:25:45 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "92" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "74f6064c4b372127a0f393aa38977ed5", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "edebfbc8-56ec-4ab3-98ab-2846fb3c21e5", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:25:47 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "100" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "14fdbcb9047d8aa9ff3ac2377118fbad", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "e2ff897f-9a6a-43b0-9aa9-7a1a372471a0", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:25:48 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "91" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "4b88b08cf032ee032eb374a4084e39e8", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "a927312b-b7dd-4887-ab57-e21564dc95f4", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:25:50 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "91" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "0991b7c21be547bc5c6b74fd88f0b088", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "3ad5917c-e982-4368-81b3-6eb6474f4e00", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:25:51 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "78" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "881ee6f7330fc8a3b80ee6c9900582b0", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "c01c7b03-1a1a-43f2-9db6-31c0eb5c378d", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:25:52 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "98" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "b975da00f28670c7f441eec77b06653e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "464df1a9-ea5f-4601-9ccc-db5bf96d61ab", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:25:53 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "80" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "22acec03b1308fd914c950d635f2b657", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "a3c178ee-f927-4394-8237-32550e7260c0", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:25:54 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "100" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "aefcc4e9f67a05011ead93cd45dc4db1", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "f48d0fec-9afb-4e2e-8135-196b8fcac667", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:25:55 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "114" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "a4c6a7a85f584e8000e6a5bda1f03a02", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "7e960435-55ec-49c3-b2c0-d365bf1616da", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:25:57 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "148" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "b7dd968bb7090dc3eaa704821e0c4a38", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "cd44e296-a6b7-4fa7-a1ac-66d78daa8809", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:25:58 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "77" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "8d2e9e7b112c8aff43aeae945144632d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "631bec7a-6009-4cf1-8190-21c4fabe176e", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:25:59 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "209" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "ae42907396fef1a8e4b9bab05bfe2ff4", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "516475c1-89b6-4d3b-b056-c25e132e0db5", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:26:00 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "187" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "02416c9cadc279d69653745b092ebba5", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "9d0a871e-14f4-4383-84cb-81cecf334809", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:26:02 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "88" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "8d0fd6439bcae539f63da872574e2f44", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "4a4d2108-38ba-463d-9550-2544b469f603", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:26:03 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "124" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "e4f8ba7e6002c56bbac818ab214de7b5", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "ff412ee5-da31-4a37-b87b-f314b6cdc57b", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:26:04 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "97" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "846d14fda2ef0029325b0c8404632148", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "cb80c648-a13c-45d7-be3c-5ce82749fb57", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:26:05 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "84" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "4fdc2f23d736e2a36b49d201838ec3a8", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "a5c9e0c4-cf1f-40d1-ab7e-727a3f2d7fab", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:26:06 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "135" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "4375f355aae1dc5490f7b1a754e6c157", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "1fe58f07-ec7e-4861-9194-d5c6b2f48d22", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:26:07 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "90" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "f287d0a79870257f718a18a6cf277da4", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "7db09469-8de8-4e7d-aac6-3326aa414840", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:26:09 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "116" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "112f6397dded7966da00be3e26fc8e85", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "0e8e2cce-82b8-40c0-a0ab-c3a9c055ba2b", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:26:10 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "92" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "b25a7b88d106bd37734fd25692ae0c68", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "1179902d-af64-45f9-a8b8-b0b8d2043631", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:26:11 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "152" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "f00f0c7ab0b6c969690e1770d940ff75", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "c7ea602a-5d52-4627-af39-23d827d527b3", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:26:12 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "111" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "541d92fccacdc69d2c719d9d0b10e62b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "0b899257-dbe9-4d14-bbc2-be7c0e06075b", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:26:13 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "102" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "19c456f39eecd8ce119049f8bac6e432", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "06637795-51f8-4b90-8120-f80a2207df5a", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:26:15 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "145" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "ff595d4fb891af9a6e48c44512cbbe58", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "c346e8df-75fc-4efb-a0a0-ef6f37dd322b", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:26:16 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "103" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "827deb27e67c5e88c345423c80a50c65", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "a8724700-d422-4255-b4a8-0b5271825798", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:26:18 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "80" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "ad4d6a8de6b73b9abb15aaa3da89c545", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "e29e01ab-04aa-4aa3-bba2-cd001311d4d0", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:26:19 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "161" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "ced0f1d2614969b6d5fb3c4b755d2ec9", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "01b113e8-0df0-4513-8f60-3f60ca8c59b1", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:26:20 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "83" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "a8b75e3c107d41a15142c7673ce4833a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "b87ea717-d230-47e9-9327-8d0d7521a46d", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:26:21 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "92" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "8f6afc7f3dd52c1bb4e4d8bbaa4ec55d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "402fb46c-c972-4046-990c-569cb3213386", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:26:22 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "116" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "7b67e0e61dd2c1c7508f7d07994e2df0", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "dc195dbc-a97b-4e6a-90ee-707da2d9f3e9", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:26:23 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "106" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "78cc02779ef3fff4438bf49937e59602", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "3cf4cd34-2af8-4ef0-bc1a-61d64d044888", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:26:26 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "128" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "5b80697d087d626835a83f45c0149265", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "70c7530c-6d0e-4707-998e-f21bf45c25aa", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:26:27 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "145" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "a843e7b74c82476aec673847292e896a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "22e01b17-e8ca-4b2d-b6ed-0af121525c3d", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:26:28 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "94" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "308a7af8d1ce6f739969434a5fae3e2e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "5cd48897-b278-4bf0-b564-9cff8a394293", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:26:29 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "229" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "50e18ff8eea13080fe396f15d0213806", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "c51a3e22-401b-4ca0-a974-6d69a181843f", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:26:30 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "100" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "454dd41e618ae59674d40e180920e73d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "6f4826ce-f7a6-438b-a484-aa921bdea0f0", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:26:31 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "72" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "9a4e0928394c0ac8fa593195625d9f78", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "dde391e4-7a4f-4a22-aa25-accd0603a6d2", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:26:32 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "121" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "8b2b3c30f96196a4f8fcdccddf6727de", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "e14a5fb7-f4d0-4161-94b4-b5c0b80cdc51", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:26:34 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "121" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "c7ec31519ed2e5ba0b434b3030018316", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "f30165eb-9ef4-4b6e-af17-f68adf1d8d1a", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:26:35 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "143" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "cce795355cf42fdc64b7a2505dfb2a93", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "4a2ff9bc-2d9c-437f-af87-897f8931751d", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:26:36 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "110" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "30435332d77192a682467f1dae7366f6", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "47353483-451c-4ba7-a7bf-1332e3b1a3d9", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:26:38 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "441" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "4a98c6785b7ff4e955bd621afc698710", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "18c823f3-3a8f-4768-8a3e-b1c7bea89801", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:26:40 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "160" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "dcfeb81853bd5da4ef5549aedcbe81f0", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "1023a074-3e77-42d8-aaef-b513bebe2d71", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:26:41 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "118" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "97d8ab51e063d613694fdab3758b9518", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "b263db85-f6e6-4f6b-b50d-795f339f9d71", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Connection": "close", - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:26:42 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "85" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "f5046fbe8a752438213a5b2a113b1796", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "481ac933-fa41-43f3-87a5-537cb3b62cbe", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:26:44 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "1591" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "50c9713bf09138ada427726e78f1e863", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "5b9fed40-b6d9-41f3-b848-1aeaabe86917", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:26:45 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "94" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "6def31bf8bb9c77b73b3762884e8c52d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "50f2ab51-63a4-4b9d-9f14-b9297622b314", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:26:47 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "94" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "0378433745c2cd86c1cc504d17caac2f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "031087c5-5d7e-43c0-8de8-9d3aa93d16d4", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:26:49 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "99" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "df6af752aa4cb0ddf601ddde7a85b3bb", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "c96c5396-3bc5-4b14-b42a-e9689add5109", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:26:50 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "549" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "34374461e4797aa0aa21abed3a2dafa8", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "0c83dc5c-a78d-4c98-99f3-6096a6baa858", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:26:51 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "104" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "8cd54607e67d8de166c70cc067a8533c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "eda2563c-4830-4a42-9a7a-68bd4977aefc", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:26:53 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "140" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "d2eb941877936db657f0342afeef75c8", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "47dcd7bf-7473-4cd7-ac1f-0ef444193860", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:26:54 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "108" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "34d7345227af7b3e63a9cdb1d8e01202", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "673d6891-373b-4572-b142-9bef1f2c47e2", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:26:55 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "88" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "a5d56fcedd418f158f67358cb1b78e76", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "4bccb10d-600a-4663-b399-c587be22e510", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:26:56 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "119" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "336e43521fd1f18c566f6fe9a9059577", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "8683f116-c132-4628-bf22-a26b23cf69af", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:26:57 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "77" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "8f5c32decf1a74861f47a448f1b1caab", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "6efd5a2c-b4de-4ab3-8956-4a86159c59ba", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:26:58 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "101" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "945e571adf71ae30e2e44ed16e2ce589", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "0bb067a9-4a18-4099-92f1-d5085108b83f", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:26:59 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "79" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "7eaebed2ff5b825cbcfa14897a44ffa5", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "955c3b81-965b-4362-87ac-243d78f44cf5", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:27:01 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "118" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "52cec3a501a7ff0501adad3680b506f2", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "6fc7f2ae-4281-4b21-a345-bf00a404c4f8", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:27:02 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "137" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "32761b614b021b50fbdbd777cba6339d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "25efa00b-cafc-41c8-aa1d-b3a156b2c315", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:27:03 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "145" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "aa2ca8e4935dd0e2b8ae7dad52260107", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "b7dfb606-44d6-4f20-824f-03d69fe4502a", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:27:04 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "96" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "5f2821f4ccce59a373b357cb298e345a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "b3b17c8c-babb-497f-8e78-95cb47a44aa4", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:27:05 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "87" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "d7510f7a5b88ce9438a57a54cea2c8d5", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "6d0e2e20-710e-43eb-89c5-ddca84385295", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:27:06 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "88" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "a983cfdad37e17ce05d336aa3b17a72a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "9a1b53a0-b356-49e4-9463-66516e1675b0", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:27:08 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "131" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "4333227929d4987f8c592629524e8ad1", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "15b0e423-34fb-419f-80a8-d3035872e928", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:27:09 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "117" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "59f082ea8a0ba6db4039d2b524ea9321", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "7baabbb6-f210-4ea3-81e3-44bbd69fbf24", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:27:10 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "118" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "acda4ffd856eb00050ea1d25ada5c5b7", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "ad470fca-b6e8-48fa-bef6-f06cf620e38d", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:27:12 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "115" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "b8bf65484d26ef1f468d029a57c973a1", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "a7ba1316-008d-494e-919d-c341acba1ad4", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:27:13 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "116" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "022b05c5de746563824009206db6f99b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "bdbd05b6-fc2c-4b43-a68b-b0339ede9789", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:27:14 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "118" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "bf6d1a74da2ab0fb30eb65e183655886", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "f3b41423-4242-4856-a0e7-65cc6b6389b9", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:27:15 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "185" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "a75f7b77c2796942025a36e543fe8190", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "c3484aa5-f73b-4daf-bc4c-27e441208a49", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:27:17 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "135" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "3c266794b35ceb76097ad2887881e11c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "aa775162-6717-40c1-b3a2-0d2241b5aa24", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:27:18 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "103" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "f1a982e85156b221d703bdd0a3156c31", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "ed891630-fac2-4c57-9d84-d0262876635f", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:27:19 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "89" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "1b4cd4691b3fc32a04749dfef0b9f080", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "a3ef425a-d270-467d-8a2e-7f704ee348f4", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:27:20 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "95" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "c1fd1a788f55423a45746559f5a647f4", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "74517625-c65b-4a61-b3ba-91075147fb53", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:27:21 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "92" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "a41fa00ec634ccdc58e5ece1b322c11e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "063e9323-36d5-498b-b8de-094f9becbfb2", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:27:22 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "97" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "88573d12ab18d9db9a0ad6cbb6d1cd5e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "14c8c86c-f111-41dd-9ad2-0329d729852b", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:27:23 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "129" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "4ff0a92c4c9ab24b3d306870a3588f23", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "3ca3f800-24c9-4494-beec-3e06d6613f0c", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:27:24 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "92" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "b74646b2be4f62dbc545092af0111687", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "3eddbe2e-c292-43c4-abe4-9af163278727", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:27:26 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "80" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "09b58e177231c583f2a44ae8436b3641", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "aa6c8177-031b-4cbe-9eab-7f9410e8d734", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:27:27 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "89" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "6f18b27b158a6d0ece8e89544320c22c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "3d0bd950-b176-4914-b858-714ecb823292", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:27:28 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "86" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "1458e11a85a33ff1c380c5aa74f31f5a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "7403c668-3bf6-4c9e-ba32-4b95d8179bab", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:27:30 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "92" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "3dafc70fa6f801fc80473ba3e92e82d1", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "21cd54fe-9a77-4c7c-8cf9-78635e9baa89", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:27:31 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "146" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "61cd1ee22212f59dc0d9ac0a5064f9da", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "2f0166af-a465-43b7-9203-517152cb5c62", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:27:32 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "107" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "7b452f6e84717334e456945c494e5694", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "9150e2f0-0c28-44c5-9a31-9c2dc00a262e", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:27:33 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "156" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "55c7f3febd25ec4729b97c1ffaf2b11b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "76d6d449-ff00-4b69-8443-91e19826ef78", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:27:34 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "200" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "b934604d07e95d60ea5a7dbc8e41ab72", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "f576442d-9815-4e47-9a5f-f0bb416cf7a3", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:27:36 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "124" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "5c0c1783a39cb1b4e85851b7081478f2", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "9031e0e9-d299-4f65-b3ac-493c0c653f8c", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:27:37 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "134" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "e90e78a59c19f6ab926a6bcb408a5ee8", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "acb648ec-a5b1-4245-b408-c5228afd3c1f", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:27:39 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "115" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "e29b0a0d54e6a97eab83d090b5a955d5", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "d81c2197-ea54-41b8-a25f-f50821d96ac2", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:27:40 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "109" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "15178ae1c233e6586c15ca3238e9705d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "721238f8-9501-420e-b403-dc2045eaede2", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:27:41 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "110" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "fea969fa9579500cf9643d96cb1b40e9", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "a96f09b8-7465-46ea-b83f-8ee1e5795c6a", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:27:42 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "125" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "b6e9961448734ab5b1b576d08a4c71c2", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "523664ac-341e-4186-8d60-93de1a4c64f3", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:27:44 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "123" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "4c95731257ff4c5c7ec61bce85c21a50", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "69f418d0-e91d-4974-8662-2384ab4ad30f", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:27:45 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "102" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "a21ee0d4ba00b1eab35f4cc31f3bc6ad", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "eabbd846-aadf-464f-8dc5-066a8d4f4f3d", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:27:46 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "140" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "58837bf3f485bde9399d38ac2de6c4ef", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "ac734374-a6a5-4e9d-a435-ecf65cadfc18", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:27:47 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "77" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "a9fc259acf2e58c188e498a00a982c42", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "69297307-39f8-4e7e-9ce4-c8daa7d67e1b", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:27:48 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "150" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "0adb6e00c23ee0cbf6606863823d84cd", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "7e1527af-de39-4821-a2fa-eda127b82bd3", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:27:49 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "87" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "f9295d9a1c3e247fb92bcfa15b49b2a1", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "0e841aeb-6e21-4224-a534-10f70443b1d6", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:27:51 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "159" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "beabf570ba0bd8b05a1cb2cd665ed64a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "a91c6b2d-0c59-48fc-911e-4b8772d4f14c", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:27:52 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "133" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "ad06cb5f336ee403eeb75113f22a84ad", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "972fa0dd-6df6-425e-a3a4-0e82ac27d767", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:27:53 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "93" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "8cf2c6aec591dfc2ad519f2269b2bd5b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "4604a07e-ee4c-4f56-a6bb-b7dc62a1e714", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:27:54 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "106" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "8f41845504433d33f1c7d053699ce52f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "47321c75-409f-49eb-b90a-b9a4f2446a34", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:27:55 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "121" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "a01e0597496b9ab80926001d93e17a3b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "39bf2cbe-2342-4b51-977d-5666e34ff6ec", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:27:56 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "116" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "6dbef5f9f4e9a96a93b59bcaf56e7610", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "8b91d308-2ff8-4e57-bc3b-d0775f66128a", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:27:58 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "127" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "648a706b1d930bf0cba6861c0416aa10", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "d76fca6d-bd90-44ad-96ab-257a300b5f4c", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:27:59 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "162" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "735a944d78dda2469b750cb5aeeea59a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "867a3da5-e197-4e5b-b4c2-9971079f47ec", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:28:00 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "166" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "23b1f0af1656dca805b2a1426e4da57d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "1ccc7dc2-c719-48f4-8db4-76dfb3a02874", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:28:01 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "94" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "607d8a0b0314f33229e7c81e103a5ddd", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "cada6d95-6e17-411e-8f83-591f248f1f2a", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:28:02 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "133" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "146dec01866436b9eb7d6e2ad603344e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "35a0a22a-b158-40d3-84b9-e952487f2a14", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:28:05 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "104" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "23aa8fd04471ac86bdbef96f4d8acbca", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "2b847507-1c5b-4d33-81ae-0fd5ca14e0bb", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:28:06 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "171" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "8141c45591e08418d046749695071c26", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "10a2f570-5c22-4522-ae7f-b3d8e6259f2f", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:28:07 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "107" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "814e7ab3398fbc6c66c156a68d4ae861", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "6a5543a1-a132-4838-88c9-b3b8972e8018", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:28:08 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "114" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "12d5a3b2b2c23e6d7726522acfef16b5", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "77489fa8-4164-433f-92ce-87defaadc34a", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:28:09 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "159" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "d3bbd2a14a3b1b3a58841b1f3a72f686", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "c51ad6e1-653b-49a0-92ce-99213c0ff526", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:28:10 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "91" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "f1e4125d093200640c0f0969e641ed76", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "b8f5c199-40cf-4886-8a0e-9e10fbcc4599", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:28:11 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "145" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "ba04a1aa158e672568baba3d974e0404", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "3a83372f-f4a6-48a3-9907-dddd940b8e3a", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:28:12 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "84" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "bccccc2f240a97836ebbc62c40d13416", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "9386c604-63bc-45ce-a391-b644fad8d17d", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:28:14 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "84" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "9875a4973c6d47f7ec7c89784f2668be", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "e1c049ba-309a-495d-9c87-63dfe87382fa", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:28:16 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "81" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "1a39050a3074856b1e6c4cd34ff92696", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "c5ba9c46-41c6-41f2-b9a1-3f2981714d1c", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:28:17 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "135" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "f2a6a3856bd9f396d584cf8e9b0a4847", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "2959e9ee-4341-447b-bf54-fe35fe677620", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:28:18 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "92" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "3b2107521a9766a138ef7a01ef24f8f3", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "f9dbfe80-20ba-4fa7-b8a6-3eb9dc08eb9e", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:28:19 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "95" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "abf2f25676809ee56e4644ef60dde913", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "623fcfca-8413-4791-aa96-f774f48727c8", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:28:20 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "259" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "47800424ebd76bff023fb9e9f19503b1", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "32039549-a904-4658-85ab-95a587ff3a42", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:28:22 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "125" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "a937dc8c9c18dcc72283cc51d5b2055b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "d5912aad-4a54-4120-8484-3dfbfa5962fd", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:28:23 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "105" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "ebdc6706b0a46a1cf387a940bcfbadd8", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "55091cbb-adf1-46dc-bdf7-7370a17576b5", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:28:24 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "107" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "8463934240a587fa3ca325541ead954f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "588c0660-b3c9-45d9-80b2-37c904da3f2a", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:28:25 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "116" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "89e35e3a18b9dc0cc0cdb690f3871f27", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "f88679c9-11ba-410a-bb19-2a43c7628afc", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:28:26 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "187" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "410ff3d6814fc5b56c54ae008ac84b45", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "3ba9598c-f3f0-4d55-831c-ae4ee825ead7", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:28:27 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "147" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "5e0659f123182a1f8686c4d88a6a94b5", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "fc7165c2-8c0e-4597-985e-f74c9b5252f5", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:28:28 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "81" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "2b7efe84549db800a81d1d64690c51f8", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "7325cc41-bb71-46aa-b244-54cdee73dc66", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:28:30 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "517" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "999f7082c181b20fd3e5bac8bddd3b02", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "eca800c0-7609-4bcc-aeba-f637d1b5a60a", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:28:31 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "104" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "8c7cf9c0204a9da8584db5fa06bbc07a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "88d20161-3db9-4d0e-99d3-8075adf04616", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:28:32 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "115" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "1a56cc35fbcac333efcb57b89938fbcb", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "6642cdd4-8cc2-43b4-93a7-fb2d564975d5", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:28:34 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "92" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "6fa41ae1c49061aec70140330b14ab18", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "11c46e2d-0045-48d8-9f6d-1af15604c558", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:28:36 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "336" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "f09240242186c537c6b89d7ec8ef0320", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "05e2ae22-580d-49db-abd7-a8fcb050da3b", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:28:37 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "154" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "ec18e952511771e91ef452c8baffb7da", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "4b9893c3-068b-4a32-ae06-1e42c057a67e", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:28:38 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "749" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "58933f1f0aa6c045e2dfa9d7262f99d8", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "501b377a-680c-4301-a117-eeda1f9f469c", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:28:39 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "116" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "22e120fdbffbd3015621d292cf6e0ac6", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "02bd6fe0-7755-4a35-886e-0d49be4fd5de", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:28:41 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "88" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "895ec201ab5b477aa4580937a7124aee", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "e5ce24c8-6f15-43b5-8530-fd4aedd7e3a7", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:28:42 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "222" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "99cb7a5b951d5fdf3dc0018437b2f073", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "755a6dd1-b6c9-4f63-b3fc-68e7fdb5849f", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:28:45 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "792" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "63d6e2d40fd0527ca6997da2b6c92b44", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "b515546d-de8e-4f5e-88af-0952d50cb0d6", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:28:46 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "116" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "5537e4d770a36ba8e3fe4b9ba9f510f1", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "7a3eee0a-d3de-459f-9a48-b66c4a8f0aa7", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:28:47 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "78" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "c4639568e63b4b1dfd78f384173ca974", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "3a36dfca-92e4-4409-8fe4-edefba1222a3", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:28:48 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "86" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "53adbc949b7b63cf3a6a80d1c4e1a9b1", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "e987bf5d-5547-45d8-aa3e-f60f4dbc5c83", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:28:49 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "128" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "203a8c896766f009c6eb572b7d2454a7", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "f7450c83-c66f-4ea8-a18d-fc11f30ed5da", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:28:51 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "231" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "ec06d755bc47cc75c5ff8ad1664c861c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "1bc1023c-d107-45d7-88dd-b17af73f6abb", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:28:52 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "156" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "8bfa42ce89012d0db3bd8c8f43a4e615", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "9b36afa3-829b-47a7-b6fc-0334c28cf5ac", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:28:53 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "81" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "ed7cd816bddacc69166d5a67dc378a7a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "3df489ad-fcc6-4928-9de0-2d706b35ce5e", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:28:54 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "114" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "3a5d3b65c82acca5c9d9388a30e58921", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "61386275-46f6-4a0e-83b6-6d816edaabee", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:28:55 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "148" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "8dbb741899cf1141d92d75942ea6507c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "6637575b-a251-4fd2-96cd-369a28faa4ff", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:28:57 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "86" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "072a1232ac474eeb32b0230184de9c30", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "a7c86b4b-4c6f-4d11-93f9-2cfe583e54ed", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:28:58 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "182" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "684f39e4fc7ccbaafa4b61fc52119d22", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "73ff9f4c-1e47-4508-b88c-797d13501ad7", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:28:59 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "151" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "1e57bc8881bb6bda886d5b1f753f8cfa", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "3c24bdbe-9075-4aee-8ad5-05dbcffb21ad", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:29:00 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "182" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "f5b04591e8573600675f0dfb4beffb21", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "f44e70f3-f4b9-4303-b35a-f28e4bdbf32d", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:29:01 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "96" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "c87901127e8662745fe3df0ea18b55ba", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "4ce24787-9550-46e2-8491-81d4385a2d06", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:29:02 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "112" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "0d6a66bfa861a0cbbb21b65c74de2099", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "43ca9b7d-86c5-4b35-9410-4d2f39686f8f", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:29:03 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "118" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "740c3971c3c61373d04d967308f194db", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "d8bef3e4-9f03-4aad-b7a1-5093b730bd9f", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:29:06 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "144" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "e43c5209ed846abf35d80c65c718ee80", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "731435a0-eb21-41b2-a55e-cfc274b304f2", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:29:07 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "136" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "679c46c2e17efbf3f3573d13125798ca", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "3ba0972e-cfcf-4096-a609-8e305c6459f6", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:29:10 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "2151" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "2153da8c3ca2831479a23fedb70e4bb7", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "1ba267eb-7c59-4c2c-8797-25b4c050be5f", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:29:11 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "184" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "c1b0155f2d54275c5e41f12cb0ab57dd", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "7a4eedf6-8540-4f48-af8a-c9dfad7b3a8d", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:29:12 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "140" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "ecd84240ccc586de3118eddca20643e5", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "02660aee-44c3-453e-9017-5464afb22658", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:29:14 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "1086" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "fcb4850cd6a75f757e2bc2614ae8d3cd", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "6aa99d6d-1899-4837-aff4-fb6a7de7490c", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:29:15 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "129" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "75ad614a5e3592f137298f3b3f808558", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "8ea48c75-cc6f-4ca2-a6fe-45400bb9e1ad", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:29:17 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "96" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "2b1f0cfd5bf76a36cc796e9a0a7d3b49", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "f6da2fb3-3627-496e-9e17-0699d89e35d1", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:29:18 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "110" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "40911f45ce59adaf9321c57d473a1ffd", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "7c5c9d19-c5d4-4c91-b818-52961cadd295", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:29:27 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "7265" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "3e6369a5a8c8efd62b43a9bbf05788ba", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "52173339-2ae9-492a-ba4e-4fe86edaa247", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:29:28 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "94" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "20f645ed45ee2eff5c7197d695b92391", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "c3ccc850-b513-4ba3-972d-8fb98e782e7c", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:29:30 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "1338" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "a0f4715afd199d8149a2151625f3bd3c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "4d37bea2-d50e-4a93-a4d4-5bf020fae815", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:29:31 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "133" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "018f0b98ff44600e6a35e25610005971", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "b98db046-3d43-42a2-bebb-6effa2aa2eeb", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:29:33 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "441" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "7e611720e863f0a0c458d64c2fe90968", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "f4b97b3c-9507-4cc8-843a-20540edbe45c", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:29:34 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "135" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "8a3d5bb4212a5a4d629335e31a2a8c49", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "3d747f33-3872-400a-9091-191f1d2b017b", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:29:35 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "352" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "0ef5a3483f91afd86a9e3ceb28c13180", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "c4777a9e-2696-48f2-bae4-cb6c0406afa5", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:29:37 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "199" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "b5a27a2ccfc2fe47c9071ccfb2bdd69a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "683645a7-aa41-4319-9925-1baf91146b01", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:29:38 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "111" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "8c048dcbfaf374d6828e208be56232a0", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "de692054-2fac-4cbf-8269-2e59b15dbb4c", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:29:46 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "6167" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "a0b7b562d78779865cf7458a2209fcad", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "51f5c308-e394-4851-b38c-b9f000190805", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:29:47 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "105" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "9b1fa1c8a4bd318ca32d3334aebb1866", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "bd7a75d9-d2a5-4f3a-99fe-0acf6dca74b1", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:29:48 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "776" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "fd6c7bd43505f412068a30fbb54b5278", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "9bf5dc88-6ab0-48e1-a220-6ea166673844", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:29:50 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "168" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "43c372919742bde32885fc5aa352caa0", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "316db8a1-a2d0-475c-917a-670790b95de2", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:29:51 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "99" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "a7b5dedfff9c92a78f2a943374917c57", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "0424a2d2-ac6e-438b-9f4f-7edb01d49339", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:29:52 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "111" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "3ca2badbd4f73d2497afd58038b751b3", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "a129d562-5c72-4c3b-ae41-5e304ec03531", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:29:53 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "110" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "d61c8fbfaa9592dbcb31b41702af4897", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "0f61a748-95d5-4f47-857d-209b44ff6c46", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:29:55 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "127" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "e87ea5098eb00ba8ba780fed2a2759d7", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "33e7ee57-f164-4a8f-bb2e-70fd37354187", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:29:56 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "129" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "e573e0d9a57530c2de1070c6200c3be8", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "90d4bc83-911d-488b-b3e5-2647aa6b68be", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:29:57 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "245" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "93763d6668383103e7101c1d9aee67a3", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "ec3bf6ce-63f6-43ef-9a70-7ebd72197d9a", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:29:59 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "678" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "213edcd7633c6322e24d0a9f1de1eaae", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "de9ad886-1f94-4085-9581-f6fc9eb5adf5", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:30:00 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "80" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "ec87273cc5b0719edd42fd6488a496f0", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "925889a7-6858-45da-83f5-fe06f4b1037d", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:30:01 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "111" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "43eecca819ce02ab1b12b0ea5e641305", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "4468d6e4-74a5-4492-bc91-71e3372886fa", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:30:02 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "85" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "73e16e267b6612f23dcc44f966bddb3e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "d042919f-0858-4ef0-9cb4-80a947bc1f70", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:30:04 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "120" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "51f619b7a6f323e07b84d09e15b41378", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "3c73e30c-bfd2-447b-b482-5b2ff17ceb08", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:30:06 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "109" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "1a3ef82f22c32c89d9dc0601d4b19c5e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "2a7d0ecf-2f23-4dbf-bb3c-4a3b742d66fc", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:30:07 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "119" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "44337237c16d7f128ebdf7e2ab54fd89", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "64a34e34-a24f-4a57-82dc-c7f6e04f5cd3", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:30:08 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "236" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "6ecacbb8c07f947b90c97717a0de4ec9", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "f7d7c75f-1004-4be9-bed8-4e054140ce9a", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:30:10 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "629" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "a26672e8cf806d0be5be8c052ba78185", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "af73bec4-124d-4765-9bc5-7d39ee47acc7", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:30:11 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "158" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "08497ddf2de777def69eb4a34afadeaf", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "78fa58f3-5a44-4822-a887-3b9a708a34dc", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:30:12 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "114" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "39f92d6f5aede908c05d88c1337569e8", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "269fa96e-3af5-4092-baa5-1716dd9eb9f4", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:30:13 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "136" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "2338f1484594bae293efabe21a6822ea", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "f278c72e-9632-4f0f-8840-e5d1a6dd25d9", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:30:14 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "80" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "fe95dcdf47ae84977460488aa51d4381", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "0d0bb3c6-7967-486a-bfb0-b7b9066a01a8", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:30:17 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "401" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "585acb34bbc22a1b4a3ea5feae25ce58", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "a4b8f88d-152e-41cf-99e1-93dd4ff143b7", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:30:18 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "98" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "57e19d3a6bdf003a5ab3ae34fc581576", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "c6b0afc8-df31-413d-b899-06e25eee4cdc", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:30:19 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "146" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "4fad2aacc90d2428c16bb36fa298d64e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "f2e0700b-3731-4118-8d32-6baf657e65d1", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:30:20 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "87" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "084ff091ec3cc9a1915afe0f0de62df2", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "5aad4e8d-2c7b-4e9c-8ea2-69bf36255e9c", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:30:21 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "97" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "83522f297f78704a75bc9574b7ca5ec1", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "a995a472-b9d2-454f-b5c7-586d0fb856de", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:30:22 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "106" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "0ca35fdc0c08c03a89e3bdb2cb1817db", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "c8ddf35d-e6a1-4e8c-abc0-be8f6117c2b6", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:30:23 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "116" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "7346c03e524612d6a5df937f562c12c7", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "47ff9ad8-49cd-4a1c-8750-613bd2245a48", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:30:24 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "129" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "ad323cfb21421ceaf492fa94c198a55c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "81fc33a4-aa67-4c8b-975a-afbcb711dde2", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:30:27 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "282" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "f736baa5eb838a7b8990662879bb695c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "04c20abf-6d09-453f-923b-b738211aa87a", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:30:28 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "82" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "8eb6f6d16ae51c98d5297eb45842500d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "890cc73d-6428-4f3a-905c-910530f22244", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:30:29 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "116" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "9cd936391af61043c1a824b2bbc1a339", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "f942ade3-2205-4351-855f-c30400aa6bbf", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:30:30 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "107" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "cbc29d2816e13b762119215a6cc63246", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "492df5e1-6fd1-468b-b029-a0e035548f95", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:30:31 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "118" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "42ef583fcde1b765b3a6cd3d45e66113", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "75b93915-b3a5-4629-9260-e83639357641", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:30:32 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "87" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "ba8b45868580232cbf9d7bddf9e8a3fa", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "fe4daeed-b6e3-4d32-93ac-46323df343e5", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:30:33 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "170" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "6272dd7560d25b57370b173b4939f53a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "1cd8b505-5b2a-4e8c-988c-c635c4c7e7c6", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:30:34 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "81" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "27d30db7773abac62ccc83445288beca", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "8b08a8e3-17bd-4eb4-9554-e6b00f3d868c", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:30:36 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "161" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "68c7d302ff742641ed3082746ef0da86", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "2565c829-30d4-43d4-aff6-c73cac086b5d", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:30:39 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "1477" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "eb2540a77b15febf16b83506dd1309af", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "3d68bd6f-a993-4c44-8479-864b31738a4a", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:30:40 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "108" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "75384d4d8d71b8c6ccad3a0af4514b3c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "129037ec-c4c2-42a5-b9a5-dc61540dff90", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:30:42 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "1362" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "119cfcf1d26386b413c951bcca3b48da", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "41b4843e-ce20-4800-9a26-5cac667b7044", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:30:43 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "111" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "2027d32764b81a15796d1f6841b509c5", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "54ecbdf5-533f-4ab1-b875-ef7ee181c183", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:30:45 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "113" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "e014f96cf7767a4b98b262a73b0aed91", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "9310619d-f186-4d60-8428-308a5d4ecbb8", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:30:46 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "97" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "20e35f642b2a8d83e78198f5b34c445d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "1be4b6d2-d6a8-44c9-b184-eb8f8e8013d8", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:30:47 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "194" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "d1508cc068262f6387ad8806016ddf6f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "7144ca74-ad9c-4bde-b396-fadfe8e9101d", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:30:48 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "128" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "e2038d7fe8d2409b7586f9f55f56c64b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "c50de77f-e37b-442b-b918-50568f12ce6f", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:30:49 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "115" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "aee7046d1cb9fc6afbb3987ca27d8c79", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "0c42a0eb-01bb-48be-a85c-d2ac160abf3d", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:30:51 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "175" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "257628a26249d78bf10f5ca06f6ed031", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "1ab3a993-a1fa-4c7b-b9f7-bd481da762a5", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:30:52 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "188" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "fc983de6308563b52307e61e4f1e9ef7", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "f75fd293-e2a8-47b4-9ce3-94afaeac43ea", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:30:53 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "82" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "36527ffaa0df0a027910bdaabfca8c8d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "da9aa093-a786-497a-87a6-87176e2996fa", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:30:55 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "77" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "659666e38fe471f4721202417c6c87d3", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "b61bd92a-ec77-4cc2-bbd2-498e7fbc0710", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:30:56 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "276" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "f0a56570991b45513a8e8375730ba358", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "47da92ab-0a41-45ea-9417-30e53cec64ef", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:30:57 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "82" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "e83b597a39886a128be1c4cc9ec08e0c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "4d8ca882-0a0d-40e1-9745-f136678f6261", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:30:59 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "685" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "5a39e9889c24497114502a560c7efe67", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "d047742a-9810-4ca5-b113-8a47d455e817", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:31:00 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "182" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "22c6a96f9e30374a533b653ad484a77a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "5b68c350-c8a9-4117-bf1b-9d1df7982c10", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:31:02 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "726" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "89ed760048d1de34e7f2d3370fbb5d0c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "7f04a382-e224-4750-8d22-030abd1533c5", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:31:03 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "97" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "f45d5de26bf9eadc9f0107e93737748f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "82eba7b1-d0c5-4ed3-a572-8bbf43e05ba4", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:31:04 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "100" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "9655afa97491269575e83b3eca122897", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "ad744b1b-e29f-475e-9c31-aca8520b1f45", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:31:05 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "120" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "775758ddb22795809a03eacf414aa6b0", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "056de186-2276-4a25-bfab-8a5068cc9f25", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:31:06 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "96" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "5f8e437dc7666e7bc7377f112f9d1f8c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "b69c16d8-d4fa-42d3-84e9-426ddc63a2e4", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:31:08 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "143" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "df0b70d9fcdff6682fc0fb8e8ac5e42a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "8f0f308b-d934-47db-ac0f-c5b72930098b", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:31:09 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "177" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "86c18a42c9841530dce9aff0336f65fc", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "3690827d-f1b2-465f-bf58-918959fd38d6", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:31:10 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "77" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "d1f65ee3c63f80d1db982fa6ccede302", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "bf2de291-9fa0-4a71-ab18-829eaf03ef15", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:31:11 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "245" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "a5ce545298dc10083ff502f64d78c3bf", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "94a8f1ae-8b6b-4047-86c2-4dcd6cb45e8e", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:31:14 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "392" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "2caaff5a13ce7bebb940abeb998a49ef", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "d8b0e3f4-1dc4-40c0-9967-ff8f2c58a254", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:31:15 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "89" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "de9ead05c0a04a1f55e6924ac3da3363", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "9770c423-97cb-41e0-b9f8-02a16887efa7", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:31:16 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "101" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "cd4b6fd4b7423e336952ec9ced1c76b4", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "d128e1db-684e-4182-bb96-bf76dbecc7e0", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:31:18 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "250" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "9ff013abe4d99a1edf60d6e881a1b7de", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "4be3591a-5daf-445e-b44a-5f597acd0eef", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:31:19 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "606" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "2917470d7c3e4eac795f754ed4835c39", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "c59c62a3-b9a1-4a2e-b0bd-e08981bd0292", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:31:20 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "90" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "b09edd6f93e9f08951b1eee2e04abdc8", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "ed068246-d965-4f14-b324-d9b9f4b46c3f", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:31:22 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "121" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "a58e0d9a4d052f7567a226796fd0c55b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "b98f0be3-2618-42ca-860a-7a380a37ef97", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:31:23 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "106" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "a3799d0307027af4be26d88c8ec96e2e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "cc8cd5cf-360a-4f09-ad97-a930d69eb7a0", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:31:24 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "106" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "c6b3aca2b6f52134676f49476c0f8080", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "83d3d962-f0ba-49d7-9862-5a83822ea25e", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:31:26 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "822" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "43df92ec19d093c51814e7de75e8a09d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "3adbf449-d5c3-485a-b826-9ca8d11ccf46", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:31:27 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "155" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "c2d6f733ff1d4c6668583b93beac0dae", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "67155365-8ba5-4019-be8b-24f1eca3aefc", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:31:28 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "102" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "fba057a62bea895ee620ade0cf56ac7e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "af9a44c1-4b74-488a-abff-45cb5751b985", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:31:30 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "92" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "7514abcebe39ec632c92da78dd32d46c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "6d666b9e-8c31-459e-8b2b-c1d74d0e58f7", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:31:31 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "177" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "1d373907a44808b2994ddbfd51857d11", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "a9c90ac7-e23a-4ce6-9537-b043b1078755", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:31:32 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "107" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "12c4bcac9798e875f4b4cf5750e5acb4", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "d7a7596c-2da0-4394-aa8d-8241e476fbb5", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:31:33 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "203" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "95d8414b8e1e2a36f90bdcece2669ba6", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "3374d3c7-6223-42e5-809b-2a13687ca2a5", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:31:35 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "122" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "20ccc915c26d70d3c44f2994d55bb8b3", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "3a55bdb5-97b4-4e95-ae84-404a110cfedf", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:31:36 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "811" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "10b127a0e7ad1df3869a198cbb89058e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "0faee0fa-ffc8-4569-8f17-60090217b5d2", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:31:38 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "143" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "874228198c1989476d68d1ce65a2549e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "b647a6b5-25a3-4be0-aae6-605add08dd4b", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:31:40 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "168" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "bb4b28538ab42df9d6ae9ad3a846b53b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "f30c2389-fb94-40b1-a072-894a681fa77a", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:31:41 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "316" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "ad7b9b493118149adf28a2451624b8e3", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "8a43f0e1-de32-4af5-9994-40f589b3c6d5", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:31:43 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "159" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "92397b454a3d8ed92e14b06af173e026", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "c10de216-565b-4edc-b19a-abf88ef8d122", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Connection": "close", - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:31:44 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "123" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "c98595b2a72721858e36db8be8b417b1", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "479aed9c-a443-4897-9850-fa1050d9c379", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:31:45 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "104" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "2d8db6f5220dfffdc1ec7e04802f226b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "5b21577c-35b9-4ada-9fc3-f8124bac36bf", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:31:47 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "616" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "80927b48ee9e9dbcf51703076f4da57a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "844a9bb9-c1cb-4494-bf3a-3287304337fb", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:31:48 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "132" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "3b74fffdb2e58f199886083a2880a15f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "aeee7798-c42d-4ea8-affb-2a932b235240", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:31:49 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "149" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "6d436f1496210712faf037f51ff68f74", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "ca468fb2-f679-473b-bbc6-d1e3efd5a0b9", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:31:50 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "116" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "81070447e7ba96856102e818e6817475", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "9d47a009-d0f9-4f77-b685-6dac211f9457", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:31:51 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "121" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "fff3a476380a6758ec6d41f57a2470a2", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "45f64623-058c-4a45-a567-4baa06245738", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:31:52 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "170" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "24f394f61f792ca4e9ad0b1faefa2078", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "ea5a40fe-f38f-40fc-9767-1f73a2c783ac", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:31:55 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "113" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "7a7fc27b90030e6aab9f954ca5901b3d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "8eb31f53-1821-4277-8a88-34876d008cc9", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:31:56 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "115" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "52224591508d56fbffc6155c2d38b9f1", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "977cddba-34f1-486e-a7e5-b9cc601d8163", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:31:57 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "108" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "b77ac84cf5a4669f29e578d98a588759", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "31854fd9-f8fb-4c95-8ab6-80d88a09766d", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:31:58 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "119" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "688dcd91ced82beac7287b3c7a0de073", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "aabca41f-f12b-4264-8b74-f192da7ba953", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:31:59 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "87" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "ddffa3e663159b98a6bb28a8d721cba7", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "39cf7425-25d6-4750-94e3-50f6a24d3802", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:32:00 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "278" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "60cbbc3f50aa7e19dd4ef07c7a62ec1c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "3aa4526c-9704-412e-b164-c8624a89c511", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:32:01 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "102" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "e7f20504a9582d4334f1c11ca54254a5", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "ff6e91d2-5610-4fad-9439-e70062ba0889", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:32:03 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "78" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "befdd35c804295c88981ffc7721c2144", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "63a4cebe-dc72-4ac5-b784-b1386aa80c8d", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:32:04 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "110" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "d1a40bcfe42f954f789d2bb98ffdd89b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "bca5fe55-fd4b-4795-9c8d-84b177c44378", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:32:06 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "1211" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "a61f4bfa2d6483da3d5c5ed7a97cbb18", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "fae902bd-f075-416a-a5fe-9238b7f4707a", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:32:07 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "167" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "9a4c7cd0829d7875846845a4550f068b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "dff565b5-15a3-4fd5-a5fe-461958e59635", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:32:08 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "118" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "27cc64a87afda1e0312094d28678ebfc", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "5608222a-7ba5-4773-a9b8-59a0c2048409", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:32:10 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "90" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "12e813e23eb177fdd5a622fbe8352e2e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "a72adbb5-e0ae-4765-895e-199706aed08c", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:32:14 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "2419" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "452ed25694af551a9caa687deea3f20c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "51ba9020-2169-4f9c-b638-5cc76f41e95c", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:32:15 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "172" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "41c2497df3266ada6754515658e4b9fb", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "d7d238a4-6ef1-4de3-9282-15863655a1ab", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:32:16 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "141" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "b37c65f2a6494d4cf8927506d5808932", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "a55925ba-110f-4ddc-a013-976848d5d819", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:32:19 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "1203" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "9e7e15b4ec726207f8c4dd5a42c4fdb7", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "38bbd951-b107-49e3-9f7f-45799238736f", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:32:20 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "98" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "888a6df03e27d7c3fd7449937dd394e7", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "5aa26ba0-bf35-4ff4-a7f0-25410af96032", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:32:21 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "93" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "43a21fcb1b6606885d19bb85c8f10b34", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "385af194-0688-410f-846f-b92fac8e0b0a", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "489", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:32:22 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "381" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "pending", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - }, - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/evaluations/107d0322-c07e-428a-a2c1-2a407804f374", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210726.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "6815bd9500f5750a52a7a1fda374e424", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "94c8743b-7b14-415c-8113-74a5826ee9d6", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "1701540", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 26 Jul 2021 23:32:38 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "14186" - }, - "ResponseBody": { - "id": "107d0322-c07e-428a-a2c1-2a407804f374", - "name": "sdkTestEvaluation", - "startTime": "2021-06-01T07:00:00Z", - "endTime": "2021-06-30T07:00:00Z", - "jobId": "107d0322-c07e-428a-a2c1-2a407804f374", - "status": "completed", - "policyResults": [ - { - "name": "Custom Policy 1", - "arguments": "--ccb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5", - "policySource": "Custom" - }, - { - "name": "online", - "policySource": "Online", - "summary": [ - { - "timeStamp": "2021-06-23T00:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 2.0, - "snipsEstimatorDenominator": 2.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T00:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T00:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T01:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T01:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T01:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T01:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T01:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T01:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T01:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T01:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T01:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T01:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T01:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T01:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T02:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T02:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T02:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T02:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T02:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T02:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T02:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T02:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T02:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T02:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T02:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T02:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T03:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T03:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T03:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T03:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T03:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T03:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T03:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T03:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T03:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T03:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T03:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T03:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T04:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T04:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T04:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T04:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T04:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T04:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T04:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T04:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T04:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T04:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T04:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T04:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T05:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T05:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T05:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T05:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T05:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T05:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T05:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T05:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T05:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T05:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T05:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T05:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T06:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T06:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T06:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T06:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T06:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T06:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T06:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T06:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T06:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T06:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T06:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T06:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T07:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T07:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T07:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T07:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T07:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T07:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T07:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T07:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T07:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T07:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T07:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T07:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T08:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T08:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T08:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T08:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T08:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T08:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T08:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T08:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T08:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T08:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T08:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T08:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T09:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T09:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T09:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T09:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T09:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T09:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T09:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T09:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T09:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T09:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T09:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T09:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T10:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T10:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T10:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T10:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T10:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T10:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T10:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T10:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T10:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T10:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T10:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T10:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T11:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T11:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T11:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T11:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T11:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T11:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T11:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T11:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T11:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T11:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T11:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T11:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T12:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T12:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T12:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T12:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T12:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T12:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T12:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T12:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T12:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T12:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T12:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T12:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T13:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T13:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T13:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T13:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T13:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T13:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T13:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T13:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T13:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T13:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T13:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T13:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T14:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T14:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T14:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T14:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T14:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T14:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T14:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T14:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T14:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T14:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T14:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T14:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T15:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T15:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T15:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T15:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T15:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T15:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T15:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T15:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T15:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T15:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T15:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T15:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T16:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T16:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T16:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T16:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T16:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T16:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T16:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T16:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T16:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T16:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T16:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T16:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T17:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T17:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T17:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T17:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T17:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T17:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T17:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T17:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T17:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T17:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T17:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T17:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T18:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T18:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T18:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T18:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T18:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T18:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T18:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T18:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T18:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T18:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T18:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T18:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T19:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T19:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T19:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T19:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T19:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T19:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T19:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T19:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T19:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T19:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T19:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T19:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T20:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T20:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T20:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T20:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T20:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T20:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T20:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T20:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T20:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T20:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T20:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T20:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T21:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T21:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T21:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T21:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T21:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T21:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T21:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T21:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T21:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T21:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T21:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T21:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T22:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T22:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T22:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T22:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T22:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T22:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T22:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T22:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T22:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T22:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T22:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T22:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T23:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T23:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T23:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T23:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T23:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T23:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T23:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T23:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T23:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T23:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T23:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T23:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T00:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T00:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T00:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T00:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T00:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T00:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T00:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T00:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T00:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T00:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T00:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T00:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T01:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T01:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T01:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T01:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T01:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T01:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T01:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T01:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T01:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T01:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T01:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T01:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T02:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T02:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T02:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T02:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T02:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T02:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T02:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T02:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T02:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T02:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T02:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T02:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T03:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T03:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T03:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T03:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T03:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T03:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T03:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T03:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T03:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T03:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T03:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T03:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T04:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T04:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T04:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T04:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T04:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T04:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T04:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T04:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T04:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T04:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T04:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T04:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T05:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T05:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T05:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T05:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T05:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T05:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T05:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T05:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T05:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T05:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T05:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T05:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T06:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T06:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T06:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T06:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T06:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T06:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T06:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T06:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T06:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T06:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T06:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T06:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T07:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T07:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T07:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T07:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T07:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T07:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T07:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T07:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T07:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T07:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T07:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T07:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T08:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T08:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T08:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T08:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T08:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T08:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T08:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T08:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T08:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T08:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T08:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T08:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T09:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T09:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T09:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T09:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T09:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T09:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T09:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T09:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T09:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T09:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T09:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T09:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T10:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T10:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T10:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T10:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T10:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T10:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T10:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T10:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T10:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T10:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T10:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T10:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T11:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T11:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T11:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T11:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T11:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T11:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T11:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T11:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T11:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T11:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T11:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T11:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T12:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T12:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T12:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T12:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T12:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T12:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T12:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T12:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T12:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T12:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T12:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T12:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T13:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T13:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T13:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T13:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T13:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T13:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T13:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T13:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T13:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T13:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T13:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T13:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T14:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T14:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T14:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T14:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T14:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T14:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T14:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T14:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T14:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T14:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T14:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T14:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T15:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T15:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T15:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T15:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T15:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T15:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T15:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T15:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T15:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T15:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T15:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T15:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T16:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T16:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T16:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T16:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T16:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T16:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T16:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T16:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T16:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T16:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T16:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T16:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T17:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T17:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T17:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T17:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T17:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T17:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T17:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T17:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T17:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T17:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T17:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T17:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T18:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T18:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T18:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T18:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T18:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T18:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T18:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T18:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T18:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T18:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T18:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T18:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T19:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T19:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T19:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T19:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T19:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T19:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T19:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T19:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T19:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T19:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T19:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T19:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T20:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T20:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T20:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T20:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T20:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T20:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T20:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T20:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T20:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T20:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T20:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T20:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T21:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T21:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T21:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T21:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T21:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T21:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T21:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T21:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T21:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T21:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T21:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T21:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T22:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T22:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T22:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T22:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T22:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T22:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T22:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T22:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T22:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T22:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T22:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T22:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T23:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T23:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T23:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T23:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T23:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T23:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T23:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T23:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T23:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T23:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T23:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T23:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T00:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T00:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T00:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T00:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T00:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T00:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T00:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T00:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T00:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T00:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T00:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T00:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T01:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T01:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T01:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T01:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T01:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T01:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T01:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T01:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T01:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T01:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T01:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T01:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T02:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T02:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T02:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T02:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T02:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T02:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T02:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T02:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T02:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T02:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T02:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T02:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T03:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T03:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T03:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T03:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T03:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T03:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T03:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T03:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T03:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T03:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T03:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T03:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T04:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T04:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T04:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T04:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T04:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T04:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T04:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T04:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T04:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T04:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T04:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T04:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T05:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T05:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T05:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T05:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T05:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T05:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T05:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T05:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T05:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T05:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T05:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T05:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T06:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T06:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T06:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T06:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T06:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T06:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T06:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T06:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T06:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T06:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T06:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T06:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T07:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T07:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T07:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T07:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T07:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T07:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T07:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T07:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T07:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T07:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T07:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T07:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T08:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T08:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T08:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T08:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T08:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T08:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T08:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T08:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T08:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T08:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T08:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T08:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T09:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T09:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T09:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T09:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T09:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T09:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T09:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T09:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T09:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T09:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T09:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T09:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T10:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T10:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T10:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T10:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T10:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T10:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T10:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T10:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T10:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T10:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T10:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T10:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T11:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T11:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T11:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T11:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T11:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T11:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T11:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T11:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T11:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T11:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T11:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T11:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T12:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T12:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T12:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T12:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T12:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T12:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T12:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T12:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T12:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T12:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T12:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T12:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T13:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T13:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T13:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T13:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T13:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T13:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T13:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T13:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T13:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T13:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T13:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T13:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T14:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T14:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T14:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T14:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T14:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T14:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T14:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T14:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T14:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T14:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T14:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T14:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T15:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T15:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T15:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T15:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T15:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T15:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T15:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T15:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T15:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T15:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T15:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T15:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T16:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T16:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T16:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T16:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T16:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T16:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T16:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T16:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T16:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T16:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T16:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T16:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T17:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T17:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T17:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T17:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T17:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T17:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T17:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T17:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T17:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T17:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T17:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T17:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T18:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T18:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T18:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T18:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T18:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T18:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T18:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T18:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T18:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T18:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T18:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T18:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T19:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T19:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T19:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T19:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T19:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T19:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T19:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T19:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T19:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T19:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T19:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T19:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T20:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T20:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T20:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T20:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T20:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T20:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T20:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T20:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T20:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T20:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T20:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T20:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T21:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T21:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T21:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T21:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T21:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T21:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T21:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T21:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T21:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T21:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T21:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T21:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T22:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T22:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T22:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T22:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T22:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T22:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T22:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T22:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T22:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T22:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T22:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T22:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T23:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T23:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T23:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T23:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T23:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T23:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T23:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T23:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T23:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T23:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T23:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T23:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T00:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T00:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T00:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T00:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T00:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T00:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T00:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T00:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T00:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T00:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T00:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T00:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T01:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T01:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T01:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T01:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T01:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T01:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T01:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T01:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T01:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T01:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T01:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T01:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T02:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T02:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T02:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T02:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T02:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T02:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T02:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T02:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T02:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T02:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T02:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T02:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T03:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T03:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T03:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T03:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T03:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T03:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T03:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T03:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T03:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T03:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T03:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T03:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T04:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T04:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T04:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T04:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T04:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T04:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T04:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T04:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T04:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T04:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T04:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T04:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T05:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T05:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T05:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T05:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T05:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T05:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T05:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T05:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T05:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T05:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T05:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T05:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T06:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T06:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T06:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T06:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T06:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T06:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T06:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T06:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T06:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T06:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T06:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T06:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T07:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T07:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T07:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T07:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T07:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T07:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T07:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T07:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T07:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T07:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T07:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T07:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T08:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T08:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T08:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T08:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T08:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T08:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T08:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T08:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T08:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T08:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T08:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T08:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T09:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T09:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T09:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T09:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T09:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T09:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T09:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T09:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T09:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T09:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T09:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T09:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T10:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T10:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T10:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T10:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T10:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T10:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T10:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T10:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T10:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T10:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T10:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T10:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T11:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T11:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T11:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T11:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T11:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T11:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T11:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T11:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T11:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T11:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T11:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T11:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T12:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T12:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T12:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T12:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T12:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T12:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T12:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T12:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T12:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T12:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T12:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T12:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T13:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T13:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T13:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T13:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T13:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T13:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T13:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T13:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T13:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T13:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T13:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T13:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T14:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T14:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T14:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T14:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T14:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T14:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T14:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T14:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T14:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T14:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T14:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T14:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T15:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T15:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T15:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T15:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T15:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T15:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T15:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T15:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T15:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T15:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T15:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T15:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T16:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T16:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T16:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T16:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T16:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T16:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T16:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T16:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T16:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T16:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T16:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T16:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T17:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T17:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T17:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T17:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T17:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T17:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T17:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T17:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T17:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T17:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T17:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T17:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T18:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T18:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T18:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T18:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T18:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T18:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T18:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T18:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T18:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T18:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T18:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T18:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T19:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T19:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T19:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T19:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T19:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T19:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T19:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T19:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T19:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T19:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T19:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T19:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T20:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T20:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T20:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T20:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T20:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T20:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T20:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T20:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T20:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T20:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T20:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T20:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T21:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T21:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T21:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T21:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T21:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T21:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T21:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T21:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T21:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T21:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T21:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T21:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T22:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T22:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T22:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T22:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T22:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T22:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T22:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T22:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T22:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T22:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T22:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T22:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T23:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T23:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T23:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T23:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T23:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T23:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T23:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T23:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T23:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T23:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T23:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T23:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T00:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T00:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T00:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T00:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T00:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T00:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T00:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T00:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T00:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T00:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T00:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T00:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T01:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T01:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T01:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T01:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T01:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T01:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T01:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T01:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T01:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T01:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T01:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T01:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T02:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T02:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T02:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T02:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T02:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T02:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T02:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T02:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T02:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T02:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T02:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T02:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T03:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T03:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T03:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T03:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T03:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T03:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T03:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T03:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T03:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T03:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T03:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T03:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T04:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T04:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T04:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T04:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T04:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T04:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T04:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T04:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T04:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T04:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T04:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T04:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T05:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T05:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T05:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T05:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T05:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T05:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T05:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T05:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T05:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T05:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T05:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T05:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T06:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T06:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T06:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T06:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T06:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T06:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T06:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T06:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T06:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T06:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T06:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T06:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T07:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T07:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T07:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T07:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T07:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T07:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T07:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T07:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T07:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T07:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T07:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T07:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T08:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T08:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T08:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T08:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T08:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T08:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T08:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T08:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T08:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T08:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T08:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T08:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T09:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T09:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T09:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T09:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T09:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T09:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T09:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T09:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T09:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T09:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T09:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T09:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T10:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T10:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T10:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T10:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T10:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T10:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T10:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T10:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T10:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T10:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T10:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T10:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T11:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T11:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T11:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T11:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T11:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T11:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T11:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T11:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T11:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T11:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T11:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T11:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T12:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T12:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T12:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T12:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T12:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T12:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T12:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T12:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T12:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T12:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T12:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T12:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T13:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T13:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T13:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T13:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T13:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T13:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T13:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T13:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T13:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T13:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T13:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T13:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T14:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T14:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T14:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T14:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T14:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T14:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T14:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T14:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T14:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T14:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T14:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T14:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T15:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T15:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T15:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T15:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T15:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T15:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T15:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T15:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T15:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T15:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T15:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T15:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T16:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T16:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T16:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T16:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T16:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T16:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T16:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T16:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T16:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T16:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T16:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T16:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T17:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T17:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T17:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T17:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T17:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T17:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T17:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T17:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T17:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T17:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T17:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T17:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T18:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T18:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T18:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T18:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T18:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T18:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T18:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T18:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T18:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T18:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T18:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T18:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T19:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T19:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T19:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T19:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T19:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T19:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T19:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T19:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T19:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T19:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T19:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T19:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T20:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T20:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T20:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T20:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T20:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T20:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T20:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T20:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T20:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T20:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T20:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T20:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T21:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T21:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T21:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T21:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T21:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T21:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T21:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T21:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T21:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T21:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T21:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T21:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T22:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T22:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T22:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T22:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T22:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T22:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T22:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T22:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T22:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T22:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T22:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T22:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T23:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T23:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T23:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T23:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T23:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T23:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T23:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T23:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T23:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T23:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T23:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T23:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T00:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T00:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T00:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T00:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T00:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T00:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T00:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T00:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T00:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T00:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T00:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T00:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T01:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T01:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T01:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T01:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T01:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T01:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T01:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T01:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T01:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T01:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T01:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T01:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T02:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T02:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T02:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T02:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T02:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T02:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T02:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T02:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T02:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T02:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T02:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T02:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T03:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T03:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T03:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T03:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T03:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T03:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T03:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T03:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T03:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T03:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T03:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T03:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T04:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T04:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T04:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T04:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T04:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T04:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T04:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T04:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T04:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T04:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T04:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T04:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T05:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T05:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T05:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T05:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T05:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T05:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T05:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T05:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T05:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T05:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T05:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T05:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T06:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T06:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T06:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T06:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T06:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T06:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T06:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T06:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T06:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T06:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T06:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T06:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T07:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T07:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T07:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T07:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T07:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T07:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T07:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T07:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T07:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T07:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T07:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T07:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T08:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T08:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T08:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T08:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T08:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T08:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T08:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T08:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T08:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T08:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T08:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T08:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T09:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T09:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T09:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T09:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T09:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T09:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T09:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T09:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T09:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T09:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T09:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T09:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T10:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T10:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T10:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T10:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T10:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T10:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T10:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T10:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T10:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T10:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T10:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T10:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T11:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T11:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T11:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T11:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T11:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T11:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T11:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T11:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T11:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T11:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T11:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T11:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T12:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T12:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T12:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T12:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T12:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T12:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T12:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T12:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T12:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T12:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T12:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T12:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T13:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T13:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T13:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T13:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T13:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T13:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T13:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T13:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T13:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T13:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T13:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T13:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T14:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T14:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T14:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T14:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T14:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T14:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T14:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T14:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T14:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T14:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T14:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T14:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T15:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T15:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T15:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T15:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T15:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T15:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T15:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T15:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T15:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T15:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T15:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T15:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T16:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T16:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T16:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T16:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T16:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T16:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T16:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T16:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T16:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T16:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T16:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T16:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T17:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T17:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T17:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T17:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T17:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T17:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T17:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T17:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T17:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T17:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T17:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T17:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T18:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T18:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T18:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T18:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T18:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T18:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T18:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T18:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T18:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T18:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T18:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T18:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T19:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T19:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T19:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T19:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T19:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T19:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T19:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T19:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T19:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T19:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T19:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T19:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T20:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T20:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T20:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T20:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T20:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T20:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T20:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T20:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T20:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T20:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T20:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T20:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T21:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T21:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T21:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T21:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T21:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T21:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T21:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T21:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T21:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T21:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T21:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T21:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T22:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T22:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T22:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T22:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T22:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T22:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T22:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T22:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T22:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T22:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T22:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T22:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T23:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T23:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T23:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T23:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T23:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T23:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T23:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T23:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T23:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T23:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T23:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T23:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T00:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T00:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T00:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T00:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T00:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T00:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T00:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T00:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T00:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T00:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T00:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T00:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T01:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T01:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T01:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T01:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T01:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T01:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T01:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T01:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T01:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T01:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T01:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T01:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T02:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T02:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T02:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T02:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T02:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T02:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T02:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T02:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T02:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T02:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T02:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T02:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T03:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T03:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T03:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T03:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T03:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T03:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T03:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T03:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T03:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T03:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T03:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T03:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T04:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T04:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T04:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T04:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T04:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T04:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T04:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T04:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T04:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T04:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T04:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T04:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T05:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T05:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T05:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T05:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T05:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T05:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T05:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T05:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T05:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T05:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T05:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T05:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T06:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T06:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T06:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T06:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T06:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T06:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T06:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T06:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T06:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T06:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T06:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T06:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T07:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T07:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T07:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T07:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T07:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T07:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T07:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T07:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T07:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T07:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T07:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T07:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T08:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T08:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T08:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T08:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T08:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T08:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T08:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T08:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T08:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T08:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T08:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T08:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T09:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T09:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T09:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T09:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T09:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T09:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T09:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T09:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T09:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T09:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T09:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T09:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T10:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T10:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T10:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T10:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T10:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T10:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T10:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T10:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T10:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T10:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T10:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T10:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T11:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T11:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T11:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T11:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T11:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T11:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T11:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T11:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T11:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T11:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T11:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T11:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T12:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T12:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T12:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T12:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T12:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T12:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T12:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T12:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T12:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T12:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T12:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T12:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T13:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T13:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T13:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T13:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T13:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T13:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T13:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T13:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T13:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T13:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T13:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T13:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T14:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T14:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T14:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T14:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T14:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T14:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T14:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T14:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T14:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T14:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T14:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T14:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T15:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T15:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T15:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T15:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T15:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T15:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T15:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T15:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T15:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T15:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T15:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T15:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T16:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T16:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T16:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T16:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T16:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T16:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T16:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T16:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T16:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T16:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T16:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T16:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T17:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T17:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T17:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T17:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T17:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T17:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T17:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T17:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T17:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T17:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T17:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T17:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T18:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T18:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T18:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T18:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T18:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T18:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T18:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T18:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T18:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T18:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T18:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T18:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T19:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T19:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T19:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T19:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T19:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T19:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T19:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T19:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T19:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T19:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T19:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T19:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T20:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T20:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T20:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T20:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T20:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T20:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T20:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T20:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T20:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T20:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T20:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T20:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T21:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T21:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T21:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T21:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T21:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T21:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T21:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T21:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T21:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T21:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T21:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T21:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T22:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T22:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T22:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T22:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T22:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T22:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T22:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T22:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T22:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T22:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T22:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T22:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T23:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T23:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T23:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T23:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T23:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T23:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T23:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T23:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T23:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T23:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T23:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T23:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T00:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T00:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T00:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T00:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 8.0, - "snipsEstimatorDenominator": 8.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T00:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T00:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T00:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T00:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T00:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T00:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T00:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T00:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T01:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T01:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T01:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T01:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T01:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T01:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T01:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T01:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T01:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T01:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T01:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T01:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T02:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T02:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T02:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T02:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T02:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T02:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T02:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T02:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T02:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T02:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T02:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T02:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T03:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T03:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T03:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T03:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T03:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T03:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T03:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T03:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T03:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T03:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T03:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T03:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T04:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T04:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T04:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T04:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T04:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T04:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T04:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T04:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T04:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T04:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T04:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T04:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T05:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T05:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T05:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T05:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T05:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T05:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T05:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T05:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T05:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T05:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T05:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T05:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T06:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T06:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T06:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T06:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T06:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T06:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T06:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T06:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T06:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T06:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T06:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T06:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T07:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T07:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T07:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T07:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T07:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T07:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T07:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T07:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T07:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T07:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T07:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T07:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T08:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T08:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T08:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T08:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T08:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T08:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T08:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T08:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T08:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T08:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T08:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T08:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T09:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T09:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T09:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T09:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T09:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T09:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T09:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T09:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T09:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T09:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T09:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T09:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T10:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T10:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T10:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T10:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T10:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T10:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T10:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T10:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T10:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T10:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T10:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T10:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T11:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T11:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T11:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T11:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T11:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T11:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T11:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T11:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T11:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T11:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T11:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T11:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T12:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T12:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T12:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T12:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T12:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T12:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T12:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T12:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T12:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T12:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T12:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 8.0, - "snipsEstimatorDenominator": 8.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T12:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 8.0, - "snipsEstimatorDenominator": 8.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T13:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T13:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 8.0, - "snipsEstimatorDenominator": 8.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T13:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T13:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T13:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T13:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 8.0, - "snipsEstimatorDenominator": 8.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T13:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T13:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T13:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T13:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T13:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T13:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T14:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T14:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T14:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 8.0, - "snipsEstimatorDenominator": 8.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T14:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T14:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 8.0, - "snipsEstimatorDenominator": 8.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T14:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 56.0, - "snipsEstimatorDenominator": 56.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T14:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T14:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 8.0, - "snipsEstimatorDenominator": 8.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T14:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 56.0, - "snipsEstimatorDenominator": 56.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T14:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T14:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T14:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 8.0, - "snipsEstimatorDenominator": 8.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T15:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 56.0, - "snipsEstimatorDenominator": 56.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T15:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T15:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 40.0, - "snipsEstimatorDenominator": 40.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T15:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 8.0, - "snipsEstimatorDenominator": 8.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T15:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 8.0, - "snipsEstimatorDenominator": 8.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T15:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T15:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 8.0, - "snipsEstimatorDenominator": 8.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T15:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T15:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T15:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 56.0, - "snipsEstimatorDenominator": 56.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T15:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 8.0, - "snipsEstimatorDenominator": 8.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T15:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 8.0, - "snipsEstimatorDenominator": 8.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T16:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 40.0, - "snipsEstimatorDenominator": 40.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T16:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 16.0, - "snipsEstimatorDenominator": 16.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T16:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T16:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T16:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T16:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T16:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T16:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T16:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 64.0, - "snipsEstimatorDenominator": 64.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T16:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T16:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T16:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 72.0, - "snipsEstimatorDenominator": 72.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T17:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 16.0, - "snipsEstimatorDenominator": 16.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T17:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 32.0, - "snipsEstimatorDenominator": 32.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T17:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 32.0, - "snipsEstimatorDenominator": 32.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T17:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 86.0, - "snipsEstimatorDenominator": 86.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T17:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 2.0, - "snipsEstimatorDenominator": 2.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T17:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 58.0, - "snipsEstimatorDenominator": 58.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T17:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 47.0, - "snipsEstimatorDenominator": 47.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T17:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T17:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T17:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T17:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 1.0, - "snipsEstimatorDenominator": 1.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T17:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 32.0, - "snipsEstimatorDenominator": 32.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T18:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T18:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T18:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 12.0, - "snipsEstimatorDenominator": 12.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T18:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 7.0, - "snipsEstimatorDenominator": 7.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T18:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T18:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 14.0, - "snipsEstimatorDenominator": 14.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T18:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 14.0, - "snipsEstimatorDenominator": 14.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T18:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T18:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 15.0, - "snipsEstimatorDenominator": 15.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T18:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 1.0, - "snipsEstimatorDenominator": 1.0, - "aggregateTimeWindow": "PT5M", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T00:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 2.0, - "snipsEstimatorDenominator": 2.0, - "aggregateTimeWindow": "PT1H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T01:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T02:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T03:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T04:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T05:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T06:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T07:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T08:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T09:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T10:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T11:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T12:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T13:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T14:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T15:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T16:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T17:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T18:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T19:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T20:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T21:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T22:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T23:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T00:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T01:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T02:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T03:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T04:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T05:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T06:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T07:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T08:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T09:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T10:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T11:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T12:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T13:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T14:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T15:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T16:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T17:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T18:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T19:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T20:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T21:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T22:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T23:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T00:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T01:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T02:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T03:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T04:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T05:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T06:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T07:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T08:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T09:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T10:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T11:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T12:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T13:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T14:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T15:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T16:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T17:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T18:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T19:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T20:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T21:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T22:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T23:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T00:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T01:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T02:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T03:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T04:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T05:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T06:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T07:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T08:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T09:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T10:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T11:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T12:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T13:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T14:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T15:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T16:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T17:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T18:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T19:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T20:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T21:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T22:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T23:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T00:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T01:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T02:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T03:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T04:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T05:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T06:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T07:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T08:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T09:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T10:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T11:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T12:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T13:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T14:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T15:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T16:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T17:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T18:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T19:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T20:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T21:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T22:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T23:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T00:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T01:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T02:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T03:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T04:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T05:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T06:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T07:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T08:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T09:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T10:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T11:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T12:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T13:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T14:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T15:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T16:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T17:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T18:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T19:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T20:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T21:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T22:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T23:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T00:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T01:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T02:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T03:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T04:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T05:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T06:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T07:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T08:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T09:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T10:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T11:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T12:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T13:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T14:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T15:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T16:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T17:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T18:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T19:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T20:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T21:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T22:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T23:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T00:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 8.0, - "snipsEstimatorDenominator": 8.0, - "aggregateTimeWindow": "PT1H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T01:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T02:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T03:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T04:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T05:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T06:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T07:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T08:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T09:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T10:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T11:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T12:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 16.0, - "snipsEstimatorDenominator": 16.0, - "aggregateTimeWindow": "PT1H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T13:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 16.0, - "snipsEstimatorDenominator": 16.0, - "aggregateTimeWindow": "PT1H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T14:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 144.0, - "snipsEstimatorDenominator": 144.0, - "aggregateTimeWindow": "PT1H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T15:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 192.0, - "snipsEstimatorDenominator": 192.0, - "aggregateTimeWindow": "PT1H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T16:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 192.0, - "snipsEstimatorDenominator": 192.0, - "aggregateTimeWindow": "PT1H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T17:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 306.0, - "snipsEstimatorDenominator": 306.0, - "aggregateTimeWindow": "PT1H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T18:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 63.0, - "snipsEstimatorDenominator": 63.0, - "aggregateTimeWindow": "PT1H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T00:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 2.0, - "snipsEstimatorDenominator": 2.0, - "aggregateTimeWindow": "PT6H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T06:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT6H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T12:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT6H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T18:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT6H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T00:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT6H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T06:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT6H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T12:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT6H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T18:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT6H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T00:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT6H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T06:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT6H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T12:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT6H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T18:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT6H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T00:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT6H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T06:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT6H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T12:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT6H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T18:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT6H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T00:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT6H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T06:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT6H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T12:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT6H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T18:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT6H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T00:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT6H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T06:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT6H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T12:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT6H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T18:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT6H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T00:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT6H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T06:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT6H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T12:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT6H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T18:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT6H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T00:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 8.0, - "snipsEstimatorDenominator": 8.0, - "aggregateTimeWindow": "PT6H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T06:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT6H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T12:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 866.0, - "snipsEstimatorDenominator": 866.0, - "aggregateTimeWindow": "PT6H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T18:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 63.0, - "snipsEstimatorDenominator": 63.0, - "aggregateTimeWindow": "PT6H", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T00:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 2.0, - "snipsEstimatorDenominator": 2.0, - "aggregateTimeWindow": "P1D", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T00:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "P1D", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T00:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "P1D", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T00:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "P1D", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T00:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "P1D", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T00:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "P1D", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T00:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "P1D", - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T00:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 937.0, - "snipsEstimatorDenominator": 937.0, - "aggregateTimeWindow": "P1D", - "confidenceInterval": 0.0, - "averageReward": 0.0 - } - ], - "totalSummary": { - "timeStamp": "2021-06-30T07:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 939.0, - "snipsEstimatorDenominator": 939.0, - "aggregateTimeWindow": "PT0S", - "confidenceInterval": 0.0, - "averageReward": 0.0 - } - }, - { - "name": "baseline1", - "policySource": "Baseline", - "summary": [ - { - "timeStamp": "2021-06-23T00:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 2.0, - "snipsEstimatorDenominator": 2.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 2.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T00:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T00:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T01:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T01:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T01:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T01:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T01:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T01:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T01:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T01:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T01:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T01:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T01:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T01:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T02:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T02:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T02:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T02:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T02:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T02:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T02:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T02:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T02:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T02:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T02:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T02:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T03:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T03:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T03:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T03:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T03:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T03:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T03:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T03:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T03:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T03:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T03:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T03:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T04:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T04:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T04:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T04:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T04:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T04:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T04:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T04:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T04:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T04:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T04:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T04:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T05:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T05:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T05:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T05:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T05:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T05:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T05:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T05:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T05:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T05:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T05:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T05:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T06:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T06:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T06:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T06:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T06:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T06:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T06:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T06:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T06:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T06:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T06:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T06:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T07:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T07:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T07:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T07:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T07:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T07:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T07:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T07:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T07:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T07:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T07:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T07:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T08:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T08:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T08:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T08:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T08:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T08:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T08:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T08:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T08:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T08:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T08:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T08:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T09:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T09:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T09:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T09:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T09:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T09:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T09:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T09:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T09:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T09:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T09:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T09:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T10:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T10:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T10:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T10:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T10:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T10:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T10:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T10:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T10:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T10:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T10:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T10:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T11:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T11:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T11:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T11:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T11:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T11:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T11:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T11:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T11:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T11:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T11:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T11:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T12:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T12:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T12:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T12:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T12:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T12:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T12:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T12:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T12:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T12:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T12:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T12:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T13:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T13:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T13:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T13:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T13:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T13:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T13:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T13:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T13:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T13:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T13:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T13:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T14:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T14:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T14:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T14:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T14:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T14:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T14:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T14:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T14:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T14:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T14:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T14:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T15:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T15:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T15:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T15:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T15:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T15:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T15:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T15:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T15:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T15:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T15:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T15:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T16:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T16:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T16:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T16:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T16:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T16:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T16:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T16:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T16:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T16:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T16:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T16:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T17:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T17:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T17:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T17:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T17:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T17:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T17:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T17:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T17:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T17:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T17:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T17:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T18:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T18:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T18:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T18:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T18:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T18:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T18:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T18:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T18:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T18:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T18:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T18:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T19:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T19:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T19:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T19:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T19:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T19:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T19:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T19:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T19:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T19:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T19:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T19:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T20:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T20:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T20:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T20:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T20:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T20:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T20:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T20:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T20:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T20:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T20:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T20:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T21:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T21:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T21:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T21:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T21:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T21:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T21:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T21:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T21:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T21:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T21:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T21:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T22:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T22:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T22:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T22:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T22:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T22:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T22:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T22:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T22:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T22:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T22:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T22:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T23:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T23:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T23:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T23:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T23:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T23:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T23:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T23:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T23:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T23:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T23:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T23:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T00:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T00:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T00:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T00:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T00:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T00:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T00:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T00:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T00:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T00:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T00:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T00:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T01:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T01:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T01:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T01:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T01:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T01:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T01:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T01:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T01:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T01:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T01:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T01:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T02:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T02:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T02:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T02:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T02:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T02:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T02:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T02:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T02:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T02:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T02:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T02:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T03:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T03:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T03:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T03:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T03:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T03:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T03:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T03:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T03:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T03:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T03:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T03:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T04:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T04:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T04:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T04:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T04:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T04:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T04:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T04:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T04:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T04:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T04:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T04:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T05:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T05:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T05:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T05:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T05:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T05:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T05:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T05:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T05:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T05:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T05:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T05:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T06:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T06:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T06:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T06:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T06:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T06:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T06:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T06:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T06:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T06:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T06:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T06:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T07:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T07:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T07:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T07:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T07:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T07:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T07:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T07:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T07:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T07:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T07:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T07:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T08:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T08:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T08:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T08:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T08:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T08:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T08:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T08:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T08:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T08:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T08:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T08:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T09:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T09:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T09:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T09:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T09:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T09:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T09:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T09:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T09:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T09:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T09:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T09:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T10:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T10:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T10:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T10:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T10:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T10:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T10:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T10:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T10:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T10:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T10:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T10:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T11:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T11:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T11:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T11:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T11:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T11:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T11:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T11:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T11:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T11:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T11:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T11:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T12:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T12:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T12:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T12:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T12:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T12:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T12:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T12:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T12:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T12:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T12:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T12:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T13:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T13:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T13:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T13:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T13:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T13:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T13:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T13:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T13:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T13:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T13:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T13:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T14:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T14:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T14:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T14:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T14:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T14:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T14:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T14:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T14:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T14:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T14:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T14:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T15:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T15:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T15:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T15:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T15:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T15:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T15:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T15:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T15:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T15:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T15:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T15:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T16:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T16:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T16:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T16:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T16:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T16:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T16:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T16:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T16:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T16:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T16:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T16:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T17:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T17:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T17:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T17:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T17:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T17:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T17:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T17:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T17:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T17:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T17:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T17:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T18:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T18:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T18:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T18:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T18:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T18:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T18:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T18:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T18:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T18:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T18:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T18:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T19:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T19:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T19:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T19:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T19:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T19:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T19:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T19:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T19:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T19:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T19:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T19:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T20:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T20:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T20:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T20:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T20:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T20:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T20:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T20:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T20:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T20:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T20:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T20:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T21:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T21:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T21:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T21:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T21:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T21:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T21:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T21:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T21:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T21:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T21:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T21:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T22:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T22:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T22:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T22:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T22:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T22:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T22:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T22:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T22:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T22:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T22:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T22:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T23:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T23:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T23:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T23:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T23:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T23:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T23:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T23:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T23:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T23:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T23:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T23:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T00:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T00:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T00:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T00:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T00:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T00:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T00:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T00:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T00:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T00:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T00:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T00:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T01:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T01:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T01:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T01:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T01:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T01:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T01:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T01:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T01:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T01:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T01:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T01:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T02:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T02:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T02:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T02:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T02:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T02:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T02:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T02:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T02:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T02:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T02:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T02:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T03:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T03:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T03:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T03:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T03:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T03:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T03:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T03:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T03:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T03:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T03:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T03:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T04:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T04:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T04:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T04:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T04:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T04:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T04:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T04:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T04:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T04:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T04:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T04:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T05:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T05:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T05:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T05:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T05:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T05:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T05:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T05:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T05:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T05:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T05:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T05:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T06:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T06:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T06:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T06:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T06:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T06:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T06:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T06:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T06:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T06:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T06:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T06:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T07:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T07:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T07:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T07:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T07:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T07:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T07:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T07:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T07:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T07:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T07:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T07:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T08:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T08:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T08:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T08:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T08:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T08:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T08:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T08:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T08:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T08:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T08:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T08:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T09:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T09:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T09:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T09:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T09:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T09:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T09:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T09:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T09:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T09:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T09:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T09:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T10:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T10:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T10:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T10:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T10:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T10:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T10:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T10:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T10:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T10:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T10:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T10:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T11:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T11:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T11:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T11:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T11:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T11:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T11:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T11:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T11:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T11:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T11:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T11:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T12:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T12:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T12:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T12:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T12:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T12:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T12:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T12:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T12:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T12:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T12:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T12:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T13:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T13:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T13:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T13:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T13:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T13:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T13:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T13:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T13:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T13:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T13:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T13:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T14:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T14:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T14:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T14:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T14:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T14:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T14:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T14:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T14:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T14:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T14:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T14:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T15:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T15:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T15:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T15:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T15:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T15:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T15:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T15:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T15:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T15:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T15:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T15:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T16:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T16:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T16:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T16:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T16:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T16:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T16:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T16:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T16:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T16:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T16:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T16:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T17:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T17:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T17:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T17:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T17:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T17:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T17:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T17:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T17:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T17:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T17:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T17:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T18:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T18:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T18:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T18:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T18:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T18:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T18:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T18:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T18:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T18:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T18:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T18:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T19:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T19:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T19:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T19:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T19:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T19:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T19:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T19:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T19:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T19:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T19:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T19:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T20:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T20:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T20:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T20:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T20:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T20:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T20:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T20:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T20:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T20:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T20:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T20:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T21:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T21:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T21:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T21:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T21:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T21:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T21:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T21:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T21:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T21:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T21:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T21:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T22:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T22:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T22:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T22:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T22:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T22:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T22:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T22:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T22:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T22:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T22:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T22:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T23:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T23:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T23:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T23:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T23:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T23:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T23:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T23:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T23:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T23:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T23:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T23:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T00:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T00:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T00:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T00:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T00:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T00:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T00:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T00:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T00:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T00:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T00:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T00:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T01:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T01:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T01:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T01:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T01:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T01:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T01:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T01:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T01:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T01:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T01:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T01:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T02:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T02:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T02:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T02:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T02:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T02:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T02:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T02:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T02:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T02:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T02:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T02:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T03:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T03:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T03:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T03:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T03:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T03:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T03:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T03:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T03:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T03:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T03:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T03:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T04:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T04:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T04:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T04:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T04:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T04:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T04:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T04:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T04:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T04:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T04:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T04:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T05:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T05:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T05:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T05:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T05:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T05:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T05:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T05:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T05:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T05:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T05:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T05:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T06:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T06:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T06:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T06:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T06:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T06:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T06:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T06:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T06:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T06:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T06:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T06:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T07:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T07:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T07:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T07:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T07:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T07:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T07:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T07:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T07:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T07:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T07:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T07:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T08:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T08:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T08:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T08:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T08:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T08:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T08:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T08:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T08:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T08:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T08:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T08:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T09:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T09:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T09:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T09:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T09:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T09:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T09:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T09:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T09:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T09:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T09:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T09:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T10:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T10:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T10:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T10:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T10:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T10:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T10:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T10:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T10:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T10:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T10:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T10:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T11:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T11:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T11:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T11:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T11:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T11:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T11:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T11:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T11:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T11:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T11:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T11:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T12:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T12:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T12:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T12:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T12:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T12:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T12:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T12:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T12:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T12:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T12:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T12:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T13:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T13:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T13:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T13:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T13:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T13:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T13:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T13:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T13:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T13:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T13:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T13:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T14:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T14:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T14:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T14:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T14:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T14:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T14:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T14:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T14:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T14:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T14:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T14:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T15:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T15:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T15:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T15:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T15:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T15:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T15:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T15:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T15:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T15:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T15:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T15:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T16:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T16:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T16:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T16:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T16:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T16:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T16:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T16:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T16:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T16:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T16:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T16:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T17:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T17:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T17:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T17:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T17:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T17:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T17:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T17:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T17:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T17:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T17:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T17:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T18:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T18:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T18:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T18:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T18:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T18:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T18:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T18:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T18:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T18:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T18:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T18:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T19:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T19:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T19:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T19:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T19:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T19:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T19:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T19:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T19:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T19:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T19:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T19:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T20:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T20:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T20:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T20:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T20:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T20:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T20:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T20:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T20:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T20:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T20:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T20:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T21:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T21:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T21:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T21:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T21:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T21:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T21:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T21:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T21:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T21:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T21:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T21:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T22:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T22:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T22:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T22:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T22:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T22:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T22:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T22:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T22:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T22:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T22:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T22:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T23:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T23:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T23:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T23:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T23:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T23:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T23:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T23:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T23:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T23:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T23:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T23:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T00:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T00:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T00:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T00:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T00:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T00:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T00:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T00:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T00:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T00:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T00:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T00:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T01:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T01:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T01:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T01:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T01:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T01:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T01:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T01:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T01:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T01:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T01:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T01:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T02:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T02:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T02:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T02:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T02:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T02:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T02:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T02:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T02:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T02:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T02:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T02:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T03:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T03:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T03:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T03:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T03:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T03:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T03:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T03:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T03:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T03:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T03:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T03:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T04:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T04:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T04:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T04:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T04:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T04:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T04:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T04:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T04:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T04:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T04:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T04:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T05:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T05:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T05:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T05:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T05:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T05:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T05:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T05:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T05:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T05:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T05:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T05:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T06:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T06:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T06:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T06:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T06:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T06:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T06:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T06:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T06:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T06:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T06:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T06:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T07:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T07:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T07:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T07:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T07:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T07:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T07:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T07:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T07:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T07:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T07:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T07:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T08:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T08:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T08:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T08:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T08:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T08:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T08:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T08:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T08:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T08:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T08:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T08:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T09:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T09:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T09:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T09:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T09:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T09:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T09:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T09:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T09:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T09:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T09:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T09:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T10:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T10:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T10:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T10:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T10:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T10:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T10:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T10:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T10:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T10:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T10:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T10:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T11:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T11:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T11:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T11:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T11:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T11:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T11:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T11:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T11:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T11:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T11:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T11:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T12:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T12:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T12:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T12:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T12:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T12:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T12:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T12:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T12:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T12:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T12:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T12:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T13:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T13:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T13:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T13:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T13:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T13:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T13:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T13:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T13:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T13:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T13:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T13:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T14:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T14:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T14:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T14:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T14:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T14:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T14:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T14:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T14:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T14:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T14:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T14:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T15:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T15:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T15:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T15:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T15:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T15:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T15:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T15:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T15:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T15:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T15:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T15:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T16:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T16:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T16:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T16:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T16:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T16:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T16:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T16:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T16:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T16:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T16:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T16:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T17:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T17:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T17:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T17:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T17:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T17:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T17:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T17:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T17:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T17:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T17:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T17:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T18:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T18:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T18:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T18:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T18:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T18:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T18:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T18:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T18:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T18:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T18:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T18:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T19:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T19:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T19:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T19:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T19:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T19:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T19:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T19:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T19:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T19:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T19:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T19:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T20:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T20:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T20:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T20:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T20:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T20:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T20:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T20:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T20:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T20:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T20:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T20:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T21:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T21:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T21:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T21:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T21:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T21:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T21:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T21:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T21:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T21:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T21:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T21:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T22:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T22:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T22:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T22:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T22:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T22:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T22:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T22:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T22:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T22:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T22:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T22:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T23:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T23:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T23:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T23:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T23:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T23:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T23:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T23:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T23:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T23:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T23:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T23:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T00:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T00:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T00:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T00:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T00:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T00:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T00:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T00:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T00:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T00:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T00:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T00:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T01:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T01:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T01:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T01:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T01:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T01:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T01:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T01:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T01:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T01:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T01:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T01:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T02:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T02:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T02:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T02:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T02:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T02:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T02:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T02:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T02:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T02:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T02:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T02:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T03:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T03:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T03:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T03:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T03:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T03:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T03:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T03:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T03:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T03:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T03:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T03:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T04:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T04:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T04:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T04:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T04:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T04:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T04:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T04:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T04:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T04:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T04:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T04:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T05:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T05:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T05:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T05:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T05:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T05:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T05:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T05:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T05:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T05:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T05:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T05:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T06:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T06:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T06:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T06:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T06:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T06:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T06:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T06:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T06:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T06:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T06:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T06:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T07:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T07:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T07:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T07:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T07:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T07:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T07:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T07:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T07:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T07:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T07:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T07:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T08:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T08:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T08:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T08:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T08:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T08:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T08:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T08:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T08:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T08:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T08:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T08:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T09:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T09:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T09:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T09:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T09:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T09:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T09:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T09:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T09:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T09:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T09:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T09:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T10:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T10:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T10:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T10:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T10:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T10:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T10:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T10:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T10:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T10:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T10:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T10:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T11:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T11:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T11:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T11:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T11:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T11:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T11:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T11:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T11:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T11:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T11:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T11:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T12:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T12:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T12:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T12:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T12:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T12:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T12:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T12:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T12:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T12:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T12:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T12:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T13:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T13:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T13:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T13:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T13:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T13:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T13:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T13:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T13:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T13:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T13:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T13:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T14:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T14:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T14:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T14:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T14:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T14:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T14:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T14:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T14:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T14:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T14:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T14:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T15:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T15:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T15:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T15:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T15:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T15:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T15:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T15:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T15:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T15:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T15:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T15:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T16:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T16:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T16:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T16:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T16:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T16:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T16:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T16:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T16:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T16:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T16:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T16:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T17:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T17:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T17:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T17:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T17:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T17:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T17:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T17:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T17:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T17:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T17:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T17:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T18:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T18:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T18:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T18:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T18:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T18:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T18:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T18:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T18:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T18:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T18:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T18:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T19:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T19:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T19:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T19:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T19:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T19:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T19:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T19:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T19:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T19:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T19:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T19:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T20:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T20:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T20:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T20:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T20:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T20:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T20:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T20:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T20:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T20:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T20:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T20:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T21:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T21:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T21:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T21:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T21:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T21:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T21:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T21:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T21:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T21:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T21:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T21:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T22:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T22:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T22:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T22:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T22:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T22:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T22:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T22:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T22:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T22:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T22:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T22:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T23:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T23:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T23:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T23:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T23:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T23:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T23:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T23:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T23:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T23:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T23:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T23:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T00:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T00:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T00:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T00:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T00:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T00:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T00:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T00:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T00:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T00:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T00:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T00:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T01:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T01:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T01:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T01:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T01:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T01:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T01:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T01:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T01:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T01:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T01:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T01:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T02:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T02:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T02:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T02:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T02:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T02:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T02:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T02:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T02:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T02:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T02:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T02:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T03:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T03:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T03:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T03:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T03:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T03:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T03:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T03:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T03:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T03:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T03:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T03:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T04:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T04:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T04:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T04:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T04:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T04:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T04:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T04:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T04:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T04:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T04:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T04:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T05:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T05:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T05:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T05:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T05:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T05:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T05:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T05:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T05:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T05:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T05:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T05:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T06:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T06:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T06:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T06:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T06:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T06:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T06:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T06:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T06:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T06:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T06:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T06:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T07:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T07:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T07:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T07:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T07:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T07:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T07:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T07:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T07:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T07:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T07:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T07:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T08:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T08:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T08:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T08:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T08:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T08:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T08:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T08:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T08:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T08:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T08:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T08:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T09:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T09:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T09:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T09:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T09:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T09:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T09:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T09:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T09:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T09:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T09:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T09:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T10:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T10:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T10:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T10:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T10:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T10:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T10:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T10:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T10:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T10:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T10:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T10:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T11:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T11:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T11:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T11:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T11:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T11:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T11:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T11:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T11:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T11:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T11:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T11:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T12:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T12:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T12:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T12:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T12:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T12:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T12:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T12:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T12:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T12:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T12:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T12:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T13:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T13:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T13:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T13:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T13:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T13:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T13:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T13:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T13:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T13:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T13:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T13:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T14:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T14:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T14:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T14:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T14:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T14:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T14:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T14:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T14:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T14:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T14:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T14:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T15:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T15:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T15:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T15:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T15:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T15:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T15:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T15:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T15:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T15:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T15:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T15:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T16:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T16:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T16:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T16:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T16:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T16:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T16:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T16:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T16:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T16:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T16:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T16:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T17:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T17:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T17:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T17:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T17:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T17:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T17:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T17:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T17:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T17:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T17:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T17:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T18:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T18:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T18:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T18:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T18:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T18:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T18:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T18:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T18:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T18:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T18:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T18:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T19:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T19:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T19:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T19:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T19:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T19:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T19:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T19:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T19:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T19:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T19:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T19:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T20:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T20:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T20:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T20:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T20:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T20:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T20:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T20:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T20:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T20:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T20:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T20:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T21:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T21:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T21:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T21:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T21:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T21:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T21:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T21:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T21:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T21:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T21:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T21:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T22:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T22:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T22:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T22:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T22:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T22:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T22:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T22:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T22:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T22:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T22:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T22:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T23:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T23:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T23:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T23:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T23:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T23:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T23:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T23:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T23:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T23:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T23:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T23:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T00:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T00:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T00:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T00:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 8.0, - "snipsEstimatorDenominator": 6.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 6.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T00:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T00:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T00:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T00:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T00:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T00:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T00:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T00:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T01:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T01:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T01:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T01:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T01:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T01:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T01:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T01:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T01:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T01:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T01:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T01:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T02:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T02:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T02:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T02:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T02:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T02:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T02:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T02:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T02:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T02:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T02:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T02:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T03:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T03:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T03:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T03:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T03:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T03:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T03:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T03:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T03:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T03:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T03:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T03:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T04:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T04:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T04:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T04:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T04:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T04:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T04:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T04:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T04:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T04:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T04:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T04:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T05:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T05:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T05:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T05:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T05:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T05:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T05:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T05:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T05:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T05:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T05:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T05:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T06:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T06:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T06:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T06:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T06:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T06:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T06:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T06:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T06:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T06:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T06:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T06:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T07:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T07:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T07:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T07:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T07:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T07:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T07:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T07:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T07:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T07:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T07:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T07:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T08:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T08:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T08:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T08:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T08:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T08:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T08:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T08:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T08:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T08:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T08:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T08:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T09:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T09:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T09:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T09:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T09:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T09:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T09:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T09:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T09:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T09:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T09:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T09:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T10:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T10:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T10:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T10:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T10:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T10:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T10:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T10:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T10:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T10:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T10:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T10:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T11:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T11:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T11:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T11:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T11:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T11:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T11:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T11:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T11:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T11:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T11:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T11:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T12:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T12:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T12:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T12:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T12:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T12:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T12:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T12:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T12:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T12:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T12:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 8.0, - "snipsEstimatorDenominator": 6.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 6.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T12:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 8.0, - "snipsEstimatorDenominator": 6.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 6.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T13:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T13:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 8.0, - "snipsEstimatorDenominator": 6.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 6.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T13:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T13:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T13:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T13:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 8.0, - "snipsEstimatorDenominator": 6.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 6.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T13:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T13:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T13:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T13:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T13:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T13:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T14:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T14:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T14:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 8.0, - "snipsEstimatorDenominator": 6.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 6.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T14:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T14:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 8.0, - "snipsEstimatorDenominator": 6.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 6.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T14:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 56.0, - "snipsEstimatorDenominator": 42.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 42.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T14:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T14:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 8.0, - "snipsEstimatorDenominator": 6.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 6.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T14:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 56.0, - "snipsEstimatorDenominator": 42.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 42.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T14:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T14:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T14:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 8.0, - "snipsEstimatorDenominator": 6.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 6.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T15:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 56.0, - "snipsEstimatorDenominator": 42.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 42.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T15:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T15:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 40.0, - "snipsEstimatorDenominator": 30.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 30.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T15:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 8.0, - "snipsEstimatorDenominator": 6.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 6.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T15:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 8.0, - "snipsEstimatorDenominator": 6.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 6.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T15:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T15:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 8.0, - "snipsEstimatorDenominator": 6.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 6.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T15:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T15:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T15:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 56.0, - "snipsEstimatorDenominator": 42.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 42.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T15:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 8.0, - "snipsEstimatorDenominator": 6.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 6.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T15:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 8.0, - "snipsEstimatorDenominator": 6.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 6.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T16:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 40.0, - "snipsEstimatorDenominator": 30.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 30.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T16:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 16.0, - "snipsEstimatorDenominator": 12.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 12.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T16:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T16:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T16:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T16:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T16:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T16:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T16:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 64.0, - "snipsEstimatorDenominator": 48.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 48.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T16:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T16:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T16:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 72.0, - "snipsEstimatorDenominator": 54.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 54.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T17:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 16.0, - "snipsEstimatorDenominator": 12.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 12.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T17:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 32.0, - "snipsEstimatorDenominator": 24.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 24.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T17:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 32.0, - "snipsEstimatorDenominator": 24.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 24.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T17:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 86.0, - "snipsEstimatorDenominator": 65.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 65.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T17:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 2.0, - "snipsEstimatorDenominator": 1.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 1.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T17:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 58.0, - "snipsEstimatorDenominator": 47.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 47.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T17:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 47.0, - "snipsEstimatorDenominator": 36.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 36.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T17:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T17:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T17:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T17:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 1.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T17:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 32.0, - "snipsEstimatorDenominator": 24.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 24.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T18:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T18:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T18:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 12.0, - "snipsEstimatorDenominator": 10.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 10.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T18:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 7.0, - "snipsEstimatorDenominator": 6.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 6.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T18:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T18:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 14.0, - "snipsEstimatorDenominator": 11.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 11.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T18:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 14.0, - "snipsEstimatorDenominator": 11.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 11.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T18:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T18:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 15.0, - "snipsEstimatorDenominator": 12.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 12.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T18:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 1.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T00:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 2.0, - "snipsEstimatorDenominator": 2.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 2.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T01:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T02:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T03:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T04:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T05:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T06:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T07:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T08:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T09:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T10:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T11:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T12:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T13:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T14:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T15:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T16:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T17:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T18:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T19:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T20:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T21:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T22:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T23:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T00:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T01:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T02:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T03:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T04:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T05:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T06:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T07:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T08:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T09:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T10:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T11:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T12:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T13:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T14:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T15:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T16:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T17:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T18:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T19:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T20:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T21:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T22:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T23:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T00:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T01:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T02:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T03:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T04:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T05:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T06:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T07:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T08:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T09:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T10:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T11:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T12:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T13:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T14:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T15:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T16:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T17:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T18:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T19:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T20:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T21:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T22:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T23:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T00:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T01:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T02:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T03:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T04:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T05:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T06:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T07:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T08:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T09:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T10:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T11:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T12:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T13:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T14:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T15:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T16:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T17:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T18:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T19:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T20:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T21:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T22:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T23:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T00:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T01:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T02:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T03:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T04:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T05:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T06:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T07:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T08:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T09:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T10:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T11:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T12:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T13:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T14:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T15:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T16:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T17:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T18:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T19:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T20:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T21:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T22:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T23:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T00:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T01:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T02:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T03:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T04:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T05:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T06:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T07:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T08:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T09:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T10:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T11:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T12:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T13:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T14:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T15:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T16:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T17:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T18:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T19:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T20:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T21:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T22:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T23:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T00:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T01:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T02:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T03:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T04:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T05:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T06:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T07:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T08:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T09:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T10:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T11:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T12:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T13:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T14:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T15:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T16:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T17:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T18:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T19:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T20:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T21:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T22:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T23:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T00:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 8.0, - "snipsEstimatorDenominator": 6.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 6.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T01:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T02:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T03:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T04:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T05:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T06:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T07:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T08:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T09:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T10:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T11:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T12:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 16.0, - "snipsEstimatorDenominator": 12.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 12.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T13:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 16.0, - "snipsEstimatorDenominator": 12.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 12.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T14:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 144.0, - "snipsEstimatorDenominator": 108.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 108.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T15:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 192.0, - "snipsEstimatorDenominator": 144.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 144.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T16:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 192.0, - "snipsEstimatorDenominator": 144.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 144.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T17:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 306.0, - "snipsEstimatorDenominator": 233.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 233.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T18:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 63.0, - "snipsEstimatorDenominator": 50.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 50.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T00:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 2.0, - "snipsEstimatorDenominator": 2.0, - "aggregateTimeWindow": "PT6H", - "nonZeroProbability": 2.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T06:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT6H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T12:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT6H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T18:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT6H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T00:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT6H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T06:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT6H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T12:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT6H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T18:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT6H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T00:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT6H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T06:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT6H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T12:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT6H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T18:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT6H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T00:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT6H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T06:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT6H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T12:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT6H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T18:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT6H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T00:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT6H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T06:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT6H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T12:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT6H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T18:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT6H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T00:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT6H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T06:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT6H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T12:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT6H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T18:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT6H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T00:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT6H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T06:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT6H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T12:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT6H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T18:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT6H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T00:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 8.0, - "snipsEstimatorDenominator": 6.0, - "aggregateTimeWindow": "PT6H", - "nonZeroProbability": 6.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T06:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT6H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T12:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 866.0, - "snipsEstimatorDenominator": 653.0, - "aggregateTimeWindow": "PT6H", - "nonZeroProbability": 653.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T18:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 63.0, - "snipsEstimatorDenominator": 50.0, - "aggregateTimeWindow": "PT6H", - "nonZeroProbability": 50.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T00:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 2.0, - "snipsEstimatorDenominator": 2.0, - "aggregateTimeWindow": "P1D", - "nonZeroProbability": 2.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T00:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "P1D", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T00:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "P1D", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T00:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "P1D", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T00:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "P1D", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T00:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "P1D", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T00:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "P1D", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T00:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 937.0, - "snipsEstimatorDenominator": 709.0, - "aggregateTimeWindow": "P1D", - "nonZeroProbability": 709.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - } - ], - "totalSummary": { - "timeStamp": "2021-06-30T07:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 939.0, - "snipsEstimatorDenominator": 711.0, - "aggregateTimeWindow": "PT0S", - "nonZeroProbability": 711.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - } - }, - { - "name": "baselineRand", - "policySource": "Random", - "summary": [ - { - "timeStamp": "2021-06-23T00:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 2.0, - "snipsEstimatorDenominator": 2.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 2.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T00:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T00:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T01:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T01:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T01:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T01:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T01:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T01:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T01:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T01:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T01:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T01:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T01:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T01:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T02:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T02:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T02:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T02:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T02:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T02:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T02:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T02:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T02:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T02:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T02:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T02:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T03:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T03:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T03:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T03:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T03:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T03:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T03:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T03:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T03:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T03:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T03:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T03:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T04:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T04:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T04:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T04:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T04:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T04:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T04:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T04:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T04:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T04:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T04:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T04:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T05:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T05:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T05:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T05:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T05:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T05:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T05:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T05:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T05:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T05:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T05:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T05:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T06:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T06:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T06:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T06:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T06:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T06:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T06:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T06:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T06:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T06:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T06:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T06:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T07:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T07:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T07:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T07:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T07:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T07:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T07:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T07:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T07:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T07:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T07:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T07:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T08:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T08:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T08:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T08:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T08:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T08:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T08:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T08:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T08:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T08:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T08:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T08:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T09:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T09:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T09:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T09:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T09:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T09:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T09:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T09:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T09:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T09:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T09:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T09:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T10:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T10:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T10:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T10:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T10:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T10:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T10:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T10:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T10:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T10:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T10:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T10:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T11:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T11:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T11:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T11:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T11:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T11:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T11:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T11:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T11:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T11:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T11:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T11:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T12:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T12:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T12:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T12:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T12:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T12:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T12:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T12:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T12:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T12:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T12:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T12:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T13:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T13:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T13:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T13:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T13:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T13:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T13:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T13:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T13:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T13:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T13:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T13:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T14:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T14:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T14:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T14:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T14:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T14:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T14:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T14:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T14:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T14:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T14:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T14:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T15:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T15:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T15:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T15:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T15:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T15:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T15:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T15:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T15:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T15:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T15:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T15:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T16:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T16:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T16:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T16:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T16:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T16:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T16:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T16:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T16:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T16:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T16:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T16:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T17:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T17:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T17:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T17:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T17:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T17:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T17:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T17:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T17:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T17:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T17:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T17:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T18:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T18:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T18:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T18:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T18:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T18:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T18:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T18:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T18:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T18:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T18:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T18:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T19:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T19:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T19:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T19:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T19:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T19:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T19:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T19:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T19:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T19:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T19:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T19:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T20:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T20:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T20:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T20:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T20:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T20:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T20:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T20:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T20:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T20:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T20:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T20:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T21:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T21:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T21:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T21:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T21:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T21:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T21:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T21:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T21:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T21:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T21:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T21:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T22:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T22:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T22:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T22:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T22:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T22:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T22:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T22:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T22:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T22:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T22:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T22:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T23:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T23:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T23:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T23:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T23:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T23:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T23:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T23:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T23:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T23:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T23:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T23:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T00:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T00:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T00:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T00:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T00:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T00:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T00:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T00:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T00:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T00:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T00:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T00:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T01:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T01:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T01:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T01:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T01:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T01:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T01:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T01:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T01:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T01:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T01:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T01:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T02:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T02:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T02:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T02:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T02:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T02:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T02:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T02:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T02:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T02:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T02:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T02:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T03:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T03:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T03:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T03:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T03:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T03:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T03:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T03:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T03:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T03:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T03:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T03:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T04:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T04:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T04:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T04:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T04:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T04:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T04:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T04:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T04:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T04:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T04:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T04:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T05:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T05:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T05:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T05:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T05:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T05:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T05:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T05:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T05:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T05:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T05:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T05:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T06:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T06:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T06:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T06:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T06:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T06:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T06:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T06:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T06:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T06:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T06:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T06:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T07:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T07:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T07:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T07:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T07:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T07:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T07:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T07:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T07:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T07:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T07:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T07:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T08:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T08:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T08:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T08:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T08:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T08:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T08:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T08:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T08:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T08:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T08:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T08:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T09:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T09:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T09:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T09:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T09:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T09:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T09:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T09:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T09:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T09:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T09:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T09:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T10:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T10:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T10:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T10:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T10:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T10:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T10:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T10:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T10:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T10:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T10:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T10:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T11:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T11:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T11:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T11:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T11:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T11:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T11:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T11:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T11:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T11:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T11:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T11:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T12:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T12:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T12:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T12:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T12:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T12:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T12:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T12:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T12:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T12:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T12:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T12:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T13:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T13:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T13:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T13:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T13:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T13:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T13:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T13:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T13:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T13:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T13:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T13:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T14:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T14:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T14:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T14:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T14:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T14:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T14:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T14:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T14:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T14:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T14:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T14:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T15:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T15:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T15:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T15:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T15:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T15:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T15:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T15:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T15:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T15:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T15:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T15:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T16:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T16:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T16:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T16:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T16:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T16:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T16:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T16:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T16:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T16:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T16:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T16:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T17:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T17:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T17:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T17:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T17:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T17:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T17:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T17:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T17:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T17:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T17:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T17:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T18:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T18:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T18:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T18:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T18:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T18:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T18:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T18:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T18:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T18:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T18:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T18:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T19:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T19:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T19:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T19:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T19:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T19:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T19:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T19:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T19:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T19:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T19:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T19:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T20:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T20:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T20:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T20:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T20:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T20:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T20:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T20:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T20:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T20:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T20:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T20:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T21:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T21:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T21:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T21:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T21:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T21:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T21:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T21:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T21:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T21:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T21:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T21:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T22:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T22:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T22:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T22:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T22:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T22:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T22:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T22:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T22:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T22:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T22:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T22:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T23:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T23:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T23:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T23:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T23:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T23:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T23:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T23:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T23:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T23:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T23:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T23:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T00:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T00:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T00:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T00:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T00:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T00:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T00:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T00:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T00:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T00:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T00:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T00:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T01:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T01:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T01:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T01:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T01:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T01:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T01:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T01:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T01:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T01:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T01:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T01:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T02:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T02:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T02:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T02:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T02:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T02:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T02:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T02:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T02:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T02:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T02:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T02:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T03:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T03:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T03:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T03:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T03:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T03:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T03:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T03:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T03:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T03:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T03:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T03:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T04:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T04:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T04:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T04:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T04:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T04:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T04:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T04:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T04:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T04:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T04:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T04:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T05:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T05:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T05:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T05:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T05:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T05:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T05:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T05:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T05:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T05:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T05:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T05:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T06:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T06:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T06:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T06:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T06:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T06:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T06:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T06:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T06:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T06:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T06:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T06:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T07:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T07:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T07:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T07:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T07:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T07:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T07:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T07:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T07:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T07:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T07:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T07:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T08:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T08:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T08:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T08:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T08:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T08:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T08:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T08:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T08:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T08:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T08:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T08:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T09:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T09:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T09:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T09:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T09:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T09:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T09:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T09:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T09:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T09:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T09:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T09:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T10:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T10:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T10:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T10:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T10:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T10:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T10:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T10:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T10:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T10:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T10:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T10:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T11:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T11:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T11:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T11:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T11:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T11:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T11:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T11:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T11:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T11:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T11:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T11:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T12:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T12:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T12:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T12:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T12:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T12:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T12:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T12:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T12:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T12:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T12:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T12:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T13:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T13:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T13:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T13:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T13:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T13:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T13:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T13:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T13:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T13:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T13:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T13:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T14:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T14:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T14:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T14:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T14:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T14:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T14:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T14:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T14:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T14:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T14:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T14:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T15:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T15:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T15:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T15:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T15:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T15:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T15:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T15:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T15:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T15:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T15:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T15:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T16:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T16:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T16:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T16:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T16:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T16:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T16:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T16:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T16:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T16:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T16:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T16:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T17:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T17:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T17:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T17:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T17:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T17:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T17:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T17:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T17:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T17:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T17:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T17:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T18:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T18:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T18:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T18:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T18:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T18:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T18:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T18:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T18:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T18:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T18:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T18:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T19:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T19:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T19:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T19:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T19:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T19:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T19:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T19:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T19:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T19:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T19:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T19:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T20:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T20:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T20:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T20:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T20:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T20:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T20:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T20:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T20:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T20:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T20:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T20:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T21:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T21:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T21:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T21:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T21:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T21:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T21:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T21:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T21:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T21:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T21:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T21:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T22:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T22:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T22:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T22:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T22:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T22:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T22:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T22:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T22:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T22:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T22:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T22:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T23:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T23:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T23:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T23:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T23:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T23:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T23:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T23:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T23:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T23:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T23:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T23:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T00:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T00:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T00:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T00:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T00:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T00:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T00:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T00:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T00:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T00:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T00:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T00:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T01:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T01:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T01:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T01:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T01:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T01:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T01:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T01:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T01:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T01:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T01:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T01:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T02:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T02:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T02:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T02:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T02:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T02:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T02:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T02:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T02:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T02:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T02:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T02:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T03:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T03:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T03:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T03:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T03:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T03:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T03:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T03:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T03:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T03:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T03:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T03:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T04:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T04:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T04:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T04:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T04:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T04:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T04:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T04:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T04:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T04:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T04:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T04:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T05:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T05:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T05:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T05:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T05:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T05:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T05:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T05:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T05:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T05:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T05:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T05:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T06:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T06:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T06:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T06:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T06:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T06:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T06:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T06:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T06:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T06:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T06:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T06:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T07:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T07:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T07:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T07:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T07:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T07:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T07:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T07:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T07:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T07:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T07:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T07:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T08:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T08:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T08:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T08:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T08:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T08:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T08:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T08:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T08:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T08:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T08:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T08:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T09:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T09:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T09:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T09:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T09:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T09:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T09:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T09:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T09:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T09:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T09:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T09:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T10:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T10:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T10:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T10:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T10:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T10:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T10:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T10:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T10:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T10:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T10:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T10:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T11:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T11:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T11:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T11:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T11:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T11:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T11:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T11:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T11:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T11:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T11:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T11:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T12:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T12:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T12:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T12:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T12:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T12:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T12:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T12:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T12:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T12:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T12:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T12:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T13:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T13:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T13:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T13:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T13:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T13:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T13:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T13:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T13:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T13:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T13:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T13:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T14:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T14:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T14:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T14:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T14:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T14:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T14:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T14:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T14:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T14:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T14:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T14:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T15:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T15:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T15:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T15:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T15:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T15:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T15:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T15:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T15:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T15:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T15:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T15:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T16:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T16:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T16:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T16:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T16:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T16:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T16:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T16:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T16:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T16:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T16:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T16:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T17:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T17:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T17:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T17:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T17:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T17:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T17:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T17:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T17:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T17:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T17:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T17:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T18:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T18:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T18:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T18:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T18:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T18:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T18:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T18:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T18:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T18:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T18:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T18:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T19:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T19:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T19:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T19:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T19:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T19:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T19:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T19:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T19:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T19:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T19:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T19:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T20:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T20:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T20:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T20:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T20:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T20:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T20:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T20:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T20:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T20:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T20:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T20:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T21:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T21:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T21:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T21:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T21:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T21:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T21:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T21:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T21:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T21:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T21:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T21:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T22:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T22:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T22:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T22:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T22:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T22:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T22:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T22:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T22:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T22:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T22:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T22:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T23:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T23:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T23:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T23:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T23:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T23:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T23:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T23:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T23:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T23:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T23:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T23:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T00:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T00:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T00:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T00:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T00:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T00:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T00:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T00:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T00:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T00:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T00:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T00:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T01:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T01:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T01:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T01:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T01:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T01:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T01:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T01:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T01:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T01:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T01:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T01:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T02:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T02:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T02:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T02:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T02:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T02:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T02:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T02:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T02:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T02:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T02:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T02:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T03:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T03:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T03:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T03:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T03:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T03:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T03:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T03:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T03:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T03:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T03:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T03:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T04:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T04:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T04:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T04:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T04:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T04:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T04:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T04:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T04:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T04:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T04:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T04:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T05:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T05:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T05:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T05:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T05:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T05:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T05:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T05:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T05:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T05:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T05:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T05:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T06:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T06:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T06:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T06:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T06:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T06:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T06:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T06:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T06:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T06:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T06:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T06:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T07:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T07:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T07:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T07:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T07:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T07:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T07:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T07:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T07:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T07:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T07:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T07:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T08:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T08:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T08:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T08:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T08:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T08:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T08:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T08:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T08:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T08:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T08:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T08:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T09:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T09:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T09:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T09:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T09:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T09:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T09:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T09:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T09:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T09:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T09:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T09:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T10:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T10:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T10:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T10:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T10:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T10:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T10:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T10:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T10:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T10:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T10:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T10:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T11:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T11:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T11:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T11:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T11:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T11:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T11:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T11:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T11:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T11:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T11:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T11:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T12:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T12:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T12:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T12:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T12:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T12:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T12:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T12:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T12:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T12:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T12:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T12:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T13:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T13:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T13:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T13:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T13:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T13:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T13:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T13:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T13:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T13:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T13:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T13:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T14:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T14:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T14:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T14:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T14:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T14:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T14:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T14:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T14:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T14:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T14:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T14:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T15:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T15:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T15:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T15:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T15:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T15:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T15:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T15:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T15:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T15:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T15:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T15:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T16:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T16:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T16:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T16:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T16:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T16:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T16:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T16:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T16:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T16:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T16:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T16:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T17:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T17:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T17:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T17:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T17:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T17:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T17:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T17:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T17:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T17:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T17:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T17:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T18:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T18:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T18:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T18:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T18:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T18:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T18:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T18:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T18:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T18:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T18:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T18:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T19:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T19:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T19:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T19:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T19:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T19:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T19:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T19:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T19:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T19:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T19:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T19:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T20:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T20:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T20:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T20:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T20:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T20:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T20:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T20:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T20:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T20:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T20:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T20:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T21:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T21:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T21:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T21:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T21:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T21:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T21:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T21:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T21:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T21:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T21:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T21:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T22:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T22:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T22:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T22:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T22:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T22:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T22:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T22:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T22:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T22:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T22:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T22:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T23:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T23:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T23:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T23:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T23:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T23:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T23:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T23:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T23:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T23:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T23:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T23:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T00:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T00:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T00:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T00:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T00:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T00:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T00:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T00:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T00:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T00:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T00:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T00:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T01:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T01:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T01:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T01:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T01:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T01:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T01:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T01:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T01:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T01:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T01:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T01:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T02:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T02:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T02:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T02:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T02:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T02:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T02:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T02:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T02:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T02:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T02:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T02:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T03:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T03:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T03:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T03:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T03:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T03:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T03:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T03:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T03:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T03:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T03:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T03:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T04:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T04:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T04:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T04:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T04:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T04:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T04:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T04:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T04:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T04:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T04:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T04:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T05:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T05:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T05:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T05:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T05:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T05:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T05:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T05:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T05:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T05:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T05:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T05:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T06:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T06:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T06:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T06:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T06:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T06:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T06:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T06:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T06:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T06:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T06:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T06:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T07:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T07:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T07:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T07:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T07:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T07:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T07:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T07:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T07:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T07:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T07:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T07:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T08:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T08:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T08:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T08:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T08:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T08:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T08:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T08:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T08:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T08:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T08:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T08:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T09:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T09:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T09:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T09:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T09:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T09:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T09:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T09:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T09:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T09:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T09:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T09:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T10:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T10:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T10:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T10:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T10:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T10:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T10:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T10:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T10:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T10:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T10:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T10:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T11:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T11:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T11:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T11:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T11:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T11:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T11:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T11:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T11:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T11:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T11:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T11:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T12:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T12:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T12:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T12:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T12:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T12:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T12:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T12:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T12:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T12:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T12:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T12:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T13:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T13:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T13:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T13:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T13:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T13:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T13:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T13:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T13:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T13:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T13:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T13:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T14:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T14:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T14:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T14:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T14:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T14:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T14:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T14:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T14:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T14:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T14:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T14:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T15:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T15:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T15:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T15:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T15:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T15:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T15:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T15:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T15:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T15:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T15:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T15:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T16:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T16:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T16:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T16:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T16:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T16:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T16:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T16:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T16:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T16:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T16:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T16:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T17:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T17:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T17:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T17:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T17:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T17:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T17:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T17:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T17:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T17:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T17:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T17:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T18:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T18:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T18:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T18:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T18:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T18:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T18:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T18:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T18:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T18:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T18:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T18:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T19:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T19:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T19:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T19:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T19:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T19:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T19:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T19:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T19:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T19:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T19:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T19:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T20:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T20:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T20:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T20:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T20:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T20:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T20:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T20:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T20:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T20:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T20:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T20:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T21:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T21:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T21:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T21:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T21:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T21:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T21:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T21:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T21:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T21:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T21:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T21:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T22:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T22:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T22:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T22:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T22:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T22:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T22:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T22:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T22:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T22:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T22:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T22:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T23:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T23:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T23:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T23:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T23:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T23:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T23:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T23:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T23:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T23:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T23:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T23:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T00:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T00:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T00:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T00:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T00:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T00:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T00:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T00:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T00:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T00:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T00:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T00:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T01:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T01:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T01:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T01:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T01:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T01:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T01:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T01:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T01:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T01:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T01:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T01:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T02:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T02:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T02:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T02:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T02:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T02:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T02:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T02:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T02:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T02:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T02:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T02:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T03:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T03:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T03:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T03:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T03:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T03:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T03:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T03:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T03:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T03:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T03:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T03:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T04:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T04:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T04:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T04:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T04:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T04:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T04:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T04:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T04:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T04:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T04:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T04:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T05:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T05:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T05:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T05:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T05:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T05:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T05:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T05:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T05:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T05:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T05:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T05:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T06:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T06:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T06:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T06:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T06:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T06:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T06:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T06:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T06:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T06:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T06:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T06:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T07:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T07:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T07:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T07:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T07:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T07:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T07:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T07:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T07:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T07:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T07:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T07:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T08:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T08:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T08:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T08:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T08:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T08:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T08:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T08:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T08:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T08:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T08:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T08:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T09:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T09:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T09:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T09:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T09:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T09:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T09:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T09:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T09:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T09:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T09:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T09:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T10:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T10:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T10:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T10:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T10:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T10:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T10:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T10:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T10:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T10:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T10:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T10:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T11:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T11:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T11:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T11:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T11:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T11:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T11:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T11:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T11:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T11:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T11:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T11:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T12:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T12:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T12:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T12:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T12:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T12:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T12:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T12:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T12:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T12:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T12:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T12:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T13:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T13:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T13:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T13:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T13:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T13:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T13:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T13:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T13:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T13:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T13:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T13:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T14:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T14:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T14:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T14:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T14:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T14:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T14:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T14:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T14:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T14:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T14:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T14:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T15:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T15:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T15:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T15:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T15:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T15:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T15:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T15:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T15:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T15:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T15:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T15:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T16:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T16:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T16:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T16:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T16:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T16:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T16:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T16:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T16:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T16:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T16:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T16:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T17:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T17:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T17:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T17:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T17:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T17:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T17:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T17:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T17:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T17:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T17:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T17:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T18:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T18:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T18:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T18:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T18:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T18:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T18:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T18:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T18:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T18:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T18:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T18:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T19:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T19:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T19:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T19:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T19:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T19:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T19:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T19:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T19:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T19:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T19:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T19:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T20:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T20:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T20:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T20:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T20:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T20:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T20:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T20:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T20:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T20:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T20:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T20:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T21:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T21:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T21:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T21:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T21:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T21:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T21:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T21:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T21:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T21:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T21:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T21:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T22:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T22:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T22:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T22:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T22:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T22:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T22:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T22:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T22:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T22:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T22:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T22:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T23:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T23:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T23:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T23:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T23:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T23:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T23:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T23:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T23:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T23:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T23:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T23:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T00:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T00:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T00:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T00:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 8.0, - "snipsEstimatorDenominator": 8.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 8.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T00:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T00:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T00:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T00:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T00:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T00:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T00:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T00:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T01:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T01:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T01:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T01:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T01:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T01:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T01:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T01:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T01:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T01:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T01:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T01:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T02:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T02:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T02:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T02:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T02:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T02:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T02:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T02:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T02:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T02:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T02:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T02:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T03:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T03:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T03:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T03:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T03:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T03:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T03:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T03:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T03:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T03:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T03:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T03:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T04:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T04:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T04:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T04:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T04:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T04:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T04:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T04:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T04:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T04:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T04:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T04:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T05:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T05:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T05:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T05:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T05:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T05:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T05:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T05:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T05:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T05:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T05:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T05:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T06:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T06:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T06:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T06:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T06:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T06:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T06:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T06:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T06:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T06:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T06:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T06:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T07:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T07:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T07:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T07:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T07:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T07:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T07:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T07:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T07:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T07:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T07:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T07:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T08:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T08:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T08:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T08:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T08:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T08:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T08:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T08:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T08:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T08:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T08:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T08:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T09:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T09:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T09:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T09:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T09:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T09:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T09:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T09:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T09:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T09:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T09:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T09:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T10:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T10:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T10:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T10:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T10:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T10:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T10:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T10:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T10:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T10:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T10:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T10:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T11:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T11:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T11:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T11:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T11:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T11:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T11:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T11:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T11:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T11:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T11:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T11:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T12:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T12:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T12:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T12:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T12:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T12:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T12:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T12:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T12:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T12:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T12:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 8.0, - "snipsEstimatorDenominator": 8.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 8.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T12:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 8.0, - "snipsEstimatorDenominator": 8.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 8.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T13:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T13:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 8.0, - "snipsEstimatorDenominator": 8.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 8.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T13:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T13:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T13:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T13:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 8.0, - "snipsEstimatorDenominator": 8.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 8.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T13:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T13:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T13:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T13:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T13:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T13:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T14:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T14:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T14:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 8.0, - "snipsEstimatorDenominator": 8.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 8.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T14:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T14:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 8.0, - "snipsEstimatorDenominator": 8.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 8.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T14:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 56.0, - "snipsEstimatorDenominator": 56.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 56.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T14:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T14:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 8.0, - "snipsEstimatorDenominator": 8.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 8.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T14:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 56.0, - "snipsEstimatorDenominator": 56.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 56.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T14:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T14:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T14:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 8.0, - "snipsEstimatorDenominator": 8.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 8.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T15:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 56.0, - "snipsEstimatorDenominator": 56.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 56.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T15:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T15:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 40.0, - "snipsEstimatorDenominator": 40.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 40.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T15:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 8.0, - "snipsEstimatorDenominator": 8.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 8.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T15:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 8.0, - "snipsEstimatorDenominator": 8.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 8.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T15:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T15:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 8.0, - "snipsEstimatorDenominator": 8.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 8.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T15:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T15:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T15:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 56.0, - "snipsEstimatorDenominator": 56.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 56.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T15:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 8.0, - "snipsEstimatorDenominator": 8.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 8.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T15:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 8.0, - "snipsEstimatorDenominator": 8.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 8.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T16:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 40.0, - "snipsEstimatorDenominator": 40.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 40.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T16:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 16.0, - "snipsEstimatorDenominator": 16.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 16.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T16:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T16:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T16:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T16:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T16:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T16:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T16:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 64.0, - "snipsEstimatorDenominator": 64.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 64.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T16:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T16:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T16:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 72.0, - "snipsEstimatorDenominator": 72.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 72.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T17:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 16.0, - "snipsEstimatorDenominator": 16.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 16.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T17:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 32.0, - "snipsEstimatorDenominator": 32.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 32.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T17:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 32.0, - "snipsEstimatorDenominator": 32.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 32.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T17:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 86.0, - "snipsEstimatorDenominator": 86.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 86.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T17:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 2.0, - "snipsEstimatorDenominator": 2.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 2.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T17:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 58.0, - "snipsEstimatorDenominator": 58.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 58.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T17:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 47.0, - "snipsEstimatorDenominator": 47.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 47.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T17:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T17:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T17:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T17:50:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 1.0, - "snipsEstimatorDenominator": 1.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 1.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T17:55:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 32.0, - "snipsEstimatorDenominator": 32.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 32.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T18:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T18:05:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T18:10:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 12.0, - "snipsEstimatorDenominator": 12.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 12.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T18:15:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 7.0, - "snipsEstimatorDenominator": 7.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 7.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T18:20:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T18:25:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 14.0, - "snipsEstimatorDenominator": 14.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 14.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T18:30:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 14.0, - "snipsEstimatorDenominator": 14.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 14.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T18:35:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T18:40:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 15.0, - "snipsEstimatorDenominator": 15.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 15.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T18:45:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 1.0, - "snipsEstimatorDenominator": 1.0, - "aggregateTimeWindow": "PT5M", - "nonZeroProbability": 1.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T00:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 2.0, - "snipsEstimatorDenominator": 2.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 2.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T01:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T02:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T03:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T04:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T05:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T06:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T07:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T08:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T09:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T10:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T11:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T12:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T13:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T14:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T15:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T16:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T17:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T18:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T19:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T20:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T21:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T22:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T23:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T00:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T01:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T02:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T03:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T04:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T05:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T06:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T07:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T08:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T09:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T10:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T11:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T12:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T13:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T14:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T15:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T16:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T17:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T18:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T19:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T20:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T21:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T22:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T23:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T00:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T01:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T02:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T03:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T04:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T05:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T06:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T07:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T08:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T09:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T10:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T11:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T12:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T13:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T14:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T15:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T16:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T17:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T18:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T19:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T20:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T21:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T22:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T23:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T00:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T01:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T02:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T03:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T04:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T05:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T06:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T07:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T08:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T09:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T10:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T11:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T12:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T13:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T14:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T15:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T16:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T17:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T18:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T19:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T20:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T21:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T22:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T23:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T00:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T01:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T02:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T03:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T04:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T05:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T06:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T07:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T08:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T09:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T10:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T11:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T12:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T13:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T14:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T15:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T16:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T17:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T18:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T19:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T20:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T21:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T22:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T23:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T00:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T01:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T02:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T03:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T04:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T05:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T06:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T07:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T08:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T09:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T10:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T11:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T12:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T13:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T14:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T15:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T16:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T17:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T18:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T19:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T20:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T21:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T22:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T23:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T00:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T01:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T02:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T03:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T04:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T05:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T06:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T07:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T08:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T09:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T10:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T11:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T12:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T13:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T14:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T15:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T16:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T17:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T18:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T19:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T20:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T21:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T22:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T23:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T00:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 8.0, - "snipsEstimatorDenominator": 8.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 8.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T01:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T02:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T03:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T04:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T05:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T06:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T07:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T08:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T09:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T10:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T11:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T12:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 16.0, - "snipsEstimatorDenominator": 16.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 16.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T13:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 16.0, - "snipsEstimatorDenominator": 16.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 16.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T14:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 144.0, - "snipsEstimatorDenominator": 144.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 144.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T15:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 192.0, - "snipsEstimatorDenominator": 192.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 192.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T16:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 192.0, - "snipsEstimatorDenominator": 192.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 192.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T17:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 306.0, - "snipsEstimatorDenominator": 306.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 306.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T18:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 63.0, - "snipsEstimatorDenominator": 63.0, - "aggregateTimeWindow": "PT1H", - "nonZeroProbability": 63.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T00:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 2.0, - "snipsEstimatorDenominator": 2.0, - "aggregateTimeWindow": "PT6H", - "nonZeroProbability": 2.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T06:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT6H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T12:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT6H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T18:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT6H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T00:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT6H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T06:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT6H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T12:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT6H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T18:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT6H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T00:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT6H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T06:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT6H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T12:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT6H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T18:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT6H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T00:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT6H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T06:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT6H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T12:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT6H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T18:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT6H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T00:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT6H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T06:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT6H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T12:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT6H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T18:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT6H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T00:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT6H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T06:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT6H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T12:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT6H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T18:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT6H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T00:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT6H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T06:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT6H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T12:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT6H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T18:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT6H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T00:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 8.0, - "snipsEstimatorDenominator": 8.0, - "aggregateTimeWindow": "PT6H", - "nonZeroProbability": 8.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T06:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "PT6H", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T12:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 866.0, - "snipsEstimatorDenominator": 866.0, - "aggregateTimeWindow": "PT6H", - "nonZeroProbability": 866.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T18:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 63.0, - "snipsEstimatorDenominator": 63.0, - "aggregateTimeWindow": "PT6H", - "nonZeroProbability": 63.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-23T00:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 2.0, - "snipsEstimatorDenominator": 2.0, - "aggregateTimeWindow": "P1D", - "nonZeroProbability": 2.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-24T00:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "P1D", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-25T00:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "P1D", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-26T00:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "P1D", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-27T00:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "P1D", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-28T00:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "P1D", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-29T00:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 0.0, - "snipsEstimatorDenominator": 0.0, - "aggregateTimeWindow": "P1D", - "nonZeroProbability": 0.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - }, - { - "timeStamp": "2021-06-30T00:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 937.0, - "snipsEstimatorDenominator": 937.0, - "aggregateTimeWindow": "P1D", - "nonZeroProbability": 937.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - } - ], - "totalSummary": { - "timeStamp": "2021-06-30T07:00:00Z", - "ipsEstimatorNumerator": 0.0, - "ipsEstimatorDenominator": 939.0, - "snipsEstimatorDenominator": 939.0, - "aggregateTimeWindow": "PT0S", - "nonZeroProbability": 939.0, - "sumOfSquares": 0.0, - "confidenceInterval": 0.0, - "averageReward": 0.0 - } - } - ], - "featureImportance": [], - "evaluationType": "Manual", - "optimalPolicy": "", - "creationTime": "2021-07-26T23:21:42.831423Z" - } - } - ], - "Variables": { - "PERSONALIZER_API_KEY": "Sanitized", - "PERSONALIZER_ENDPOINT": "https://sdktestrecorder.cognitiveservices.azure.com/", - "RandomSeed": "817376038" - } -} diff --git a/sdk/personalizer/Azure.AI.Personalizer/tests/SessionRecords/EvaluationsTests/DeleteEvaluation.json b/sdk/personalizer/Azure.AI.Personalizer/tests/SessionRecords/EvaluationsTests/DeleteEvaluation.json deleted file mode 100644 index b855f07cd272..000000000000 --- a/sdk/personalizer/Azure.AI.Personalizer/tests/SessionRecords/EvaluationsTests/DeleteEvaluation.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "/personalizer/v1.1-preview.1/evaluations/b58c6d92-b727-48c1-9487-4be2782c9e0a", - "EncodedRequestUri": "L3BlcnNvbmFsaXplci92MS4wL2V2YWx1YXRpb25zL2I1OGM2ZDkyLWI3MjctNDhjMS05NDg3LTRiZTI3ODJjOWUwYQ==", - "RequestMethod": "DELETE", - "RequestBody": "", - "RequestHeaders": { - "Ocp-Apim-Subscription-Key": [ - "000" - ], - "User-Agent": [ - "FxVersion/4.6.28008.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.AI.Personalizer.PersonalizerClient/0.8.0.0" - ] - }, - "ResponseHeaders": { - "Date": [ - "Tue, 26 Nov 2019 02:19:43 GMT" - ], - "Server": [ - "Kestrel" - ], - "Cache-Control": [ - "no-store, must-revalidate, no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Timing-Allow-Origin": [ - "*" - ], - "Expires": [ - "0" - ] - }, - "ResponseBody": "", - "StatusCode": 204 - } - ], - "Names": {}, - "Variables": { - "PERSONALIZER_API_KEY": "Sanitized", - "PERSONALIZER_ENDPOINT": "https://sdktestrecorder.cognitiveservices.azure.com/" - } -} diff --git a/sdk/personalizer/Azure.AI.Personalizer/tests/SessionRecords/EvaluationsTests/DeleteEvaluationAsync.json b/sdk/personalizer/Azure.AI.Personalizer/tests/SessionRecords/EvaluationsTests/DeleteEvaluationAsync.json deleted file mode 100644 index b855f07cd272..000000000000 --- a/sdk/personalizer/Azure.AI.Personalizer/tests/SessionRecords/EvaluationsTests/DeleteEvaluationAsync.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "/personalizer/v1.1-preview.1/evaluations/b58c6d92-b727-48c1-9487-4be2782c9e0a", - "EncodedRequestUri": "L3BlcnNvbmFsaXplci92MS4wL2V2YWx1YXRpb25zL2I1OGM2ZDkyLWI3MjctNDhjMS05NDg3LTRiZTI3ODJjOWUwYQ==", - "RequestMethod": "DELETE", - "RequestBody": "", - "RequestHeaders": { - "Ocp-Apim-Subscription-Key": [ - "000" - ], - "User-Agent": [ - "FxVersion/4.6.28008.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.AI.Personalizer.PersonalizerClient/0.8.0.0" - ] - }, - "ResponseHeaders": { - "Date": [ - "Tue, 26 Nov 2019 02:19:43 GMT" - ], - "Server": [ - "Kestrel" - ], - "Cache-Control": [ - "no-store, must-revalidate, no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Timing-Allow-Origin": [ - "*" - ], - "Expires": [ - "0" - ] - }, - "ResponseBody": "", - "StatusCode": 204 - } - ], - "Names": {}, - "Variables": { - "PERSONALIZER_API_KEY": "Sanitized", - "PERSONALIZER_ENDPOINT": "https://sdktestrecorder.cognitiveservices.azure.com/" - } -} diff --git a/sdk/personalizer/Azure.AI.Personalizer/tests/SessionRecords/EvaluationsTests/GetEvaluation.json b/sdk/personalizer/Azure.AI.Personalizer/tests/SessionRecords/EvaluationsTests/GetEvaluation.json deleted file mode 100644 index f59f29144c7d..000000000000 --- a/sdk/personalizer/Azure.AI.Personalizer/tests/SessionRecords/EvaluationsTests/GetEvaluation.json +++ /dev/null @@ -1,54 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "/personalizer/v1.1-preview.1/evaluations/014fd077-b5ab-495b-8ef9-f6d2dce9c624", - "EncodedRequestUri": "L3BlcnNvbmFsaXplci92MS4wL2V2YWx1YXRpb25zLzAxNGZkMDc3LWI1YWItNDk1Yi04ZWY5LWY2ZDJkY2U5YzYyNA==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "Ocp-Apim-Subscription-Key": [ - "000" - ], - "User-Agent": [ - "FxVersion/4.6.28008.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.AI.Personalizer.PersonalizerClient/0.8.0.0" - ] - }, - "ResponseHeaders": { - "Date": [ - "Tue, 26 Nov 2019 03:08:59 GMT" - ], - "Server": [ - "Kestrel" - ], - "Cache-Control": [ - "no-store, must-revalidate, no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Transfer-Encoding": [ - "chunked" - ], - "Timing-Allow-Origin": [ - "*" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"014fd077-b5ab-495b-8ef9-f6d2dce9c624\",\r\n \"name\": \"myFirstEvaluation\",\r\n \"startTime\": \"2018-12-19T00:00:00Z\",\r\n \"endTime\": \"2019-01-19T00:00:00Z\",\r\n \"status\": \"completed\",\r\n \"policyResults\": [\r\n {\r\n \"name\": \"Custom Policy 1\",\r\n \"arguments\": \"--cb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5\"\r\n }\r\n ],\r\n \"featureImportance\": []\r\n}", - "StatusCode": 200 - } - ], - "Names": {}, - "Variables": { - "PERSONALIZER_API_KEY": "Sanitized", - "PERSONALIZER_ENDPOINT": "https://sdktestrecorder.cognitiveservices.azure.com/" - } -} diff --git a/sdk/personalizer/Azure.AI.Personalizer/tests/SessionRecords/EvaluationsTests/GetEvaluationAsync.json b/sdk/personalizer/Azure.AI.Personalizer/tests/SessionRecords/EvaluationsTests/GetEvaluationAsync.json deleted file mode 100644 index f59f29144c7d..000000000000 --- a/sdk/personalizer/Azure.AI.Personalizer/tests/SessionRecords/EvaluationsTests/GetEvaluationAsync.json +++ /dev/null @@ -1,54 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "/personalizer/v1.1-preview.1/evaluations/014fd077-b5ab-495b-8ef9-f6d2dce9c624", - "EncodedRequestUri": "L3BlcnNvbmFsaXplci92MS4wL2V2YWx1YXRpb25zLzAxNGZkMDc3LWI1YWItNDk1Yi04ZWY5LWY2ZDJkY2U5YzYyNA==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "Ocp-Apim-Subscription-Key": [ - "000" - ], - "User-Agent": [ - "FxVersion/4.6.28008.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.AI.Personalizer.PersonalizerClient/0.8.0.0" - ] - }, - "ResponseHeaders": { - "Date": [ - "Tue, 26 Nov 2019 03:08:59 GMT" - ], - "Server": [ - "Kestrel" - ], - "Cache-Control": [ - "no-store, must-revalidate, no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Transfer-Encoding": [ - "chunked" - ], - "Timing-Allow-Origin": [ - "*" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"014fd077-b5ab-495b-8ef9-f6d2dce9c624\",\r\n \"name\": \"myFirstEvaluation\",\r\n \"startTime\": \"2018-12-19T00:00:00Z\",\r\n \"endTime\": \"2019-01-19T00:00:00Z\",\r\n \"status\": \"completed\",\r\n \"policyResults\": [\r\n {\r\n \"name\": \"Custom Policy 1\",\r\n \"arguments\": \"--cb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5\"\r\n }\r\n ],\r\n \"featureImportance\": []\r\n}", - "StatusCode": 200 - } - ], - "Names": {}, - "Variables": { - "PERSONALIZER_API_KEY": "Sanitized", - "PERSONALIZER_ENDPOINT": "https://sdktestrecorder.cognitiveservices.azure.com/" - } -} diff --git a/sdk/personalizer/Azure.AI.Personalizer/tests/SessionRecords/EvaluationsTests/GetEvaluations.json b/sdk/personalizer/Azure.AI.Personalizer/tests/SessionRecords/EvaluationsTests/GetEvaluations.json deleted file mode 100644 index 9b3dc9e955be..000000000000 --- a/sdk/personalizer/Azure.AI.Personalizer/tests/SessionRecords/EvaluationsTests/GetEvaluations.json +++ /dev/null @@ -1,54 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "/personalizer/v1.1-preview.1/evaluations", - "EncodedRequestUri": "L3BlcnNvbmFsaXplci92MS4wL2V2YWx1YXRpb25z", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "Ocp-Apim-Subscription-Key": [ - "000" - ], - "User-Agent": [ - "FxVersion/4.6.28008.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.AI.Personalizer.PersonalizerClient/0.8.0.0" - ] - }, - "ResponseHeaders": { - "Date": [ - "Tue, 26 Nov 2019 02:19:47 GMT" - ], - "Server": [ - "Kestrel" - ], - "Cache-Control": [ - "no-store, must-revalidate, no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Transfer-Encoding": [ - "chunked" - ], - "Timing-Allow-Origin": [ - "*" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "0" - ] - }, - "ResponseBody": "[\r\n {\r\n \"id\": \"014fd077-b5ab-495b-8ef9-f6d2dce9c624\",\r\n \"name\": \"myFirstEvaluation\",\r\n \"startTime\": \"2018-12-19T00:00:00Z\",\r\n \"endTime\": \"2019-01-19T00:00:00Z\",\r\n \"status\": \"completed\",\r\n \"policyResults\": [\r\n {\r\n \"name\": \"Custom Policy 1\",\r\n \"arguments\": \"--cb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5\"\r\n }\r\n ],\r\n \"featureImportance\": []\r\n },\r\n {\r\n \"id\": \"0a038933-132d-44fc-9c99-a35a7fdf8524\",\r\n \"name\": \"evalwithnewvw\",\r\n \"startTime\": \"2019-09-12T00:00:00Z\",\r\n \"endTime\": \"2019-09-13T00:00:00Z\",\r\n \"status\": \"failed\",\r\n \"policyResults\": [],\r\n \"featureImportance\": []\r\n },\r\n {\r\n \"id\": \"0a2982b7-f97a-49fa-8c2b-83a06328d6fb\",\r\n \"name\": \"eval_09_09_1\",\r\n \"startTime\": \"2019-08-12T00:00:00Z\",\r\n \"endTime\": \"2019-08-12T00:00:00Z\",\r\n \"jobId\": \"0a2982b7-f97a-49fa-8c2b-83a06328d6fb\",\r\n \"status\": \"failed\",\r\n \"policyResults\": [],\r\n \"featureImportance\": []\r\n },\r\n {\r\n \"id\": \"0c11822f-891c-4462-9e2e-16a6bfd3659e\",\r\n \"name\": \"Evaluation_7/29\",\r\n \"startTime\": \"2019-07-26T00:00:00Z\",\r\n \"endTime\": \"2019-07-28T00:00:00Z\",\r\n \"jobId\": \"0c11822f-891c-4462-9e2e-16a6bfd3659e\",\r\n \"status\": \"completed\",\r\n \"policyResults\": [\r\n {\r\n \"name\": \"Hyper1\",\r\n \"arguments\": \"--cb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.00036840314986403866 --l1 1e-09 --power_t 1e-09\"\r\n },\r\n {\r\n \"name\": \"Inter-len2\",\r\n \"arguments\": \"--cb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -q ii -q qi -l 0.00036840314986403866 --l1 1e-09 --power_t 1e-09\"\r\n },\r\n {\r\n \"name\": \"Inter-len4\",\r\n \"arguments\": \"--cb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -q mi -q qi -q vj -q ii -l 0.00036840314986403866 --l1 1e-09 --power_t 1e-09\"\r\n },\r\n {\r\n \"name\": \"Inter-len5\",\r\n \"arguments\": \"--cb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -q qi -q vj -q mi -q mj -q ii -l 0.00036840314986403866 --l1 1e-09 --power_t 1e-09\"\r\n },\r\n {\r\n \"name\": \"Hyper2\",\r\n \"arguments\": \"--cb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -q mi -q qi -q vj -q mj -q ii -l 0.00036840314986403866 --l1 1e-07 --power_t 0.0033437015248821097\"\r\n }\r\n ],\r\n \"featureImportance\": []\r\n },\r\n {\r\n \"id\": \"1120b76c-f1b2-409b-8920-636cafc68674\",\r\n \"name\": \"Evaluation1_7_3_2019\",\r\n \"startTime\": \"2019-06-30T04:00:00Z\",\r\n \"endTime\": \"2019-07-03T04:00:00Z\",\r\n \"jobId\": \"1120b76c-f1b2-409b-8920-636cafc68674\",\r\n \"status\": \"completed\",\r\n \"policyResults\": [\r\n {\r\n \"name\": \"Hyper1\",\r\n \"arguments\": \"--cb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 1e-05 --l1 1e-09 --power_t 0.5\"\r\n },\r\n {\r\n \"name\": \"Inter-len2\",\r\n \"arguments\": \"--cb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -q vj -q ij -l 1e-05 --l1 1e-09 --power_t 0.5\"\r\n }\r\n ],\r\n \"featureImportance\": []\r\n },\r\n {\r\n \"id\": \"18d9139e-25ee-4917-850f-670734cf5dbc\",\r\n \"name\": \"evalwithnewvw\",\r\n \"startTime\": \"2019-01-18T00:00:00Z\",\r\n \"endTime\": \"2019-01-19T00:00:00Z\",\r\n \"status\": \"completed\",\r\n \"policyResults\": [],\r\n \"featureImportance\": []\r\n },\r\n {\r\n \"id\": \"1aa582d7-3de3-4e6b-9706-ce3f21dd3a95\",\r\n \"name\": \"Evaluation16\",\r\n \"startTime\": \"2019-06-30T00:00:00Z\",\r\n \"endTime\": \"2019-07-17T00:00:00Z\",\r\n \"jobId\": \"1aa582d7-3de3-4e6b-9706-ce3f21dd3a95\",\r\n \"status\": \"completed\",\r\n \"policyResults\": [\r\n {\r\n \"name\": \"Hyper1\",\r\n \"arguments\": \"--cb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.013572088082974531 --l1 1e-09 --power_t 0.5\"\r\n },\r\n {\r\n \"name\": \"Inter-len2\",\r\n \"arguments\": \"--cb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -q pi -q mj -l 0.013572088082974531 --l1 1e-09 --power_t 0.5\"\r\n }\r\n ],\r\n \"featureImportance\": []\r\n },\r\n {\r\n \"id\": \"1b33aad4-6925-4ebe-b8be-438dd972e9c2\",\r\n \"name\": \"myFirstEvaluation\",\r\n \"startTime\": \"2018-12-19T00:00:00Z\",\r\n \"endTime\": \"2019-01-19T00:00:00Z\",\r\n \"status\": \"completed\",\r\n \"policyResults\": [\r\n {\r\n \"name\": \"Custom Policy 1\",\r\n \"arguments\": \"--cb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5\"\r\n }\r\n ],\r\n \"featureImportance\": []\r\n },\r\n {\r\n \"id\": \"1faa5098-3392-4139-a322-b53c83c54800\",\r\n \"name\": \"CubicHyper2July21_B\",\r\n \"startTime\": \"2019-07-23T00:00:00Z\",\r\n \"endTime\": \"2019-07-24T00:00:00Z\",\r\n \"jobId\": \"1faa5098-3392-4139-a322-b53c83c54800\",\r\n \"status\": \"completed\",\r\n \"policyResults\": [\r\n {\r\n \"name\": \"CubicHyper2July21_B\",\r\n \"arguments\": \"--cb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -q pi -q mi -q mj -l 0.00036840314986403866 --l1 1e-09 --power_t 0 --cubic ppi --cubic ppj --cubic pmi --cubic pmj --cubic mmi --cubic mmj\"\r\n }\r\n ],\r\n \"featureImportance\": []\r\n },\r\n {\r\n \"id\": \"238fc90c-66d1-459f-adda-47cc159cc171\",\r\n \"name\": \"myFirstEvaluation\",\r\n \"startTime\": \"2018-12-19T00:00:00Z\",\r\n \"endTime\": \"2019-01-19T00:00:00Z\",\r\n \"status\": \"completed\",\r\n \"policyResults\": [\r\n {\r\n \"name\": \"Custom Learning settings 1\",\r\n \"arguments\": \"--cb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5\"\r\n }\r\n ],\r\n \"featureImportance\": []\r\n },\r\n {\r\n \"id\": \"33e90dff-d769-401d-a4da-0d2aed6fe557\",\r\n \"name\": \"eval_09_25_1\",\r\n \"startTime\": \"2019-09-11T00:00:00Z\",\r\n \"endTime\": \"2019-09-11T00:00:00Z\",\r\n \"jobId\": \"33e90dff-d769-401d-a4da-0d2aed6fe557\",\r\n \"status\": \"completed\",\r\n \"policyResults\": [],\r\n \"featureImportance\": []\r\n },\r\n {\r\n \"id\": \"3459edea-b5d1-446e-b40e-44addc9394cd\",\r\n \"name\": \"myFirstEvaluation\",\r\n \"startTime\": \"2018-12-19T00:00:00Z\",\r\n \"endTime\": \"2019-01-19T00:00:00Z\",\r\n \"status\": \"completed\",\r\n \"policyResults\": [\r\n {\r\n \"name\": \"Custom Learning settings 1\",\r\n \"arguments\": \"--cb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5\"\r\n }\r\n ],\r\n \"featureImportance\": []\r\n },\r\n {\r\n \"id\": \"3de01d2f-0351-4ecc-90b6-13d50aef02ec\",\r\n \"name\": \"eval_09_25\",\r\n \"startTime\": \"2019-09-12T00:00:00Z\",\r\n \"endTime\": \"2019-09-12T00:00:00Z\",\r\n \"jobId\": \"3de01d2f-0351-4ecc-90b6-13d50aef02ec\",\r\n \"status\": \"completed\",\r\n \"policyResults\": [\r\n {\r\n \"name\": \"Hyper1\",\r\n \"arguments\": \"--cb_explore_adf --epsilon 0.2 --dsjson --cb_type mtr --marginal i -l 1 --power_t 0\"\r\n },\r\n {\r\n \"name\": \"Inter-len1\",\r\n \"arguments\": \"--cb_explore_adf --epsilon 0.2 --dsjson --cb_type mtr --marginal i -q Fj -l 1 --power_t 0\"\r\n }\r\n ],\r\n \"featureImportance\": []\r\n },\r\n {\r\n \"id\": \"57d5416a-877c-40ec-99d7-4c1f285a3a91\",\r\n \"name\": \"myFirstEvaluation\",\r\n \"startTime\": \"2018-12-19T00:00:00Z\",\r\n \"endTime\": \"2019-01-19T00:00:00Z\",\r\n \"status\": \"completed\",\r\n \"policyResults\": [\r\n {\r\n \"name\": \"Custom Learning settings 1\",\r\n \"arguments\": \"--cb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5\"\r\n }\r\n ],\r\n \"featureImportance\": []\r\n },\r\n {\r\n \"id\": \"59ce51ce-af64-4f39-bcac-dbb56618394f\",\r\n \"name\": \"myFirstEvaluation\",\r\n \"startTime\": \"2018-12-19T00:00:00Z\",\r\n \"endTime\": \"2019-01-19T00:00:00Z\",\r\n \"status\": \"completed\",\r\n \"policyResults\": [\r\n {\r\n \"name\": \"Custom Learning settings 1\",\r\n \"arguments\": \"--cb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5\"\r\n }\r\n ],\r\n \"featureImportance\": []\r\n },\r\n {\r\n \"id\": \"5b3f0144-f66e-431e-9a4d-193baf8d8d8d\",\r\n \"name\": \"Evaluation3_7_11_2019\",\r\n \"startTime\": \"2019-06-30T00:00:00Z\",\r\n \"endTime\": \"2019-07-11T00:00:00Z\",\r\n \"jobId\": \"5b3f0144-f66e-431e-9a4d-193baf8d8d8d\",\r\n \"status\": \"completed\",\r\n \"policyResults\": [\r\n {\r\n \"name\": \"Hyper1\",\r\n \"arguments\": \"--cb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 1e-05 --l1 1e-09 --power_t 0.5\"\r\n },\r\n {\r\n \"name\": \"Inter-len1\",\r\n \"arguments\": \"--cb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -q vi -l 1e-05 --l1 1e-09 --power_t 0.5\"\r\n },\r\n {\r\n \"name\": \"Hyper2\",\r\n \"arguments\": \"--cb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -q vi -l 1e-05 --l1 1e-07 --power_t 0.5\"\r\n }\r\n ],\r\n \"featureImportance\": []\r\n },\r\n {\r\n \"id\": \"64aa91b4-300d-4c6d-b46c-5e0fafd40be2\",\r\n \"name\": \"Evaluation5_7_15_2019\",\r\n \"startTime\": \"2019-06-30T00:00:00Z\",\r\n \"endTime\": \"2019-07-15T00:00:00Z\",\r\n \"jobId\": \"64aa91b4-300d-4c6d-b46c-5e0fafd40be2\",\r\n \"status\": \"completed\",\r\n \"policyResults\": [\r\n {\r\n \"name\": \"Hyper1\",\r\n \"arguments\": \"--cb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 1e-05 --l1 1e-05 --power_t 0.5\"\r\n },\r\n {\r\n \"name\": \"Inter-len1\",\r\n \"arguments\": \"--cb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -q mj -l 1e-05 --l1 1e-05 --power_t 0.5\"\r\n }\r\n ],\r\n \"featureImportance\": []\r\n },\r\n {\r\n \"id\": \"64c18124-90d0-4ab3-8342-f3d0f4482196\",\r\n \"name\": \"myFirstEvaluation\",\r\n \"startTime\": \"2018-12-19T00:00:00Z\",\r\n \"endTime\": \"2019-01-19T00:00:00Z\",\r\n \"status\": \"completed\",\r\n \"policyResults\": [\r\n {\r\n \"name\": \"Custom Learning settings 1\",\r\n \"arguments\": \"--cb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5\"\r\n }\r\n ],\r\n \"featureImportance\": []\r\n },\r\n {\r\n \"id\": \"67db9070-32de-41f7-ba96-673f9e4f5910\",\r\n \"name\": \"eval_09_09_2\",\r\n \"startTime\": \"2019-08-12T00:00:00Z\",\r\n \"endTime\": \"2019-08-12T00:00:00Z\",\r\n \"jobId\": \"67db9070-32de-41f7-ba96-673f9e4f5910\",\r\n \"status\": \"failed\",\r\n \"policyResults\": [],\r\n \"featureImportance\": []\r\n },\r\n {\r\n \"id\": \"6870a096-79ac-462c-926e-d5b2e9952d83\",\r\n \"name\": \"eval_09_10\",\r\n \"startTime\": \"2019-08-12T00:00:00Z\",\r\n \"endTime\": \"2019-08-12T00:00:00Z\",\r\n \"jobId\": \"6870a096-79ac-462c-926e-d5b2e9952d83\",\r\n \"status\": \"completed\",\r\n \"policyResults\": [],\r\n \"featureImportance\": []\r\n },\r\n {\r\n \"id\": \"6adcd828-b591-446e-ad69-9547fe801ecf\",\r\n \"name\": \"CubicHyper2July15b_A\",\r\n \"startTime\": \"2019-06-30T00:00:00Z\",\r\n \"endTime\": \"2019-07-24T00:00:00Z\",\r\n \"jobId\": \"6adcd828-b591-446e-ad69-9547fe801ecf\",\r\n \"status\": \"completed\",\r\n \"policyResults\": [\r\n {\r\n \"name\": \"CubicHyper2July15b_A\",\r\n \"arguments\": \"--cb_explore_adf --epsilon 0.2 --dsjson --cb_type mtr -q di -q mj -q pi -q mi -q ii -l 0.5 --l1 1e-09 --power_t 0 --cubic ddi --cubic dmj --cubic dpi --cubic dmi --cubic dii --cubic mdi --cubic mmj --cubic mpi --cubic mmi --cubic mii --cubic pdi --cubic pmj --cubic ppi --cubic pmi --cubic pii --cubic idi --cubic imj --cubic ipi --cubic imi --cubic iii\"\r\n }\r\n ],\r\n \"featureImportance\": []\r\n },\r\n {\r\n \"id\": \"701b2742-9542-4989-96bd-b5ca7a836c19\",\r\n \"name\": \"Hyper2July21_B\",\r\n \"startTime\": \"2019-07-23T00:00:00Z\",\r\n \"endTime\": \"2019-07-24T00:00:00Z\",\r\n \"jobId\": \"701b2742-9542-4989-96bd-b5ca7a836c19\",\r\n \"status\": \"completed\",\r\n \"policyResults\": [\r\n {\r\n \"name\": \"Hyper2July21_B\",\r\n \"arguments\": \"--cb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -q pi -q mi -q mj -l 0.00036840314986403866 --l1 1e-09 --power_t 0\"\r\n }\r\n ],\r\n \"featureImportance\": []\r\n },\r\n {\r\n \"id\": \"715d9f23-5e33-4eca-9ef4-7899b518f673\",\r\n \"name\": \"eval_09_10_offline\",\r\n \"startTime\": \"2019-09-10T00:00:00Z\",\r\n \"endTime\": \"2019-09-10T00:00:00Z\",\r\n \"jobId\": \"715d9f23-5e33-4eca-9ef4-7899b518f673\",\r\n \"status\": \"completed\",\r\n \"policyResults\": [\r\n {\r\n \"name\": \"Hyper1\",\r\n \"arguments\": \"--cb_explore_adf --epsilon 0.2 --dsjson --cb_type mtr -l 0.01 --power_t 0\"\r\n },\r\n {\r\n \"name\": \"Inter-len2\",\r\n \"arguments\": \"--cb_explore_adf --epsilon 0.2 --dsjson --cb_type mtr -q Fj -q Fi -l 0.01 --power_t 0\"\r\n },\r\n {\r\n \"name\": \"Hyper2\",\r\n \"arguments\": \"--cb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -q Fj -q Fi -l 10 --l1 0.001 --power_t 0\"\r\n }\r\n ],\r\n \"featureImportance\": []\r\n },\r\n {\r\n \"id\": \"7d902030-e4a4-465a-8e88-618920432730\",\r\n \"name\": \"myFirstEvaluation\",\r\n \"startTime\": \"2018-12-19T00:00:00Z\",\r\n \"endTime\": \"2019-01-19T00:00:00Z\",\r\n \"status\": \"completed\",\r\n \"policyResults\": [\r\n {\r\n \"name\": \"Custom Learning settings 1\",\r\n \"arguments\": \"--cb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5\"\r\n }\r\n ],\r\n \"featureImportance\": []\r\n },\r\n {\r\n \"id\": \"82a8cef2-e760-4606-ba93-f22c2c22fca2\",\r\n \"name\": \"Evaluation18_7/22/2019\",\r\n \"startTime\": \"2019-06-30T00:00:00Z\",\r\n \"endTime\": \"2019-07-21T00:00:00Z\",\r\n \"jobId\": \"82a8cef2-e760-4606-ba93-f22c2c22fca2\",\r\n \"status\": \"completed\",\r\n \"policyResults\": [\r\n {\r\n \"name\": \"Hyper1\",\r\n \"arguments\": \"--cb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.013572088082974531 --l1 1e-09 --power_t 0.5\"\r\n },\r\n {\r\n \"name\": \"Inter-len2\",\r\n \"arguments\": \"--cb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -q pi -q mj -l 0.013572088082974531 --l1 1e-09 --power_t 0.5\"\r\n },\r\n {\r\n \"name\": \"Inter-len3\",\r\n \"arguments\": \"--cb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -q pi -q mi -q mj -l 0.013572088082974531 --l1 1e-09 --power_t 0.5\"\r\n },\r\n {\r\n \"name\": \"Hyper2\",\r\n \"arguments\": \"--cb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -q pi -q mi -q mj -l 0.00036840314986403866 --l1 1e-09 --power_t 0.5\"\r\n }\r\n ],\r\n \"featureImportance\": []\r\n },\r\n {\r\n \"id\": \"87b28d28-deda-4c84-8bde-e433a0884d3b\",\r\n \"name\": \"Evaluation2_07_08_2019\",\r\n \"startTime\": \"2019-06-30T00:00:00Z\",\r\n \"endTime\": \"2019-07-08T00:00:00Z\",\r\n \"jobId\": \"87b28d28-deda-4c84-8bde-e433a0884d3b\",\r\n \"status\": \"completed\",\r\n \"policyResults\": [\r\n {\r\n \"name\": \"Hyper1\",\r\n \"arguments\": \"--cb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 1e-05 --l1 1e-09 --power_t 0.5\"\r\n },\r\n {\r\n \"name\": \"Marginals\",\r\n \"arguments\": \"--cb_explore_adf --epsilon 0.2 --dsjson --cb_type ips --marginal i -l 1e-05 --l1 1e-09 --power_t 0.5\"\r\n },\r\n {\r\n \"name\": \"Inter-len1\",\r\n \"arguments\": \"--cb_explore_adf --epsilon 0.2 --dsjson --cb_type ips --marginal i -q pi -l 1e-05 --l1 1e-09 --power_t 0.5\"\r\n },\r\n {\r\n \"name\": \"Inter-len3\",\r\n \"arguments\": \"--cb_explore_adf --epsilon 0.2 --dsjson --cb_type ips --marginal i -q mi -q ii -q pi -l 1e-05 --l1 1e-09 --power_t 0.5\"\r\n },\r\n {\r\n \"name\": \"Inter-len4\",\r\n \"arguments\": \"--cb_explore_adf --epsilon 0.2 --dsjson --cb_type ips --marginal i -q qi -q ii -q pi -q mi -l 1e-05 --l1 1e-09 --power_t 0.5\"\r\n },\r\n {\r\n \"name\": \"Hyper2\",\r\n \"arguments\": \"--cb_explore_adf --epsilon 0.2 --dsjson --cb_type ips --marginal i -q qi -q mi -q ii -q pi -l 0.5 --l1 1e-09 --power_t 0.5\"\r\n }\r\n ],\r\n \"featureImportance\": []\r\n },\r\n {\r\n \"id\": \"94ff6606-06b0-4eb3-b8c1-25a26892bcaf\",\r\n \"name\": \"myFirstEvaluation\",\r\n \"startTime\": \"2019-09-12T00:00:00Z\",\r\n \"endTime\": \"2019-09-12T00:00:00Z\",\r\n \"jobId\": \"94ff6606-06b0-4eb3-b8c1-25a26892bcaf\",\r\n \"status\": \"failed\",\r\n \"policyResults\": [],\r\n \"featureImportance\": []\r\n },\r\n {\r\n \"id\": \"a5ab0d55-7245-4878-9fe0-e6f7343a2a48\",\r\n \"name\": \"myFirstEvaluation\",\r\n \"startTime\": \"2018-12-19T00:00:00Z\",\r\n \"endTime\": \"2019-01-19T00:00:00Z\",\r\n \"status\": \"completed\",\r\n \"policyResults\": [\r\n {\r\n \"name\": \"Custom Policy 1\",\r\n \"arguments\": \"--cb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5\"\r\n }\r\n ],\r\n \"featureImportance\": []\r\n },\r\n {\r\n \"id\": \"acb701a8-cfb2-4552-b074-82d29a804af5\",\r\n \"name\": \"Evaluation6_7_15_2019\",\r\n \"startTime\": \"2019-07-08T00:00:00Z\",\r\n \"endTime\": \"2019-07-15T00:00:00Z\",\r\n \"jobId\": \"acb701a8-cfb2-4552-b074-82d29a804af5\",\r\n \"status\": \"completed\",\r\n \"policyResults\": [\r\n {\r\n \"name\": \"Hyper1\",\r\n \"arguments\": \"--cb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1e-07 --power_t 0.5\"\r\n },\r\n {\r\n \"name\": \"cbType\",\r\n \"arguments\": \"--cb_explore_adf --epsilon 0.2 --dsjson --cb_type mtr -l 0.5 --l1 1e-07 --power_t 0.5\"\r\n },\r\n {\r\n \"name\": \"Inter-len2\",\r\n \"arguments\": \"--cb_explore_adf --epsilon 0.2 --dsjson --cb_type mtr -q mj -q pi -l 0.5 --l1 1e-07 --power_t 0.5\"\r\n },\r\n {\r\n \"name\": \"Inter-len3\",\r\n \"arguments\": \"--cb_explore_adf --epsilon 0.2 --dsjson --cb_type mtr -q di -q mj -q pi -l 0.5 --l1 1e-07 --power_t 0.5\"\r\n },\r\n {\r\n \"name\": \"Inter-len5\",\r\n \"arguments\": \"--cb_explore_adf --epsilon 0.2 --dsjson --cb_type mtr -q di -q ii -q mj -q pi -q mi -l 0.5 --l1 1e-07 --power_t 0.5\"\r\n },\r\n {\r\n \"name\": \"Hyper2\",\r\n \"arguments\": \"--cb_explore_adf --epsilon 0.2 --dsjson --cb_type mtr -q di -q mj -q pi -q mi -q ii -l 0.5 --l1 1e-09 --power_t 0.5\"\r\n }\r\n ],\r\n \"featureImportance\": []\r\n },\r\n {\r\n \"id\": \"b43b54d7-6b5f-4d2a-9063-148771a4e42b\",\r\n \"name\": \"Evaluation7_Cubic\",\r\n \"startTime\": \"2019-06-30T00:00:00Z\",\r\n \"endTime\": \"2019-07-15T00:00:00Z\",\r\n \"jobId\": \"b43b54d7-6b5f-4d2a-9063-148771a4e42b\",\r\n \"status\": \"completed\",\r\n \"policyResults\": [\r\n {\r\n \"name\": \"Cubic\",\r\n \"arguments\": \"--cb_explore_adf --epsilon 0.2 --dsjson --cb_type mtr -q :: -l 0.5 --l1 1e-09 --power_t 0 --cubic ::i --cubic ::j\"\r\n }\r\n ],\r\n \"featureImportance\": []\r\n },\r\n {\r\n \"id\": \"c118ab40-c1db-4b58-b89e-714fe4cb14b4\",\r\n \"name\": \"CubicHyper2July15c_A\",\r\n \"startTime\": \"2019-06-30T00:00:00Z\",\r\n \"endTime\": \"2019-07-24T00:00:00Z\",\r\n \"jobId\": \"c118ab40-c1db-4b58-b89e-714fe4cb14b4\",\r\n \"status\": \"completed\",\r\n \"policyResults\": [\r\n {\r\n \"name\": \"CubicHyper2July15c_A\",\r\n \"arguments\": \"--cb_explore_adf --epsilon 0.2 --dsjson --cb_type mtr -q di -q mj -q pi -q mi -q ii -l 0.5 --l1 1e-07 --power_t 0 --cubic ddi --cubic dmj --cubic dpi --cubic dmi --cubic dii --cubic mdi --cubic mmj --cubic mpi --cubic mmi --cubic mii --cubic pdi --cubic pmj --cubic ppi --cubic pmi --cubic pii --cubic idi --cubic imj --cubic ipi --cubic imi --cubic iii\"\r\n }\r\n ],\r\n \"featureImportance\": []\r\n },\r\n {\r\n \"id\": \"c1e21ae4-2e00-4a14-bed8-66284604720c\",\r\n \"name\": \"evalwithnewvw\",\r\n \"startTime\": \"2019-09-12T00:00:00Z\",\r\n \"endTime\": \"2019-09-13T00:00:00Z\",\r\n \"status\": \"pending\",\r\n \"policyResults\": [],\r\n \"featureImportance\": []\r\n },\r\n {\r\n \"id\": \"c3a12cb2-71e9-424a-b6fb-3e0a65f6de43\",\r\n \"name\": \"Evaluation4\",\r\n \"startTime\": \"2019-06-30T00:00:00Z\",\r\n \"endTime\": \"2019-07-11T00:00:00Z\",\r\n \"jobId\": \"c3a12cb2-71e9-424a-b6fb-3e0a65f6de43\",\r\n \"status\": \"completed\",\r\n \"policyResults\": [],\r\n \"featureImportance\": []\r\n },\r\n {\r\n \"id\": \"c43760eb-6987-4c46-804d-f361a7178bba\",\r\n \"name\": \"yaraneval\",\r\n \"startTime\": \"2019-11-12T00:00:00Z\",\r\n \"endTime\": \"2019-11-13T00:00:00Z\",\r\n \"jobId\": \"c43760eb-6987-4c46-804d-f361a7178bba\",\r\n \"status\": \"completed\",\r\n \"policyResults\": [\r\n {\r\n \"name\": \"high_interactions\",\r\n \"arguments\": \"--cb_explore_adf --epsilon 0.2 --dsjson --cb_type mtr -l 0.01 --interactions FFFi\"\r\n }\r\n ],\r\n \"featureImportance\": []\r\n },\r\n {\r\n \"id\": \"c4c56c3a-2d14-48e8-8cf1-4b5ebe36fe6d\",\r\n \"name\": \"CubicHyper2July15b_B\",\r\n \"startTime\": \"2019-07-23T00:00:00Z\",\r\n \"endTime\": \"2019-07-24T00:00:00Z\",\r\n \"jobId\": \"c4c56c3a-2d14-48e8-8cf1-4b5ebe36fe6d\",\r\n \"status\": \"completed\",\r\n \"policyResults\": [\r\n {\r\n \"name\": \"CubicHyper2July15b_B\",\r\n \"arguments\": \"--cb_explore_adf --epsilon 0.2 --dsjson --cb_type mtr -q di -q mj -q pi -q mi -q ii -l 0.5 --l1 1e-09 --power_t 0 --cubic ddi --cubic dmj --cubic dpi --cubic dmi --cubic dii --cubic mdi --cubic mmj --cubic mpi --cubic mmi --cubic mii --cubic pdi --cubic pmj --cubic ppi --cubic pmi --cubic pii --cubic idi --cubic imj --cubic ipi --cubic imi --cubic iii\"\r\n }\r\n ],\r\n \"featureImportance\": []\r\n },\r\n {\r\n \"id\": \"cd82023b-14ad-471d-873f-12c301799c5c\",\r\n \"name\": \"Hyper2July21_A\",\r\n \"startTime\": \"2019-06-30T00:00:00Z\",\r\n \"endTime\": \"2019-07-24T00:00:00Z\",\r\n \"jobId\": \"cd82023b-14ad-471d-873f-12c301799c5c\",\r\n \"status\": \"completed\",\r\n \"policyResults\": [\r\n {\r\n \"name\": \"Hyper2July21_A\",\r\n \"arguments\": \"--cb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -q pi -q mi -q mj -l 0.00036840314986403866 --l1 1e-09 --power_t 0\"\r\n }\r\n ],\r\n \"featureImportance\": []\r\n },\r\n {\r\n \"id\": \"ce809daa-3ade-4a86-9296-016a9ac6bb33\",\r\n \"name\": \"Evaluation_7/29\",\r\n \"startTime\": \"2019-07-26T00:00:00Z\",\r\n \"endTime\": \"2019-07-28T00:00:00Z\",\r\n \"jobId\": \"ce809daa-3ade-4a86-9296-016a9ac6bb33\",\r\n \"status\": \"completed\",\r\n \"policyResults\": [\r\n {\r\n \"name\": \"Hyper1\",\r\n \"arguments\": \"--cb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.00036840314986403866 --l1 1e-09 --power_t 1e-09\"\r\n },\r\n {\r\n \"name\": \"Inter-len2\",\r\n \"arguments\": \"--cb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -q qi -q ii -l 0.00036840314986403866 --l1 1e-09 --power_t 1e-09\"\r\n },\r\n {\r\n \"name\": \"Inter-len4\",\r\n \"arguments\": \"--cb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -q vj -q mi -q qi -q ii -l 0.00036840314986403866 --l1 1e-09 --power_t 1e-09\"\r\n },\r\n {\r\n \"name\": \"Inter-len5\",\r\n \"arguments\": \"--cb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -q vj -q qi -q mj -q mi -q ii -l 0.00036840314986403866 --l1 1e-09 --power_t 1e-09\"\r\n },\r\n {\r\n \"name\": \"Hyper2\",\r\n \"arguments\": \"--cb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -q vj -q mj -q mi -q qi -q ii -l 0.00036840314986403866 --l1 1e-07 --power_t 0.0033437015248821097\"\r\n }\r\n ],\r\n \"featureImportance\": []\r\n },\r\n {\r\n \"id\": \"d209e9f8-2e3e-4754-85b1-396d562fd74e\",\r\n \"name\": \"myFirstEvaluation\",\r\n \"startTime\": \"2018-12-19T00:00:00Z\",\r\n \"endTime\": \"2019-01-19T00:00:00Z\",\r\n \"status\": \"completed\",\r\n \"policyResults\": [\r\n {\r\n \"name\": \"Custom Learning settings 1\",\r\n \"arguments\": \"--cb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5\"\r\n }\r\n ],\r\n \"featureImportance\": []\r\n },\r\n {\r\n \"id\": \"d6a1801d-e008-411a-b14a-b81f6a1f98f6\",\r\n \"name\": \"CubicHyper2July15c_B\",\r\n \"startTime\": \"2019-07-23T00:00:00Z\",\r\n \"endTime\": \"2019-07-24T00:00:00Z\",\r\n \"jobId\": \"d6a1801d-e008-411a-b14a-b81f6a1f98f6\",\r\n \"status\": \"completed\",\r\n \"policyResults\": [\r\n {\r\n \"name\": \"CubicHyper2July15c_B\",\r\n \"arguments\": \"--cb_explore_adf --epsilon 0.2 --dsjson --cb_type mtr -q di -q mj -q pi -q mi -q ii -l 0.5 --l1 1e-07 --power_t 0 --cubic ddi --cubic dmj --cubic dpi --cubic dmi --cubic dii --cubic mdi --cubic mmj --cubic mpi --cubic mmi --cubic mii --cubic pdi --cubic pmj --cubic ppi --cubic pmi --cubic pii --cubic idi --cubic imj --cubic ipi --cubic imi --cubic iii\"\r\n }\r\n ],\r\n \"featureImportance\": []\r\n },\r\n {\r\n \"id\": \"d805723c-d1da-4ef7-b1e7-ab27063d2687\",\r\n \"name\": \"lamadhppetest\",\r\n \"startTime\": \"2019-09-12T00:00:00Z\",\r\n \"endTime\": \"2019-09-12T00:00:00Z\",\r\n \"jobId\": \"d805723c-d1da-4ef7-b1e7-ab27063d2687\",\r\n \"status\": \"completed\",\r\n \"policyResults\": [\r\n {\r\n \"name\": \"Hyper1\",\r\n \"arguments\": \"--cb_explore_adf --epsilon 0.2 --dsjson --cb_type mtr --marginal i -l 1 --power_t 0\"\r\n },\r\n {\r\n \"name\": \"Inter-len1\",\r\n \"arguments\": \"--cb_explore_adf --epsilon 0.2 --dsjson --cb_type mtr --marginal i -q Fj -l 1 --power_t 0\"\r\n }\r\n ],\r\n \"featureImportance\": []\r\n },\r\n {\r\n \"id\": \"db5a80ab-5c61-44c5-96e4-dc5498f38159\",\r\n \"name\": \"vweval8.7.0.1\",\r\n \"startTime\": \"2019-09-12T00:00:00Z\",\r\n \"endTime\": \"2019-09-12T00:00:00Z\",\r\n \"jobId\": \"db5a80ab-5c61-44c5-96e4-dc5498f38159\",\r\n \"status\": \"completed\",\r\n \"policyResults\": [\r\n {\r\n \"name\": \"Hyper1\",\r\n \"arguments\": \"--cb_explore_adf --epsilon 0.2 --dsjson --cb_type mtr --marginal i -l 1 --power_t 0\"\r\n },\r\n {\r\n \"name\": \"Inter-len1\",\r\n \"arguments\": \"--cb_explore_adf --epsilon 0.2 --dsjson --cb_type mtr --marginal i -q Fj -l 1 --power_t 0\"\r\n }\r\n ],\r\n \"featureImportance\": []\r\n },\r\n {\r\n \"id\": \"f6692941-9886-45cb-ac59-8aedfb194f9d\",\r\n \"name\": \"myFirstEvaluation\",\r\n \"startTime\": \"2018-12-19T00:00:00Z\",\r\n \"endTime\": \"2019-01-19T00:00:00Z\",\r\n \"status\": \"completed\",\r\n \"policyResults\": [\r\n {\r\n \"name\": \"Custom Learning settings 1\",\r\n \"arguments\": \"--cb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5\"\r\n }\r\n ],\r\n \"featureImportance\": []\r\n },\r\n {\r\n \"id\": \"f9326bc7-b2cd-4088-a556-39fc28704d64\",\r\n \"name\": \"eval_09_10_no offline\",\r\n \"startTime\": \"2019-09-10T00:00:00Z\",\r\n \"endTime\": \"2019-09-10T00:00:00Z\",\r\n \"jobId\": \"f9326bc7-b2cd-4088-a556-39fc28704d64\",\r\n \"status\": \"completed\",\r\n \"policyResults\": [],\r\n \"featureImportance\": []\r\n },\r\n {\r\n \"id\": \"fb4225f6-f530-44ab-bf1c-829d27aa3ccb\",\r\n \"name\": \"CubicHyper2July21_A\",\r\n \"startTime\": \"2019-06-30T00:00:00Z\",\r\n \"endTime\": \"2019-07-24T00:00:00Z\",\r\n \"jobId\": \"fb4225f6-f530-44ab-bf1c-829d27aa3ccb\",\r\n \"status\": \"completed\",\r\n \"policyResults\": [\r\n {\r\n \"name\": \"CubicHyper2July21_A\",\r\n \"arguments\": \"--cb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -q pi -q mi -q mj -l 0.00036840314986403866 --l1 1e-09 --power_t 0 --cubic ppi --cubic ppj --cubic pmi --cubic pmj --cubic mmi --cubic mmj\"\r\n }\r\n ],\r\n \"featureImportance\": []\r\n },\r\n {\r\n \"id\": \"fc30352a-2e05-40b1-a5f7-06043cf987c7\",\r\n \"name\": \"evaluate oct recent data\",\r\n \"startTime\": \"2019-10-23T00:00:00Z\",\r\n \"endTime\": \"2019-10-23T00:00:00Z\",\r\n \"jobId\": \"fc30352a-2e05-40b1-a5f7-06043cf987c7\",\r\n \"status\": \"completed\",\r\n \"policyResults\": [],\r\n \"featureImportance\": []\r\n },\r\n {\r\n \"id\": \"fded759d-2821-492c-bb5c-756a1c099c89\",\r\n \"name\": \"eval1\",\r\n \"startTime\": \"2019-09-12T00:00:00Z\",\r\n \"endTime\": \"2019-09-12T00:00:00Z\",\r\n \"jobId\": \"fded759d-2821-492c-bb5c-756a1c099c89\",\r\n \"status\": \"completed\",\r\n \"policyResults\": [\r\n {\r\n \"name\": \"Hyper1\",\r\n \"arguments\": \"--cb_explore_adf --epsilon 0.2 --dsjson --cb_type mtr --marginal i -l 1 --power_t 0\"\r\n },\r\n {\r\n \"name\": \"Inter-len1\",\r\n \"arguments\": \"--cb_explore_adf --epsilon 0.2 --dsjson --cb_type mtr --marginal i -q Fj -l 1 --power_t 0\"\r\n }\r\n ],\r\n \"featureImportance\": []\r\n }\r\n]", - "StatusCode": 200 - } - ], - "Names": {}, - "Variables": { - "PERSONALIZER_API_KEY": "Sanitized", - "PERSONALIZER_ENDPOINT": "https://sdktestrecorder.cognitiveservices.azure.com/" - } -} diff --git a/sdk/personalizer/Azure.AI.Personalizer/tests/SessionRecords/EvaluationsTests/GetEvaluationsAsync.json b/sdk/personalizer/Azure.AI.Personalizer/tests/SessionRecords/EvaluationsTests/GetEvaluationsAsync.json deleted file mode 100644 index 9b3dc9e955be..000000000000 --- a/sdk/personalizer/Azure.AI.Personalizer/tests/SessionRecords/EvaluationsTests/GetEvaluationsAsync.json +++ /dev/null @@ -1,54 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "/personalizer/v1.1-preview.1/evaluations", - "EncodedRequestUri": "L3BlcnNvbmFsaXplci92MS4wL2V2YWx1YXRpb25z", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "Ocp-Apim-Subscription-Key": [ - "000" - ], - "User-Agent": [ - "FxVersion/4.6.28008.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.AI.Personalizer.PersonalizerClient/0.8.0.0" - ] - }, - "ResponseHeaders": { - "Date": [ - "Tue, 26 Nov 2019 02:19:47 GMT" - ], - "Server": [ - "Kestrel" - ], - "Cache-Control": [ - "no-store, must-revalidate, no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Transfer-Encoding": [ - "chunked" - ], - "Timing-Allow-Origin": [ - "*" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "0" - ] - }, - "ResponseBody": "[\r\n {\r\n \"id\": \"014fd077-b5ab-495b-8ef9-f6d2dce9c624\",\r\n \"name\": \"myFirstEvaluation\",\r\n \"startTime\": \"2018-12-19T00:00:00Z\",\r\n \"endTime\": \"2019-01-19T00:00:00Z\",\r\n \"status\": \"completed\",\r\n \"policyResults\": [\r\n {\r\n \"name\": \"Custom Policy 1\",\r\n \"arguments\": \"--cb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5\"\r\n }\r\n ],\r\n \"featureImportance\": []\r\n },\r\n {\r\n \"id\": \"0a038933-132d-44fc-9c99-a35a7fdf8524\",\r\n \"name\": \"evalwithnewvw\",\r\n \"startTime\": \"2019-09-12T00:00:00Z\",\r\n \"endTime\": \"2019-09-13T00:00:00Z\",\r\n \"status\": \"failed\",\r\n \"policyResults\": [],\r\n \"featureImportance\": []\r\n },\r\n {\r\n \"id\": \"0a2982b7-f97a-49fa-8c2b-83a06328d6fb\",\r\n \"name\": \"eval_09_09_1\",\r\n \"startTime\": \"2019-08-12T00:00:00Z\",\r\n \"endTime\": \"2019-08-12T00:00:00Z\",\r\n \"jobId\": \"0a2982b7-f97a-49fa-8c2b-83a06328d6fb\",\r\n \"status\": \"failed\",\r\n \"policyResults\": [],\r\n \"featureImportance\": []\r\n },\r\n {\r\n \"id\": \"0c11822f-891c-4462-9e2e-16a6bfd3659e\",\r\n \"name\": \"Evaluation_7/29\",\r\n \"startTime\": \"2019-07-26T00:00:00Z\",\r\n \"endTime\": \"2019-07-28T00:00:00Z\",\r\n \"jobId\": \"0c11822f-891c-4462-9e2e-16a6bfd3659e\",\r\n \"status\": \"completed\",\r\n \"policyResults\": [\r\n {\r\n \"name\": \"Hyper1\",\r\n \"arguments\": \"--cb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.00036840314986403866 --l1 1e-09 --power_t 1e-09\"\r\n },\r\n {\r\n \"name\": \"Inter-len2\",\r\n \"arguments\": \"--cb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -q ii -q qi -l 0.00036840314986403866 --l1 1e-09 --power_t 1e-09\"\r\n },\r\n {\r\n \"name\": \"Inter-len4\",\r\n \"arguments\": \"--cb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -q mi -q qi -q vj -q ii -l 0.00036840314986403866 --l1 1e-09 --power_t 1e-09\"\r\n },\r\n {\r\n \"name\": \"Inter-len5\",\r\n \"arguments\": \"--cb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -q qi -q vj -q mi -q mj -q ii -l 0.00036840314986403866 --l1 1e-09 --power_t 1e-09\"\r\n },\r\n {\r\n \"name\": \"Hyper2\",\r\n \"arguments\": \"--cb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -q mi -q qi -q vj -q mj -q ii -l 0.00036840314986403866 --l1 1e-07 --power_t 0.0033437015248821097\"\r\n }\r\n ],\r\n \"featureImportance\": []\r\n },\r\n {\r\n \"id\": \"1120b76c-f1b2-409b-8920-636cafc68674\",\r\n \"name\": \"Evaluation1_7_3_2019\",\r\n \"startTime\": \"2019-06-30T04:00:00Z\",\r\n \"endTime\": \"2019-07-03T04:00:00Z\",\r\n \"jobId\": \"1120b76c-f1b2-409b-8920-636cafc68674\",\r\n \"status\": \"completed\",\r\n \"policyResults\": [\r\n {\r\n \"name\": \"Hyper1\",\r\n \"arguments\": \"--cb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 1e-05 --l1 1e-09 --power_t 0.5\"\r\n },\r\n {\r\n \"name\": \"Inter-len2\",\r\n \"arguments\": \"--cb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -q vj -q ij -l 1e-05 --l1 1e-09 --power_t 0.5\"\r\n }\r\n ],\r\n \"featureImportance\": []\r\n },\r\n {\r\n \"id\": \"18d9139e-25ee-4917-850f-670734cf5dbc\",\r\n \"name\": \"evalwithnewvw\",\r\n \"startTime\": \"2019-01-18T00:00:00Z\",\r\n \"endTime\": \"2019-01-19T00:00:00Z\",\r\n \"status\": \"completed\",\r\n \"policyResults\": [],\r\n \"featureImportance\": []\r\n },\r\n {\r\n \"id\": \"1aa582d7-3de3-4e6b-9706-ce3f21dd3a95\",\r\n \"name\": \"Evaluation16\",\r\n \"startTime\": \"2019-06-30T00:00:00Z\",\r\n \"endTime\": \"2019-07-17T00:00:00Z\",\r\n \"jobId\": \"1aa582d7-3de3-4e6b-9706-ce3f21dd3a95\",\r\n \"status\": \"completed\",\r\n \"policyResults\": [\r\n {\r\n \"name\": \"Hyper1\",\r\n \"arguments\": \"--cb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.013572088082974531 --l1 1e-09 --power_t 0.5\"\r\n },\r\n {\r\n \"name\": \"Inter-len2\",\r\n \"arguments\": \"--cb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -q pi -q mj -l 0.013572088082974531 --l1 1e-09 --power_t 0.5\"\r\n }\r\n ],\r\n \"featureImportance\": []\r\n },\r\n {\r\n \"id\": \"1b33aad4-6925-4ebe-b8be-438dd972e9c2\",\r\n \"name\": \"myFirstEvaluation\",\r\n \"startTime\": \"2018-12-19T00:00:00Z\",\r\n \"endTime\": \"2019-01-19T00:00:00Z\",\r\n \"status\": \"completed\",\r\n \"policyResults\": [\r\n {\r\n \"name\": \"Custom Policy 1\",\r\n \"arguments\": \"--cb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5\"\r\n }\r\n ],\r\n \"featureImportance\": []\r\n },\r\n {\r\n \"id\": \"1faa5098-3392-4139-a322-b53c83c54800\",\r\n \"name\": \"CubicHyper2July21_B\",\r\n \"startTime\": \"2019-07-23T00:00:00Z\",\r\n \"endTime\": \"2019-07-24T00:00:00Z\",\r\n \"jobId\": \"1faa5098-3392-4139-a322-b53c83c54800\",\r\n \"status\": \"completed\",\r\n \"policyResults\": [\r\n {\r\n \"name\": \"CubicHyper2July21_B\",\r\n \"arguments\": \"--cb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -q pi -q mi -q mj -l 0.00036840314986403866 --l1 1e-09 --power_t 0 --cubic ppi --cubic ppj --cubic pmi --cubic pmj --cubic mmi --cubic mmj\"\r\n }\r\n ],\r\n \"featureImportance\": []\r\n },\r\n {\r\n \"id\": \"238fc90c-66d1-459f-adda-47cc159cc171\",\r\n \"name\": \"myFirstEvaluation\",\r\n \"startTime\": \"2018-12-19T00:00:00Z\",\r\n \"endTime\": \"2019-01-19T00:00:00Z\",\r\n \"status\": \"completed\",\r\n \"policyResults\": [\r\n {\r\n \"name\": \"Custom Learning settings 1\",\r\n \"arguments\": \"--cb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5\"\r\n }\r\n ],\r\n \"featureImportance\": []\r\n },\r\n {\r\n \"id\": \"33e90dff-d769-401d-a4da-0d2aed6fe557\",\r\n \"name\": \"eval_09_25_1\",\r\n \"startTime\": \"2019-09-11T00:00:00Z\",\r\n \"endTime\": \"2019-09-11T00:00:00Z\",\r\n \"jobId\": \"33e90dff-d769-401d-a4da-0d2aed6fe557\",\r\n \"status\": \"completed\",\r\n \"policyResults\": [],\r\n \"featureImportance\": []\r\n },\r\n {\r\n \"id\": \"3459edea-b5d1-446e-b40e-44addc9394cd\",\r\n \"name\": \"myFirstEvaluation\",\r\n \"startTime\": \"2018-12-19T00:00:00Z\",\r\n \"endTime\": \"2019-01-19T00:00:00Z\",\r\n \"status\": \"completed\",\r\n \"policyResults\": [\r\n {\r\n \"name\": \"Custom Learning settings 1\",\r\n \"arguments\": \"--cb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5\"\r\n }\r\n ],\r\n \"featureImportance\": []\r\n },\r\n {\r\n \"id\": \"3de01d2f-0351-4ecc-90b6-13d50aef02ec\",\r\n \"name\": \"eval_09_25\",\r\n \"startTime\": \"2019-09-12T00:00:00Z\",\r\n \"endTime\": \"2019-09-12T00:00:00Z\",\r\n \"jobId\": \"3de01d2f-0351-4ecc-90b6-13d50aef02ec\",\r\n \"status\": \"completed\",\r\n \"policyResults\": [\r\n {\r\n \"name\": \"Hyper1\",\r\n \"arguments\": \"--cb_explore_adf --epsilon 0.2 --dsjson --cb_type mtr --marginal i -l 1 --power_t 0\"\r\n },\r\n {\r\n \"name\": \"Inter-len1\",\r\n \"arguments\": \"--cb_explore_adf --epsilon 0.2 --dsjson --cb_type mtr --marginal i -q Fj -l 1 --power_t 0\"\r\n }\r\n ],\r\n \"featureImportance\": []\r\n },\r\n {\r\n \"id\": \"57d5416a-877c-40ec-99d7-4c1f285a3a91\",\r\n \"name\": \"myFirstEvaluation\",\r\n \"startTime\": \"2018-12-19T00:00:00Z\",\r\n \"endTime\": \"2019-01-19T00:00:00Z\",\r\n \"status\": \"completed\",\r\n \"policyResults\": [\r\n {\r\n \"name\": \"Custom Learning settings 1\",\r\n \"arguments\": \"--cb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5\"\r\n }\r\n ],\r\n \"featureImportance\": []\r\n },\r\n {\r\n \"id\": \"59ce51ce-af64-4f39-bcac-dbb56618394f\",\r\n \"name\": \"myFirstEvaluation\",\r\n \"startTime\": \"2018-12-19T00:00:00Z\",\r\n \"endTime\": \"2019-01-19T00:00:00Z\",\r\n \"status\": \"completed\",\r\n \"policyResults\": [\r\n {\r\n \"name\": \"Custom Learning settings 1\",\r\n \"arguments\": \"--cb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5\"\r\n }\r\n ],\r\n \"featureImportance\": []\r\n },\r\n {\r\n \"id\": \"5b3f0144-f66e-431e-9a4d-193baf8d8d8d\",\r\n \"name\": \"Evaluation3_7_11_2019\",\r\n \"startTime\": \"2019-06-30T00:00:00Z\",\r\n \"endTime\": \"2019-07-11T00:00:00Z\",\r\n \"jobId\": \"5b3f0144-f66e-431e-9a4d-193baf8d8d8d\",\r\n \"status\": \"completed\",\r\n \"policyResults\": [\r\n {\r\n \"name\": \"Hyper1\",\r\n \"arguments\": \"--cb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 1e-05 --l1 1e-09 --power_t 0.5\"\r\n },\r\n {\r\n \"name\": \"Inter-len1\",\r\n \"arguments\": \"--cb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -q vi -l 1e-05 --l1 1e-09 --power_t 0.5\"\r\n },\r\n {\r\n \"name\": \"Hyper2\",\r\n \"arguments\": \"--cb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -q vi -l 1e-05 --l1 1e-07 --power_t 0.5\"\r\n }\r\n ],\r\n \"featureImportance\": []\r\n },\r\n {\r\n \"id\": \"64aa91b4-300d-4c6d-b46c-5e0fafd40be2\",\r\n \"name\": \"Evaluation5_7_15_2019\",\r\n \"startTime\": \"2019-06-30T00:00:00Z\",\r\n \"endTime\": \"2019-07-15T00:00:00Z\",\r\n \"jobId\": \"64aa91b4-300d-4c6d-b46c-5e0fafd40be2\",\r\n \"status\": \"completed\",\r\n \"policyResults\": [\r\n {\r\n \"name\": \"Hyper1\",\r\n \"arguments\": \"--cb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 1e-05 --l1 1e-05 --power_t 0.5\"\r\n },\r\n {\r\n \"name\": \"Inter-len1\",\r\n \"arguments\": \"--cb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -q mj -l 1e-05 --l1 1e-05 --power_t 0.5\"\r\n }\r\n ],\r\n \"featureImportance\": []\r\n },\r\n {\r\n \"id\": \"64c18124-90d0-4ab3-8342-f3d0f4482196\",\r\n \"name\": \"myFirstEvaluation\",\r\n \"startTime\": \"2018-12-19T00:00:00Z\",\r\n \"endTime\": \"2019-01-19T00:00:00Z\",\r\n \"status\": \"completed\",\r\n \"policyResults\": [\r\n {\r\n \"name\": \"Custom Learning settings 1\",\r\n \"arguments\": \"--cb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5\"\r\n }\r\n ],\r\n \"featureImportance\": []\r\n },\r\n {\r\n \"id\": \"67db9070-32de-41f7-ba96-673f9e4f5910\",\r\n \"name\": \"eval_09_09_2\",\r\n \"startTime\": \"2019-08-12T00:00:00Z\",\r\n \"endTime\": \"2019-08-12T00:00:00Z\",\r\n \"jobId\": \"67db9070-32de-41f7-ba96-673f9e4f5910\",\r\n \"status\": \"failed\",\r\n \"policyResults\": [],\r\n \"featureImportance\": []\r\n },\r\n {\r\n \"id\": \"6870a096-79ac-462c-926e-d5b2e9952d83\",\r\n \"name\": \"eval_09_10\",\r\n \"startTime\": \"2019-08-12T00:00:00Z\",\r\n \"endTime\": \"2019-08-12T00:00:00Z\",\r\n \"jobId\": \"6870a096-79ac-462c-926e-d5b2e9952d83\",\r\n \"status\": \"completed\",\r\n \"policyResults\": [],\r\n \"featureImportance\": []\r\n },\r\n {\r\n \"id\": \"6adcd828-b591-446e-ad69-9547fe801ecf\",\r\n \"name\": \"CubicHyper2July15b_A\",\r\n \"startTime\": \"2019-06-30T00:00:00Z\",\r\n \"endTime\": \"2019-07-24T00:00:00Z\",\r\n \"jobId\": \"6adcd828-b591-446e-ad69-9547fe801ecf\",\r\n \"status\": \"completed\",\r\n \"policyResults\": [\r\n {\r\n \"name\": \"CubicHyper2July15b_A\",\r\n \"arguments\": \"--cb_explore_adf --epsilon 0.2 --dsjson --cb_type mtr -q di -q mj -q pi -q mi -q ii -l 0.5 --l1 1e-09 --power_t 0 --cubic ddi --cubic dmj --cubic dpi --cubic dmi --cubic dii --cubic mdi --cubic mmj --cubic mpi --cubic mmi --cubic mii --cubic pdi --cubic pmj --cubic ppi --cubic pmi --cubic pii --cubic idi --cubic imj --cubic ipi --cubic imi --cubic iii\"\r\n }\r\n ],\r\n \"featureImportance\": []\r\n },\r\n {\r\n \"id\": \"701b2742-9542-4989-96bd-b5ca7a836c19\",\r\n \"name\": \"Hyper2July21_B\",\r\n \"startTime\": \"2019-07-23T00:00:00Z\",\r\n \"endTime\": \"2019-07-24T00:00:00Z\",\r\n \"jobId\": \"701b2742-9542-4989-96bd-b5ca7a836c19\",\r\n \"status\": \"completed\",\r\n \"policyResults\": [\r\n {\r\n \"name\": \"Hyper2July21_B\",\r\n \"arguments\": \"--cb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -q pi -q mi -q mj -l 0.00036840314986403866 --l1 1e-09 --power_t 0\"\r\n }\r\n ],\r\n \"featureImportance\": []\r\n },\r\n {\r\n \"id\": \"715d9f23-5e33-4eca-9ef4-7899b518f673\",\r\n \"name\": \"eval_09_10_offline\",\r\n \"startTime\": \"2019-09-10T00:00:00Z\",\r\n \"endTime\": \"2019-09-10T00:00:00Z\",\r\n \"jobId\": \"715d9f23-5e33-4eca-9ef4-7899b518f673\",\r\n \"status\": \"completed\",\r\n \"policyResults\": [\r\n {\r\n \"name\": \"Hyper1\",\r\n \"arguments\": \"--cb_explore_adf --epsilon 0.2 --dsjson --cb_type mtr -l 0.01 --power_t 0\"\r\n },\r\n {\r\n \"name\": \"Inter-len2\",\r\n \"arguments\": \"--cb_explore_adf --epsilon 0.2 --dsjson --cb_type mtr -q Fj -q Fi -l 0.01 --power_t 0\"\r\n },\r\n {\r\n \"name\": \"Hyper2\",\r\n \"arguments\": \"--cb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -q Fj -q Fi -l 10 --l1 0.001 --power_t 0\"\r\n }\r\n ],\r\n \"featureImportance\": []\r\n },\r\n {\r\n \"id\": \"7d902030-e4a4-465a-8e88-618920432730\",\r\n \"name\": \"myFirstEvaluation\",\r\n \"startTime\": \"2018-12-19T00:00:00Z\",\r\n \"endTime\": \"2019-01-19T00:00:00Z\",\r\n \"status\": \"completed\",\r\n \"policyResults\": [\r\n {\r\n \"name\": \"Custom Learning settings 1\",\r\n \"arguments\": \"--cb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5\"\r\n }\r\n ],\r\n \"featureImportance\": []\r\n },\r\n {\r\n \"id\": \"82a8cef2-e760-4606-ba93-f22c2c22fca2\",\r\n \"name\": \"Evaluation18_7/22/2019\",\r\n \"startTime\": \"2019-06-30T00:00:00Z\",\r\n \"endTime\": \"2019-07-21T00:00:00Z\",\r\n \"jobId\": \"82a8cef2-e760-4606-ba93-f22c2c22fca2\",\r\n \"status\": \"completed\",\r\n \"policyResults\": [\r\n {\r\n \"name\": \"Hyper1\",\r\n \"arguments\": \"--cb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.013572088082974531 --l1 1e-09 --power_t 0.5\"\r\n },\r\n {\r\n \"name\": \"Inter-len2\",\r\n \"arguments\": \"--cb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -q pi -q mj -l 0.013572088082974531 --l1 1e-09 --power_t 0.5\"\r\n },\r\n {\r\n \"name\": \"Inter-len3\",\r\n \"arguments\": \"--cb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -q pi -q mi -q mj -l 0.013572088082974531 --l1 1e-09 --power_t 0.5\"\r\n },\r\n {\r\n \"name\": \"Hyper2\",\r\n \"arguments\": \"--cb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -q pi -q mi -q mj -l 0.00036840314986403866 --l1 1e-09 --power_t 0.5\"\r\n }\r\n ],\r\n \"featureImportance\": []\r\n },\r\n {\r\n \"id\": \"87b28d28-deda-4c84-8bde-e433a0884d3b\",\r\n \"name\": \"Evaluation2_07_08_2019\",\r\n \"startTime\": \"2019-06-30T00:00:00Z\",\r\n \"endTime\": \"2019-07-08T00:00:00Z\",\r\n \"jobId\": \"87b28d28-deda-4c84-8bde-e433a0884d3b\",\r\n \"status\": \"completed\",\r\n \"policyResults\": [\r\n {\r\n \"name\": \"Hyper1\",\r\n \"arguments\": \"--cb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 1e-05 --l1 1e-09 --power_t 0.5\"\r\n },\r\n {\r\n \"name\": \"Marginals\",\r\n \"arguments\": \"--cb_explore_adf --epsilon 0.2 --dsjson --cb_type ips --marginal i -l 1e-05 --l1 1e-09 --power_t 0.5\"\r\n },\r\n {\r\n \"name\": \"Inter-len1\",\r\n \"arguments\": \"--cb_explore_adf --epsilon 0.2 --dsjson --cb_type ips --marginal i -q pi -l 1e-05 --l1 1e-09 --power_t 0.5\"\r\n },\r\n {\r\n \"name\": \"Inter-len3\",\r\n \"arguments\": \"--cb_explore_adf --epsilon 0.2 --dsjson --cb_type ips --marginal i -q mi -q ii -q pi -l 1e-05 --l1 1e-09 --power_t 0.5\"\r\n },\r\n {\r\n \"name\": \"Inter-len4\",\r\n \"arguments\": \"--cb_explore_adf --epsilon 0.2 --dsjson --cb_type ips --marginal i -q qi -q ii -q pi -q mi -l 1e-05 --l1 1e-09 --power_t 0.5\"\r\n },\r\n {\r\n \"name\": \"Hyper2\",\r\n \"arguments\": \"--cb_explore_adf --epsilon 0.2 --dsjson --cb_type ips --marginal i -q qi -q mi -q ii -q pi -l 0.5 --l1 1e-09 --power_t 0.5\"\r\n }\r\n ],\r\n \"featureImportance\": []\r\n },\r\n {\r\n \"id\": \"94ff6606-06b0-4eb3-b8c1-25a26892bcaf\",\r\n \"name\": \"myFirstEvaluation\",\r\n \"startTime\": \"2019-09-12T00:00:00Z\",\r\n \"endTime\": \"2019-09-12T00:00:00Z\",\r\n \"jobId\": \"94ff6606-06b0-4eb3-b8c1-25a26892bcaf\",\r\n \"status\": \"failed\",\r\n \"policyResults\": [],\r\n \"featureImportance\": []\r\n },\r\n {\r\n \"id\": \"a5ab0d55-7245-4878-9fe0-e6f7343a2a48\",\r\n \"name\": \"myFirstEvaluation\",\r\n \"startTime\": \"2018-12-19T00:00:00Z\",\r\n \"endTime\": \"2019-01-19T00:00:00Z\",\r\n \"status\": \"completed\",\r\n \"policyResults\": [\r\n {\r\n \"name\": \"Custom Policy 1\",\r\n \"arguments\": \"--cb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5\"\r\n }\r\n ],\r\n \"featureImportance\": []\r\n },\r\n {\r\n \"id\": \"acb701a8-cfb2-4552-b074-82d29a804af5\",\r\n \"name\": \"Evaluation6_7_15_2019\",\r\n \"startTime\": \"2019-07-08T00:00:00Z\",\r\n \"endTime\": \"2019-07-15T00:00:00Z\",\r\n \"jobId\": \"acb701a8-cfb2-4552-b074-82d29a804af5\",\r\n \"status\": \"completed\",\r\n \"policyResults\": [\r\n {\r\n \"name\": \"Hyper1\",\r\n \"arguments\": \"--cb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1e-07 --power_t 0.5\"\r\n },\r\n {\r\n \"name\": \"cbType\",\r\n \"arguments\": \"--cb_explore_adf --epsilon 0.2 --dsjson --cb_type mtr -l 0.5 --l1 1e-07 --power_t 0.5\"\r\n },\r\n {\r\n \"name\": \"Inter-len2\",\r\n \"arguments\": \"--cb_explore_adf --epsilon 0.2 --dsjson --cb_type mtr -q mj -q pi -l 0.5 --l1 1e-07 --power_t 0.5\"\r\n },\r\n {\r\n \"name\": \"Inter-len3\",\r\n \"arguments\": \"--cb_explore_adf --epsilon 0.2 --dsjson --cb_type mtr -q di -q mj -q pi -l 0.5 --l1 1e-07 --power_t 0.5\"\r\n },\r\n {\r\n \"name\": \"Inter-len5\",\r\n \"arguments\": \"--cb_explore_adf --epsilon 0.2 --dsjson --cb_type mtr -q di -q ii -q mj -q pi -q mi -l 0.5 --l1 1e-07 --power_t 0.5\"\r\n },\r\n {\r\n \"name\": \"Hyper2\",\r\n \"arguments\": \"--cb_explore_adf --epsilon 0.2 --dsjson --cb_type mtr -q di -q mj -q pi -q mi -q ii -l 0.5 --l1 1e-09 --power_t 0.5\"\r\n }\r\n ],\r\n \"featureImportance\": []\r\n },\r\n {\r\n \"id\": \"b43b54d7-6b5f-4d2a-9063-148771a4e42b\",\r\n \"name\": \"Evaluation7_Cubic\",\r\n \"startTime\": \"2019-06-30T00:00:00Z\",\r\n \"endTime\": \"2019-07-15T00:00:00Z\",\r\n \"jobId\": \"b43b54d7-6b5f-4d2a-9063-148771a4e42b\",\r\n \"status\": \"completed\",\r\n \"policyResults\": [\r\n {\r\n \"name\": \"Cubic\",\r\n \"arguments\": \"--cb_explore_adf --epsilon 0.2 --dsjson --cb_type mtr -q :: -l 0.5 --l1 1e-09 --power_t 0 --cubic ::i --cubic ::j\"\r\n }\r\n ],\r\n \"featureImportance\": []\r\n },\r\n {\r\n \"id\": \"c118ab40-c1db-4b58-b89e-714fe4cb14b4\",\r\n \"name\": \"CubicHyper2July15c_A\",\r\n \"startTime\": \"2019-06-30T00:00:00Z\",\r\n \"endTime\": \"2019-07-24T00:00:00Z\",\r\n \"jobId\": \"c118ab40-c1db-4b58-b89e-714fe4cb14b4\",\r\n \"status\": \"completed\",\r\n \"policyResults\": [\r\n {\r\n \"name\": \"CubicHyper2July15c_A\",\r\n \"arguments\": \"--cb_explore_adf --epsilon 0.2 --dsjson --cb_type mtr -q di -q mj -q pi -q mi -q ii -l 0.5 --l1 1e-07 --power_t 0 --cubic ddi --cubic dmj --cubic dpi --cubic dmi --cubic dii --cubic mdi --cubic mmj --cubic mpi --cubic mmi --cubic mii --cubic pdi --cubic pmj --cubic ppi --cubic pmi --cubic pii --cubic idi --cubic imj --cubic ipi --cubic imi --cubic iii\"\r\n }\r\n ],\r\n \"featureImportance\": []\r\n },\r\n {\r\n \"id\": \"c1e21ae4-2e00-4a14-bed8-66284604720c\",\r\n \"name\": \"evalwithnewvw\",\r\n \"startTime\": \"2019-09-12T00:00:00Z\",\r\n \"endTime\": \"2019-09-13T00:00:00Z\",\r\n \"status\": \"pending\",\r\n \"policyResults\": [],\r\n \"featureImportance\": []\r\n },\r\n {\r\n \"id\": \"c3a12cb2-71e9-424a-b6fb-3e0a65f6de43\",\r\n \"name\": \"Evaluation4\",\r\n \"startTime\": \"2019-06-30T00:00:00Z\",\r\n \"endTime\": \"2019-07-11T00:00:00Z\",\r\n \"jobId\": \"c3a12cb2-71e9-424a-b6fb-3e0a65f6de43\",\r\n \"status\": \"completed\",\r\n \"policyResults\": [],\r\n \"featureImportance\": []\r\n },\r\n {\r\n \"id\": \"c43760eb-6987-4c46-804d-f361a7178bba\",\r\n \"name\": \"yaraneval\",\r\n \"startTime\": \"2019-11-12T00:00:00Z\",\r\n \"endTime\": \"2019-11-13T00:00:00Z\",\r\n \"jobId\": \"c43760eb-6987-4c46-804d-f361a7178bba\",\r\n \"status\": \"completed\",\r\n \"policyResults\": [\r\n {\r\n \"name\": \"high_interactions\",\r\n \"arguments\": \"--cb_explore_adf --epsilon 0.2 --dsjson --cb_type mtr -l 0.01 --interactions FFFi\"\r\n }\r\n ],\r\n \"featureImportance\": []\r\n },\r\n {\r\n \"id\": \"c4c56c3a-2d14-48e8-8cf1-4b5ebe36fe6d\",\r\n \"name\": \"CubicHyper2July15b_B\",\r\n \"startTime\": \"2019-07-23T00:00:00Z\",\r\n \"endTime\": \"2019-07-24T00:00:00Z\",\r\n \"jobId\": \"c4c56c3a-2d14-48e8-8cf1-4b5ebe36fe6d\",\r\n \"status\": \"completed\",\r\n \"policyResults\": [\r\n {\r\n \"name\": \"CubicHyper2July15b_B\",\r\n \"arguments\": \"--cb_explore_adf --epsilon 0.2 --dsjson --cb_type mtr -q di -q mj -q pi -q mi -q ii -l 0.5 --l1 1e-09 --power_t 0 --cubic ddi --cubic dmj --cubic dpi --cubic dmi --cubic dii --cubic mdi --cubic mmj --cubic mpi --cubic mmi --cubic mii --cubic pdi --cubic pmj --cubic ppi --cubic pmi --cubic pii --cubic idi --cubic imj --cubic ipi --cubic imi --cubic iii\"\r\n }\r\n ],\r\n \"featureImportance\": []\r\n },\r\n {\r\n \"id\": \"cd82023b-14ad-471d-873f-12c301799c5c\",\r\n \"name\": \"Hyper2July21_A\",\r\n \"startTime\": \"2019-06-30T00:00:00Z\",\r\n \"endTime\": \"2019-07-24T00:00:00Z\",\r\n \"jobId\": \"cd82023b-14ad-471d-873f-12c301799c5c\",\r\n \"status\": \"completed\",\r\n \"policyResults\": [\r\n {\r\n \"name\": \"Hyper2July21_A\",\r\n \"arguments\": \"--cb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -q pi -q mi -q mj -l 0.00036840314986403866 --l1 1e-09 --power_t 0\"\r\n }\r\n ],\r\n \"featureImportance\": []\r\n },\r\n {\r\n \"id\": \"ce809daa-3ade-4a86-9296-016a9ac6bb33\",\r\n \"name\": \"Evaluation_7/29\",\r\n \"startTime\": \"2019-07-26T00:00:00Z\",\r\n \"endTime\": \"2019-07-28T00:00:00Z\",\r\n \"jobId\": \"ce809daa-3ade-4a86-9296-016a9ac6bb33\",\r\n \"status\": \"completed\",\r\n \"policyResults\": [\r\n {\r\n \"name\": \"Hyper1\",\r\n \"arguments\": \"--cb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.00036840314986403866 --l1 1e-09 --power_t 1e-09\"\r\n },\r\n {\r\n \"name\": \"Inter-len2\",\r\n \"arguments\": \"--cb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -q qi -q ii -l 0.00036840314986403866 --l1 1e-09 --power_t 1e-09\"\r\n },\r\n {\r\n \"name\": \"Inter-len4\",\r\n \"arguments\": \"--cb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -q vj -q mi -q qi -q ii -l 0.00036840314986403866 --l1 1e-09 --power_t 1e-09\"\r\n },\r\n {\r\n \"name\": \"Inter-len5\",\r\n \"arguments\": \"--cb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -q vj -q qi -q mj -q mi -q ii -l 0.00036840314986403866 --l1 1e-09 --power_t 1e-09\"\r\n },\r\n {\r\n \"name\": \"Hyper2\",\r\n \"arguments\": \"--cb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -q vj -q mj -q mi -q qi -q ii -l 0.00036840314986403866 --l1 1e-07 --power_t 0.0033437015248821097\"\r\n }\r\n ],\r\n \"featureImportance\": []\r\n },\r\n {\r\n \"id\": \"d209e9f8-2e3e-4754-85b1-396d562fd74e\",\r\n \"name\": \"myFirstEvaluation\",\r\n \"startTime\": \"2018-12-19T00:00:00Z\",\r\n \"endTime\": \"2019-01-19T00:00:00Z\",\r\n \"status\": \"completed\",\r\n \"policyResults\": [\r\n {\r\n \"name\": \"Custom Learning settings 1\",\r\n \"arguments\": \"--cb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5\"\r\n }\r\n ],\r\n \"featureImportance\": []\r\n },\r\n {\r\n \"id\": \"d6a1801d-e008-411a-b14a-b81f6a1f98f6\",\r\n \"name\": \"CubicHyper2July15c_B\",\r\n \"startTime\": \"2019-07-23T00:00:00Z\",\r\n \"endTime\": \"2019-07-24T00:00:00Z\",\r\n \"jobId\": \"d6a1801d-e008-411a-b14a-b81f6a1f98f6\",\r\n \"status\": \"completed\",\r\n \"policyResults\": [\r\n {\r\n \"name\": \"CubicHyper2July15c_B\",\r\n \"arguments\": \"--cb_explore_adf --epsilon 0.2 --dsjson --cb_type mtr -q di -q mj -q pi -q mi -q ii -l 0.5 --l1 1e-07 --power_t 0 --cubic ddi --cubic dmj --cubic dpi --cubic dmi --cubic dii --cubic mdi --cubic mmj --cubic mpi --cubic mmi --cubic mii --cubic pdi --cubic pmj --cubic ppi --cubic pmi --cubic pii --cubic idi --cubic imj --cubic ipi --cubic imi --cubic iii\"\r\n }\r\n ],\r\n \"featureImportance\": []\r\n },\r\n {\r\n \"id\": \"d805723c-d1da-4ef7-b1e7-ab27063d2687\",\r\n \"name\": \"lamadhppetest\",\r\n \"startTime\": \"2019-09-12T00:00:00Z\",\r\n \"endTime\": \"2019-09-12T00:00:00Z\",\r\n \"jobId\": \"d805723c-d1da-4ef7-b1e7-ab27063d2687\",\r\n \"status\": \"completed\",\r\n \"policyResults\": [\r\n {\r\n \"name\": \"Hyper1\",\r\n \"arguments\": \"--cb_explore_adf --epsilon 0.2 --dsjson --cb_type mtr --marginal i -l 1 --power_t 0\"\r\n },\r\n {\r\n \"name\": \"Inter-len1\",\r\n \"arguments\": \"--cb_explore_adf --epsilon 0.2 --dsjson --cb_type mtr --marginal i -q Fj -l 1 --power_t 0\"\r\n }\r\n ],\r\n \"featureImportance\": []\r\n },\r\n {\r\n \"id\": \"db5a80ab-5c61-44c5-96e4-dc5498f38159\",\r\n \"name\": \"vweval8.7.0.1\",\r\n \"startTime\": \"2019-09-12T00:00:00Z\",\r\n \"endTime\": \"2019-09-12T00:00:00Z\",\r\n \"jobId\": \"db5a80ab-5c61-44c5-96e4-dc5498f38159\",\r\n \"status\": \"completed\",\r\n \"policyResults\": [\r\n {\r\n \"name\": \"Hyper1\",\r\n \"arguments\": \"--cb_explore_adf --epsilon 0.2 --dsjson --cb_type mtr --marginal i -l 1 --power_t 0\"\r\n },\r\n {\r\n \"name\": \"Inter-len1\",\r\n \"arguments\": \"--cb_explore_adf --epsilon 0.2 --dsjson --cb_type mtr --marginal i -q Fj -l 1 --power_t 0\"\r\n }\r\n ],\r\n \"featureImportance\": []\r\n },\r\n {\r\n \"id\": \"f6692941-9886-45cb-ac59-8aedfb194f9d\",\r\n \"name\": \"myFirstEvaluation\",\r\n \"startTime\": \"2018-12-19T00:00:00Z\",\r\n \"endTime\": \"2019-01-19T00:00:00Z\",\r\n \"status\": \"completed\",\r\n \"policyResults\": [\r\n {\r\n \"name\": \"Custom Learning settings 1\",\r\n \"arguments\": \"--cb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -l 0.5 --l1 1E-07 --power_t 0.5\"\r\n }\r\n ],\r\n \"featureImportance\": []\r\n },\r\n {\r\n \"id\": \"f9326bc7-b2cd-4088-a556-39fc28704d64\",\r\n \"name\": \"eval_09_10_no offline\",\r\n \"startTime\": \"2019-09-10T00:00:00Z\",\r\n \"endTime\": \"2019-09-10T00:00:00Z\",\r\n \"jobId\": \"f9326bc7-b2cd-4088-a556-39fc28704d64\",\r\n \"status\": \"completed\",\r\n \"policyResults\": [],\r\n \"featureImportance\": []\r\n },\r\n {\r\n \"id\": \"fb4225f6-f530-44ab-bf1c-829d27aa3ccb\",\r\n \"name\": \"CubicHyper2July21_A\",\r\n \"startTime\": \"2019-06-30T00:00:00Z\",\r\n \"endTime\": \"2019-07-24T00:00:00Z\",\r\n \"jobId\": \"fb4225f6-f530-44ab-bf1c-829d27aa3ccb\",\r\n \"status\": \"completed\",\r\n \"policyResults\": [\r\n {\r\n \"name\": \"CubicHyper2July21_A\",\r\n \"arguments\": \"--cb_explore_adf --epsilon 0.2 --dsjson --cb_type ips -q pi -q mi -q mj -l 0.00036840314986403866 --l1 1e-09 --power_t 0 --cubic ppi --cubic ppj --cubic pmi --cubic pmj --cubic mmi --cubic mmj\"\r\n }\r\n ],\r\n \"featureImportance\": []\r\n },\r\n {\r\n \"id\": \"fc30352a-2e05-40b1-a5f7-06043cf987c7\",\r\n \"name\": \"evaluate oct recent data\",\r\n \"startTime\": \"2019-10-23T00:00:00Z\",\r\n \"endTime\": \"2019-10-23T00:00:00Z\",\r\n \"jobId\": \"fc30352a-2e05-40b1-a5f7-06043cf987c7\",\r\n \"status\": \"completed\",\r\n \"policyResults\": [],\r\n \"featureImportance\": []\r\n },\r\n {\r\n \"id\": \"fded759d-2821-492c-bb5c-756a1c099c89\",\r\n \"name\": \"eval1\",\r\n \"startTime\": \"2019-09-12T00:00:00Z\",\r\n \"endTime\": \"2019-09-12T00:00:00Z\",\r\n \"jobId\": \"fded759d-2821-492c-bb5c-756a1c099c89\",\r\n \"status\": \"completed\",\r\n \"policyResults\": [\r\n {\r\n \"name\": \"Hyper1\",\r\n \"arguments\": \"--cb_explore_adf --epsilon 0.2 --dsjson --cb_type mtr --marginal i -l 1 --power_t 0\"\r\n },\r\n {\r\n \"name\": \"Inter-len1\",\r\n \"arguments\": \"--cb_explore_adf --epsilon 0.2 --dsjson --cb_type mtr --marginal i -q Fj -l 1 --power_t 0\"\r\n }\r\n ],\r\n \"featureImportance\": []\r\n }\r\n]", - "StatusCode": 200 - } - ], - "Names": {}, - "Variables": { - "PERSONALIZER_API_KEY": "Sanitized", - "PERSONALIZER_ENDPOINT": "https://sdktestrecorder.cognitiveservices.azure.com/" - } -} diff --git a/sdk/personalizer/Azure.AI.Personalizer/tests/SessionRecords/EventsTests/Activate.json b/sdk/personalizer/Azure.AI.Personalizer/tests/SessionRecords/EventsTests/Activate.json deleted file mode 100644 index 2c189fa8ea6b..000000000000 --- a/sdk/personalizer/Azure.AI.Personalizer/tests/SessionRecords/EventsTests/Activate.json +++ /dev/null @@ -1,39 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/events/123456789/activate", - "RequestMethod": "POST", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-d8ca8c2325a18f45abc3bb4f4da37958-383f6bdf630e1741-00", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210629.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "6794de96a9786b6abcb76b44e801d142", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 204, - "ResponseHeaders": { - "apim-request-id": "ebd25dd7-9a39-4e87-a0e8-830653d9e244", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "0", - "Date": "Tue, 29 Jun 2021 23:41:56 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "1488" - }, - "ResponseBody": [] - } - ], - "Variables": { - "PERSONALIZER_API_KEY": "Sanitized", - "PERSONALIZER_ENDPOINT": "https://sdktestrecorder.cognitiveservices.azure.com/", - "RandomSeed": "395960660" - } -} \ No newline at end of file diff --git a/sdk/personalizer/Azure.AI.Personalizer/tests/SessionRecords/EventsTests/ActivateAsync.json b/sdk/personalizer/Azure.AI.Personalizer/tests/SessionRecords/EventsTests/ActivateAsync.json deleted file mode 100644 index 2c189fa8ea6b..000000000000 --- a/sdk/personalizer/Azure.AI.Personalizer/tests/SessionRecords/EventsTests/ActivateAsync.json +++ /dev/null @@ -1,39 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/events/123456789/activate", - "RequestMethod": "POST", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-d8ca8c2325a18f45abc3bb4f4da37958-383f6bdf630e1741-00", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210629.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "6794de96a9786b6abcb76b44e801d142", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 204, - "ResponseHeaders": { - "apim-request-id": "ebd25dd7-9a39-4e87-a0e8-830653d9e244", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "0", - "Date": "Tue, 29 Jun 2021 23:41:56 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "1488" - }, - "ResponseBody": [] - } - ], - "Variables": { - "PERSONALIZER_API_KEY": "Sanitized", - "PERSONALIZER_ENDPOINT": "https://sdktestrecorder.cognitiveservices.azure.com/", - "RandomSeed": "395960660" - } -} \ No newline at end of file diff --git a/sdk/personalizer/Azure.AI.Personalizer/tests/SessionRecords/EventsTests/Reward.json b/sdk/personalizer/Azure.AI.Personalizer/tests/SessionRecords/EventsTests/Reward.json deleted file mode 100644 index 61f552e1601a..000000000000 --- a/sdk/personalizer/Azure.AI.Personalizer/tests/SessionRecords/EventsTests/Reward.json +++ /dev/null @@ -1,54 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "/personalizer/v1.1-preview.1/events/123456789/reward", - "EncodedRequestUri": "L3BlcnNvbmFsaXplci92MS4wL2V2ZW50cy8xMjM0NTY3ODkvcmV3YXJk", - "RequestMethod": "POST", - "RequestBody": "{\r\n \"value\": 0.5\r\n}", - "RequestHeaders": { - "Ocp-Apim-Subscription-Key": [ - "000" - ], - "User-Agent": [ - "FxVersion/4.6.26614.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.AI.Personalizer.PersonalizerClient/0.8.0.0" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Content-Length": [ - "20" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-store, must-revalidate, no-cache" - ], - "Date": [ - "Sat, 27 Apr 2019 04:31:47 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "Kestrel" - ], - "Set-Cookie": [ - "pid=f8cbf86992b34c2eb8bdadf7abe66628; expires=Thu, 24 Oct 2019 04:31:47 GMT; domain=; path=/; samesite=lax" - ], - "Expires": [ - "0" - ] - }, - "ResponseBody": "", - "StatusCode": 204 - } - ], - "Names": {}, - "Variables": { - "PERSONALIZER_API_KEY": "Sanitized", - "PERSONALIZER_ENDPOINT": "https://sdktestrecorder.cognitiveservices.azure.com/" - } -} diff --git a/sdk/personalizer/Azure.AI.Personalizer/tests/SessionRecords/EventsTests/RewardAsync.json b/sdk/personalizer/Azure.AI.Personalizer/tests/SessionRecords/EventsTests/RewardAsync.json deleted file mode 100644 index 61f552e1601a..000000000000 --- a/sdk/personalizer/Azure.AI.Personalizer/tests/SessionRecords/EventsTests/RewardAsync.json +++ /dev/null @@ -1,54 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "/personalizer/v1.1-preview.1/events/123456789/reward", - "EncodedRequestUri": "L3BlcnNvbmFsaXplci92MS4wL2V2ZW50cy8xMjM0NTY3ODkvcmV3YXJk", - "RequestMethod": "POST", - "RequestBody": "{\r\n \"value\": 0.5\r\n}", - "RequestHeaders": { - "Ocp-Apim-Subscription-Key": [ - "000" - ], - "User-Agent": [ - "FxVersion/4.6.26614.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.AI.Personalizer.PersonalizerClient/0.8.0.0" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Content-Length": [ - "20" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-store, must-revalidate, no-cache" - ], - "Date": [ - "Sat, 27 Apr 2019 04:31:47 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "Kestrel" - ], - "Set-Cookie": [ - "pid=f8cbf86992b34c2eb8bdadf7abe66628; expires=Thu, 24 Oct 2019 04:31:47 GMT; domain=; path=/; samesite=lax" - ], - "Expires": [ - "0" - ] - }, - "ResponseBody": "", - "StatusCode": 204 - } - ], - "Names": {}, - "Variables": { - "PERSONALIZER_API_KEY": "Sanitized", - "PERSONALIZER_ENDPOINT": "https://sdktestrecorder.cognitiveservices.azure.com/" - } -} diff --git a/sdk/personalizer/Azure.AI.Personalizer/tests/SessionRecords/EventsTests/SingleSlotEventsTests.json b/sdk/personalizer/Azure.AI.Personalizer/tests/SessionRecords/EventsTests/SingleSlotEventsTests.json new file mode 100644 index 000000000000..b95b5e2a10d7 --- /dev/null +++ b/sdk/personalizer/Azure.AI.Personalizer/tests/SessionRecords/EventsTests/SingleSlotEventsTests.json @@ -0,0 +1,73 @@ +{ + "Entries": [ + { + "RequestUri": "https://singleslotrecordsdktests.cognitiveservices.azure.com/personalizer/v1.1-preview.1/events/123456789/reward", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Content-Length": "13", + "Content-Type": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "traceparent": "00-a8125774fa5bf645a4f7f0260dfebc69-7be7bbef03bb984a-00", + "User-Agent": "azsdk-net-AI.Personalizer/2.0.0-alpha.20210805.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "bcb1cd876e871b813f8dd9c2cd071bbb", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "value": 0.5 + }, + "StatusCode": 204, + "ResponseHeaders": { + "apim-request-id": "12343c91-62ea-43e5-8785-5f7de07f498a", + "Cache-Control": [ + "no-cache", + "no-store", + "must-revalidate" + ], + "Content-Length": "0", + "Date": "Thu, 05 Aug 2021 21:27:47 GMT", + "Expires": "0", + "pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "x-content-type-options": "nosniff", + "x-envoy-upstream-service-time": "122" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://singleslotrecordsdktests.cognitiveservices.azure.com/personalizer/v1.1-preview.1/events/123456789/activate", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "traceparent": "00-59b4a539d938e2488c5450a33c026dfb-660f72fcf097d346-00", + "User-Agent": "azsdk-net-AI.Personalizer/2.0.0-alpha.20210805.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "d957b65ffb63f941575b40b059f5292e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 204, + "ResponseHeaders": { + "apim-request-id": "41f83543-d485-4713-b6cc-2dda1cafc84d", + "Cache-Control": [ + "no-cache", + "no-store", + "must-revalidate" + ], + "Content-Length": "0", + "Date": "Thu, 05 Aug 2021 21:27:47 GMT", + "Expires": "0", + "pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "x-content-type-options": "nosniff", + "x-envoy-upstream-service-time": "243" + }, + "ResponseBody": [] + } + ], + "Variables": { + "PERSONALIZER_API_KEY_SINGLE_SLOT": "Sanitized", + "PERSONALIZER_ENDPOINT_SINGLE_SLOT": "https://singleslotrecordsdktests.cognitiveservices.azure.com/", + "RandomSeed": "856681796" + } +} \ No newline at end of file diff --git a/sdk/personalizer/Azure.AI.Personalizer/tests/SessionRecords/EventsTests/SingleSlotEventsTestsAsync.json b/sdk/personalizer/Azure.AI.Personalizer/tests/SessionRecords/EventsTests/SingleSlotEventsTestsAsync.json new file mode 100644 index 000000000000..b95b5e2a10d7 --- /dev/null +++ b/sdk/personalizer/Azure.AI.Personalizer/tests/SessionRecords/EventsTests/SingleSlotEventsTestsAsync.json @@ -0,0 +1,73 @@ +{ + "Entries": [ + { + "RequestUri": "https://singleslotrecordsdktests.cognitiveservices.azure.com/personalizer/v1.1-preview.1/events/123456789/reward", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Content-Length": "13", + "Content-Type": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "traceparent": "00-a8125774fa5bf645a4f7f0260dfebc69-7be7bbef03bb984a-00", + "User-Agent": "azsdk-net-AI.Personalizer/2.0.0-alpha.20210805.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "bcb1cd876e871b813f8dd9c2cd071bbb", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "value": 0.5 + }, + "StatusCode": 204, + "ResponseHeaders": { + "apim-request-id": "12343c91-62ea-43e5-8785-5f7de07f498a", + "Cache-Control": [ + "no-cache", + "no-store", + "must-revalidate" + ], + "Content-Length": "0", + "Date": "Thu, 05 Aug 2021 21:27:47 GMT", + "Expires": "0", + "pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "x-content-type-options": "nosniff", + "x-envoy-upstream-service-time": "122" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://singleslotrecordsdktests.cognitiveservices.azure.com/personalizer/v1.1-preview.1/events/123456789/activate", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "traceparent": "00-59b4a539d938e2488c5450a33c026dfb-660f72fcf097d346-00", + "User-Agent": "azsdk-net-AI.Personalizer/2.0.0-alpha.20210805.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "d957b65ffb63f941575b40b059f5292e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 204, + "ResponseHeaders": { + "apim-request-id": "41f83543-d485-4713-b6cc-2dda1cafc84d", + "Cache-Control": [ + "no-cache", + "no-store", + "must-revalidate" + ], + "Content-Length": "0", + "Date": "Thu, 05 Aug 2021 21:27:47 GMT", + "Expires": "0", + "pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "x-content-type-options": "nosniff", + "x-envoy-upstream-service-time": "243" + }, + "ResponseBody": [] + } + ], + "Variables": { + "PERSONALIZER_API_KEY_SINGLE_SLOT": "Sanitized", + "PERSONALIZER_ENDPOINT_SINGLE_SLOT": "https://singleslotrecordsdktests.cognitiveservices.azure.com/", + "RandomSeed": "856681796" + } +} \ No newline at end of file diff --git a/sdk/personalizer/Azure.AI.Personalizer/tests/SessionRecords/LogsTests/DeleteLogs.json b/sdk/personalizer/Azure.AI.Personalizer/tests/SessionRecords/LogsTests/DeleteLogs.json deleted file mode 100644 index b3ca44cdbd70..000000000000 --- a/sdk/personalizer/Azure.AI.Personalizer/tests/SessionRecords/LogsTests/DeleteLogs.json +++ /dev/null @@ -1,51 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "/personalizer/v1.1-preview.1/logs", - "EncodedRequestUri": "L3BlcnNvbmFsaXplci92MS4wL2xvZ3M=", - "RequestMethod": "DELETE", - "RequestBody": "", - "RequestHeaders": { - "Ocp-Apim-Subscription-Key": [ - "000" - ], - "User-Agent": [ - "FxVersion/4.6.28008.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.AI.Personalizer.PersonalizerClient/0.8.0.0" - ] - }, - "ResponseHeaders": { - "Date": [ - "Tue, 26 Nov 2019 02:15:47 GMT" - ], - "Server": [ - "Kestrel" - ], - "Cache-Control": [ - "no-store, must-revalidate, no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Set-Cookie": [ - "pid=0cf5357f92754ed0910ddd04e90186cb; expires=Sun, 24 May 2020 02:15:48 GMT; domain=; path=/; samesite=lax" - ], - "Timing-Allow-Origin": [ - "*" - ], - "Expires": [ - "0" - ] - }, - "ResponseBody": "", - "StatusCode": 204 - } - ], - "Names": {}, - "Variables": { - "PERSONALIZER_API_KEY": "Sanitized", - "PERSONALIZER_ENDPOINT": "https://sdktestrecorder.cognitiveservices.azure.com/" - } -} diff --git a/sdk/personalizer/Azure.AI.Personalizer/tests/SessionRecords/LogsTests/DeleteLogsAsync.json b/sdk/personalizer/Azure.AI.Personalizer/tests/SessionRecords/LogsTests/DeleteLogsAsync.json deleted file mode 100644 index b3ca44cdbd70..000000000000 --- a/sdk/personalizer/Azure.AI.Personalizer/tests/SessionRecords/LogsTests/DeleteLogsAsync.json +++ /dev/null @@ -1,51 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "/personalizer/v1.1-preview.1/logs", - "EncodedRequestUri": "L3BlcnNvbmFsaXplci92MS4wL2xvZ3M=", - "RequestMethod": "DELETE", - "RequestBody": "", - "RequestHeaders": { - "Ocp-Apim-Subscription-Key": [ - "000" - ], - "User-Agent": [ - "FxVersion/4.6.28008.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.AI.Personalizer.PersonalizerClient/0.8.0.0" - ] - }, - "ResponseHeaders": { - "Date": [ - "Tue, 26 Nov 2019 02:15:47 GMT" - ], - "Server": [ - "Kestrel" - ], - "Cache-Control": [ - "no-store, must-revalidate, no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Set-Cookie": [ - "pid=0cf5357f92754ed0910ddd04e90186cb; expires=Sun, 24 May 2020 02:15:48 GMT; domain=; path=/; samesite=lax" - ], - "Timing-Allow-Origin": [ - "*" - ], - "Expires": [ - "0" - ] - }, - "ResponseBody": "", - "StatusCode": 204 - } - ], - "Names": {}, - "Variables": { - "PERSONALIZER_API_KEY": "Sanitized", - "PERSONALIZER_ENDPOINT": "https://sdktestrecorder.cognitiveservices.azure.com/" - } -} diff --git a/sdk/personalizer/Azure.AI.Personalizer/tests/SessionRecords/LogsTests/GetLogProperties.json b/sdk/personalizer/Azure.AI.Personalizer/tests/SessionRecords/LogsTests/GetLogProperties.json deleted file mode 100644 index 4afbc3ea375f..000000000000 --- a/sdk/personalizer/Azure.AI.Personalizer/tests/SessionRecords/LogsTests/GetLogProperties.json +++ /dev/null @@ -1,57 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "/personalizer/v1.1-preview.1/logs/properties", - "EncodedRequestUri": "L3BlcnNvbmFsaXplci92MS4wL2xvZ3MvcHJvcGVydGllcw==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "Ocp-Apim-Subscription-Key": [ - "000" - ], - "User-Agent": [ - "FxVersion/4.6.28008.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.AI.Personalizer.PersonalizerClient/0.8.0.0" - ] - }, - "ResponseHeaders": { - "Date": [ - "Tue, 26 Nov 2019 02:15:49 GMT" - ], - "Server": [ - "Kestrel" - ], - "Cache-Control": [ - "no-store, must-revalidate, no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Transfer-Encoding": [ - "chunked" - ], - "Set-Cookie": [ - "pid=d079f04d937045d59b3dd237fadf5f2a; expires=Sun, 24 May 2020 02:15:50 GMT; domain=; path=/; samesite=lax" - ], - "Timing-Allow-Origin": [ - "*" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "0" - ] - }, - "ResponseBody": "{\r\n \"dateRange\": {\r\n \"from\": \"0001-01-01T00:00:00-00:00\",\r\n \"to\": \"0001-01-01T00:00:00-00:00\"\r\n }\r\n}", - "StatusCode": 200 - } - ], - "Names": {}, - "Variables": { - "PERSONALIZER_API_KEY": "Sanitized", - "PERSONALIZER_ENDPOINT": "https://sdktestrecorder.cognitiveservices.azure.com/" - } -} diff --git a/sdk/personalizer/Azure.AI.Personalizer/tests/SessionRecords/LogsTests/GetLogPropertiesAsync.json b/sdk/personalizer/Azure.AI.Personalizer/tests/SessionRecords/LogsTests/GetLogPropertiesAsync.json deleted file mode 100644 index 4afbc3ea375f..000000000000 --- a/sdk/personalizer/Azure.AI.Personalizer/tests/SessionRecords/LogsTests/GetLogPropertiesAsync.json +++ /dev/null @@ -1,57 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "/personalizer/v1.1-preview.1/logs/properties", - "EncodedRequestUri": "L3BlcnNvbmFsaXplci92MS4wL2xvZ3MvcHJvcGVydGllcw==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "Ocp-Apim-Subscription-Key": [ - "000" - ], - "User-Agent": [ - "FxVersion/4.6.28008.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.AI.Personalizer.PersonalizerClient/0.8.0.0" - ] - }, - "ResponseHeaders": { - "Date": [ - "Tue, 26 Nov 2019 02:15:49 GMT" - ], - "Server": [ - "Kestrel" - ], - "Cache-Control": [ - "no-store, must-revalidate, no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Transfer-Encoding": [ - "chunked" - ], - "Set-Cookie": [ - "pid=d079f04d937045d59b3dd237fadf5f2a; expires=Sun, 24 May 2020 02:15:50 GMT; domain=; path=/; samesite=lax" - ], - "Timing-Allow-Origin": [ - "*" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "0" - ] - }, - "ResponseBody": "{\r\n \"dateRange\": {\r\n \"from\": \"0001-01-01T00:00:00-00:00\",\r\n \"to\": \"0001-01-01T00:00:00-00:00\"\r\n }\r\n}", - "StatusCode": 200 - } - ], - "Names": {}, - "Variables": { - "PERSONALIZER_API_KEY": "Sanitized", - "PERSONALIZER_ENDPOINT": "https://sdktestrecorder.cognitiveservices.azure.com/" - } -} diff --git a/sdk/personalizer/Azure.AI.Personalizer/tests/SessionRecords/LogsTests/LogTest.json b/sdk/personalizer/Azure.AI.Personalizer/tests/SessionRecords/LogsTests/LogTest.json new file mode 100644 index 000000000000..933e02bb259a --- /dev/null +++ b/sdk/personalizer/Azure.AI.Personalizer/tests/SessionRecords/LogsTests/LogTest.json @@ -0,0 +1,71 @@ +{ + "Entries": [ + { + "RequestUri": "https://singleslotrecordsdktests.cognitiveservices.azure.com/personalizer/v1.1-preview.1/logs/properties", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "traceparent": "00-3d96635639a14f4aab150ad208bae8a6-830b6228f5f99341-00", + "User-Agent": "azsdk-net-AI.Personalizer/2.0.0-alpha.20210805.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "7a872f34b6b242e75c0f1a23fd90e9b7", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "899e8b06-d88f-43f8-b2f7-7632833d99a1", + "Cache-Control": [ + "no-cache", + "no-store", + "must-revalidate" + ], + "Content-Length": "2", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 05 Aug 2021 21:24:31 GMT", + "Expires": "0", + "pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "timing-allow-origin": "*", + "x-content-type-options": "nosniff", + "x-envoy-upstream-service-time": "22" + }, + "ResponseBody": {} + }, + { + "RequestUri": "https://singleslotrecordsdktests.cognitiveservices.azure.com/personalizer/v1.1-preview.1/logs", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Ocp-Apim-Subscription-Key": "Sanitized", + "traceparent": "00-3ab9de574a91d9419d791425639e010e-3e97774cce0c984e-00", + "User-Agent": "azsdk-net-AI.Personalizer/2.0.0-alpha.20210805.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "7e65722a16e2a97d2a6d07cc5c7e40e6", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 204, + "ResponseHeaders": { + "apim-request-id": "295cfa02-e2e0-46dd-9913-9f95cb13b6ac", + "Cache-Control": [ + "no-cache", + "no-store", + "must-revalidate" + ], + "Content-Length": "0", + "Date": "Thu, 05 Aug 2021 21:24:38 GMT", + "Expires": "0", + "pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "timing-allow-origin": "*", + "x-content-type-options": "nosniff", + "x-envoy-upstream-service-time": "9" + }, + "ResponseBody": [] + } + ], + "Variables": { + "PERSONALIZER_API_KEY_SINGLE_SLOT": "Sanitized", + "PERSONALIZER_ENDPOINT_SINGLE_SLOT": "https://singleslotrecordsdktests.cognitiveservices.azure.com/", + "RandomSeed": "328038790" + } +} \ No newline at end of file diff --git a/sdk/personalizer/Azure.AI.Personalizer/tests/SessionRecords/LogsTests/LogTestAsync.json b/sdk/personalizer/Azure.AI.Personalizer/tests/SessionRecords/LogsTests/LogTestAsync.json new file mode 100644 index 000000000000..933e02bb259a --- /dev/null +++ b/sdk/personalizer/Azure.AI.Personalizer/tests/SessionRecords/LogsTests/LogTestAsync.json @@ -0,0 +1,71 @@ +{ + "Entries": [ + { + "RequestUri": "https://singleslotrecordsdktests.cognitiveservices.azure.com/personalizer/v1.1-preview.1/logs/properties", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "traceparent": "00-3d96635639a14f4aab150ad208bae8a6-830b6228f5f99341-00", + "User-Agent": "azsdk-net-AI.Personalizer/2.0.0-alpha.20210805.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "7a872f34b6b242e75c0f1a23fd90e9b7", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "899e8b06-d88f-43f8-b2f7-7632833d99a1", + "Cache-Control": [ + "no-cache", + "no-store", + "must-revalidate" + ], + "Content-Length": "2", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 05 Aug 2021 21:24:31 GMT", + "Expires": "0", + "pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "timing-allow-origin": "*", + "x-content-type-options": "nosniff", + "x-envoy-upstream-service-time": "22" + }, + "ResponseBody": {} + }, + { + "RequestUri": "https://singleslotrecordsdktests.cognitiveservices.azure.com/personalizer/v1.1-preview.1/logs", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Ocp-Apim-Subscription-Key": "Sanitized", + "traceparent": "00-3ab9de574a91d9419d791425639e010e-3e97774cce0c984e-00", + "User-Agent": "azsdk-net-AI.Personalizer/2.0.0-alpha.20210805.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "7e65722a16e2a97d2a6d07cc5c7e40e6", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 204, + "ResponseHeaders": { + "apim-request-id": "295cfa02-e2e0-46dd-9913-9f95cb13b6ac", + "Cache-Control": [ + "no-cache", + "no-store", + "must-revalidate" + ], + "Content-Length": "0", + "Date": "Thu, 05 Aug 2021 21:24:38 GMT", + "Expires": "0", + "pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "timing-allow-origin": "*", + "x-content-type-options": "nosniff", + "x-envoy-upstream-service-time": "9" + }, + "ResponseBody": [] + } + ], + "Variables": { + "PERSONALIZER_API_KEY_SINGLE_SLOT": "Sanitized", + "PERSONALIZER_ENDPOINT_SINGLE_SLOT": "https://singleslotrecordsdktests.cognitiveservices.azure.com/", + "RandomSeed": "328038790" + } +} \ No newline at end of file diff --git a/sdk/personalizer/Azure.AI.Personalizer/tests/SessionRecords/ModelTests/DeleteModel.json b/sdk/personalizer/Azure.AI.Personalizer/tests/SessionRecords/ModelTests/DeleteModel.json deleted file mode 100644 index 7d64ac115f5d..000000000000 --- a/sdk/personalizer/Azure.AI.Personalizer/tests/SessionRecords/ModelTests/DeleteModel.json +++ /dev/null @@ -1,51 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "/personalizer/v1.1-preview.1/model", - "EncodedRequestUri": "L3BlcnNvbmFsaXplci92MS4wL21vZGVs", - "RequestMethod": "DELETE", - "RequestBody": "", - "RequestHeaders": { - "Ocp-Apim-Subscription-Key": [ - "000" - ], - "User-Agent": [ - "FxVersion/4.6.28008.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.AI.Personalizer.PersonalizerClient/0.8.0.0" - ] - }, - "ResponseHeaders": { - "Date": [ - "Tue, 26 Nov 2019 02:03:58 GMT" - ], - "Server": [ - "Kestrel" - ], - "Cache-Control": [ - "no-store, must-revalidate, no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Set-Cookie": [ - "pid=1107064153c741649b9ef4b44ada3cbb; expires=Sun, 24 May 2020 02:03:58 GMT; domain=; path=/; samesite=lax" - ], - "Timing-Allow-Origin": [ - "*" - ], - "Expires": [ - "0" - ] - }, - "ResponseBody": "", - "StatusCode": 204 - } - ], - "Names": {}, - "Variables": { - "PERSONALIZER_API_KEY": "Sanitized", - "PERSONALIZER_ENDPOINT": "https://sdktestrecorder.cognitiveservices.azure.com/" - } -} diff --git a/sdk/personalizer/Azure.AI.Personalizer/tests/SessionRecords/ModelTests/DeleteModelAsync.json b/sdk/personalizer/Azure.AI.Personalizer/tests/SessionRecords/ModelTests/DeleteModelAsync.json deleted file mode 100644 index 7d64ac115f5d..000000000000 --- a/sdk/personalizer/Azure.AI.Personalizer/tests/SessionRecords/ModelTests/DeleteModelAsync.json +++ /dev/null @@ -1,51 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "/personalizer/v1.1-preview.1/model", - "EncodedRequestUri": "L3BlcnNvbmFsaXplci92MS4wL21vZGVs", - "RequestMethod": "DELETE", - "RequestBody": "", - "RequestHeaders": { - "Ocp-Apim-Subscription-Key": [ - "000" - ], - "User-Agent": [ - "FxVersion/4.6.28008.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.AI.Personalizer.PersonalizerClient/0.8.0.0" - ] - }, - "ResponseHeaders": { - "Date": [ - "Tue, 26 Nov 2019 02:03:58 GMT" - ], - "Server": [ - "Kestrel" - ], - "Cache-Control": [ - "no-store, must-revalidate, no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Set-Cookie": [ - "pid=1107064153c741649b9ef4b44ada3cbb; expires=Sun, 24 May 2020 02:03:58 GMT; domain=; path=/; samesite=lax" - ], - "Timing-Allow-Origin": [ - "*" - ], - "Expires": [ - "0" - ] - }, - "ResponseBody": "", - "StatusCode": 204 - } - ], - "Names": {}, - "Variables": { - "PERSONALIZER_API_KEY": "Sanitized", - "PERSONALIZER_ENDPOINT": "https://sdktestrecorder.cognitiveservices.azure.com/" - } -} diff --git a/sdk/personalizer/Azure.AI.Personalizer/tests/SessionRecords/ModelTests/GetModel.json b/sdk/personalizer/Azure.AI.Personalizer/tests/SessionRecords/ModelTests/GetModel.json deleted file mode 100644 index b4afe033863d..000000000000 --- a/sdk/personalizer/Azure.AI.Personalizer/tests/SessionRecords/ModelTests/GetModel.json +++ /dev/null @@ -1,57 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "/personalizer/v1.1-preview.1/model", - "EncodedRequestUri": "L3BlcnNvbmFsaXplci92MS4wL21vZGVs", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "Ocp-Apim-Subscription-Key": [ - "000" - ], - "User-Agent": [ - "FxVersion/4.6.28008.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.AI.Personalizer.PersonalizerClient/0.8.0.0" - ] - }, - "ResponseHeaders": { - "Date": [ - "Tue, 26 Nov 2019 02:15:08 GMT" - ], - "Server": [ - "Kestrel" - ], - "Cache-Control": [ - "no-store, must-revalidate, no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Set-Cookie": [ - "pid=bd13248965194827b4d2e36f9a0c6d0d; expires=Sun, 24 May 2020 02:15:09 GMT; domain=; path=/; samesite=lax" - ], - "Timing-Allow-Origin": [ - "*" - ], - "Content-Type": [ - "application/octet-stream" - ], - "Content-Length": [ - "0" - ], - "Expires": [ - "0" - ] - }, - "ResponseBody": "BgAAADguNi4xAEoAAAAwNmYyMzYzMi1mNzBiLTRiM2MtYWY1Yi0wYjBjMmU4MjkyYmYvNGYyZGE1YjQtMjBlNi00MjZkLThhZTItNTg1NWUwYzFjNzEzAG0AAAzCAAAAABIAAAAAAAAAAAAAAAAAAABeAQAAIC0taGFzaF9zZWVkIDAgLS1pZ25vcmUgQSAtLXF1YWRyYXRpYyBHVCAtLXF1YWRyYXRpYyBNUiAtLXF1YWRyYXRpYyBHUiAtLXF1YWRyYXRpYyBNRSAtLXF1YWRyYXRpYyBPVCAtLXF1YWRyYXRpYyBPRSAtLXF1YWRyYXRpYyBPUiAtLXF1YWRyYXRpYyBNUyAtLXF1YWRyYXRpYyBHWCAtLXF1YWRyYXRpYyBGaSAtLWNiX2V4cGxvcmVfYWRmIC0tY2JfbWF4X2Nvc3QgMSAtLWNiX21pbl9jb3N0IDAgLS1lcHNpbG9uIDAuMiAtLWxhbWJkYSAtMSAtLW1lbGxvd25lc3MgMC4xIC0tcHNpIDEgLS1jYl9hZGYgLS1jYl90eXBlIGlwcyAtLWNzb2FhX2xkZiBtdWx0aWxpbmUgLS1jc29hYV9yYW5rIC0tbGluayBpZGVudGl0eQAEAAAAl64I6QAAAAAAAAAAAAAAAAAAAAAAphUAAJs2GD==", - "StatusCode": 200 - } - ], - "Names": {}, - "Variables": { - "PERSONALIZER_API_KEY": "Sanitized", - "PERSONALIZER_ENDPOINT": "https://sdktestrecorder.cognitiveservices.azure.com/" - } -} diff --git a/sdk/personalizer/Azure.AI.Personalizer/tests/SessionRecords/ModelTests/GetModelAsync.json b/sdk/personalizer/Azure.AI.Personalizer/tests/SessionRecords/ModelTests/GetModelAsync.json deleted file mode 100644 index b4afe033863d..000000000000 --- a/sdk/personalizer/Azure.AI.Personalizer/tests/SessionRecords/ModelTests/GetModelAsync.json +++ /dev/null @@ -1,57 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "/personalizer/v1.1-preview.1/model", - "EncodedRequestUri": "L3BlcnNvbmFsaXplci92MS4wL21vZGVs", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "Ocp-Apim-Subscription-Key": [ - "000" - ], - "User-Agent": [ - "FxVersion/4.6.28008.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.AI.Personalizer.PersonalizerClient/0.8.0.0" - ] - }, - "ResponseHeaders": { - "Date": [ - "Tue, 26 Nov 2019 02:15:08 GMT" - ], - "Server": [ - "Kestrel" - ], - "Cache-Control": [ - "no-store, must-revalidate, no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Set-Cookie": [ - "pid=bd13248965194827b4d2e36f9a0c6d0d; expires=Sun, 24 May 2020 02:15:09 GMT; domain=; path=/; samesite=lax" - ], - "Timing-Allow-Origin": [ - "*" - ], - "Content-Type": [ - "application/octet-stream" - ], - "Content-Length": [ - "0" - ], - "Expires": [ - "0" - ] - }, - "ResponseBody": "BgAAADguNi4xAEoAAAAwNmYyMzYzMi1mNzBiLTRiM2MtYWY1Yi0wYjBjMmU4MjkyYmYvNGYyZGE1YjQtMjBlNi00MjZkLThhZTItNTg1NWUwYzFjNzEzAG0AAAzCAAAAABIAAAAAAAAAAAAAAAAAAABeAQAAIC0taGFzaF9zZWVkIDAgLS1pZ25vcmUgQSAtLXF1YWRyYXRpYyBHVCAtLXF1YWRyYXRpYyBNUiAtLXF1YWRyYXRpYyBHUiAtLXF1YWRyYXRpYyBNRSAtLXF1YWRyYXRpYyBPVCAtLXF1YWRyYXRpYyBPRSAtLXF1YWRyYXRpYyBPUiAtLXF1YWRyYXRpYyBNUyAtLXF1YWRyYXRpYyBHWCAtLXF1YWRyYXRpYyBGaSAtLWNiX2V4cGxvcmVfYWRmIC0tY2JfbWF4X2Nvc3QgMSAtLWNiX21pbl9jb3N0IDAgLS1lcHNpbG9uIDAuMiAtLWxhbWJkYSAtMSAtLW1lbGxvd25lc3MgMC4xIC0tcHNpIDEgLS1jYl9hZGYgLS1jYl90eXBlIGlwcyAtLWNzb2FhX2xkZiBtdWx0aWxpbmUgLS1jc29hYV9yYW5rIC0tbGluayBpZGVudGl0eQAEAAAAl64I6QAAAAAAAAAAAAAAAAAAAAAAphUAAJs2GD==", - "StatusCode": 200 - } - ], - "Names": {}, - "Variables": { - "PERSONALIZER_API_KEY": "Sanitized", - "PERSONALIZER_ENDPOINT": "https://sdktestrecorder.cognitiveservices.azure.com/" - } -} diff --git a/sdk/personalizer/Azure.AI.Personalizer/tests/SessionRecords/ModelTests/GetModelProperties.json b/sdk/personalizer/Azure.AI.Personalizer/tests/SessionRecords/ModelTests/GetModelProperties.json deleted file mode 100644 index 3e91ac4723f4..000000000000 --- a/sdk/personalizer/Azure.AI.Personalizer/tests/SessionRecords/ModelTests/GetModelProperties.json +++ /dev/null @@ -1,57 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "/personalizer/v1.1-preview.1/model/properties", - "EncodedRequestUri": "L3BlcnNvbmFsaXplci92MS4wL21vZGVsL3Byb3BlcnRpZXM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "Ocp-Apim-Subscription-Key": [ - "000" - ], - "User-Agent": [ - "FxVersion/4.6.28008.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.AI.Personalizer.PersonalizerClient/0.8.0.0" - ] - }, - "ResponseHeaders": { - "Date": [ - "Tue, 26 Nov 2019 02:15:08 GMT" - ], - "Server": [ - "Kestrel" - ], - "Cache-Control": [ - "no-store, must-revalidate, no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Transfer-Encoding": [ - "chunked" - ], - "Set-Cookie": [ - "pid=8d69c67eda6a45f2b2baee91b395a606; expires=Sun, 24 May 2020 02:15:09 GMT; domain=; path=/; samesite=lax" - ], - "Timing-Allow-Origin": [ - "*" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "0" - ] - }, - "ResponseBody": "{\r\n \"creationTime\": \"2019-08-02T16:19:58-07:00\",\r\n \"lastModifiedTime\": \"2019-11-25T18:05:59-08:00\"\r\n}", - "StatusCode": 200 - } - ], - "Names": {}, - "Variables": { - "PERSONALIZER_API_KEY": "Sanitized", - "PERSONALIZER_ENDPOINT": "https://sdktestrecorder.cognitiveservices.azure.com/" - } -} diff --git a/sdk/personalizer/Azure.AI.Personalizer/tests/SessionRecords/ModelTests/GetModelPropertiesAsync.json b/sdk/personalizer/Azure.AI.Personalizer/tests/SessionRecords/ModelTests/GetModelPropertiesAsync.json deleted file mode 100644 index 2b362fedfcd7..000000000000 --- a/sdk/personalizer/Azure.AI.Personalizer/tests/SessionRecords/ModelTests/GetModelPropertiesAsync.json +++ /dev/null @@ -1,57 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "/personalizer/v1.1-preview.1/model/properties", - "EncodedRequestUri": "L3BlcnNvbmFsaXplci92MS4wL21vZGVsL3Byb3BlcnRpZXM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "Ocp-Apim-Subscription-Key": [ - "000" - ], - "User-Agent": [ - "FxVersion/4.6.28008.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.AI.Personalizer.PersonalizerClient/0.8.0.0" - ] - }, - "ResponseHeaders": { - "Date": [ - "Tue, 26 Nov 2019 02:15:08 GMT" - ], - "Server": [ - "Kestrel" - ], - "Cache-Control": [ - "no-store, must-revalidate, no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Transfer-Encoding": [ - "chunked" - ], - "Set-Cookie": [ - "pid=8d69c67eda6a45f2b2baee91b395a606; expires=Sun, 24 May 2020 02:15:09 GMT; domain=; path=/; samesite=lax" - ], - "Timing-Allow-Origin": [ - "*" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "0" - ] - }, - "ResponseBody": "{\r\n \"creationTime\": \"2019-08-02T16:19:58-07:00\",\r\n \"lastModifiedTime\": \"2019-11-25T18:05:59-08:00\"\r\n}", - "StatusCode": 200 - } - ], - "Names": {}, - "Variables": { - "PERSONALIZER_API_KEY": "Sanitized", - "PERSONALIZER_ENDPOINT": "https://sdktestrecorder.cognitiveservices.azure.com/" - } -} diff --git a/sdk/personalizer/Azure.AI.Personalizer/tests/SessionRecords/ModelTests/ModelTest.json b/sdk/personalizer/Azure.AI.Personalizer/tests/SessionRecords/ModelTests/ModelTest.json new file mode 100644 index 000000000000..e24d272911f6 --- /dev/null +++ b/sdk/personalizer/Azure.AI.Personalizer/tests/SessionRecords/ModelTests/ModelTest.json @@ -0,0 +1,106 @@ +{ + "Entries": [ + { + "RequestUri": "https://singleslotrecordsdktests.cognitiveservices.azure.com/personalizer/v1.1-preview.1/model", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/octet-stream", + "Ocp-Apim-Subscription-Key": "Sanitized", + "traceparent": "00-ea5b816552290444b10cd30aba31e21a-e15c75a5419efa4d-00", + "User-Agent": "azsdk-net-AI.Personalizer/2.0.0-alpha.20210805.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "44ddce88136516921a7dec82c13d0833", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "cc10f1d5-d035-4a37-98ab-f314d6b241ee", + "Cache-Control": [ + "no-cache", + "no-store", + "must-revalidate" + ], + "Content-Length": "0", + "Date": "Thu, 05 Aug 2021 20:59:11 GMT", + "Expires": "0", + "pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "timing-allow-origin": "*", + "x-content-type-options": "nosniff", + "x-envoy-upstream-service-time": "58" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://singleslotrecordsdktests.cognitiveservices.azure.com/personalizer/v1.1-preview.1/model/properties", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "traceparent": "00-c1cb56a47d6451499510c223565573b7-720ebd7c99b18c49-00", + "User-Agent": "azsdk-net-AI.Personalizer/2.0.0-alpha.20210805.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "3aa331e1c6475d535a9fe1883413099d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "6f109a12-4228-4476-8353-871f2620857e", + "Cache-Control": [ + "no-cache", + "no-store", + "must-revalidate" + ], + "Content-Length": "91", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 05 Aug 2021 20:59:11 GMT", + "Expires": "0", + "pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "timing-allow-origin": "*", + "x-content-type-options": "nosniff", + "x-envoy-upstream-service-time": "93" + }, + "ResponseBody": { + "creationTime": "2021-08-05T13:55:04-07:00", + "lastModifiedTime": "2021-08-05T13:55:04-07:00" + } + }, + { + "RequestUri": "https://singleslotrecordsdktests.cognitiveservices.azure.com/personalizer/v1.1-preview.1/model", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "traceparent": "00-daf776d2681f8647ac73b0879270f912-f88b681397d1c745-00", + "User-Agent": "azsdk-net-AI.Personalizer/2.0.0-alpha.20210805.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "5d19677d0ecc34ab08f6f1fd3c95c071", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 204, + "ResponseHeaders": { + "apim-request-id": "39f058a9-2a12-4542-aa63-27c239b32bad", + "Cache-Control": [ + "no-cache", + "no-store", + "must-revalidate" + ], + "Content-Length": "0", + "Date": "Thu, 05 Aug 2021 20:59:27 GMT", + "Expires": "0", + "pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "timing-allow-origin": "*", + "x-content-type-options": "nosniff", + "x-envoy-upstream-service-time": "14894" + }, + "ResponseBody": [] + } + ], + "Variables": { + "PERSONALIZER_API_KEY_SINGLE_SLOT": "Sanitized", + "PERSONALIZER_ENDPOINT_SINGLE_SLOT": "https://singleslotrecordsdktests.cognitiveservices.azure.com/", + "RandomSeed": "663464005" + } +} \ No newline at end of file diff --git a/sdk/personalizer/Azure.AI.Personalizer/tests/SessionRecords/ModelTests/ModelTestAsync.json b/sdk/personalizer/Azure.AI.Personalizer/tests/SessionRecords/ModelTests/ModelTestAsync.json new file mode 100644 index 000000000000..e24d272911f6 --- /dev/null +++ b/sdk/personalizer/Azure.AI.Personalizer/tests/SessionRecords/ModelTests/ModelTestAsync.json @@ -0,0 +1,106 @@ +{ + "Entries": [ + { + "RequestUri": "https://singleslotrecordsdktests.cognitiveservices.azure.com/personalizer/v1.1-preview.1/model", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/octet-stream", + "Ocp-Apim-Subscription-Key": "Sanitized", + "traceparent": "00-ea5b816552290444b10cd30aba31e21a-e15c75a5419efa4d-00", + "User-Agent": "azsdk-net-AI.Personalizer/2.0.0-alpha.20210805.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "44ddce88136516921a7dec82c13d0833", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "cc10f1d5-d035-4a37-98ab-f314d6b241ee", + "Cache-Control": [ + "no-cache", + "no-store", + "must-revalidate" + ], + "Content-Length": "0", + "Date": "Thu, 05 Aug 2021 20:59:11 GMT", + "Expires": "0", + "pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "timing-allow-origin": "*", + "x-content-type-options": "nosniff", + "x-envoy-upstream-service-time": "58" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://singleslotrecordsdktests.cognitiveservices.azure.com/personalizer/v1.1-preview.1/model/properties", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "traceparent": "00-c1cb56a47d6451499510c223565573b7-720ebd7c99b18c49-00", + "User-Agent": "azsdk-net-AI.Personalizer/2.0.0-alpha.20210805.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "3aa331e1c6475d535a9fe1883413099d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "6f109a12-4228-4476-8353-871f2620857e", + "Cache-Control": [ + "no-cache", + "no-store", + "must-revalidate" + ], + "Content-Length": "91", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 05 Aug 2021 20:59:11 GMT", + "Expires": "0", + "pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "timing-allow-origin": "*", + "x-content-type-options": "nosniff", + "x-envoy-upstream-service-time": "93" + }, + "ResponseBody": { + "creationTime": "2021-08-05T13:55:04-07:00", + "lastModifiedTime": "2021-08-05T13:55:04-07:00" + } + }, + { + "RequestUri": "https://singleslotrecordsdktests.cognitiveservices.azure.com/personalizer/v1.1-preview.1/model", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "traceparent": "00-daf776d2681f8647ac73b0879270f912-f88b681397d1c745-00", + "User-Agent": "azsdk-net-AI.Personalizer/2.0.0-alpha.20210805.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "5d19677d0ecc34ab08f6f1fd3c95c071", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 204, + "ResponseHeaders": { + "apim-request-id": "39f058a9-2a12-4542-aa63-27c239b32bad", + "Cache-Control": [ + "no-cache", + "no-store", + "must-revalidate" + ], + "Content-Length": "0", + "Date": "Thu, 05 Aug 2021 20:59:27 GMT", + "Expires": "0", + "pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "timing-allow-origin": "*", + "x-content-type-options": "nosniff", + "x-envoy-upstream-service-time": "14894" + }, + "ResponseBody": [] + } + ], + "Variables": { + "PERSONALIZER_API_KEY_SINGLE_SLOT": "Sanitized", + "PERSONALIZER_ENDPOINT_SINGLE_SLOT": "https://singleslotrecordsdktests.cognitiveservices.azure.com/", + "RandomSeed": "663464005" + } +} \ No newline at end of file diff --git a/sdk/personalizer/Azure.AI.Personalizer/tests/SessionRecords/ModelTests/ResetModel.json b/sdk/personalizer/Azure.AI.Personalizer/tests/SessionRecords/ModelTests/ResetModel.json deleted file mode 100644 index e43684f60c58..000000000000 --- a/sdk/personalizer/Azure.AI.Personalizer/tests/SessionRecords/ModelTests/ResetModel.json +++ /dev/null @@ -1,51 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "/personalizer/v1.1-preview.1/model", - "EncodedRequestUri": "L3BlcnNvbmFsaXplci92MS4wL21vZGVs", - "RequestMethod": "DELETE", - "RequestBody": "", - "RequestHeaders": { - "Ocp-Apim-Subscription-Key": [ - "000" - ], - "User-Agent": [ - "FxVersion/4.6.28008.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.AI.Personalizer.PersonalizerClient/0.8.0.0" - ] - }, - "ResponseHeaders": { - "Date": [ - "Tue, 26 Nov 2019 02:15:29 GMT" - ], - "Server": [ - "Kestrel" - ], - "Cache-Control": [ - "no-store, must-revalidate, no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Set-Cookie": [ - "pid=71b8cb6aae3a4b9596c019c0dbc7c19c; expires=Sun, 24 May 2020 02:15:30 GMT; domain=; path=/; samesite=lax" - ], - "Timing-Allow-Origin": [ - "*" - ], - "Expires": [ - "0" - ] - }, - "ResponseBody": "", - "StatusCode": 204 - } - ], - "Names": {}, - "Variables": { - "PERSONALIZER_API_KEY": "Sanitized", - "PERSONALIZER_ENDPOINT": "https://sdktestrecorder.cognitiveservices.azure.com/" - } -} diff --git a/sdk/personalizer/Azure.AI.Personalizer/tests/SessionRecords/ModelTests/ResetModelAsync.json b/sdk/personalizer/Azure.AI.Personalizer/tests/SessionRecords/ModelTests/ResetModelAsync.json deleted file mode 100644 index e43684f60c58..000000000000 --- a/sdk/personalizer/Azure.AI.Personalizer/tests/SessionRecords/ModelTests/ResetModelAsync.json +++ /dev/null @@ -1,51 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "/personalizer/v1.1-preview.1/model", - "EncodedRequestUri": "L3BlcnNvbmFsaXplci92MS4wL21vZGVs", - "RequestMethod": "DELETE", - "RequestBody": "", - "RequestHeaders": { - "Ocp-Apim-Subscription-Key": [ - "000" - ], - "User-Agent": [ - "FxVersion/4.6.28008.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.AI.Personalizer.PersonalizerClient/0.8.0.0" - ] - }, - "ResponseHeaders": { - "Date": [ - "Tue, 26 Nov 2019 02:15:29 GMT" - ], - "Server": [ - "Kestrel" - ], - "Cache-Control": [ - "no-store, must-revalidate, no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Set-Cookie": [ - "pid=71b8cb6aae3a4b9596c019c0dbc7c19c; expires=Sun, 24 May 2020 02:15:30 GMT; domain=; path=/; samesite=lax" - ], - "Timing-Allow-Origin": [ - "*" - ], - "Expires": [ - "0" - ] - }, - "ResponseBody": "", - "StatusCode": 204 - } - ], - "Names": {}, - "Variables": { - "PERSONALIZER_API_KEY": "Sanitized", - "PERSONALIZER_ENDPOINT": "https://sdktestrecorder.cognitiveservices.azure.com/" - } -} diff --git a/sdk/personalizer/Azure.AI.Personalizer/tests/SessionRecords/MultiSlotEventsTests/Activate.json b/sdk/personalizer/Azure.AI.Personalizer/tests/SessionRecords/MultiSlotEventsTests/Activate.json deleted file mode 100644 index e4d20490a43b..000000000000 --- a/sdk/personalizer/Azure.AI.Personalizer/tests/SessionRecords/MultiSlotEventsTests/Activate.json +++ /dev/null @@ -1,39 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/multislot/events/123456789/activate", - "RequestMethod": "POST", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-92cffc6b5874df4b9d491f7617f2eba5-608a54b0384e724a-00", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210629.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "a69151cb10d1af2d5b79ffb0ecc398f4", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 204, - "ResponseHeaders": { - "apim-request-id": "7cfb7da6-f051-48d5-930e-c2646870a18a", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "0", - "Date": "Tue, 29 Jun 2021 23:48:18 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "1116" - }, - "ResponseBody": [] - } - ], - "Variables": { - "PERSONALIZER_API_KEY": "Sanitized", - "PERSONALIZER_ENDPOINT": "https://sdktestrecorder.cognitiveservices.azure.com/", - "RandomSeed": "447521776" - } -} \ No newline at end of file diff --git a/sdk/personalizer/Azure.AI.Personalizer/tests/SessionRecords/MultiSlotEventsTests/ActivateAsync.json b/sdk/personalizer/Azure.AI.Personalizer/tests/SessionRecords/MultiSlotEventsTests/ActivateAsync.json deleted file mode 100644 index 6c4aae384f09..000000000000 --- a/sdk/personalizer/Azure.AI.Personalizer/tests/SessionRecords/MultiSlotEventsTests/ActivateAsync.json +++ /dev/null @@ -1,39 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/multislot/events/123456789/activate", - "RequestMethod": "POST", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-1618a305839aac40afac4138d60d5104-1e620c6c45415b43-00", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210630.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "a69151cb10d1af2d5b79ffb0ecc398f4", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 204, - "ResponseHeaders": { - "apim-request-id": "c370e7e5-f7b2-43f8-a3a0-e4031675e5d5", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "0", - "Date": "Wed, 30 Jun 2021 18:43:07 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "2" - }, - "ResponseBody": [] - } - ], - "Variables": { - "PERSONALIZER_API_KEY": "Sanitized", - "PERSONALIZER_ENDPOINT": "https://sdktestrecorder.cognitiveservices.azure.com/", - "RandomSeed": "447521776" - } -} \ No newline at end of file diff --git a/sdk/personalizer/Azure.AI.Personalizer/tests/SessionRecords/MultiSlotEventsTests/Reward.json b/sdk/personalizer/Azure.AI.Personalizer/tests/SessionRecords/MultiSlotEventsTests/Reward.json deleted file mode 100644 index 558dd1a8456b..000000000000 --- a/sdk/personalizer/Azure.AI.Personalizer/tests/SessionRecords/MultiSlotEventsTests/Reward.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/multislot/events/123456789/reward", - "RequestMethod": "POST", - "RequestHeaders": { - "Accept": "application/json", - "Content-Length": "44", - "Content-Type": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-9407e7a5690a694995997f330f349d3e-ba4ab585c81bc047-00", - "User-Agent": "azsdk-net-AI.Personalizer/1.0.0-alpha.20210622.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "df313483ac03ce395f31169e281f4187", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "reward": [ - { - "slotId": "testSlot", - "value": 1 - } - ] - }, - "StatusCode": 204, - "ResponseHeaders": { - "apim-request-id": "7fa3e735-6766-4561-af9c-23758abf97a3", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "0", - "Date": "Tue, 22 Jun 2021 14:07:08 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "12" - }, - "ResponseBody": [] - } - ], - "Variables": { - "PERSONALIZER_API_KEY": "Sanitized", - "PERSONALIZER_ENDPOINT": "https://sdktestrecorder.cognitiveservices.azure.com/", - "RandomSeed": "182456152" - } -} \ No newline at end of file diff --git a/sdk/personalizer/Azure.AI.Personalizer/tests/SessionRecords/MultiSlotEventsTests/RewardAsync.json b/sdk/personalizer/Azure.AI.Personalizer/tests/SessionRecords/MultiSlotEventsTests/RewardAsync.json deleted file mode 100644 index e9f7add677d5..000000000000 --- a/sdk/personalizer/Azure.AI.Personalizer/tests/SessionRecords/MultiSlotEventsTests/RewardAsync.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/multislot/events/123456789/reward", - "RequestMethod": "POST", - "RequestHeaders": { - "Accept": "application/json", - "Content-Length": "44", - "Content-Type": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-8e11ab2eb9589e43b214c121f10ef2df-1f9596f57f5ad642-00", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210630.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "df313483ac03ce395f31169e281f4187", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "reward": [ - { - "slotId": "testSlot", - "value": 1 - } - ] - }, - "StatusCode": 204, - "ResponseHeaders": { - "apim-request-id": "9f582180-ba0d-478f-8660-0d2589f6e60b", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "0", - "Date": "Wed, 30 Jun 2021 18:43:07 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "2" - }, - "ResponseBody": [] - } - ], - "Variables": { - "PERSONALIZER_API_KEY": "Sanitized", - "PERSONALIZER_ENDPOINT": "https://sdktestrecorder.cognitiveservices.azure.com/", - "RandomSeed": "182456152" - } -} \ No newline at end of file diff --git a/sdk/personalizer/Azure.AI.Personalizer/tests/SessionRecords/MultiSlotEventsTests/RewardForOneSlot.json b/sdk/personalizer/Azure.AI.Personalizer/tests/SessionRecords/MultiSlotEventsTests/RewardForOneSlot.json deleted file mode 100644 index c7be04da920a..000000000000 --- a/sdk/personalizer/Azure.AI.Personalizer/tests/SessionRecords/MultiSlotEventsTests/RewardForOneSlot.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/multislot/events/123456789/reward", - "RequestMethod": "POST", - "RequestHeaders": { - "Accept": "application/json", - "Content-Length": "44", - "Content-Type": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-0e7c98ef2fb858499d2e0d40cb9170c0-f93515dcb757474c-00", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210727.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "b836fd252b61d2dee6d1031a5c635416", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "reward": [ - { - "slotId": "testSlot", - "value": 1 - } - ] - }, - "StatusCode": 204, - "ResponseHeaders": { - "apim-request-id": "0445db4d-b274-4b24-8acb-a452754f56a9", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "0", - "Date": "Tue, 27 Jul 2021 21:03:04 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "13" - }, - "ResponseBody": [] - } - ], - "Variables": { - "PERSONALIZER_API_KEY": "Sanitized", - "PERSONALIZER_ENDPOINT": "https://sdktestrecorder.cognitiveservices.azure.com/", - "RandomSeed": "1617717941" - } -} \ No newline at end of file diff --git a/sdk/personalizer/Azure.AI.Personalizer/tests/SessionRecords/MultiSlotEventsTests/RewardForOneSlotAsync.json b/sdk/personalizer/Azure.AI.Personalizer/tests/SessionRecords/MultiSlotEventsTests/RewardForOneSlotAsync.json deleted file mode 100644 index 2e1df83a5053..000000000000 --- a/sdk/personalizer/Azure.AI.Personalizer/tests/SessionRecords/MultiSlotEventsTests/RewardForOneSlotAsync.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/multislot/events/123456789/reward", - "RequestMethod": "POST", - "RequestHeaders": { - "Accept": "application/json", - "Content-Length": "44", - "Content-Type": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-2cbb29c8a4ae664e890e981314735cac-d14080be2633d24c-00", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210727.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "b836fd252b61d2dee6d1031a5c635416", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "reward": [ - { - "slotId": "testSlot", - "value": 1 - } - ] - }, - "StatusCode": 204, - "ResponseHeaders": { - "apim-request-id": "067a024e-89a9-4a75-a351-f53b53b9c217", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "0", - "Date": "Tue, 27 Jul 2021 21:03:36 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "3" - }, - "ResponseBody": [] - } - ], - "Variables": { - "PERSONALIZER_API_KEY": "Sanitized", - "PERSONALIZER_ENDPOINT": "https://sdktestrecorder.cognitiveservices.azure.com/", - "RandomSeed": "1617717941" - } -} \ No newline at end of file diff --git a/sdk/personalizer/Azure.AI.Personalizer/tests/SessionRecords/MultiSlotTests/MultiSlotTest.json b/sdk/personalizer/Azure.AI.Personalizer/tests/SessionRecords/MultiSlotTests/MultiSlotTest.json new file mode 100644 index 000000000000..1ed43d32bcb4 --- /dev/null +++ b/sdk/personalizer/Azure.AI.Personalizer/tests/SessionRecords/MultiSlotTests/MultiSlotTest.json @@ -0,0 +1,1140 @@ +{ + "Entries": [ + { + "RequestUri": "https://ormichaemultislotsdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/configurations/service", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "traceparent": "00-e5a17eb2936f6a40b192e3e8007547ad-93c27815ca74c64e-00", + "User-Agent": "azsdk-net-AI.Personalizer/2.0.0-alpha.20210805.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "77242a1418c89aed2ca4cffffac5f01d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 408, + "ResponseHeaders": { + "apim-request-id": "ac476cf9-1418-4dbf-8a64-eac59994ebb3", + "Content-Length": "27", + "Content-Type": "text/plain", + "Date": "Fri, 06 Aug 2021 18:08:05 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "x-content-type-options": "nosniff" + }, + "ResponseBody": "downstream duration timeout" + }, + { + "RequestUri": "https://ormichaemultislotsdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/configurations/service", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "traceparent": "00-e5a17eb2936f6a40b192e3e8007547ad-93c27815ca74c64e-00", + "User-Agent": "azsdk-net-AI.Personalizer/2.0.0-alpha.20210805.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "77242a1418c89aed2ca4cffffac5f01d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 504, + "ResponseHeaders": { + "apim-request-id": "44675936-1a43-493a-b993-edd274b1670a", + "Content-Length": "24", + "Content-Type": "text/plain", + "Date": "Fri, 06 Aug 2021 18:09:56 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "x-content-type-options": "nosniff" + }, + "ResponseBody": "upstream request timeout" + }, + { + "RequestUri": "https://ormichaemultislotsdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/configurations/service", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "traceparent": "00-e5a17eb2936f6a40b192e3e8007547ad-93c27815ca74c64e-00", + "User-Agent": "azsdk-net-AI.Personalizer/2.0.0-alpha.20210805.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "77242a1418c89aed2ca4cffffac5f01d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "6020ede3-b50c-4544-986e-f48e270aaffb", + "Cache-Control": [ + "no-cache", + "no-store", + "must-revalidate" + ], + "Content-Length": "350", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 06 Aug 2021 18:09:58 GMT", + "Expires": "0", + "pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "timing-allow-origin": "*", + "x-content-type-options": "nosniff", + "x-envoy-upstream-service-time": "6" + }, + "ResponseBody": { + "rewardWaitTime": "PT10M", + "defaultReward": 0.0, + "rewardAggregation": "earliest", + "explorationPercentage": 0.2, + "modelExportFrequency": "PT5M", + "logRetentionDays": 90, + "lastConfigurationEditDate": "2021-08-06T18:04:36", + "learningMode": "Online", + "isAutoOptimizationEnabled": false, + "autoOptimizationFrequency": "P28D", + "autoOptimizationStartDate": "2021-08-21T17:48:57" + } + }, + { + "RequestUri": "https://ormichaemultislotsdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/multislot/rank", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Content-Length": "511", + "Content-Type": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "traceparent": "00-3bba6f240e6d764aa0615b723c25df6c-181c0bb60b521e49-00", + "User-Agent": "azsdk-net-AI.Personalizer/2.0.0-alpha.20210805.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "6c2e10c38025c73b07ed276898c74db7", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "actions": [ + { + "id": "NewsArticle", + "features": [ + { + "Type": "News" + } + ] + }, + { + "id": "SportsArticle", + "features": [ + { + "Type": "Sports" + } + ] + }, + { + "id": "EntertainmentArticle", + "features": [ + { + "Type": "Entertainment" + } + ] + } + ], + "slots": [ + { + "id": "Main Article", + "features": [ + { + "Size": "Large", + "Position": "Top Middle" + } + ], + "excludedActions": [ + "SportsArticle", + "EntertainmentArticle" + ], + "baselineAction": "NewsArticle" + }, + { + "id": "Side Bar", + "features": [ + { + "Size": "Small", + "Position": "Bottom Right" + } + ], + "excludedActions": [ + "EntertainmentArticle" + ], + "baselineAction": "SportsArticle" + } + ] + }, + "StatusCode": 408, + "ResponseHeaders": { + "apim-request-id": "037e0fe8-cd94-45a3-b9d4-f6467788c8f0", + "Content-Length": "27", + "Content-Type": "text/plain", + "Date": "Fri, 06 Aug 2021 18:11:47 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "x-content-type-options": "nosniff" + }, + "ResponseBody": "downstream duration timeout" + }, + { + "RequestUri": "https://ormichaemultislotsdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/multislot/rank", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Content-Length": "511", + "Content-Type": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "traceparent": "00-3bba6f240e6d764aa0615b723c25df6c-181c0bb60b521e49-00", + "User-Agent": "azsdk-net-AI.Personalizer/2.0.0-alpha.20210805.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "6c2e10c38025c73b07ed276898c74db7", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "actions": [ + { + "id": "NewsArticle", + "features": [ + { + "Type": "News" + } + ] + }, + { + "id": "SportsArticle", + "features": [ + { + "Type": "Sports" + } + ] + }, + { + "id": "EntertainmentArticle", + "features": [ + { + "Type": "Entertainment" + } + ] + } + ], + "slots": [ + { + "id": "Main Article", + "features": [ + { + "Size": "Large", + "Position": "Top Middle" + } + ], + "excludedActions": [ + "SportsArticle", + "EntertainmentArticle" + ], + "baselineAction": "NewsArticle" + }, + { + "id": "Side Bar", + "features": [ + { + "Size": "Small", + "Position": "Bottom Right" + } + ], + "excludedActions": [ + "EntertainmentArticle" + ], + "baselineAction": "SportsArticle" + } + ] + }, + "StatusCode": 201, + "ResponseHeaders": { + "apim-request-id": "ad21689f-3f99-4477-8721-994a1eedaa0a", + "Cache-Control": [ + "no-cache", + "no-store", + "must-revalidate" + ], + "Connection": "close", + "Content-Length": "166", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 06 Aug 2021 18:11:49 GMT", + "Expires": "0", + "pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "timing-allow-origin": "*", + "x-content-type-options": "nosniff", + "x-envoy-upstream-service-time": "380" + }, + "ResponseBody": { + "slots": [ + { + "id": "Main Article", + "rewardActionId": "NewsArticle" + }, + { + "id": "Side Bar", + "rewardActionId": "SportsArticle" + } + ], + "eventId": "ff70a15ade31410282b73df62faddba0-8j3Nk" + } + }, + { + "RequestUri": "https://ormichaemultislotsdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/multislot/rank", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Content-Length": "771", + "Content-Type": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "traceparent": "00-ca41ff63047e084ab7c4a7e28c1d157d-2f4a1d4c0f02654a-00", + "User-Agent": "azsdk-net-AI.Personalizer/2.0.0-alpha.20210805.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "2aa28569500ac4cb522cdcabf5ab4e76", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "contextFeatures": [ + { + "User": { + "ProfileType": "AnonymousUser", + "LatLong": "47.6,-122.1" + } + }, + { + "Environment": { + "DayOfMonth": "28", + "MonthOfYear": "8", + "Weather": "Sunny" + } + }, + { + "Device": { + "Mobile": true, + "Windows": true + } + }, + { + "RecentActivity": { + "ItemsInCart": 3 + } + } + ], + "actions": [ + { + "id": "NewsArticle", + "features": [ + { + "Type": "News" + } + ] + }, + { + "id": "SportsArticle", + "features": [ + { + "Type": "Sports" + } + ] + }, + { + "id": "EntertainmentArticle", + "features": [ + { + "Type": "Entertainment" + } + ] + } + ], + "slots": [ + { + "id": "Main Article", + "features": [ + { + "Size": "Large", + "Position": "Top Middle" + } + ], + "excludedActions": [ + "SportsArticle", + "EntertainmentArticle" + ], + "baselineAction": "NewsArticle" + }, + { + "id": "Side Bar", + "features": [ + { + "Size": "Small", + "Position": "Bottom Right" + } + ], + "excludedActions": [ + "EntertainmentArticle" + ], + "baselineAction": "SportsArticle" + } + ], + "deferActivation": false + }, + "StatusCode": 408, + "ResponseHeaders": { + "apim-request-id": "fe279c12-a92b-49da-89b0-a52f6c09d4ba", + "Content-Length": "27", + "Content-Type": "text/plain", + "Date": "Fri, 06 Aug 2021 18:13:39 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "x-content-type-options": "nosniff" + }, + "ResponseBody": "downstream duration timeout" + }, + { + "RequestUri": "https://ormichaemultislotsdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/multislot/rank", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Content-Length": "771", + "Content-Type": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "traceparent": "00-ca41ff63047e084ab7c4a7e28c1d157d-2f4a1d4c0f02654a-00", + "User-Agent": "azsdk-net-AI.Personalizer/2.0.0-alpha.20210805.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "2aa28569500ac4cb522cdcabf5ab4e76", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "contextFeatures": [ + { + "User": { + "ProfileType": "AnonymousUser", + "LatLong": "47.6,-122.1" + } + }, + { + "Environment": { + "DayOfMonth": "28", + "MonthOfYear": "8", + "Weather": "Sunny" + } + }, + { + "Device": { + "Mobile": true, + "Windows": true + } + }, + { + "RecentActivity": { + "ItemsInCart": 3 + } + } + ], + "actions": [ + { + "id": "NewsArticle", + "features": [ + { + "Type": "News" + } + ] + }, + { + "id": "SportsArticle", + "features": [ + { + "Type": "Sports" + } + ] + }, + { + "id": "EntertainmentArticle", + "features": [ + { + "Type": "Entertainment" + } + ] + } + ], + "slots": [ + { + "id": "Main Article", + "features": [ + { + "Size": "Large", + "Position": "Top Middle" + } + ], + "excludedActions": [ + "SportsArticle", + "EntertainmentArticle" + ], + "baselineAction": "NewsArticle" + }, + { + "id": "Side Bar", + "features": [ + { + "Size": "Small", + "Position": "Bottom Right" + } + ], + "excludedActions": [ + "EntertainmentArticle" + ], + "baselineAction": "SportsArticle" + } + ], + "deferActivation": false + }, + "StatusCode": 408, + "ResponseHeaders": { + "apim-request-id": "75c94ace-eb12-45b0-b8c5-73e585107b25", + "Content-Length": "27", + "Content-Type": "text/plain", + "Date": "Fri, 06 Aug 2021 18:15:31 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "x-content-type-options": "nosniff" + }, + "ResponseBody": "downstream duration timeout" + }, + { + "RequestUri": "https://ormichaemultislotsdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/multislot/rank", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Content-Length": "771", + "Content-Type": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "traceparent": "00-ca41ff63047e084ab7c4a7e28c1d157d-2f4a1d4c0f02654a-00", + "User-Agent": "azsdk-net-AI.Personalizer/2.0.0-alpha.20210805.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "2aa28569500ac4cb522cdcabf5ab4e76", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "contextFeatures": [ + { + "User": { + "ProfileType": "AnonymousUser", + "LatLong": "47.6,-122.1" + } + }, + { + "Environment": { + "DayOfMonth": "28", + "MonthOfYear": "8", + "Weather": "Sunny" + } + }, + { + "Device": { + "Mobile": true, + "Windows": true + } + }, + { + "RecentActivity": { + "ItemsInCart": 3 + } + } + ], + "actions": [ + { + "id": "NewsArticle", + "features": [ + { + "Type": "News" + } + ] + }, + { + "id": "SportsArticle", + "features": [ + { + "Type": "Sports" + } + ] + }, + { + "id": "EntertainmentArticle", + "features": [ + { + "Type": "Entertainment" + } + ] + } + ], + "slots": [ + { + "id": "Main Article", + "features": [ + { + "Size": "Large", + "Position": "Top Middle" + } + ], + "excludedActions": [ + "SportsArticle", + "EntertainmentArticle" + ], + "baselineAction": "NewsArticle" + }, + { + "id": "Side Bar", + "features": [ + { + "Size": "Small", + "Position": "Bottom Right" + } + ], + "excludedActions": [ + "EntertainmentArticle" + ], + "baselineAction": "SportsArticle" + } + ], + "deferActivation": false + }, + "StatusCode": 408, + "ResponseHeaders": { + "apim-request-id": "9713639e-3e0b-4b11-a361-bcb23cd229c1", + "Content-Length": "27", + "Content-Type": "text/plain", + "Date": "Fri, 06 Aug 2021 18:17:23 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "x-content-type-options": "nosniff" + }, + "ResponseBody": "downstream duration timeout" + }, + { + "RequestUri": "https://ormichaemultislotsdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/multislot/rank", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Content-Length": "771", + "Content-Type": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "traceparent": "00-ca41ff63047e084ab7c4a7e28c1d157d-2f4a1d4c0f02654a-00", + "User-Agent": "azsdk-net-AI.Personalizer/2.0.0-alpha.20210805.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "2aa28569500ac4cb522cdcabf5ab4e76", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "contextFeatures": [ + { + "User": { + "ProfileType": "AnonymousUser", + "LatLong": "47.6,-122.1" + } + }, + { + "Environment": { + "DayOfMonth": "28", + "MonthOfYear": "8", + "Weather": "Sunny" + } + }, + { + "Device": { + "Mobile": true, + "Windows": true + } + }, + { + "RecentActivity": { + "ItemsInCart": 3 + } + } + ], + "actions": [ + { + "id": "NewsArticle", + "features": [ + { + "Type": "News" + } + ] + }, + { + "id": "SportsArticle", + "features": [ + { + "Type": "Sports" + } + ] + }, + { + "id": "EntertainmentArticle", + "features": [ + { + "Type": "Entertainment" + } + ] + } + ], + "slots": [ + { + "id": "Main Article", + "features": [ + { + "Size": "Large", + "Position": "Top Middle" + } + ], + "excludedActions": [ + "SportsArticle", + "EntertainmentArticle" + ], + "baselineAction": "NewsArticle" + }, + { + "id": "Side Bar", + "features": [ + { + "Size": "Small", + "Position": "Bottom Right" + } + ], + "excludedActions": [ + "EntertainmentArticle" + ], + "baselineAction": "SportsArticle" + } + ], + "deferActivation": false + }, + "StatusCode": 201, + "ResponseHeaders": { + "apim-request-id": "46acbc78-e577-48fa-984a-bdd1bcd23f8c", + "Cache-Control": [ + "no-cache", + "no-store", + "must-revalidate" + ], + "Connection": "close", + "Content-Length": "166", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 06 Aug 2021 18:17:25 GMT", + "Expires": "0", + "pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "timing-allow-origin": "*", + "x-content-type-options": "nosniff", + "x-envoy-upstream-service-time": "6" + }, + "ResponseBody": { + "slots": [ + { + "id": "Main Article", + "rewardActionId": "NewsArticle" + }, + { + "id": "Side Bar", + "rewardActionId": "SportsArticle" + } + ], + "eventId": "07f1621ff2754fa692db7d7318ff62bf-8j3SK" + } + }, + { + "RequestUri": "https://ormichaemultislotsdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/multislot/rank", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Content-Length": "798", + "Content-Type": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "traceparent": "00-a05dbb3677103841b684f843c39c4df3-a98d43d6c685e249-00", + "User-Agent": "azsdk-net-AI.Personalizer/2.0.0-alpha.20210805.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "983383f511bd939def5d6fdbf0840165", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "contextFeatures": [ + { + "User": { + "ProfileType": "AnonymousUser", + "LatLong": "47.6,-122.1" + } + }, + { + "Environment": { + "DayOfMonth": "28", + "MonthOfYear": "8", + "Weather": "Sunny" + } + }, + { + "Device": { + "Mobile": true, + "Windows": true + } + }, + { + "RecentActivity": { + "ItemsInCart": 3 + } + } + ], + "actions": [ + { + "id": "NewsArticle", + "features": [ + { + "Type": "News" + } + ] + }, + { + "id": "SportsArticle", + "features": [ + { + "Type": "Sports" + } + ] + }, + { + "id": "EntertainmentArticle", + "features": [ + { + "Type": "Entertainment" + } + ] + } + ], + "slots": [ + { + "id": "Main Article", + "features": [ + { + "Size": "Large", + "Position": "Top Middle" + } + ], + "excludedActions": [ + "SportsArticle", + "EntertainmentArticle" + ], + "baselineAction": "NewsArticle" + }, + { + "id": "Side Bar", + "features": [ + { + "Size": "Small", + "Position": "Bottom Right" + } + ], + "excludedActions": [ + "EntertainmentArticle" + ], + "baselineAction": "SportsArticle" + } + ], + "eventId": "sdkTestEventId", + "deferActivation": false + }, + "StatusCode": 408, + "ResponseHeaders": { + "apim-request-id": "4fa15df5-16ce-49a3-ba48-4ed7c3039271", + "Content-Length": "27", + "Content-Type": "text/plain", + "Date": "Fri, 06 Aug 2021 18:19:16 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "x-content-type-options": "nosniff" + }, + "ResponseBody": "downstream duration timeout" + }, + { + "RequestUri": "https://ormichaemultislotsdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/multislot/rank", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Content-Length": "798", + "Content-Type": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "traceparent": "00-a05dbb3677103841b684f843c39c4df3-a98d43d6c685e249-00", + "User-Agent": "azsdk-net-AI.Personalizer/2.0.0-alpha.20210805.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "983383f511bd939def5d6fdbf0840165", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "contextFeatures": [ + { + "User": { + "ProfileType": "AnonymousUser", + "LatLong": "47.6,-122.1" + } + }, + { + "Environment": { + "DayOfMonth": "28", + "MonthOfYear": "8", + "Weather": "Sunny" + } + }, + { + "Device": { + "Mobile": true, + "Windows": true + } + }, + { + "RecentActivity": { + "ItemsInCart": 3 + } + } + ], + "actions": [ + { + "id": "NewsArticle", + "features": [ + { + "Type": "News" + } + ] + }, + { + "id": "SportsArticle", + "features": [ + { + "Type": "Sports" + } + ] + }, + { + "id": "EntertainmentArticle", + "features": [ + { + "Type": "Entertainment" + } + ] + } + ], + "slots": [ + { + "id": "Main Article", + "features": [ + { + "Size": "Large", + "Position": "Top Middle" + } + ], + "excludedActions": [ + "SportsArticle", + "EntertainmentArticle" + ], + "baselineAction": "NewsArticle" + }, + { + "id": "Side Bar", + "features": [ + { + "Size": "Small", + "Position": "Bottom Right" + } + ], + "excludedActions": [ + "EntertainmentArticle" + ], + "baselineAction": "SportsArticle" + } + ], + "eventId": "sdkTestEventId", + "deferActivation": false + }, + "StatusCode": 201, + "ResponseHeaders": { + "apim-request-id": "fb11f9b6-2f1e-4a83-ad7e-a2baba5d24fd", + "Cache-Control": [ + "no-cache", + "no-store", + "must-revalidate" + ], + "Content-Length": "142", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 06 Aug 2021 18:19:17 GMT", + "Expires": "0", + "pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "timing-allow-origin": "*", + "x-content-type-options": "nosniff", + "x-envoy-upstream-service-time": "330" + }, + "ResponseBody": { + "slots": [ + { + "id": "Main Article", + "rewardActionId": "NewsArticle" + }, + { + "id": "Side Bar", + "rewardActionId": "SportsArticle" + } + ], + "eventId": "sdkTestEventId" + } + }, + { + "RequestUri": "https://ormichaemultislotsdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/multislot/events/123456789/reward", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Content-Length": "44", + "Content-Type": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "traceparent": "00-2f77acb496f0c341974022579f4cb90a-9f2f132609ec024e-00", + "User-Agent": "azsdk-net-AI.Personalizer/2.0.0-alpha.20210805.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "75961857c5237312446a1af9a48fd15c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "reward": [ + { + "slotId": "testSlot", + "value": 1 + } + ] + }, + "StatusCode": 504, + "ResponseHeaders": { + "apim-request-id": "d480c181-f2b2-4a1b-a23d-73bdcd505c69", + "Content-Length": "24", + "Content-Type": "text/plain", + "Date": "Fri, 06 Aug 2021 18:21:07 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "x-content-type-options": "nosniff" + }, + "ResponseBody": "upstream request timeout" + }, + { + "RequestUri": "https://ormichaemultislotsdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/multislot/events/123456789/reward", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Content-Length": "44", + "Content-Type": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "traceparent": "00-2f77acb496f0c341974022579f4cb90a-9f2f132609ec024e-00", + "User-Agent": "azsdk-net-AI.Personalizer/2.0.0-alpha.20210805.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "75961857c5237312446a1af9a48fd15c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "reward": [ + { + "slotId": "testSlot", + "value": 1 + } + ] + }, + "StatusCode": 204, + "ResponseHeaders": { + "apim-request-id": "45e4aafd-8065-4034-95b5-d10337931d5d", + "Cache-Control": [ + "no-cache", + "no-store", + "must-revalidate" + ], + "Content-Length": "0", + "Date": "Fri, 06 Aug 2021 18:21:08 GMT", + "Expires": "0", + "pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "x-content-type-options": "nosniff", + "x-envoy-upstream-service-time": "3" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://ormichaemultislotsdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/multislot/events/123456789/reward", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Content-Length": "44", + "Content-Type": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "traceparent": "00-5d4a52c1ad4bca44940cf1563bc085d6-c056fc8d0d0b2845-00", + "User-Agent": "azsdk-net-AI.Personalizer/2.0.0-alpha.20210805.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "1473b19eb49357f9e70e3aade0f0d4cd", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "reward": [ + { + "slotId": "testSlot", + "value": 1 + } + ] + }, + "StatusCode": 204, + "ResponseHeaders": { + "apim-request-id": "58affae5-aeea-4066-903d-b0616fe235ca", + "Cache-Control": [ + "no-cache", + "no-store", + "must-revalidate" + ], + "Content-Length": "0", + "Date": "Fri, 06 Aug 2021 18:21:08 GMT", + "Expires": "0", + "pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "x-content-type-options": "nosniff", + "x-envoy-upstream-service-time": "2" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://ormichaemultislotsdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/multislot/events/123456789/activate", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "traceparent": "00-6b497aa153cc8c468c6219cc385c111e-1fab9e46597cb143-00", + "User-Agent": "azsdk-net-AI.Personalizer/2.0.0-alpha.20210805.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "dc54762ad9152f5271c05453f7a4ee60", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 504, + "ResponseHeaders": { + "apim-request-id": "7ca478ef-c2fc-4b0c-8480-5d27776e381b", + "Content-Length": "24", + "Content-Type": "text/plain", + "Date": "Fri, 06 Aug 2021 18:22:58 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "x-content-type-options": "nosniff" + }, + "ResponseBody": "upstream request timeout" + }, + { + "RequestUri": "https://ormichaemultislotsdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/multislot/events/123456789/activate", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "traceparent": "00-6b497aa153cc8c468c6219cc385c111e-1fab9e46597cb143-00", + "User-Agent": "azsdk-net-AI.Personalizer/2.0.0-alpha.20210805.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "dc54762ad9152f5271c05453f7a4ee60", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 204, + "ResponseHeaders": { + "apim-request-id": "b0ebb412-a1ee-4504-9d03-3cf54a7d3e5a", + "Cache-Control": [ + "no-cache", + "no-store", + "must-revalidate" + ], + "Connection": "close", + "Content-Length": "0", + "Date": "Fri, 06 Aug 2021 18:22:58 GMT", + "Expires": "0", + "pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "x-content-type-options": "nosniff", + "x-envoy-upstream-service-time": "13" + }, + "ResponseBody": [] + } + ], + "Variables": { + "PERSONALIZER_API_KEY_MULTI_SLOT": "Sanitized", + "PERSONALIZER_ENDPOINT_MULTI_SLOT": "https://ormichaemultislotsdktestrecorder.cognitiveservices.azure.com/", + "RandomSeed": "2030725436" + } +} \ No newline at end of file diff --git a/sdk/personalizer/Azure.AI.Personalizer/tests/SessionRecords/MultiSlotTests/MultiSlotTestAsync.json b/sdk/personalizer/Azure.AI.Personalizer/tests/SessionRecords/MultiSlotTests/MultiSlotTestAsync.json new file mode 100644 index 000000000000..1ed43d32bcb4 --- /dev/null +++ b/sdk/personalizer/Azure.AI.Personalizer/tests/SessionRecords/MultiSlotTests/MultiSlotTestAsync.json @@ -0,0 +1,1140 @@ +{ + "Entries": [ + { + "RequestUri": "https://ormichaemultislotsdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/configurations/service", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "traceparent": "00-e5a17eb2936f6a40b192e3e8007547ad-93c27815ca74c64e-00", + "User-Agent": "azsdk-net-AI.Personalizer/2.0.0-alpha.20210805.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "77242a1418c89aed2ca4cffffac5f01d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 408, + "ResponseHeaders": { + "apim-request-id": "ac476cf9-1418-4dbf-8a64-eac59994ebb3", + "Content-Length": "27", + "Content-Type": "text/plain", + "Date": "Fri, 06 Aug 2021 18:08:05 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "x-content-type-options": "nosniff" + }, + "ResponseBody": "downstream duration timeout" + }, + { + "RequestUri": "https://ormichaemultislotsdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/configurations/service", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "traceparent": "00-e5a17eb2936f6a40b192e3e8007547ad-93c27815ca74c64e-00", + "User-Agent": "azsdk-net-AI.Personalizer/2.0.0-alpha.20210805.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "77242a1418c89aed2ca4cffffac5f01d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 504, + "ResponseHeaders": { + "apim-request-id": "44675936-1a43-493a-b993-edd274b1670a", + "Content-Length": "24", + "Content-Type": "text/plain", + "Date": "Fri, 06 Aug 2021 18:09:56 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "x-content-type-options": "nosniff" + }, + "ResponseBody": "upstream request timeout" + }, + { + "RequestUri": "https://ormichaemultislotsdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/configurations/service", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "traceparent": "00-e5a17eb2936f6a40b192e3e8007547ad-93c27815ca74c64e-00", + "User-Agent": "azsdk-net-AI.Personalizer/2.0.0-alpha.20210805.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "77242a1418c89aed2ca4cffffac5f01d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "6020ede3-b50c-4544-986e-f48e270aaffb", + "Cache-Control": [ + "no-cache", + "no-store", + "must-revalidate" + ], + "Content-Length": "350", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 06 Aug 2021 18:09:58 GMT", + "Expires": "0", + "pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "timing-allow-origin": "*", + "x-content-type-options": "nosniff", + "x-envoy-upstream-service-time": "6" + }, + "ResponseBody": { + "rewardWaitTime": "PT10M", + "defaultReward": 0.0, + "rewardAggregation": "earliest", + "explorationPercentage": 0.2, + "modelExportFrequency": "PT5M", + "logRetentionDays": 90, + "lastConfigurationEditDate": "2021-08-06T18:04:36", + "learningMode": "Online", + "isAutoOptimizationEnabled": false, + "autoOptimizationFrequency": "P28D", + "autoOptimizationStartDate": "2021-08-21T17:48:57" + } + }, + { + "RequestUri": "https://ormichaemultislotsdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/multislot/rank", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Content-Length": "511", + "Content-Type": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "traceparent": "00-3bba6f240e6d764aa0615b723c25df6c-181c0bb60b521e49-00", + "User-Agent": "azsdk-net-AI.Personalizer/2.0.0-alpha.20210805.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "6c2e10c38025c73b07ed276898c74db7", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "actions": [ + { + "id": "NewsArticle", + "features": [ + { + "Type": "News" + } + ] + }, + { + "id": "SportsArticle", + "features": [ + { + "Type": "Sports" + } + ] + }, + { + "id": "EntertainmentArticle", + "features": [ + { + "Type": "Entertainment" + } + ] + } + ], + "slots": [ + { + "id": "Main Article", + "features": [ + { + "Size": "Large", + "Position": "Top Middle" + } + ], + "excludedActions": [ + "SportsArticle", + "EntertainmentArticle" + ], + "baselineAction": "NewsArticle" + }, + { + "id": "Side Bar", + "features": [ + { + "Size": "Small", + "Position": "Bottom Right" + } + ], + "excludedActions": [ + "EntertainmentArticle" + ], + "baselineAction": "SportsArticle" + } + ] + }, + "StatusCode": 408, + "ResponseHeaders": { + "apim-request-id": "037e0fe8-cd94-45a3-b9d4-f6467788c8f0", + "Content-Length": "27", + "Content-Type": "text/plain", + "Date": "Fri, 06 Aug 2021 18:11:47 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "x-content-type-options": "nosniff" + }, + "ResponseBody": "downstream duration timeout" + }, + { + "RequestUri": "https://ormichaemultislotsdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/multislot/rank", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Content-Length": "511", + "Content-Type": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "traceparent": "00-3bba6f240e6d764aa0615b723c25df6c-181c0bb60b521e49-00", + "User-Agent": "azsdk-net-AI.Personalizer/2.0.0-alpha.20210805.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "6c2e10c38025c73b07ed276898c74db7", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "actions": [ + { + "id": "NewsArticle", + "features": [ + { + "Type": "News" + } + ] + }, + { + "id": "SportsArticle", + "features": [ + { + "Type": "Sports" + } + ] + }, + { + "id": "EntertainmentArticle", + "features": [ + { + "Type": "Entertainment" + } + ] + } + ], + "slots": [ + { + "id": "Main Article", + "features": [ + { + "Size": "Large", + "Position": "Top Middle" + } + ], + "excludedActions": [ + "SportsArticle", + "EntertainmentArticle" + ], + "baselineAction": "NewsArticle" + }, + { + "id": "Side Bar", + "features": [ + { + "Size": "Small", + "Position": "Bottom Right" + } + ], + "excludedActions": [ + "EntertainmentArticle" + ], + "baselineAction": "SportsArticle" + } + ] + }, + "StatusCode": 201, + "ResponseHeaders": { + "apim-request-id": "ad21689f-3f99-4477-8721-994a1eedaa0a", + "Cache-Control": [ + "no-cache", + "no-store", + "must-revalidate" + ], + "Connection": "close", + "Content-Length": "166", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 06 Aug 2021 18:11:49 GMT", + "Expires": "0", + "pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "timing-allow-origin": "*", + "x-content-type-options": "nosniff", + "x-envoy-upstream-service-time": "380" + }, + "ResponseBody": { + "slots": [ + { + "id": "Main Article", + "rewardActionId": "NewsArticle" + }, + { + "id": "Side Bar", + "rewardActionId": "SportsArticle" + } + ], + "eventId": "ff70a15ade31410282b73df62faddba0-8j3Nk" + } + }, + { + "RequestUri": "https://ormichaemultislotsdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/multislot/rank", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Content-Length": "771", + "Content-Type": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "traceparent": "00-ca41ff63047e084ab7c4a7e28c1d157d-2f4a1d4c0f02654a-00", + "User-Agent": "azsdk-net-AI.Personalizer/2.0.0-alpha.20210805.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "2aa28569500ac4cb522cdcabf5ab4e76", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "contextFeatures": [ + { + "User": { + "ProfileType": "AnonymousUser", + "LatLong": "47.6,-122.1" + } + }, + { + "Environment": { + "DayOfMonth": "28", + "MonthOfYear": "8", + "Weather": "Sunny" + } + }, + { + "Device": { + "Mobile": true, + "Windows": true + } + }, + { + "RecentActivity": { + "ItemsInCart": 3 + } + } + ], + "actions": [ + { + "id": "NewsArticle", + "features": [ + { + "Type": "News" + } + ] + }, + { + "id": "SportsArticle", + "features": [ + { + "Type": "Sports" + } + ] + }, + { + "id": "EntertainmentArticle", + "features": [ + { + "Type": "Entertainment" + } + ] + } + ], + "slots": [ + { + "id": "Main Article", + "features": [ + { + "Size": "Large", + "Position": "Top Middle" + } + ], + "excludedActions": [ + "SportsArticle", + "EntertainmentArticle" + ], + "baselineAction": "NewsArticle" + }, + { + "id": "Side Bar", + "features": [ + { + "Size": "Small", + "Position": "Bottom Right" + } + ], + "excludedActions": [ + "EntertainmentArticle" + ], + "baselineAction": "SportsArticle" + } + ], + "deferActivation": false + }, + "StatusCode": 408, + "ResponseHeaders": { + "apim-request-id": "fe279c12-a92b-49da-89b0-a52f6c09d4ba", + "Content-Length": "27", + "Content-Type": "text/plain", + "Date": "Fri, 06 Aug 2021 18:13:39 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "x-content-type-options": "nosniff" + }, + "ResponseBody": "downstream duration timeout" + }, + { + "RequestUri": "https://ormichaemultislotsdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/multislot/rank", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Content-Length": "771", + "Content-Type": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "traceparent": "00-ca41ff63047e084ab7c4a7e28c1d157d-2f4a1d4c0f02654a-00", + "User-Agent": "azsdk-net-AI.Personalizer/2.0.0-alpha.20210805.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "2aa28569500ac4cb522cdcabf5ab4e76", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "contextFeatures": [ + { + "User": { + "ProfileType": "AnonymousUser", + "LatLong": "47.6,-122.1" + } + }, + { + "Environment": { + "DayOfMonth": "28", + "MonthOfYear": "8", + "Weather": "Sunny" + } + }, + { + "Device": { + "Mobile": true, + "Windows": true + } + }, + { + "RecentActivity": { + "ItemsInCart": 3 + } + } + ], + "actions": [ + { + "id": "NewsArticle", + "features": [ + { + "Type": "News" + } + ] + }, + { + "id": "SportsArticle", + "features": [ + { + "Type": "Sports" + } + ] + }, + { + "id": "EntertainmentArticle", + "features": [ + { + "Type": "Entertainment" + } + ] + } + ], + "slots": [ + { + "id": "Main Article", + "features": [ + { + "Size": "Large", + "Position": "Top Middle" + } + ], + "excludedActions": [ + "SportsArticle", + "EntertainmentArticle" + ], + "baselineAction": "NewsArticle" + }, + { + "id": "Side Bar", + "features": [ + { + "Size": "Small", + "Position": "Bottom Right" + } + ], + "excludedActions": [ + "EntertainmentArticle" + ], + "baselineAction": "SportsArticle" + } + ], + "deferActivation": false + }, + "StatusCode": 408, + "ResponseHeaders": { + "apim-request-id": "75c94ace-eb12-45b0-b8c5-73e585107b25", + "Content-Length": "27", + "Content-Type": "text/plain", + "Date": "Fri, 06 Aug 2021 18:15:31 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "x-content-type-options": "nosniff" + }, + "ResponseBody": "downstream duration timeout" + }, + { + "RequestUri": "https://ormichaemultislotsdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/multislot/rank", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Content-Length": "771", + "Content-Type": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "traceparent": "00-ca41ff63047e084ab7c4a7e28c1d157d-2f4a1d4c0f02654a-00", + "User-Agent": "azsdk-net-AI.Personalizer/2.0.0-alpha.20210805.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "2aa28569500ac4cb522cdcabf5ab4e76", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "contextFeatures": [ + { + "User": { + "ProfileType": "AnonymousUser", + "LatLong": "47.6,-122.1" + } + }, + { + "Environment": { + "DayOfMonth": "28", + "MonthOfYear": "8", + "Weather": "Sunny" + } + }, + { + "Device": { + "Mobile": true, + "Windows": true + } + }, + { + "RecentActivity": { + "ItemsInCart": 3 + } + } + ], + "actions": [ + { + "id": "NewsArticle", + "features": [ + { + "Type": "News" + } + ] + }, + { + "id": "SportsArticle", + "features": [ + { + "Type": "Sports" + } + ] + }, + { + "id": "EntertainmentArticle", + "features": [ + { + "Type": "Entertainment" + } + ] + } + ], + "slots": [ + { + "id": "Main Article", + "features": [ + { + "Size": "Large", + "Position": "Top Middle" + } + ], + "excludedActions": [ + "SportsArticle", + "EntertainmentArticle" + ], + "baselineAction": "NewsArticle" + }, + { + "id": "Side Bar", + "features": [ + { + "Size": "Small", + "Position": "Bottom Right" + } + ], + "excludedActions": [ + "EntertainmentArticle" + ], + "baselineAction": "SportsArticle" + } + ], + "deferActivation": false + }, + "StatusCode": 408, + "ResponseHeaders": { + "apim-request-id": "9713639e-3e0b-4b11-a361-bcb23cd229c1", + "Content-Length": "27", + "Content-Type": "text/plain", + "Date": "Fri, 06 Aug 2021 18:17:23 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "x-content-type-options": "nosniff" + }, + "ResponseBody": "downstream duration timeout" + }, + { + "RequestUri": "https://ormichaemultislotsdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/multislot/rank", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Content-Length": "771", + "Content-Type": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "traceparent": "00-ca41ff63047e084ab7c4a7e28c1d157d-2f4a1d4c0f02654a-00", + "User-Agent": "azsdk-net-AI.Personalizer/2.0.0-alpha.20210805.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "2aa28569500ac4cb522cdcabf5ab4e76", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "contextFeatures": [ + { + "User": { + "ProfileType": "AnonymousUser", + "LatLong": "47.6,-122.1" + } + }, + { + "Environment": { + "DayOfMonth": "28", + "MonthOfYear": "8", + "Weather": "Sunny" + } + }, + { + "Device": { + "Mobile": true, + "Windows": true + } + }, + { + "RecentActivity": { + "ItemsInCart": 3 + } + } + ], + "actions": [ + { + "id": "NewsArticle", + "features": [ + { + "Type": "News" + } + ] + }, + { + "id": "SportsArticle", + "features": [ + { + "Type": "Sports" + } + ] + }, + { + "id": "EntertainmentArticle", + "features": [ + { + "Type": "Entertainment" + } + ] + } + ], + "slots": [ + { + "id": "Main Article", + "features": [ + { + "Size": "Large", + "Position": "Top Middle" + } + ], + "excludedActions": [ + "SportsArticle", + "EntertainmentArticle" + ], + "baselineAction": "NewsArticle" + }, + { + "id": "Side Bar", + "features": [ + { + "Size": "Small", + "Position": "Bottom Right" + } + ], + "excludedActions": [ + "EntertainmentArticle" + ], + "baselineAction": "SportsArticle" + } + ], + "deferActivation": false + }, + "StatusCode": 201, + "ResponseHeaders": { + "apim-request-id": "46acbc78-e577-48fa-984a-bdd1bcd23f8c", + "Cache-Control": [ + "no-cache", + "no-store", + "must-revalidate" + ], + "Connection": "close", + "Content-Length": "166", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 06 Aug 2021 18:17:25 GMT", + "Expires": "0", + "pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "timing-allow-origin": "*", + "x-content-type-options": "nosniff", + "x-envoy-upstream-service-time": "6" + }, + "ResponseBody": { + "slots": [ + { + "id": "Main Article", + "rewardActionId": "NewsArticle" + }, + { + "id": "Side Bar", + "rewardActionId": "SportsArticle" + } + ], + "eventId": "07f1621ff2754fa692db7d7318ff62bf-8j3SK" + } + }, + { + "RequestUri": "https://ormichaemultislotsdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/multislot/rank", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Content-Length": "798", + "Content-Type": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "traceparent": "00-a05dbb3677103841b684f843c39c4df3-a98d43d6c685e249-00", + "User-Agent": "azsdk-net-AI.Personalizer/2.0.0-alpha.20210805.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "983383f511bd939def5d6fdbf0840165", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "contextFeatures": [ + { + "User": { + "ProfileType": "AnonymousUser", + "LatLong": "47.6,-122.1" + } + }, + { + "Environment": { + "DayOfMonth": "28", + "MonthOfYear": "8", + "Weather": "Sunny" + } + }, + { + "Device": { + "Mobile": true, + "Windows": true + } + }, + { + "RecentActivity": { + "ItemsInCart": 3 + } + } + ], + "actions": [ + { + "id": "NewsArticle", + "features": [ + { + "Type": "News" + } + ] + }, + { + "id": "SportsArticle", + "features": [ + { + "Type": "Sports" + } + ] + }, + { + "id": "EntertainmentArticle", + "features": [ + { + "Type": "Entertainment" + } + ] + } + ], + "slots": [ + { + "id": "Main Article", + "features": [ + { + "Size": "Large", + "Position": "Top Middle" + } + ], + "excludedActions": [ + "SportsArticle", + "EntertainmentArticle" + ], + "baselineAction": "NewsArticle" + }, + { + "id": "Side Bar", + "features": [ + { + "Size": "Small", + "Position": "Bottom Right" + } + ], + "excludedActions": [ + "EntertainmentArticle" + ], + "baselineAction": "SportsArticle" + } + ], + "eventId": "sdkTestEventId", + "deferActivation": false + }, + "StatusCode": 408, + "ResponseHeaders": { + "apim-request-id": "4fa15df5-16ce-49a3-ba48-4ed7c3039271", + "Content-Length": "27", + "Content-Type": "text/plain", + "Date": "Fri, 06 Aug 2021 18:19:16 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "x-content-type-options": "nosniff" + }, + "ResponseBody": "downstream duration timeout" + }, + { + "RequestUri": "https://ormichaemultislotsdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/multislot/rank", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Content-Length": "798", + "Content-Type": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "traceparent": "00-a05dbb3677103841b684f843c39c4df3-a98d43d6c685e249-00", + "User-Agent": "azsdk-net-AI.Personalizer/2.0.0-alpha.20210805.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "983383f511bd939def5d6fdbf0840165", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "contextFeatures": [ + { + "User": { + "ProfileType": "AnonymousUser", + "LatLong": "47.6,-122.1" + } + }, + { + "Environment": { + "DayOfMonth": "28", + "MonthOfYear": "8", + "Weather": "Sunny" + } + }, + { + "Device": { + "Mobile": true, + "Windows": true + } + }, + { + "RecentActivity": { + "ItemsInCart": 3 + } + } + ], + "actions": [ + { + "id": "NewsArticle", + "features": [ + { + "Type": "News" + } + ] + }, + { + "id": "SportsArticle", + "features": [ + { + "Type": "Sports" + } + ] + }, + { + "id": "EntertainmentArticle", + "features": [ + { + "Type": "Entertainment" + } + ] + } + ], + "slots": [ + { + "id": "Main Article", + "features": [ + { + "Size": "Large", + "Position": "Top Middle" + } + ], + "excludedActions": [ + "SportsArticle", + "EntertainmentArticle" + ], + "baselineAction": "NewsArticle" + }, + { + "id": "Side Bar", + "features": [ + { + "Size": "Small", + "Position": "Bottom Right" + } + ], + "excludedActions": [ + "EntertainmentArticle" + ], + "baselineAction": "SportsArticle" + } + ], + "eventId": "sdkTestEventId", + "deferActivation": false + }, + "StatusCode": 201, + "ResponseHeaders": { + "apim-request-id": "fb11f9b6-2f1e-4a83-ad7e-a2baba5d24fd", + "Cache-Control": [ + "no-cache", + "no-store", + "must-revalidate" + ], + "Content-Length": "142", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 06 Aug 2021 18:19:17 GMT", + "Expires": "0", + "pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "timing-allow-origin": "*", + "x-content-type-options": "nosniff", + "x-envoy-upstream-service-time": "330" + }, + "ResponseBody": { + "slots": [ + { + "id": "Main Article", + "rewardActionId": "NewsArticle" + }, + { + "id": "Side Bar", + "rewardActionId": "SportsArticle" + } + ], + "eventId": "sdkTestEventId" + } + }, + { + "RequestUri": "https://ormichaemultislotsdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/multislot/events/123456789/reward", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Content-Length": "44", + "Content-Type": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "traceparent": "00-2f77acb496f0c341974022579f4cb90a-9f2f132609ec024e-00", + "User-Agent": "azsdk-net-AI.Personalizer/2.0.0-alpha.20210805.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "75961857c5237312446a1af9a48fd15c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "reward": [ + { + "slotId": "testSlot", + "value": 1 + } + ] + }, + "StatusCode": 504, + "ResponseHeaders": { + "apim-request-id": "d480c181-f2b2-4a1b-a23d-73bdcd505c69", + "Content-Length": "24", + "Content-Type": "text/plain", + "Date": "Fri, 06 Aug 2021 18:21:07 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "x-content-type-options": "nosniff" + }, + "ResponseBody": "upstream request timeout" + }, + { + "RequestUri": "https://ormichaemultislotsdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/multislot/events/123456789/reward", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Content-Length": "44", + "Content-Type": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "traceparent": "00-2f77acb496f0c341974022579f4cb90a-9f2f132609ec024e-00", + "User-Agent": "azsdk-net-AI.Personalizer/2.0.0-alpha.20210805.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "75961857c5237312446a1af9a48fd15c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "reward": [ + { + "slotId": "testSlot", + "value": 1 + } + ] + }, + "StatusCode": 204, + "ResponseHeaders": { + "apim-request-id": "45e4aafd-8065-4034-95b5-d10337931d5d", + "Cache-Control": [ + "no-cache", + "no-store", + "must-revalidate" + ], + "Content-Length": "0", + "Date": "Fri, 06 Aug 2021 18:21:08 GMT", + "Expires": "0", + "pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "x-content-type-options": "nosniff", + "x-envoy-upstream-service-time": "3" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://ormichaemultislotsdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/multislot/events/123456789/reward", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Content-Length": "44", + "Content-Type": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "traceparent": "00-5d4a52c1ad4bca44940cf1563bc085d6-c056fc8d0d0b2845-00", + "User-Agent": "azsdk-net-AI.Personalizer/2.0.0-alpha.20210805.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "1473b19eb49357f9e70e3aade0f0d4cd", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "reward": [ + { + "slotId": "testSlot", + "value": 1 + } + ] + }, + "StatusCode": 204, + "ResponseHeaders": { + "apim-request-id": "58affae5-aeea-4066-903d-b0616fe235ca", + "Cache-Control": [ + "no-cache", + "no-store", + "must-revalidate" + ], + "Content-Length": "0", + "Date": "Fri, 06 Aug 2021 18:21:08 GMT", + "Expires": "0", + "pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "x-content-type-options": "nosniff", + "x-envoy-upstream-service-time": "2" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://ormichaemultislotsdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/multislot/events/123456789/activate", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "traceparent": "00-6b497aa153cc8c468c6219cc385c111e-1fab9e46597cb143-00", + "User-Agent": "azsdk-net-AI.Personalizer/2.0.0-alpha.20210805.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "dc54762ad9152f5271c05453f7a4ee60", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 504, + "ResponseHeaders": { + "apim-request-id": "7ca478ef-c2fc-4b0c-8480-5d27776e381b", + "Content-Length": "24", + "Content-Type": "text/plain", + "Date": "Fri, 06 Aug 2021 18:22:58 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "x-content-type-options": "nosniff" + }, + "ResponseBody": "upstream request timeout" + }, + { + "RequestUri": "https://ormichaemultislotsdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/multislot/events/123456789/activate", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "traceparent": "00-6b497aa153cc8c468c6219cc385c111e-1fab9e46597cb143-00", + "User-Agent": "azsdk-net-AI.Personalizer/2.0.0-alpha.20210805.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "dc54762ad9152f5271c05453f7a4ee60", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 204, + "ResponseHeaders": { + "apim-request-id": "b0ebb412-a1ee-4504-9d03-3cf54a7d3e5a", + "Cache-Control": [ + "no-cache", + "no-store", + "must-revalidate" + ], + "Connection": "close", + "Content-Length": "0", + "Date": "Fri, 06 Aug 2021 18:22:58 GMT", + "Expires": "0", + "pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "x-content-type-options": "nosniff", + "x-envoy-upstream-service-time": "13" + }, + "ResponseBody": [] + } + ], + "Variables": { + "PERSONALIZER_API_KEY_MULTI_SLOT": "Sanitized", + "PERSONALIZER_ENDPOINT_MULTI_SLOT": "https://ormichaemultislotsdktestrecorder.cognitiveservices.azure.com/", + "RandomSeed": "2030725436" + } +} \ No newline at end of file diff --git a/sdk/personalizer/Azure.AI.Personalizer/tests/SessionRecords/RankMultiSlotTests/RankMultiSlot.json b/sdk/personalizer/Azure.AI.Personalizer/tests/SessionRecords/RankMultiSlotTests/RankMultiSlot.json deleted file mode 100644 index 12cdafd45717..000000000000 --- a/sdk/personalizer/Azure.AI.Personalizer/tests/SessionRecords/RankMultiSlotTests/RankMultiSlot.json +++ /dev/null @@ -1,139 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/multislot/rank", - "RequestMethod": "POST", - "RequestHeaders": { - "Accept": "application/json", - "Content-Length": "798", - "Content-Type": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-8cb6507495bfcd4ea2dbc346a48689d4-21abb290e84ce443-00", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210630.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "859f46bf1c22a3ec261a0a55e987810f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "contextFeatures": [ - { - "User": { - "ProfileType": "AnonymousUser", - "LatLong": "47.6,-122.1" - } - }, - { - "Environment": { - "DayOfMonth": "28", - "MonthOfYear": "8", - "Weather": "Sunny" - } - }, - { - "Device": { - "Mobile": true, - "Windows": true - } - }, - { - "RecentActivity": { - "ItemsInCart": 3 - } - } - ], - "actions": [ - { - "id": "NewsArticle", - "features": [ - { - "Type": "News" - } - ] - }, - { - "id": "SportsArticle", - "features": [ - { - "Type": "Sports" - } - ] - }, - { - "id": "EntertainmentArticle", - "features": [ - { - "Type": "Entertainment" - } - ] - } - ], - "slots": [ - { - "id": "Main Article", - "features": [ - { - "Size": "Large", - "Position": "Top Middle" - } - ], - "excludedActions": [ - "SportsArticle", - "EntertainmentArticle" - ], - "baselineAction": "NewsArticle" - }, - { - "id": "Side Bar", - "features": [ - { - "Size": "Small", - "Position": "Bottom Right" - } - ], - "excludedActions": [ - "EntertainmentArticle" - ], - "baselineAction": "SportsArticle" - } - ], - "eventId": "sdkTestEventId", - "deferActivation": false - }, - "StatusCode": 201, - "ResponseHeaders": { - "apim-request-id": "af289c3b-7ec5-4212-a61d-6b925651005f", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "142", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Jun 2021 18:43:08 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "5" - }, - "ResponseBody": { - "slots": [ - { - "id": "Main Article", - "rewardActionId": "NewsArticle" - }, - { - "id": "Side Bar", - "rewardActionId": "SportsArticle" - } - ], - "eventId": "sdkTestEventId" - } - } - ], - "Variables": { - "PERSONALIZER_API_KEY": "Sanitized", - "PERSONALIZER_ENDPOINT": "https://sdktestrecorder.cognitiveservices.azure.com/", - "RandomSeed": "533566210" - } -} diff --git a/sdk/personalizer/Azure.AI.Personalizer/tests/SessionRecords/RankMultiSlotTests/RankMultiSlotAsync.json b/sdk/personalizer/Azure.AI.Personalizer/tests/SessionRecords/RankMultiSlotTests/RankMultiSlotAsync.json deleted file mode 100644 index 08903f2cae0e..000000000000 --- a/sdk/personalizer/Azure.AI.Personalizer/tests/SessionRecords/RankMultiSlotTests/RankMultiSlotAsync.json +++ /dev/null @@ -1,139 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/multislot/rank", - "RequestMethod": "POST", - "RequestHeaders": { - "Accept": "application/json", - "Content-Length": "798", - "Content-Type": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-028e6d758a2a0540b3e7583420b61c60-f4223e0279b64043-00", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210727.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "859f46bf1c22a3ec261a0a55e987810f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "contextFeatures": [ - { - "User": { - "ProfileType": "AnonymousUser", - "LatLong": "47.6,-122.1" - } - }, - { - "Environment": { - "DayOfMonth": "28", - "MonthOfYear": "8", - "Weather": "Sunny" - } - }, - { - "Device": { - "Mobile": true, - "Windows": true - } - }, - { - "RecentActivity": { - "ItemsInCart": 3 - } - } - ], - "actions": [ - { - "id": "NewsArticle", - "features": [ - { - "Type": "News" - } - ] - }, - { - "id": "SportsArticle", - "features": [ - { - "Type": "Sports" - } - ] - }, - { - "id": "EntertainmentArticle", - "features": [ - { - "Type": "Entertainment" - } - ] - } - ], - "slots": [ - { - "id": "Main Article", - "features": [ - { - "Size": "Large", - "Position": "Top Middle" - } - ], - "excludedActions": [ - "SportsArticle", - "EntertainmentArticle" - ], - "baselineAction": "NewsArticle" - }, - { - "id": "Side Bar", - "features": [ - { - "Size": "Small", - "Position": "Bottom Right" - } - ], - "excludedActions": [ - "EntertainmentArticle" - ], - "baselineAction": "SportsArticle" - } - ], - "eventId": "sdkTestEventId", - "deferActivation": false - }, - "StatusCode": 201, - "ResponseHeaders": { - "apim-request-id": "129126ae-7be8-4a02-a90e-baa1237417dc", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "142", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 27 Jul 2021 20:59:40 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "364" - }, - "ResponseBody": { - "slots": [ - { - "id": "Main Article", - "rewardActionId": "NewsArticle" - }, - { - "id": "Side Bar", - "rewardActionId": "SportsArticle" - } - ], - "eventId": "sdkTestEventId" - } - } - ], - "Variables": { - "PERSONALIZER_API_KEY": "Sanitized", - "PERSONALIZER_ENDPOINT": "https://sdktestrecorder.cognitiveservices.azure.com/", - "RandomSeed": "533566210" - } -} \ No newline at end of file diff --git a/sdk/personalizer/Azure.AI.Personalizer/tests/SessionRecords/RankMultiSlotTests/RankMultiSlotNoOptions.json b/sdk/personalizer/Azure.AI.Personalizer/tests/SessionRecords/RankMultiSlotTests/RankMultiSlotNoOptions.json deleted file mode 100644 index f34795509999..000000000000 --- a/sdk/personalizer/Azure.AI.Personalizer/tests/SessionRecords/RankMultiSlotTests/RankMultiSlotNoOptions.json +++ /dev/null @@ -1,138 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/multislot/rank", - "RequestMethod": "POST", - "RequestHeaders": { - "Accept": "application/json", - "Content-Length": "771", - "Content-Type": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-04c3719e77ecc543865b94715f5648e0-a0356dfbcf6c854e-00", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210727.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "bfbb8817af4ea3aaa63854bc36900a03", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "contextFeatures": [ - { - "User": { - "ProfileType": "AnonymousUser", - "LatLong": "47.6,-122.1" - } - }, - { - "Environment": { - "DayOfMonth": "28", - "MonthOfYear": "8", - "Weather": "Sunny" - } - }, - { - "Device": { - "Mobile": true, - "Windows": true - } - }, - { - "RecentActivity": { - "ItemsInCart": 3 - } - } - ], - "actions": [ - { - "id": "NewsArticle", - "features": [ - { - "Type": "News" - } - ] - }, - { - "id": "SportsArticle", - "features": [ - { - "Type": "Sports" - } - ] - }, - { - "id": "EntertainmentArticle", - "features": [ - { - "Type": "Entertainment" - } - ] - } - ], - "slots": [ - { - "id": "Main Article", - "features": [ - { - "Size": "Large", - "Position": "Top Middle" - } - ], - "excludedActions": [ - "SportsArticle", - "EntertainmentArticle" - ], - "baselineAction": "NewsArticle" - }, - { - "id": "Side Bar", - "features": [ - { - "Size": "Small", - "Position": "Bottom Right" - } - ], - "excludedActions": [ - "EntertainmentArticle" - ], - "baselineAction": "SportsArticle" - } - ], - "deferActivation": false - }, - "StatusCode": 201, - "ResponseHeaders": { - "apim-request-id": "9e6cb084-6962-4bf8-b038-6c8fa0703d06", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "166", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 27 Jul 2021 20:57:00 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "367" - }, - "ResponseBody": { - "slots": [ - { - "id": "Main Article", - "rewardActionId": "NewsArticle" - }, - { - "id": "Side Bar", - "rewardActionId": "SportsArticle" - } - ], - "eventId": "27765f64dbac4ebcbc5325a7a10f6d5b-8ftBG" - } - } - ], - "Variables": { - "PERSONALIZER_API_KEY": "Sanitized", - "PERSONALIZER_ENDPOINT": "https://sdktestrecorder.cognitiveservices.azure.com/", - "RandomSeed": "1761142389" - } -} \ No newline at end of file diff --git a/sdk/personalizer/Azure.AI.Personalizer/tests/SessionRecords/RankMultiSlotTests/RankMultiSlotNoOptionsAsync.json b/sdk/personalizer/Azure.AI.Personalizer/tests/SessionRecords/RankMultiSlotTests/RankMultiSlotNoOptionsAsync.json deleted file mode 100644 index b8b6def4389c..000000000000 --- a/sdk/personalizer/Azure.AI.Personalizer/tests/SessionRecords/RankMultiSlotTests/RankMultiSlotNoOptionsAsync.json +++ /dev/null @@ -1,138 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/multislot/rank", - "RequestMethod": "POST", - "RequestHeaders": { - "Accept": "application/json", - "Content-Length": "771", - "Content-Type": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-3ad0a8d07220654da82c6d429539f1c2-60650f4b7863bd48-00", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210727.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "bfbb8817af4ea3aaa63854bc36900a03", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "contextFeatures": [ - { - "User": { - "ProfileType": "AnonymousUser", - "LatLong": "47.6,-122.1" - } - }, - { - "Environment": { - "DayOfMonth": "28", - "MonthOfYear": "8", - "Weather": "Sunny" - } - }, - { - "Device": { - "Mobile": true, - "Windows": true - } - }, - { - "RecentActivity": { - "ItemsInCart": 3 - } - } - ], - "actions": [ - { - "id": "NewsArticle", - "features": [ - { - "Type": "News" - } - ] - }, - { - "id": "SportsArticle", - "features": [ - { - "Type": "Sports" - } - ] - }, - { - "id": "EntertainmentArticle", - "features": [ - { - "Type": "Entertainment" - } - ] - } - ], - "slots": [ - { - "id": "Main Article", - "features": [ - { - "Size": "Large", - "Position": "Top Middle" - } - ], - "excludedActions": [ - "SportsArticle", - "EntertainmentArticle" - ], - "baselineAction": "NewsArticle" - }, - { - "id": "Side Bar", - "features": [ - { - "Size": "Small", - "Position": "Bottom Right" - } - ], - "excludedActions": [ - "EntertainmentArticle" - ], - "baselineAction": "SportsArticle" - } - ], - "deferActivation": false - }, - "StatusCode": 201, - "ResponseHeaders": { - "apim-request-id": "19f237fe-5668-43a3-be19-76d4b4346ca0", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "166", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 27 Jul 2021 20:59:40 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "353" - }, - "ResponseBody": { - "slots": [ - { - "id": "Main Article", - "rewardActionId": "NewsArticle" - }, - { - "id": "Side Bar", - "rewardActionId": "SportsArticle" - } - ], - "eventId": "3c4e467f43b84c53948b2a79499670a6-8ftEg" - } - } - ], - "Variables": { - "PERSONALIZER_API_KEY": "Sanitized", - "PERSONALIZER_ENDPOINT": "https://sdktestrecorder.cognitiveservices.azure.com/", - "RandomSeed": "1761142389" - } -} \ No newline at end of file diff --git a/sdk/personalizer/Azure.AI.Personalizer/tests/SessionRecords/RankMultiSlotTests/RankMultiSlotNullParameters.json b/sdk/personalizer/Azure.AI.Personalizer/tests/SessionRecords/RankMultiSlotTests/RankMultiSlotNullParameters.json deleted file mode 100644 index 2bf5d59baf2d..000000000000 --- a/sdk/personalizer/Azure.AI.Personalizer/tests/SessionRecords/RankMultiSlotTests/RankMultiSlotNullParameters.json +++ /dev/null @@ -1,111 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/multislot/rank", - "RequestMethod": "POST", - "RequestHeaders": { - "Accept": "application/json", - "Content-Length": "511", - "Content-Type": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-7b041e5586c53749a61c4bf3673cc200-e5e6bb32bd59484f-00", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210630.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "47d71a92921f1a3bca7c29a96ee94953", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "actions": [ - { - "id": "NewsArticle", - "features": [ - { - "Type": "News" - } - ] - }, - { - "id": "SportsArticle", - "features": [ - { - "Type": "Sports" - } - ] - }, - { - "id": "EntertainmentArticle", - "features": [ - { - "Type": "Entertainment" - } - ] - } - ], - "slots": [ - { - "id": "Main Article", - "features": [ - { - "Size": "Large", - "Position": "Top Middle" - } - ], - "excludedActions": [ - "SportsArticle", - "EntertainmentArticle" - ], - "baselineAction": "NewsArticle" - }, - { - "id": "Side Bar", - "features": [ - { - "Size": "Small", - "Position": "Bottom Right" - } - ], - "excludedActions": [ - "EntertainmentArticle" - ], - "baselineAction": "SportsArticle" - } - ] - }, - "StatusCode": 201, - "ResponseHeaders": { - "apim-request-id": "3a2692ef-2b35-4dde-a1e8-448296407d59", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "166", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Jun 2021 18:43:08 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "3" - }, - "ResponseBody": { - "slots": [ - { - "id": "Main Article", - "rewardActionId": "NewsArticle" - }, - { - "id": "Side Bar", - "rewardActionId": "SportsArticle" - } - ], - "eventId": "6d5697c22304493ba1e974a54f0ab163-85EEl" - } - } - ], - "Variables": { - "PERSONALIZER_API_KEY": "Sanitized", - "PERSONALIZER_ENDPOINT": "https://sdktestrecorder.cognitiveservices.azure.com/", - "RandomSeed": "341113140" - } -} \ No newline at end of file diff --git a/sdk/personalizer/Azure.AI.Personalizer/tests/SessionRecords/RankMultiSlotTests/RankMultiSlotNullParametersAsync.json b/sdk/personalizer/Azure.AI.Personalizer/tests/SessionRecords/RankMultiSlotTests/RankMultiSlotNullParametersAsync.json deleted file mode 100644 index 8cc393e26c37..000000000000 --- a/sdk/personalizer/Azure.AI.Personalizer/tests/SessionRecords/RankMultiSlotTests/RankMultiSlotNullParametersAsync.json +++ /dev/null @@ -1,111 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/multislot/rank", - "RequestMethod": "POST", - "RequestHeaders": { - "Accept": "application/json", - "Content-Length": "511", - "Content-Type": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-a5f81b19401d124584c2125c2f90c503-cdc5235fa3a4eb45-00", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210727.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "47d71a92921f1a3bca7c29a96ee94953", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "actions": [ - { - "id": "NewsArticle", - "features": [ - { - "Type": "News" - } - ] - }, - { - "id": "SportsArticle", - "features": [ - { - "Type": "Sports" - } - ] - }, - { - "id": "EntertainmentArticle", - "features": [ - { - "Type": "Entertainment" - } - ] - } - ], - "slots": [ - { - "id": "Main Article", - "features": [ - { - "Size": "Large", - "Position": "Top Middle" - } - ], - "excludedActions": [ - "SportsArticle", - "EntertainmentArticle" - ], - "baselineAction": "NewsArticle" - }, - { - "id": "Side Bar", - "features": [ - { - "Size": "Small", - "Position": "Bottom Right" - } - ], - "excludedActions": [ - "EntertainmentArticle" - ], - "baselineAction": "SportsArticle" - } - ] - }, - "StatusCode": 201, - "ResponseHeaders": { - "apim-request-id": "d7b6e4d9-55ba-48f7-8d96-e71f7a3a29d5", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "166", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 27 Jul 2021 20:59:40 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "5" - }, - "ResponseBody": { - "slots": [ - { - "id": "Main Article", - "rewardActionId": "NewsArticle" - }, - { - "id": "Side Bar", - "rewardActionId": "SportsArticle" - } - ], - "eventId": "bbe0868816cc4159bc4b94ac73e2900a-8ftEg" - } - } - ], - "Variables": { - "PERSONALIZER_API_KEY": "Sanitized", - "PERSONALIZER_ENDPOINT": "https://sdktestrecorder.cognitiveservices.azure.com/", - "RandomSeed": "341113140" - } -} \ No newline at end of file diff --git a/sdk/personalizer/Azure.AI.Personalizer/tests/SessionRecords/RankTests/RankNullParameters.json b/sdk/personalizer/Azure.AI.Personalizer/tests/SessionRecords/RankTests/RankNullParameters.json deleted file mode 100644 index 4d052c811317..000000000000 --- a/sdk/personalizer/Azure.AI.Personalizer/tests/SessionRecords/RankTests/RankNullParameters.json +++ /dev/null @@ -1,68 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/rank", - "RequestMethod": "POST", - "RequestHeaders": { - "Accept": "application/json", - "Content-Length": "139", - "Content-Type": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-a0813996c60a144dbc38bdeb5ed04f8e-244596c471d2e242-00", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210630.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "70423fa0626aa76f86d1c53de65af8fe", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "actions": [ - { - "id": "Person", - "features": [ - { - "videoType": "documentary", - "videoLength": 35, - "director": "CarlSagan" - }, - { - "mostWatchedByAge": "30-35" - } - ] - } - ] - }, - "StatusCode": 201, - "ResponseHeaders": { - "apim-request-id": "2d8f2b63-b3e9-4bc4-bcc7-4627bb9a9497", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "124", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Jun 2021 18:43:09 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "2" - }, - "ResponseBody": { - "ranking": [ - { - "id": "Person", - "probability": 1.0 - } - ], - "eventId": "836bf0629e324d67b07bbc302e0c9097-85EEm", - "rewardActionId": "Person" - } - } - ], - "Variables": { - "PERSONALIZER_API_KEY": "Sanitized", - "PERSONALIZER_ENDPOINT": "https://sdktestrecorder.cognitiveservices.azure.com/", - "RandomSeed": "1411722259" - } -} \ No newline at end of file diff --git a/sdk/personalizer/Azure.AI.Personalizer/tests/SessionRecords/RankTests/RankNullParametersAsync.json b/sdk/personalizer/Azure.AI.Personalizer/tests/SessionRecords/RankTests/RankNullParametersAsync.json deleted file mode 100644 index d997b74a50e8..000000000000 --- a/sdk/personalizer/Azure.AI.Personalizer/tests/SessionRecords/RankTests/RankNullParametersAsync.json +++ /dev/null @@ -1,68 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "https://sdktestrecorder.cognitiveservices.azure.com/personalizer/v1.1-preview.1/rank", - "RequestMethod": "POST", - "RequestHeaders": { - "Accept": "application/json", - "Content-Length": "139", - "Content-Type": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-2f575060152ed649a374835d3a8a9ceb-57d85859a296ec4a-00", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210630.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "4a25c0b1e8f336fb8190283c2285c34d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "actions": [ - { - "id": "Person", - "features": [ - { - "videoType": "documentary", - "videoLength": 35, - "director": "CarlSagan" - }, - { - "mostWatchedByAge": "30-35" - } - ] - } - ] - }, - "StatusCode": 201, - "ResponseHeaders": { - "apim-request-id": "f358c045-ac4b-4629-9a97-31342a1acc49", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "124", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Jun 2021 18:44:28 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "3" - }, - "ResponseBody": { - "ranking": [ - { - "id": "Person", - "probability": 1.0 - } - ], - "eventId": "1aac5d50b101428a9239d24f422f55c0-85EFC", - "rewardActionId": "Person" - } - } - ], - "Variables": { - "PERSONALIZER_API_KEY": "Sanitized", - "PERSONALIZER_ENDPOINT": "https://sdktestrecorder.cognitiveservices.azure.com/", - "RandomSeed": "1203345819" - } -} \ No newline at end of file diff --git a/sdk/personalizer/Azure.AI.Personalizer/tests/SessionRecords/RankTests/RankServerFeatures.json b/sdk/personalizer/Azure.AI.Personalizer/tests/SessionRecords/RankTests/RankServerFeatures.json deleted file mode 100644 index 2bbf29e5774b..000000000000 --- a/sdk/personalizer/Azure.AI.Personalizer/tests/SessionRecords/RankTests/RankServerFeatures.json +++ /dev/null @@ -1,107 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "https://autooptsdktest.cognitiveservices.azure.com/personalizer/v1.1-preview.1/rank", - "RequestMethod": "POST", - "RequestHeaders": { - "Accept": "application/json", - "Content-Length": "527", - "Content-Type": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-bdae826608b9cf4bb8cd464e952bf473-4e99b5cbd7c14c4d-00", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210630.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "86664ba339a9c02bbff72b75dc22edff", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "contextFeatures": [ - { - "Features": { - "day": "tuesday", - "time": "night", - "weather": "rainy" - } - }, - { - "Features": { - "userId": "1234", - "payingUser": true, - "favoriteGenre": "documentary", - "hoursOnSite": 0.12, - "lastwatchedType": "movie" - } - } - ], - "actions": [ - { - "id": "Person1", - "features": [ - { - "videoType": "documentary", - "videoLength": 35, - "director": "CarlSagan" - }, - { - "mostWatchedByAge": "30-35" - } - ] - }, - { - "id": "Person2", - "features": [ - { - "videoType": "documentary", - "videoLength": 35, - "director": "CarlSagan" - }, - { - "mostWatchedByAge": "40-45" - } - ] - } - ], - "excludedActions": [ - "Person1" - ], - "eventId": "123456789" - }, - "StatusCode": 201, - "ResponseHeaders": { - "apim-request-id": "5fd0d588-b8c3-475a-9584-9323b6ff9ee2", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "132", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Jun 2021 17:54:17 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "3" - }, - "ResponseBody": { - "ranking": [ - { - "id": "Person1", - "probability": 0.0 - }, - { - "id": "Person2", - "probability": 1.0 - } - ], - "eventId": "123456789", - "rewardActionId": "Person2" - } - } - ], - "Variables": { - "PERSONALIZER_API_KEY": "Sanitized", - "PERSONALIZER_ENDPOINT": "https://autooptsdktest.cognitiveservices.azure.com/", - "RandomSeed": "460100927" - } -} \ No newline at end of file diff --git a/sdk/personalizer/Azure.AI.Personalizer/tests/SessionRecords/RankTests/RankServerFeaturesAsync.json b/sdk/personalizer/Azure.AI.Personalizer/tests/SessionRecords/RankTests/RankServerFeaturesAsync.json deleted file mode 100644 index 2bbf29e5774b..000000000000 --- a/sdk/personalizer/Azure.AI.Personalizer/tests/SessionRecords/RankTests/RankServerFeaturesAsync.json +++ /dev/null @@ -1,107 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "https://autooptsdktest.cognitiveservices.azure.com/personalizer/v1.1-preview.1/rank", - "RequestMethod": "POST", - "RequestHeaders": { - "Accept": "application/json", - "Content-Length": "527", - "Content-Type": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-bdae826608b9cf4bb8cd464e952bf473-4e99b5cbd7c14c4d-00", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210630.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "86664ba339a9c02bbff72b75dc22edff", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "contextFeatures": [ - { - "Features": { - "day": "tuesday", - "time": "night", - "weather": "rainy" - } - }, - { - "Features": { - "userId": "1234", - "payingUser": true, - "favoriteGenre": "documentary", - "hoursOnSite": 0.12, - "lastwatchedType": "movie" - } - } - ], - "actions": [ - { - "id": "Person1", - "features": [ - { - "videoType": "documentary", - "videoLength": 35, - "director": "CarlSagan" - }, - { - "mostWatchedByAge": "30-35" - } - ] - }, - { - "id": "Person2", - "features": [ - { - "videoType": "documentary", - "videoLength": 35, - "director": "CarlSagan" - }, - { - "mostWatchedByAge": "40-45" - } - ] - } - ], - "excludedActions": [ - "Person1" - ], - "eventId": "123456789" - }, - "StatusCode": 201, - "ResponseHeaders": { - "apim-request-id": "5fd0d588-b8c3-475a-9584-9323b6ff9ee2", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "132", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Jun 2021 17:54:17 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "3" - }, - "ResponseBody": { - "ranking": [ - { - "id": "Person1", - "probability": 0.0 - }, - { - "id": "Person2", - "probability": 1.0 - } - ], - "eventId": "123456789", - "rewardActionId": "Person2" - } - } - ], - "Variables": { - "PERSONALIZER_API_KEY": "Sanitized", - "PERSONALIZER_ENDPOINT": "https://autooptsdktest.cognitiveservices.azure.com/", - "RandomSeed": "460100927" - } -} \ No newline at end of file diff --git a/sdk/personalizer/Azure.AI.Personalizer/tests/SessionRecords/RankTests/RankWithNoOptions.json b/sdk/personalizer/Azure.AI.Personalizer/tests/SessionRecords/RankTests/RankWithNoOptions.json deleted file mode 100644 index e00d9f861c33..000000000000 --- a/sdk/personalizer/Azure.AI.Personalizer/tests/SessionRecords/RankTests/RankWithNoOptions.json +++ /dev/null @@ -1,103 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "https://autooptsdktest.cognitiveservices.azure.com/personalizer/v1.1-preview.1/rank", - "RequestMethod": "POST", - "RequestHeaders": { - "Accept": "application/json", - "Content-Length": "475", - "Content-Type": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-f63aa5f459996e42badc99c64d67211e-8fe7140d74687b4c-00", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210727.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "f31101dbfe626217477aaf5a7096c39b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "contextFeatures": [ - { - "Features": { - "day": "tuesday", - "time": "night", - "weather": "rainy" - } - }, - { - "Features": { - "userId": "1234", - "payingUser": true, - "favoriteGenre": "documentary", - "hoursOnSite": 0.12, - "lastwatchedType": "movie" - } - } - ], - "actions": [ - { - "id": "Person1", - "features": [ - { - "videoType": "documentary", - "videoLength": 35, - "director": "CarlSagan" - }, - { - "mostWatchedByAge": "30-35" - } - ] - }, - { - "id": "Person2", - "features": [ - { - "videoType": "documentary", - "videoLength": 35, - "director": "CarlSagan" - }, - { - "mostWatchedByAge": "40-45" - } - ] - } - ] - }, - "StatusCode": 201, - "ResponseHeaders": { - "apim-request-id": "fed7dd57-3aea-4542-9dd1-12e1fdb1f8b9", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "161", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 27 Jul 2021 20:49:53 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "1244" - }, - "ResponseBody": { - "ranking": [ - { - "id": "Person1", - "probability": 0.5 - }, - { - "id": "Person2", - "probability": 0.5 - } - ], - "eventId": "e9909984f39c40949ef440a679f9a9b9-8ftuO", - "rewardActionId": "Person1" - } - } - ], - "Variables": { - "PERSONALIZER_API_KEY": "Sanitized", - "PERSONALIZER_ENDPOINT": "https://autooptsdktest.cognitiveservices.azure.com/", - "RandomSeed": "1185990246" - } -} \ No newline at end of file diff --git a/sdk/personalizer/Azure.AI.Personalizer/tests/SessionRecords/RankTests/RankWithNoOptionsAsync.json b/sdk/personalizer/Azure.AI.Personalizer/tests/SessionRecords/RankTests/RankWithNoOptionsAsync.json deleted file mode 100644 index 488c220b74c7..000000000000 --- a/sdk/personalizer/Azure.AI.Personalizer/tests/SessionRecords/RankTests/RankWithNoOptionsAsync.json +++ /dev/null @@ -1,103 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "https://autooptsdktest.cognitiveservices.azure.com/personalizer/v1.1-preview.1/rank", - "RequestMethod": "POST", - "RequestHeaders": { - "Accept": "application/json", - "Content-Length": "475", - "Content-Type": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-e3a9059150e5e347af178c361de4472b-cab2c156c51ae247-00", - "User-Agent": "azsdk-net-AI.Personalizer/1.1.0-alpha.20210727.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "f31101dbfe626217477aaf5a7096c39b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "contextFeatures": [ - { - "Features": { - "day": "tuesday", - "time": "night", - "weather": "rainy" - } - }, - { - "Features": { - "userId": "1234", - "payingUser": true, - "favoriteGenre": "documentary", - "hoursOnSite": 0.12, - "lastwatchedType": "movie" - } - } - ], - "actions": [ - { - "id": "Person1", - "features": [ - { - "videoType": "documentary", - "videoLength": 35, - "director": "CarlSagan" - }, - { - "mostWatchedByAge": "30-35" - } - ] - }, - { - "id": "Person2", - "features": [ - { - "videoType": "documentary", - "videoLength": 35, - "director": "CarlSagan" - }, - { - "mostWatchedByAge": "40-45" - } - ] - } - ] - }, - "StatusCode": 201, - "ResponseHeaders": { - "apim-request-id": "baf2c239-a6ac-4036-9cb5-043434a4bfab", - "Cache-Control": [ - "no-cache", - "no-store", - "must-revalidate" - ], - "Content-Length": "161", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 27 Jul 2021 20:50:21 GMT", - "Expires": "0", - "pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "timing-allow-origin": "*", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "1332" - }, - "ResponseBody": { - "ranking": [ - { - "id": "Person1", - "probability": 0.5 - }, - { - "id": "Person2", - "probability": 0.5 - } - ], - "eventId": "3ccbf884c5084617bfb29d046cd683fa-8ftvg", - "rewardActionId": "Person1" - } - } - ], - "Variables": { - "PERSONALIZER_API_KEY": "Sanitized", - "PERSONALIZER_ENDPOINT": "https://autooptsdktest.cognitiveservices.azure.com/", - "RandomSeed": "1185990246" - } -} \ No newline at end of file diff --git a/sdk/personalizer/Azure.AI.Personalizer/tests/SessionRecords/RankTests/SingleSlotRankTests.json b/sdk/personalizer/Azure.AI.Personalizer/tests/SessionRecords/RankTests/SingleSlotRankTests.json new file mode 100644 index 000000000000..22e88a549dc5 --- /dev/null +++ b/sdk/personalizer/Azure.AI.Personalizer/tests/SessionRecords/RankTests/SingleSlotRankTests.json @@ -0,0 +1,225 @@ +{ + "Entries": [ + { + "RequestUri": "https://singleslotrecordsdktests.cognitiveservices.azure.com/personalizer/v1.1-preview.1/rank", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Content-Length": "139", + "Content-Type": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "traceparent": "00-8a2352f590c938419932183af7ad2039-475eb6f9bad6944a-00", + "User-Agent": "azsdk-net-AI.Personalizer/2.0.0-alpha.20210805.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "72fe1c6ec5e1742467bce38ccf58b021", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "actions": [ + { + "id": "Person", + "features": [ + { + "videoType": "documentary", + "videoLength": 35, + "director": "CarlSagan" + }, + { + "mostWatchedByAge": "30-35" + } + ] + } + ] + }, + "StatusCode": 201, + "ResponseHeaders": { + "apim-request-id": "a7d4ebf4-e94b-4332-8066-a1936f394b5a", + "Cache-Control": [ + "no-cache", + "no-store", + "must-revalidate" + ], + "Content-Length": "124", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 05 Aug 2021 20:55:04 GMT", + "Expires": "0", + "pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "timing-allow-origin": "*", + "x-content-type-options": "nosniff", + "x-envoy-upstream-service-time": "13492" + }, + "ResponseBody": { + "ranking": [ + { + "id": "Person", + "probability": 1.0 + } + ], + "eventId": "4e9af3e0604e4fc1af091c9e76c0c93d-8iJRK", + "rewardActionId": "Person" + } + }, + { + "RequestUri": "https://singleslotrecordsdktests.cognitiveservices.azure.com/personalizer/v1.1-preview.1/rank", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Content-Length": "527", + "Content-Type": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "traceparent": "00-9eed4f0ce6b0c340802623beef2c0a21-5e9e395f17eb1343-00", + "User-Agent": "azsdk-net-AI.Personalizer/2.0.0-alpha.20210805.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "f451845d717dfcfd636af66ed165bf61", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "contextFeatures": [ + { + "Features": { + "day": "tuesday", + "time": "night", + "weather": "rainy" + } + }, + { + "Features": { + "userId": "1234", + "payingUser": true, + "favoriteGenre": "documentary", + "hoursOnSite": 0.12, + "lastwatchedType": "movie" + } + } + ], + "actions": [ + { + "id": "Person1", + "features": [ + { + "videoType": "documentary", + "videoLength": 35, + "director": "CarlSagan" + }, + { + "mostWatchedByAge": "30-35" + } + ] + }, + { + "id": "Person2", + "features": [ + { + "videoType": "documentary", + "videoLength": 35, + "director": "CarlSagan" + }, + { + "mostWatchedByAge": "40-45" + } + ] + } + ], + "excludedActions": [ + "Person1" + ], + "eventId": "123456789" + }, + "StatusCode": 201, + "ResponseHeaders": { + "apim-request-id": "f4625cd9-6ee1-4f1a-b6de-af954ff2465e", + "Cache-Control": [ + "no-cache", + "no-store", + "must-revalidate" + ], + "Content-Length": "132", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 05 Aug 2021 20:55:19 GMT", + "Expires": "0", + "pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "timing-allow-origin": "*", + "x-content-type-options": "nosniff", + "x-envoy-upstream-service-time": "15290" + }, + "ResponseBody": { + "ranking": [ + { + "id": "Person1", + "probability": 0.0 + }, + { + "id": "Person2", + "probability": 1.0 + } + ], + "eventId": "123456789", + "rewardActionId": "Person2" + } + }, + { + "RequestUri": "https://singleslotrecordsdktests.cognitiveservices.azure.com/personalizer/v1.1-preview.1/rank", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Content-Length": "139", + "Content-Type": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "traceparent": "00-cd2c7cfe73673242856c322a2fa711db-f43e2530c4f71446-00", + "User-Agent": "azsdk-net-AI.Personalizer/2.0.0-alpha.20210805.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "66317083bf6f0fc05cfb3b5eae739abb", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "actions": [ + { + "id": "Person", + "features": [ + { + "videoType": "documentary", + "videoLength": 35, + "director": "CarlSagan" + }, + { + "mostWatchedByAge": "30-35" + } + ] + } + ] + }, + "StatusCode": 201, + "ResponseHeaders": { + "apim-request-id": "e4c82d6d-7ee8-4eef-85fe-d31735c47995", + "Cache-Control": [ + "no-cache", + "no-store", + "must-revalidate" + ], + "Content-Length": "124", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 05 Aug 2021 20:55:33 GMT", + "Expires": "0", + "pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "timing-allow-origin": "*", + "x-content-type-options": "nosniff", + "x-envoy-upstream-service-time": "13443" + }, + "ResponseBody": { + "ranking": [ + { + "id": "Person", + "probability": 1.0 + } + ], + "eventId": "c638ab102e9f464dbc35f2f102f59f35-8iJSd", + "rewardActionId": "Person" + } + } + ], + "Variables": { + "PERSONALIZER_API_KEY_SINGLE_SLOT": "Sanitized", + "PERSONALIZER_ENDPOINT_SINGLE_SLOT": "https://singleslotrecordsdktests.cognitiveservices.azure.com/", + "RandomSeed": "1112192962" + } +} \ No newline at end of file diff --git a/sdk/personalizer/Azure.AI.Personalizer/tests/SessionRecords/RankTests/SingleSlotRankTestsAsync.json b/sdk/personalizer/Azure.AI.Personalizer/tests/SessionRecords/RankTests/SingleSlotRankTestsAsync.json new file mode 100644 index 000000000000..22e88a549dc5 --- /dev/null +++ b/sdk/personalizer/Azure.AI.Personalizer/tests/SessionRecords/RankTests/SingleSlotRankTestsAsync.json @@ -0,0 +1,225 @@ +{ + "Entries": [ + { + "RequestUri": "https://singleslotrecordsdktests.cognitiveservices.azure.com/personalizer/v1.1-preview.1/rank", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Content-Length": "139", + "Content-Type": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "traceparent": "00-8a2352f590c938419932183af7ad2039-475eb6f9bad6944a-00", + "User-Agent": "azsdk-net-AI.Personalizer/2.0.0-alpha.20210805.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "72fe1c6ec5e1742467bce38ccf58b021", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "actions": [ + { + "id": "Person", + "features": [ + { + "videoType": "documentary", + "videoLength": 35, + "director": "CarlSagan" + }, + { + "mostWatchedByAge": "30-35" + } + ] + } + ] + }, + "StatusCode": 201, + "ResponseHeaders": { + "apim-request-id": "a7d4ebf4-e94b-4332-8066-a1936f394b5a", + "Cache-Control": [ + "no-cache", + "no-store", + "must-revalidate" + ], + "Content-Length": "124", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 05 Aug 2021 20:55:04 GMT", + "Expires": "0", + "pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "timing-allow-origin": "*", + "x-content-type-options": "nosniff", + "x-envoy-upstream-service-time": "13492" + }, + "ResponseBody": { + "ranking": [ + { + "id": "Person", + "probability": 1.0 + } + ], + "eventId": "4e9af3e0604e4fc1af091c9e76c0c93d-8iJRK", + "rewardActionId": "Person" + } + }, + { + "RequestUri": "https://singleslotrecordsdktests.cognitiveservices.azure.com/personalizer/v1.1-preview.1/rank", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Content-Length": "527", + "Content-Type": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "traceparent": "00-9eed4f0ce6b0c340802623beef2c0a21-5e9e395f17eb1343-00", + "User-Agent": "azsdk-net-AI.Personalizer/2.0.0-alpha.20210805.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "f451845d717dfcfd636af66ed165bf61", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "contextFeatures": [ + { + "Features": { + "day": "tuesday", + "time": "night", + "weather": "rainy" + } + }, + { + "Features": { + "userId": "1234", + "payingUser": true, + "favoriteGenre": "documentary", + "hoursOnSite": 0.12, + "lastwatchedType": "movie" + } + } + ], + "actions": [ + { + "id": "Person1", + "features": [ + { + "videoType": "documentary", + "videoLength": 35, + "director": "CarlSagan" + }, + { + "mostWatchedByAge": "30-35" + } + ] + }, + { + "id": "Person2", + "features": [ + { + "videoType": "documentary", + "videoLength": 35, + "director": "CarlSagan" + }, + { + "mostWatchedByAge": "40-45" + } + ] + } + ], + "excludedActions": [ + "Person1" + ], + "eventId": "123456789" + }, + "StatusCode": 201, + "ResponseHeaders": { + "apim-request-id": "f4625cd9-6ee1-4f1a-b6de-af954ff2465e", + "Cache-Control": [ + "no-cache", + "no-store", + "must-revalidate" + ], + "Content-Length": "132", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 05 Aug 2021 20:55:19 GMT", + "Expires": "0", + "pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "timing-allow-origin": "*", + "x-content-type-options": "nosniff", + "x-envoy-upstream-service-time": "15290" + }, + "ResponseBody": { + "ranking": [ + { + "id": "Person1", + "probability": 0.0 + }, + { + "id": "Person2", + "probability": 1.0 + } + ], + "eventId": "123456789", + "rewardActionId": "Person2" + } + }, + { + "RequestUri": "https://singleslotrecordsdktests.cognitiveservices.azure.com/personalizer/v1.1-preview.1/rank", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Content-Length": "139", + "Content-Type": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "traceparent": "00-cd2c7cfe73673242856c322a2fa711db-f43e2530c4f71446-00", + "User-Agent": "azsdk-net-AI.Personalizer/2.0.0-alpha.20210805.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "66317083bf6f0fc05cfb3b5eae739abb", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "actions": [ + { + "id": "Person", + "features": [ + { + "videoType": "documentary", + "videoLength": 35, + "director": "CarlSagan" + }, + { + "mostWatchedByAge": "30-35" + } + ] + } + ] + }, + "StatusCode": 201, + "ResponseHeaders": { + "apim-request-id": "e4c82d6d-7ee8-4eef-85fe-d31735c47995", + "Cache-Control": [ + "no-cache", + "no-store", + "must-revalidate" + ], + "Content-Length": "124", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 05 Aug 2021 20:55:33 GMT", + "Expires": "0", + "pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "timing-allow-origin": "*", + "x-content-type-options": "nosniff", + "x-envoy-upstream-service-time": "13443" + }, + "ResponseBody": { + "ranking": [ + { + "id": "Person", + "probability": 1.0 + } + ], + "eventId": "c638ab102e9f464dbc35f2f102f59f35-8iJSd", + "rewardActionId": "Person" + } + } + ], + "Variables": { + "PERSONALIZER_API_KEY_SINGLE_SLOT": "Sanitized", + "PERSONALIZER_ENDPOINT_SINGLE_SLOT": "https://singleslotrecordsdktests.cognitiveservices.azure.com/", + "RandomSeed": "1112192962" + } +} \ No newline at end of file diff --git a/sdk/personalizer/remove-test-resources-post.ps1 b/sdk/personalizer/remove-test-resources-post.ps1 new file mode 100644 index 000000000000..385910d4108e --- /dev/null +++ b/sdk/personalizer/remove-test-resources-post.ps1 @@ -0,0 +1,45 @@ +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. + +# IMPORTANT: Do not invoke this file directly. Please instead run eng/common/TestResources/Remove-TestResources.ps1 from the repository root. + +#Requires -Version 6.0 +#Requires -PSEdition Core + +# Use same parameter names as declared in eng/common/TestResources/Remove-TestResources.ps1 (assume validation therein). +[CmdletBinding()] +param ( + [Parameter()] + [string] $SubscriptionId, + + # Captures any arguments from eng/common/Remove-TestResources.ps1 not declared here (no parameter errors). + [Parameter(ValueFromRemainingArguments = $true)] + $RemainingArguments +) + +# By default stop for any error. +if (!$PSBoundParameters.ContainsKey('ErrorAction')) { + $ErrorActionPreference = 'Stop' +} + +function Log($Message) { + Write-Host ('{0} - {1}' -f [DateTime]::Now.ToLongTimeString(), $Message) +} + +function GetSoftDeletedInstances($SubscriptionId) { + Log "Getting soft deleted resources" + Get-AzResource -ResourceId "/subscriptions/$SubscriptionId/providers/Microsoft.CognitiveServices/deletedAccounts" -ApiVersion 2021-04-30 +} + +function PurgePersonalizerInstance ($Resource) { + # All deleted resources are of type Microsoft.CognitiveServices/locations/resourceGroups/deletedAccounts + # The only way to identify the personalizer resorces to delete is by the resource group name which contains personalizer + $resourceId = $Resource.ResourceId + if ($resourceId -match "personalizer") { + Log "Deleting Personalizer instance: '$($resourceId)'" + Remove-AzResource -ResourceId $resourceId -Force + } +} + +Log "Permanently deleting all Personalizer instances" +GetSoftDeletedInstances -SubscriptionId $SubscriptionId | ForEach-Object { PurgePersonalizerInstance($_) } diff --git a/sdk/personalizer/test-resources.json b/sdk/personalizer/test-resources.json new file mode 100644 index 000000000000..24773d13a835 --- /dev/null +++ b/sdk/personalizer/test-resources.json @@ -0,0 +1,87 @@ +{ + "$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentTemplate.json#", + "contentVersion": "1.0.0.0", + "parameters": { + "baseName": { + "type": "string", + "defaultValue": "[resourceGroup().name]", + "metadata": { + "description": "The base resource name." + } + }, + "location": { + "type": "string", + "defaultValue": "eastus2euap", + "metadata": { + "description": "The location of the resource." + } + } + }, + "variables": {}, + "resources": [ + { + "type": "Microsoft.CognitiveServices/accounts", + "apiVersion": "2021-04-30", + "name": "[concat(parameters('baseName'), 'SingleSlot')]", + "location": "[parameters('location')]", + "sku": { + "name": "S0" + }, + "kind": "Personalizer", + "identity": { + "type": "None", + "userAssignedIdentities": {} + }, + "properties": { + "customSubDomainName": "[concat(parameters('baseName'), 'SingleSlot')]", + "networkAcls": { + "defaultAction": "Allow", + "virtualNetworkRules": [], + "ipRules": [] + }, + "publicNetworkAccess": "Enabled" + } + }, + { + "type": "Microsoft.CognitiveServices/accounts", + "apiVersion": "2021-04-30", + "name": "[concat(parameters('baseName'), 'MultiSlot')]", + "location": "[parameters('location')]", + "sku": { + "name": "S0" + }, + "kind": "Personalizer", + "identity": { + "type": "None", + "userAssignedIdentities": {} + }, + "properties": { + "customSubDomainName": "[concat(parameters('baseName'), 'MultiSlot')]", + "networkAcls": { + "defaultAction": "Allow", + "virtualNetworkRules": [], + "ipRules": [] + }, + "publicNetworkAccess": "Enabled" + } + } + ], + "outputs": { + "PERSONALIZER_ENDPOINT_MULTI_SLOT": { + "type": "string", + "value": "[reference(concat(parameters('baseName'), 'MultiSlot')).endpoint]" + }, + "PERSONALIZER_API_KEY_MULTI_SLOT": { + "type": "string", + "value": "[ListKeys(concat(parameters('baseName'), 'MultiSlot'), '2021-04-30').key1]" + }, + "PERSONALIZER_ENDPOINT_SINGLE_SLOT": { + "type": "string", + "value": "[reference(concat(parameters('baseName'), 'SingleSlot')).endpoint]" + }, + "PERSONALIZER_API_KEY_SINGLE_SLOT": { + "type": "string", + "value": "[ListKeys(concat(parameters('baseName'), 'SingleSlot'), '2021-04-30').key1]" + } + } +}