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

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

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

package com.clarifai.grpc.api;

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

  /**
   * 
   * authorization field  (contains app/user id info)
   * 
* * .clarifai.api.UserAppIDSet user_app_id = 1; * @return Whether the userAppId field is set. */ boolean hasUserAppId(); /** *
   * authorization field  (contains app/user id info)
   * 
* * .clarifai.api.UserAppIDSet user_app_id = 1; * @return The userAppId. */ com.clarifai.grpc.api.UserAppIDSet getUserAppId(); /** *
   * authorization field  (contains app/user id info)
   * 
* * .clarifai.api.UserAppIDSet user_app_id = 1; */ com.clarifai.grpc.api.UserAppIDSetOrBuilder getUserAppIdOrBuilder(); /** *
   * id of model the example belongs to
   * 
* * string model_id = 2; * @return The modelId. */ java.lang.String getModelId(); /** *
   * id of model the example belongs to
   * 
* * string model_id = 2; * @return The bytes for modelId. */ com.google.protobuf.ByteString getModelIdBytes(); /** *
   * specific version the example belongs to
   * 
* * string model_version_id = 3; * @return The modelVersionId. */ java.lang.String getModelVersionId(); /** *
   * specific version the example belongs to
   * 
* * string model_version_id = 3; * @return The bytes for modelVersionId. */ com.google.protobuf.ByteString getModelVersionIdBytes(); /** *
   * Id of example to fetch
   * 
* * string example_id = 4; * @return The exampleId. */ java.lang.String getExampleId(); /** *
   * Id of example to fetch
   * 
* * string example_id = 4; * @return The bytes for exampleId. */ com.google.protobuf.ByteString getExampleIdBytes(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy