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

com.github.tjake.jlama.net.GenerateRequestOrBuilder Maven / Gradle / Ivy

// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: JlamaService.proto

package com.github.tjake.jlama.net;

public interface GenerateRequestOrBuilder extends
    // @@protoc_insertion_point(interface_extends:com.github.tjake.jlama.net.GenerateRequest)
    com.google.protobuf.MessageOrBuilder {

  /**
   * bytes workerid = 1;
   * @return The workerid.
   */
  com.google.protobuf.ByteString getWorkerid();

  /**
   * bytes session = 2;
   * @return The session.
   */
  com.google.protobuf.ByteString getSession();

  /**
   * bytes tensor = 3;
   * @return The tensor.
   */
  com.google.protobuf.ByteString getTensor();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy