a.clickzetta-java.1.3.15.source-code.virtual_cluster_size.proto Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of clickzetta-java Show documentation
Show all versions of clickzetta-java Show documentation
The java SDK for clickzetta's Lakehouse
syntax = "proto3";
package com.clickzetta.rm;
message VirtualClusterSizeSpec {
int64 id = 1;
string name = 2;
optional string alias_1 = 3;
optional string alias_2 = 4;
optional string alias_3 = 5;
double cpu_core = 6;
int64 mem_gb = 7;
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy