Skip to content

Inversion Report

InversionReportArgs

Bases: BaseModel

Inversion report arguments.

Parameters:

Name Type Description Default
source_solution_id str
required
build_mfd_plots bool
required
build_report_level str | None
required
hack_fault_model str | None
required

Attributes

source_solution_id: str instance-attribute

build_mfd_plots: bool instance-attribute

build_report_level: str | None instance-attribute

hack_fault_model: str | None 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=60, ecs_memory=30720, ecs_vcpu=4, ecs_job_definition='Fargate-runzi-opensha-JD', ecs_job_queue='BasicFargate_Q') module-attribute