com.clarifai.grpc.api.ConceptExtraInfoRequestOrBuilder 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 ConceptExtraInfoRequestOrBuilder extends
// @@protoc_insertion_point(interface_extends:clarifai.api.ConceptExtraInfoRequest)
com.google.protobuf.MessageOrBuilder {
/**
*
* Determine if the concept is searchable by rank using this model.
* Currently, only embedder models are supported.
* ########## Supported fields ##########
* - app_id
* - id
* - model_version.id
* - user_id
*
*
* .clarifai.api.Model rankable_model = 1;
* @return Whether the rankableModel field is set.
*/
boolean hasRankableModel();
/**
*
* Determine if the concept is searchable by rank using this model.
* Currently, only embedder models are supported.
* ########## Supported fields ##########
* - app_id
* - id
* - model_version.id
* - user_id
*
*
* .clarifai.api.Model rankable_model = 1;
* @return The rankableModel.
*/
com.clarifai.grpc.api.Model getRankableModel();
/**
*
* Determine if the concept is searchable by rank using this model.
* Currently, only embedder models are supported.
* ########## Supported fields ##########
* - app_id
* - id
* - model_version.id
* - user_id
*
*
* .clarifai.api.Model rankable_model = 1;
*/
com.clarifai.grpc.api.ModelOrBuilder getRankableModelOrBuilder();
}