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_submission_args = SubmissionArgs(task_language=(TaskLanguage.PYTHON), ecs_max_job_time_min=10, ecs_memory=30720, ecs_vcpu=4) module-attribute