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

com.clarifai.grpc.api.EvalInfoOrBuilder Maven / Gradle / Ivy

The newest version!
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: proto/clarifai/api/resources.proto

package com.clarifai.grpc.api;

public interface EvalInfoOrBuilder extends
    // @@protoc_insertion_point(interface_extends:clarifai.api.EvalInfo)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * To control the evaluation process.
   * Allow a list of parameters.
   * 
* * .google.protobuf.Struct params = 1; * @return Whether the params field is set. */ boolean hasParams(); /** *
   * To control the evaluation process.
   * Allow a list of parameters.
   * 
* * .google.protobuf.Struct params = 1; * @return The params. */ com.google.protobuf.Struct getParams(); /** *
   * To control the evaluation process.
   * Allow a list of parameters.
   * 
* * .google.protobuf.Struct params = 1; */ com.google.protobuf.StructOrBuilder getParamsOrBuilder(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy