ResourceRuntime class final
Persistent Cluster runtime information as output
- Inheritance
-
- Object
- ProtoMessage
- ResourceRuntime
Constructors
-
ResourceRuntime({Map<
String, String> accessUris = const {}, String notebookRuntimeTemplate = ''}) - ResourceRuntime.fromJson(Object? j)
-
factory
Properties
-
accessUris
→ Map<
String, String> -
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"
}
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- notebookRuntimeTemplate → String
-
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"
final
- qualifiedName → String
-
The fully qualified name of this message, i.e.,
google.protobuf.Durationorgoogle.rpc.ErrorInfo.finalinherited - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Object -
override
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
- fullyQualifiedName → const String