Interface CostGraphDef.AggregatedCostOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      float getCost()
      Aggregated cost value.
      java.lang.String getDimension()
      Aggregated cost dimension (e.g.
      com.google.protobuf.ByteString getDimensionBytes()
      Aggregated cost dimension (e.g.
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • getCost

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

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

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