com.clarifai.grpc.api.ModelQueryOrBuilder 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 ModelQueryOrBuilder extends
// @@protoc_insertion_point(interface_extends:clarifai.api.ModelQuery)
com.google.protobuf.MessageOrBuilder {
/**
*
* The name ofthe field. This supports wilcard queries like "gen*" to match "general" as an example.
*
*
* string name = 1;
* @return The name.
*/
java.lang.String getName();
/**
*
* The name ofthe field. This supports wilcard queries like "gen*" to match "general" as an example.
*
*
* string name = 1;
* @return The bytes for name.
*/
com.google.protobuf.ByteString
getNameBytes();
/**
*
* Filter models by the specific model_type_id. See ListModelTypes for the list of ModelType.Id's
* supported.
*
*
* string model_type_id = 3;
* @return The modelTypeId.
*/
java.lang.String getModelTypeId();
/**
*
* Filter models by the specific model_type_id. See ListModelTypes for the list of ModelType.Id's
* supported.
*
*
* string model_type_id = 3;
* @return The bytes for modelTypeId.
*/
com.google.protobuf.ByteString
getModelTypeIdBytes();
}