Class ResourceRuntime (1.48.0)

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

Persistent Cluster runtime information as output

Attributes

NameDescription
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" }
notebook_runtime_template str
Output only. The resource name of NotebookRuntimeTemplate for the RoV Persistent Cluster The NotebokRuntimeTemplate is created in the same VPC (if set), and with the same Ray and Python version as the Persistent Cluster. Example: "projects/1000/locations/us-central1/notebookRuntimeTemplates/abc123".

Classes

AccessUrisEntry

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

The abstract base class for a message.

Parameters
NameDescription
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