Package com.google.cloud.aiplatform.v1
Interface ResourceRuntimeOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ResourceRuntime,ResourceRuntime.Builder
@Generated
public interface ResourceRuntimeOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionbooleancontainsAccessUris(String key) Output only.Deprecated.intOutput only.Output only.getAccessUrisOrDefault(String key, String defaultValue) Output only.Output only.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getAccessUrisCount
int 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]; -
containsAccessUris
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]; -
getAccessUris
Deprecated.UsegetAccessUrisMap()instead. -
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]; -
getAccessUrisOrDefault
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]; -
getAccessUrisOrThrow
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];
-