galileo_sdk.sdk.missions.MissionsSdk.run_job_on_lz

MissionsSdk.run_job_on_lz(mission_id, station_id, lz_id, cpu_count=None, memory_amount=None, gpu_count=None)[source]

Run a job on a landing zone

Parameters
  • mission_id – str: Reference ID of Mission to launch job from

  • station_id – str: Reference ID of the Station to deploy job to

  • lz_id – str: Reference ID of specific LZ to deploy to

  • cpu_count – int: Number of cpus for this job to request

  • memory_amount – int: Memory in MB for this job to request

  • gpu_count – int: Number of gpus for this job to request

Returns

Job

Example:
>>> galileo.missions.run_job_on_lz(mission.mission_id,station.stationid,lzid,cpu_count=1,memory_amount=1048)