CostGraphDef.AggregatedCostOrBuilder

общедоступный статический интерфейс CostGraphDef.AggregatedCostOrBuilder
Известные косвенные подклассы

Публичные методы

абстрактный поплавок
получитьСтоимость ()
 Aggregated cost value.
абстрактная строка
getDimension ()
 Aggregated cost dimension (e.g.
абстрактный com.google.protobuf.ByteString
getDimensionBytes ()
 Aggregated cost dimension (e.g.

Публичные методы

общедоступный абстрактный float getCost ()

 Aggregated cost value.
 
float cost = 1;

общедоступная абстрактная строка getDimension ()

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

общедоступный абстрактный com.google.protobuf.ByteString getDimensionBytes ()

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