All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.ray.serve.generated.ArrayDataOrBuilder Maven / Gradle / Ivy

There is a newer version: 2.39.0
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: src/ray/protobuf/serve.proto

package io.ray.serve.generated;

public interface ArrayDataOrBuilder extends
    // @@protoc_insertion_point(interface_extends:ray.serve.ArrayData)
    com.google.protobuf.MessageOrBuilder {

  /**
   * repeated float nums = 1 [json_name = "nums"];
   * @return A list containing the nums.
   */
  java.util.List getNumsList();
  /**
   * repeated float nums = 1 [json_name = "nums"];
   * @return The count of nums.
   */
  int getNumsCount();
  /**
   * repeated float nums = 1 [json_name = "nums"];
   * @param index The index of the element to return.
   * @return The nums at the given index.
   */
  float getNums(int index);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy