You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// Retrieves the most recent forecasted data and calculates the optimal marginal carbon intensity window.
8
+
/// Retrieves the most recent forecasted data and calculates the optimal carbon intensity window.
9
9
/// </summary>
10
10
/// <param name="locations">Array of locations where the workflow is run (ex: ["eastus", "westus"])</param>
11
11
/// <param name="dataStartAt">Start time boundary of forecasted data points. Ignores current forecast data points before this time (ex: 2022-03-01T15:30:00Z)</param>
@@ -15,13 +15,13 @@ public interface IForecastHandler
/// Retrieves the historical forecasted data for the given date range and calculates the optimal marginal carbon intensity window.
18
+
/// Retrieves the historical forecasted data for the given date range and calculates the optimal carbon intensity window.
19
19
/// </summary>
20
20
/// <param name="location">String location where the workflow is run (ex: "eastus")</param>
21
21
/// <param name="dataStartAt">Start time boundary of forecasted data points. Ignores current forecast data points before this time (ex: 2022-03-01T15:30:00Z)</param>
22
22
/// <param name="dataEndAt">End time boundary of forecasted data points. Ignores current forecast data points after this time (ex: 2022-03-01T18:30:00Z)</param>
23
23
/// <param name="requestedAt">The timestamp used to access the most recently generated forecast as of that time. (ex: 2022-03-01T18:30:00Z)</param>
24
24
/// <param name="windowSize">The estimated duration (in minutes) of the workload.</param>
25
-
/// <returns>An <see cref="EmissionsForecast"/> with the optimal marginal carbon intensity window.</returns>
25
+
/// <returns>An <see cref="EmissionsForecast"/> with the optimal carbon intensity window.</returns>
0 commit comments