Class: Google::Cloud::AIPlatform::V1::ResourceRuntime
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::ResourceRuntime
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/persistent_resource.rb
Overview
Persistent Cluster runtime information as output
Defined Under Namespace
Classes: AccessUrisEntry
Instance Attribute Summary collapse
-
#access_uris ⇒ ::Google::Protobuf::Map{::String => ::String}
readonly
Output only.
Instance Attribute Details
#access_uris ⇒ ::Google::Protobuf::Map{::String => ::String} (readonly)
Returns 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" }.
270 271 272 273 274 275 276 277 278 279 280 281 282 |
# File 'proto_docs/google/cloud/aiplatform/v1/persistent_resource.rb', line 270 class ResourceRuntime include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class AccessUrisEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |