CarbonIntensityDTO

interface CarbonIntensityDTO {
    carbonIntensity?: number;
    endTime?: string;
    location?: string;
    startTime?: string;
}

Properties

carbonIntensity?: number

Value of the marginal carbon intensity in grams per kilowatt-hour.

CarbonIntensityDTO

endTime?: string

the time at which the workflow we are measuring carbon intensity for ended

CarbonIntensityDTO

location?: string

the location name where workflow is run

CarbonIntensityDTO

startTime?: string

the time at which the workflow we are measuring carbon intensity for started

CarbonIntensityDTO