Class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1ResourceRuntime
- Inherits:
-
Object
- Object
- Google::Apis::AiplatformV1::GoogleCloudAiplatformV1ResourceRuntime
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/aiplatform_v1/classes.rb,
lib/google/apis/aiplatform_v1/representations.rb,
lib/google/apis/aiplatform_v1/representations.rb
Overview
Persistent Cluster runtime information as output
Instance Attribute Summary collapse
-
#access_uris ⇒ Hash<String,String>
Output only.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudAiplatformV1ResourceRuntime
constructor
A new instance of GoogleCloudAiplatformV1ResourceRuntime.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudAiplatformV1ResourceRuntime
Returns a new instance of GoogleCloudAiplatformV1ResourceRuntime.
21711 21712 21713 |
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 21711 def initialize(**args) update!(**args) end |
Instance Attribute Details
#access_uris ⇒ Hash<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"
Corresponds to the JSON property accessUris
21709 21710 21711 |
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 21709 def access_uris @access_uris end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
21716 21717 21718 |
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 21716 def update!(**args) @access_uris = args[:access_uris] if args.key?(:access_uris) end |