galileo_sdk.sdk.missions.MissionsSdk

class galileo_sdk.sdk.missions.MissionsSdk(missions_service)[source]
__init__(missions_service)[source]

Methods

__delattr__(name, /)

Implement delattr(self, name).

__dir__()

Default dir() implementation.

__eq__(value, /)

Return self==value.

__format__(format_spec, /)

Default object formatter.

__ge__(value, /)

Return self>=value.

__getattribute__(name, /)

Return getattr(self, name).

__gt__(value, /)

Return self>value.

__hash__()

Return hash(self).

__init__(missions_service)

__init_subclass__

This method is called when a class is subclassed.

__le__(value, /)

Return self<=value.

__lt__(value, /)

Return self<value.

__ne__(value, /)

Return self!=value.

__new__(**kwargs)

__reduce__()

Helper for pickle.

__reduce_ex__(protocol, /)

Helper for pickle.

__repr__()

Return repr(self).

__setattr__(name, value, /)

Implement setattr(self, name, value).

__sizeof__()

Size of object in memory, in bytes.

__str__()

Return str(self).

__subclasshook__

Abstract classes can override this to customize issubclass().

create_and_upload_mission(name, directory[, …])

Create a new Mission in your Galileo account and upload input files from the specified directory in the same call.

create_mission(name[, description, …])

Create a new Mission in your Galileo account.

create_mission_and_run_job(name, directory, …)

Create mission and run a job

delete_file(mission_id, file_path)

Delete a single file in a Mission

delete_mission_by_id(mission_id)

Deletes a mission

get_mission_by_id(mission_id)

Get a specific Mission’s details by providing its UUID

get_mission_files(mission_id)

Provides the metadata of all files in a Mission context

get_mission_type(mission_type_id)

Retrieve more detailed information about a Mission Framework Type

get_mission_type_settings_info(mission_type_id)

Gets the settings of a particular Mission Framework Type.

list_mission_types()

Gets a list of summaries of Mission Framework Types.

list_missions([mission_ids, names, …])

Get list of Missions associated with your account

run_job_on_lz(mission_id, station_id, lz_id)

Run a job on a landing zone

run_job_on_station(mission_id, station_id[, …])

Run a job on a station

update_mission(mission_id[, name, …])

Update the settings and metadata associated with a Mission context.

update_mission_args(mission_id, arg)

Update the arguments to a mission.

upload(mission_id, payload[, rename, verbose])

Upload a file or directory to the specified Mission.

Attributes

__dict__

__doc__

__module__

__weakref__

list of weak references to the object (if defined)