wallaroo.edge


class Edge(wallaroo.wallaroo_ml_ops_api_client.models.edge.Edge):

The Edge

Attributes: cpus (float): Number of CPUs id (str): ID memory (str): Amount of memory (in k8s format) name (str): User-given name tags (List[str]): Edge tags created_at (Union[None, Unset, datetime.datetime]): Date created created_on_version (Union[Unset, AppVersion]): should_run_publish (Union[None, Unset, int]): The pipeline publish ID this edge is supposed to run spiffe_id (Union[None, Unset, str]): Spiffe ID

@classmethod
def from_dict(self, data):
class EdgeList(typing.List[wallaroo.edge.Edge]):

Built-in mutable sequence.

If no argument is given, the constructor creates a new empty list. The argument must be an iterable if specified.