Class ResourceRuntime (1.43.0)

ResourceRuntime(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Persistent Cluster runtime information as output

Attribute

Name Description
access_uris MutableMapping[str, str]
Output only. URIs for user to connect to the Cluster. Example: { "RAY_HEAD_NODE_INTERNAL_IP": "head-node-IP:10001" "RAY_DASHBOARD_URI": "ray-dashboard-address:8888" }

Classes

AccessUrisEntry

AccessUrisEntry(mapping=None, *, ignore_unknown_fields=False, **kwargs)

The abstract base class for a message.

Parameters
Name Description
kwargs dict

Keys and values corresponding to the fields of the message.

mapping Union[dict, .Message]

A dictionary or message to be used to determine the values for this message.

ignore_unknown_fields Optional(bool)

If True, do not raise errors for unknown fields. Only applied if mapping is a mapping type or there are keyword parameters.

Methods

ResourceRuntime

ResourceRuntime(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Persistent Cluster runtime information as output