public interface ResourceRuntimeOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsAccessUris(String key)
Output only.
|
Map<String,String> |
getAccessUris()
Deprecated.
|
int |
getAccessUrisCount()
Output only.
|
Map<String,String> |
getAccessUrisMap()
Output only.
|
String |
getAccessUrisOrDefault(String key,
String defaultValue)
Output only.
|
String |
getAccessUrisOrThrow(String key)
Output only.
|
String |
getNotebookRuntimeTemplate()
Deprecated.
google.cloud.aiplatform.v1beta1.ResourceRuntime.notebook_runtime_template is
deprecated. See google/cloud/aiplatform/v1beta1/persistent_resource.proto;l=267
|
com.google.protobuf.ByteString |
getNotebookRuntimeTemplateBytes()
Deprecated.
google.cloud.aiplatform.v1beta1.ResourceRuntime.notebook_runtime_template is
deprecated. See google/cloud/aiplatform/v1beta1/persistent_resource.proto;l=267
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofint getAccessUrisCount()
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"
}
map<string, string> access_uris = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
boolean containsAccessUris(String key)
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"
}
map<string, string> access_uris = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
@Deprecated Map<String,String> getAccessUris()
getAccessUrisMap() instead.Map<String,String> getAccessUrisMap()
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"
}
map<string, string> access_uris = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
String getAccessUrisOrDefault(String key, String defaultValue)
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"
}
map<string, string> access_uris = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
String getAccessUrisOrThrow(String key)
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"
}
map<string, string> access_uris = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
@Deprecated String getNotebookRuntimeTemplate()
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"
string notebook_runtime_template = 2 [deprecated = true, (.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
@Deprecated com.google.protobuf.ByteString getNotebookRuntimeTemplateBytes()
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"
string notebook_runtime_template = 2 [deprecated = true, (.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
Copyright © 2024 Google LLC. All rights reserved.