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 Summary
Modifier and TypeMethodDescriptiongetAgents(int index) @@ @@ ..int@@ @@ ..@@ @@ ..getAgentsOrBuilder(int index) @@ @@ ..@@ @@ ..Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getAgentsList
List<ModelConfigOuterClass.ModelRepositoryAgents.Agent> 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
List<? extends ModelConfigOuterClass.ModelRepositoryAgents.AgentOrBuilder> 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;
-