galileo_sdk.business.objects.Mission

class galileo_sdk.business.objects.Mission(mission_id, name, description, source_storage_id, source_path, destination_storage_id, destination_path, user_id, creation_timestamp, mission_type_id, updated_timestamp=None, organization_id=None, settings=None, mission_type_name=None, public=False)[source]
__init__(mission_id, name, description, source_storage_id, source_path, destination_storage_id, destination_path, user_id, creation_timestamp, mission_type_id, updated_timestamp=None, organization_id=None, settings=None, mission_type_name=None, public=False)[source]

Mission Object

Parameters
  • mission_id – UUID of the Mission

  • name – Human readable name of the Mission

  • description – Optional description of the Mission

  • source_storage_id – UUID of the storage provider for input data

  • source_path – base path in the source storage provider where data is stored

  • destination_storage_id – UUID of the storage provider for output data

  • destination_path – base path in the destination storage provider where data is stored

  • user_id – UUID of the Mission owner

  • creation_timestamp – Time the Mission was created

  • mission_type_id – Mission framework type UUID

  • updated_timestamp – Time the Mission was last updated

  • organization_id – The organization UUID the Mission is associated with

  • settings – Dictionary of Mission framework type settings

  • mission_type_name – Human readable name of the Mission framework type

  • public – Boolean indicating if the Mission is publicly searchable

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__(mission_id, name, description, …)

Mission Object

__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().

Attributes

__dict__

__doc__

__module__

__weakref__

list of weak references to the object (if defined)