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

com.clarifai.grpc.api.ModelVersionInputExampleOrBuilder 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 ModelVersionInputExampleOrBuilder extends
    // @@protoc_insertion_point(interface_extends:clarifai.api.ModelVersionInputExample)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * user unique id
   * 
* * string id = 1; * @return The id. */ java.lang.String getId(); /** *
   * user unique id
   * 
* * string id = 1; * @return The bytes for id. */ com.google.protobuf.ByteString getIdBytes(); /** *
   * external id of model
   * 
* * string model_id = 2; * @return The modelId. */ java.lang.String getModelId(); /** *
   * external id of model
   * 
* * string model_id = 2; * @return The bytes for modelId. */ com.google.protobuf.ByteString getModelIdBytes(); /** *
   * external id of model version
   * 
* * string model_version_id = 3; * @return The modelVersionId. */ java.lang.String getModelVersionId(); /** *
   * external id of model version
   * 
* * string model_version_id = 3; * @return The bytes for modelVersionId. */ com.google.protobuf.ByteString getModelVersionIdBytes(); /** *
   * data to store as example input for model
   * 
* * .clarifai.api.Data data = 4; * @return Whether the data field is set. */ boolean hasData(); /** *
   * data to store as example input for model
   * 
* * .clarifai.api.Data data = 4; * @return The data. */ com.clarifai.grpc.api.Data getData(); /** *
   * data to store as example input for model
   * 
* * .clarifai.api.Data data = 4; */ com.clarifai.grpc.api.DataOrBuilder getDataOrBuilder(); /** *
   * name of link for display
   * 
* * string name = 5; * @return The name. */ java.lang.String getName(); /** *
   * name of link for display
   * 
* * string name = 5; * @return The bytes for name. */ com.google.protobuf.ByteString getNameBytes(); /** *
   * description of link contents
   * 
* * string description = 6; * @return The description. */ java.lang.String getDescription(); /** *
   * description of link contents
   * 
* * string description = 6; * @return The bytes for description. */ com.google.protobuf.ByteString getDescriptionBytes(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy