Skip to content

Time Dependent Solution

TimeDependentSolutionArgs

Bases: BaseModel

Input for time dependent solution rate scaling.

Parameters:

Name Type Description Default
source_solution_id str
required
current_year int
required
most_recent_event_enum str
required
aperiodicity str
required
forecast_timespan int
required

Attributes

source_solution_id: str instance-attribute

current_year: int instance-attribute

most_recent_event_enum: str instance-attribute

aperiodicity: str instance-attribute

forecast_timespan: int instance-attribute

default_system_args = SystemArgs(task_language=(TaskLanguage.JAVA), use_api=USE_API, java_threads=16, jvm_heap_max=32, ecs_max_job_time_min=10, ecs_memory=30720, ecs_vcpu=4, ecs_job_definition='Fargate-runzi-opensha-JD', ecs_job_queue='BasicFargate_Q') module-attribute