com.clarifai.grpc.api.ImportInfoOrBuilder 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 ImportInfoOrBuilder extends
// @@protoc_insertion_point(interface_extends:clarifai.api.ImportInfo)
com.google.protobuf.MessageOrBuilder {
/**
*
* Used to configure model imports from third-party toolkits.
*
*
* .google.protobuf.Struct params = 1;
* @return Whether the params field is set.
*/
boolean hasParams();
/**
*
* Used to configure model imports from third-party toolkits.
*
*
* .google.protobuf.Struct params = 1;
* @return The params.
*/
com.google.protobuf.Struct getParams();
/**
*
* Used to configure model imports from third-party toolkits.
*
*
* .google.protobuf.Struct params = 1;
*/
com.google.protobuf.StructOrBuilder getParamsOrBuilder();
}