Skip to content

Average Solutions

AverageSolutionsArgs

Bases: BaseModel

Input for averaging solutions.

Parameters:

Name Type Description Default
source_solution_ids list[str]

the toshi IDs of the solutions to average together.

required

Attributes

source_solution_ids: list[str] instance-attribute

the toshi IDs of the solutions to average together.

default_system_args = SystemArgs(task_language=(TaskLanguage.PYTHON), use_api=USE_API, 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