public static interface
CostGraphDef.AggregatedCostOrBuilder
Known Indirect Subclasses |
Public Methods
abstract float |
getCost()
Aggregated cost value. |
abstract String |
getDimension()
Aggregated cost dimension (e.g. |
abstract com.google.protobuf.ByteString |
getDimensionBytes()
Aggregated cost dimension (e.g. |
Public Methods
public abstract float getCost ()
Aggregated cost value.
float cost = 1;
public abstract String getDimension ()
Aggregated cost dimension (e.g. 'memory', 'compute', 'network').
string dimension = 2;
public abstract com.google.protobuf.ByteString getDimensionBytes ()
Aggregated cost dimension (e.g. 'memory', 'compute', 'network').
string dimension = 2;