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

com.clarifai.grpc.api.CustomCodeOperatorRequestOrBuilder 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 CustomCodeOperatorRequestOrBuilder extends
    // @@protoc_insertion_point(interface_extends:clarifai.api.CustomCodeOperatorRequest)
    com.google.protobuf.MessageOrBuilder {

  /**
   * repeated .clarifai.api.Input inputs = 1;
   */
  java.util.List 
      getInputsList();
  /**
   * repeated .clarifai.api.Input inputs = 1;
   */
  com.clarifai.grpc.api.Input getInputs(int index);
  /**
   * repeated .clarifai.api.Input inputs = 1;
   */
  int getInputsCount();
  /**
   * repeated .clarifai.api.Input inputs = 1;
   */
  java.util.List 
      getInputsOrBuilderList();
  /**
   * repeated .clarifai.api.Input inputs = 1;
   */
  com.clarifai.grpc.api.InputOrBuilder getInputsOrBuilder(
      int index);

  /**
   * 
   * support arbitrary metadata
   * 
* * .google.protobuf.Struct metadata = 1002; * @return Whether the metadata field is set. */ boolean hasMetadata(); /** *
   * support arbitrary metadata
   * 
* * .google.protobuf.Struct metadata = 1002; * @return The metadata. */ com.google.protobuf.Struct getMetadata(); /** *
   * support arbitrary metadata
   * 
* * .google.protobuf.Struct metadata = 1002; */ com.google.protobuf.StructOrBuilder getMetadataOrBuilder(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy