Package inference

Interface ModelConfigOuterClass.ModelRepositoryAgentsOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
ModelConfigOuterClass.ModelRepositoryAgents, ModelConfigOuterClass.ModelRepositoryAgents.Builder
Enclosing class:
ModelConfigOuterClass

public static interface ModelConfigOuterClass.ModelRepositoryAgentsOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • getAgentsList

      @@
      @@  .. cpp:var:: Agent agents (repeated)
      @@
      @@     The ordered list of agents for the model. These agents will be
      @@     invoked in order to respond to repository actions occurring for the
      @@     model.
      @@
       
      repeated .inference.ModelRepositoryAgents.Agent agents = 1;
    • getAgents

      @@
      @@  .. cpp:var:: Agent agents (repeated)
      @@
      @@     The ordered list of agents for the model. These agents will be
      @@     invoked in order to respond to repository actions occurring for the
      @@     model.
      @@
       
      repeated .inference.ModelRepositoryAgents.Agent agents = 1;
    • getAgentsCount

      int getAgentsCount()
      @@
      @@  .. cpp:var:: Agent agents (repeated)
      @@
      @@     The ordered list of agents for the model. These agents will be
      @@     invoked in order to respond to repository actions occurring for the
      @@     model.
      @@
       
      repeated .inference.ModelRepositoryAgents.Agent agents = 1;
    • getAgentsOrBuilderList

      @@
      @@  .. cpp:var:: Agent agents (repeated)
      @@
      @@     The ordered list of agents for the model. These agents will be
      @@     invoked in order to respond to repository actions occurring for the
      @@     model.
      @@
       
      repeated .inference.ModelRepositoryAgents.Agent agents = 1;
    • getAgentsOrBuilder

      @@
      @@  .. cpp:var:: Agent agents (repeated)
      @@
      @@     The ordered list of agents for the model. These agents will be
      @@     invoked in order to respond to repository actions occurring for the
      @@     model.
      @@
       
      repeated .inference.ModelRepositoryAgents.Agent agents = 1;