galileo_sdk.business.objects.lz.Lz

class galileo_sdk.business.objects.lz.Lz(name, user_id, status, lz_id, gpu_count, cpu_count, operating_system, arch, memory_amount, memory, job_runner, container_technology)[source]
__init__(name, user_id, status, lz_id, gpu_count, cpu_count, operating_system, arch, memory_amount, memory, job_runner, container_technology)[source]

Landing Zone Object

Parameters
  • name – Optional[List[str]]: Human readable name name of the Landing Zone

  • user_id – Optional[List[str]]: User ID the LZ belongs to

  • status – Optional[List[str]]: Status of the Landing Zone (i.e. online or offline)

  • lz_id – Optional[int]: UUID of the Landing Zone

  • gpu_count – Optional[int]: Number of GPUs the LZ has

  • cpu_count – Optional[List[str]]: Number of CPUs the LZ has

  • operating_system – Optional[bool]: Operating system used by host (i.e. Windows or Linux)

  • arch – Chipset architecture of the container runtime (i.e. x86, Arm7, etc.)

  • memory_amount – Amount of memory available on the LZ

  • memory – Amount of memory available on the LZ

  • job_runner – Used internally

  • container_technology – Runtime technology(i.e. Slurm, Singularity, Docker)

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__(name, user_id, status, lz_id, …)

Landing Zone 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)