CostGraphDef.AggregatedCostOrBuilder

interfaccia statica pubblica CostGraphDef.AggregatedCostOrBuilder
Sottoclassi indirette conosciute

Metodi pubblici

galleggiante astratto
getCosto ()
 Aggregated cost value.
stringa astratta
getDimensione ()
 Aggregated cost dimension (e.g.
astratto com.google.protobuf.ByteString
getDimensionBytes ()
 Aggregated cost dimension (e.g.

Metodi pubblici

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;

estratto pubblico com.google.protobuf.ByteString getDimensionBytes ()

 Aggregated cost dimension (e.g. 'memory', 'compute', 'network').
 
string dimension = 2;