public sealed class ResourceRuntime : IMessage<ResourceRuntime>, IEquatable<ResourceRuntime>, IDeepCloneable<ResourceRuntime>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud AI Platform v1beta1 API class ResourceRuntime.
Persistent Cluster runtime information as output
Implements
IMessageResourceRuntime, IEquatableResourceRuntime, IDeepCloneableResourceRuntime, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.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 |
NotebookRuntimeTemplate
[Obsolete]
public string NotebookRuntimeTemplate { get; set; }
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"
Property Value | |
---|---|
Type | Description |
string |
NotebookRuntimeTemplateAsNotebookRuntimeTemplateName
[Obsolete]
public NotebookRuntimeTemplateName NotebookRuntimeTemplateAsNotebookRuntimeTemplateName { get; set; }
NotebookRuntimeTemplateName-typed view over the NotebookRuntimeTemplate resource name property.
Property Value | |
---|---|
Type | Description |
NotebookRuntimeTemplateName |