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

      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];
    • getAccessUris

      @Deprecated Map<String,String> getAccessUris()
      Deprecated.
      Use getAccessUrisMap() instead.
    • getAccessUrisMap

      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];
    • getAccessUrisOrDefault

      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];
    • getAccessUrisOrThrow

      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];
    • getNotebookRuntimeTemplate

      @Deprecated String getNotebookRuntimeTemplate()
      Deprecated.
      google.cloud.aiplatform.v1beta1.ResourceRuntime.notebook_runtime_template is deprecated. See google/cloud/aiplatform/v1beta1/persistent_resource.proto;l=290
       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) = { ... }
      Returns:
      The notebookRuntimeTemplate.
    • getNotebookRuntimeTemplateBytes

      @Deprecated 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=290
       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) = { ... }
      Returns:
      The bytes for notebookRuntimeTemplate.