Interface CostGraphDef.AggregatedCostOrBuilder

All Superinterfaces:
MessageLiteOrBuilder, MessageOrBuilder
All Known Implementing Classes:
CostGraphDef.AggregatedCost, CostGraphDef.AggregatedCost.Builder
Enclosing class:
CostGraphDef

public static interface CostGraphDef.AggregatedCostOrBuilder extends MessageOrBuilder
  • Method Details

    • getCost

      float getCost()
      Aggregated cost value.
      
      float cost = 1;
      Returns:
      The cost.
    • getDimension

      String getDimension()
      Aggregated cost dimension (e.g. 'memory', 'compute', 'network').
      
      string dimension = 2;
      Returns:
      The dimension.
    • getDimensionBytes

      ByteString getDimensionBytes()
      Aggregated cost dimension (e.g. 'memory', 'compute', 'network').
      
      string dimension = 2;
      Returns:
      The bytes for dimension.