CostGraphDef.AggregatedCostOrBuilder

パブリック静的インターフェイスCostGraphDef.AggregatedCostOrBuilder
既知の間接サブクラス

パブリックメソッド

抽象的なフロート
getコスト()
 Aggregated cost value.
抽象文字列
getDimension ()
 Aggregated cost dimension (e.g.
抽象的な com.google.protobuf.ByteString
getDimensionBytes ()
 Aggregated cost dimension (e.g.

パブリックメソッド

パブリック抽象浮動小数点getCost ()

 Aggregated cost value.
 
float cost = 1;

public abstract String 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;