hipscatalog_gen.cluster.runtime.ClusterRuntime

class ClusterRuntime(cluster, client, diagnostics_mode)[source]

Bases: object

Runtime handles for the Dask cluster.

Parameters:
  • cluster (Any)

  • client (Client)

  • diagnostics_mode (str)

__init__(cluster, client, diagnostics_mode)
Parameters:
  • cluster (Any)

  • client (Client)

  • diagnostics_mode (str)

Return type:

None

Methods

__init__(cluster, client, diagnostics_mode)

Attributes

cluster

client

diagnostics_mode

cluster: Any
client: Client
diagnostics_mode: str