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

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

// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: proto/clarifai/api/resources.proto

package com.clarifai.grpc.api;

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

  /**
   * 
   * This is the internal id of the pretrained model.
   * Map from the api.Data field names to the Triton config.pbtxt input.
   * 
* * .google.protobuf.Struct input_fields_map = 3; * @return Whether the inputFieldsMap field is set. */ boolean hasInputFieldsMap(); /** *
   * This is the internal id of the pretrained model.
   * Map from the api.Data field names to the Triton config.pbtxt input.
   * 
* * .google.protobuf.Struct input_fields_map = 3; * @return The inputFieldsMap. */ com.google.protobuf.Struct getInputFieldsMap(); /** *
   * This is the internal id of the pretrained model.
   * Map from the api.Data field names to the Triton config.pbtxt input.
   * 
* * .google.protobuf.Struct input_fields_map = 3; */ com.google.protobuf.StructOrBuilder getInputFieldsMapOrBuilder(); /** *
   * Map from the api.Data field names to the Triton config.pbtxt output.
   * 
* * .google.protobuf.Struct output_fields_map = 4; * @return Whether the outputFieldsMap field is set. */ boolean hasOutputFieldsMap(); /** *
   * Map from the api.Data field names to the Triton config.pbtxt output.
   * 
* * .google.protobuf.Struct output_fields_map = 4; * @return The outputFieldsMap. */ com.google.protobuf.Struct getOutputFieldsMap(); /** *
   * Map from the api.Data field names to the Triton config.pbtxt output.
   * 
* * .google.protobuf.Struct output_fields_map = 4; */ com.google.protobuf.StructOrBuilder getOutputFieldsMapOrBuilder(); /** *
   * Url to a zipped up model in triton format with the following files and folders at the root:
   *  config.pbtxt
   *  version 1 folder that contains model files (onnx graph, torch script, python BE model, and etc.)
   * 
* * string model_zip_url = 6; * @return The modelZipUrl. */ java.lang.String getModelZipUrl(); /** *
   * Url to a zipped up model in triton format with the following files and folders at the root:
   *  config.pbtxt
   *  version 1 folder that contains model files (onnx graph, torch script, python BE model, and etc.)
   * 
* * string model_zip_url = 6; * @return The bytes for modelZipUrl. */ com.google.protobuf.ByteString getModelZipUrlBytes(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy