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.Deprecated.google.cloud.aiplatform.v1beta1.ResourceRuntime.notebook_runtime_template is deprecated.com.google.protobuf.ByteStringDeprecated.google.cloud.aiplatform.v1beta1.ResourceRuntime.notebook_runtime_template is deprecated.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]; -
getNotebookRuntimeTemplate
Deprecated.google.cloud.aiplatform.v1beta1.ResourceRuntime.notebook_runtime_template is deprecated. See google/cloud/aiplatform/v1beta1/persistent_resource.proto;l=290Output 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) = { ... }- Returns:
- The notebookRuntimeTemplate.
-
getNotebookRuntimeTemplateBytes
Deprecated.google.cloud.aiplatform.v1beta1.ResourceRuntime.notebook_runtime_template is deprecated. See google/cloud/aiplatform/v1beta1/persistent_resource.proto;l=290Output 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) = { ... }- Returns:
- The bytes for notebookRuntimeTemplate.
-