public final class ResourceRuntime extends GeneratedMessageV3 implements ResourceRuntimeOrBuilder
Persistent Cluster runtime information as output
Protobuf type google.cloud.aiplatform.v1beta1.ResourceRuntime
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Static Fields
public static final int ACCESS_URIS_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
public static final int NOTEBOOK_RUNTIME_TEMPLATE_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
Static Methods
public static ResourceRuntime getDefaultInstance()
public static final Descriptors.Descriptor getDescriptor()
public static ResourceRuntime.Builder newBuilder()
public static ResourceRuntime.Builder newBuilder(ResourceRuntime prototype)
public static ResourceRuntime parseDelimitedFrom(InputStream input)
public static ResourceRuntime parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static ResourceRuntime parseFrom(byte[] data)
Parameter |
Name |
Description |
data |
byte[]
|
public static ResourceRuntime parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static ResourceRuntime parseFrom(ByteString data)
public static ResourceRuntime parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static ResourceRuntime parseFrom(CodedInputStream input)
public static ResourceRuntime parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static ResourceRuntime parseFrom(InputStream input)
public static ResourceRuntime parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static ResourceRuntime parseFrom(ByteBuffer data)
public static ResourceRuntime parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static Parser<ResourceRuntime> parser()
Methods
public 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];
Parameter |
Name |
Description |
key |
String
|
public boolean equals(Object obj)
Parameter |
Name |
Description |
obj |
Object
|
Overrides
public Map<String,String> getAccessUris()
public 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];
Returns |
Type |
Description |
int |
|
public 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];
public 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];
Returns |
Type |
Description |
String |
|
public 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];
Parameter |
Name |
Description |
key |
String
|
Returns |
Type |
Description |
String |
|
public ResourceRuntime getDefaultInstanceForType()
public String getNotebookRuntimeTemplate()
Deprecated. google.cloud.aiplatform.v1beta1.ResourceRuntime.notebook_runtime_template is
deprecated. See google/cloud/aiplatform/v1beta1/persistent_resource.proto;l=281
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 |
Type |
Description |
String |
The notebookRuntimeTemplate.
|
public ByteString getNotebookRuntimeTemplateBytes()
Deprecated. google.cloud.aiplatform.v1beta1.ResourceRuntime.notebook_runtime_template is
deprecated. See google/cloud/aiplatform/v1beta1/persistent_resource.proto;l=281
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 |
Type |
Description |
ByteString |
The bytes for notebookRuntimeTemplate.
|
public Parser<ResourceRuntime> getParserForType()
Overrides
public int getSerializedSize()
Returns |
Type |
Description |
int |
|
Overrides
Returns |
Type |
Description |
int |
|
Overrides
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
protected MapFieldReflectionAccessor internalGetMapFieldReflection(int number)
Parameter |
Name |
Description |
number |
int
|
Returns |
Type |
Description |
com.google.protobuf.MapFieldReflectionAccessor |
|
Overrides
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
public final boolean isInitialized()
Overrides
public ResourceRuntime.Builder newBuilderForType()
protected ResourceRuntime.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Overrides
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Returns |
Type |
Description |
Object |
|
Overrides
public ResourceRuntime.Builder toBuilder()
public void writeTo(CodedOutputStream output)
Overrides