Cloud AI Platform v1 API - Class ResourceRuntime (3.0.0)

public sealed class ResourceRuntime : IMessage<ResourceRuntime>, IEquatable<ResourceRuntime>, IDeepCloneable<ResourceRuntime>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud AI Platform v1 API class ResourceRuntime.

Persistent Cluster runtime information as output

Inheritance

object > ResourceRuntime

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

ResourceRuntime()

public ResourceRuntime()

ResourceRuntime(ResourceRuntime)

public ResourceRuntime(ResourceRuntime other)
Parameter
Name Description
other ResourceRuntime

Properties

AccessUris

public MapField<string, string> AccessUris { get; }

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" }

Property Value
Type Description
MapFieldstringstring