io.ray.serve.generated.FruitCostsOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: src/ray/protobuf/serve.proto
package io.ray.serve.generated;
public interface FruitCostsOrBuilder extends
// @@protoc_insertion_point(interface_extends:ray.serve.FruitCosts)
com.google.protobuf.MessageOrBuilder {
/**
* float costs = 1 [json_name = "costs"];
* @return The costs.
*/
float getCosts();
}