com.clarifai.grpc.api.TritonCondaEnvInfoOrBuilder 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 TritonCondaEnvInfoOrBuilder extends
// @@protoc_insertion_point(interface_extends:clarifai.api.TritonCondaEnvInfo)
com.google.protobuf.MessageOrBuilder {
/**
* string conda_pack_url = 1;
* @return The condaPackUrl.
*/
java.lang.String getCondaPackUrl();
/**
* string conda_pack_url = 1;
* @return The bytes for condaPackUrl.
*/
com.google.protobuf.ByteString
getCondaPackUrlBytes();
/**
* string conda_yaml_url = 2;
* @return The condaYamlUrl.
*/
java.lang.String getCondaYamlUrl();
/**
* string conda_yaml_url = 2;
* @return The bytes for condaYamlUrl.
*/
com.google.protobuf.ByteString
getCondaYamlUrlBytes();
}