Package inference
Interface ModelConfigOuterClass.ModelSequenceBatching.ControlInputOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ModelConfigOuterClass.ModelSequenceBatching.ControlInput,ModelConfigOuterClass.ModelSequenceBatching.ControlInput.Builder
- Enclosing class:
ModelConfigOuterClass.ModelSequenceBatching
public static interface ModelConfigOuterClass.ModelSequenceBatching.ControlInputOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetControl(int index) @@ ..int@@ ..@@ ..getControlOrBuilder(int index) @@ ..@@ ..getName()@@ ..com.google.protobuf.ByteString@@ ..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
-
getName
String getName()@@ .. cpp:var:: string name @@ @@ The name of the model input. @@
string name = 1;- Returns:
- The name.
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()@@ .. cpp:var:: string name @@ @@ The name of the model input. @@
string name = 1;- Returns:
- The bytes for name.
-
getControlList
List<ModelConfigOuterClass.ModelSequenceBatching.Control> getControlList()@@ .. cpp:var:: Control control (repeated) @@ @@ The control value(s) that should be communicated to the @@ model using this model input. @@
repeated .inference.ModelSequenceBatching.Control control = 2; -
getControl
@@ .. cpp:var:: Control control (repeated) @@ @@ The control value(s) that should be communicated to the @@ model using this model input. @@
repeated .inference.ModelSequenceBatching.Control control = 2; -
getControlCount
int getControlCount()@@ .. cpp:var:: Control control (repeated) @@ @@ The control value(s) that should be communicated to the @@ model using this model input. @@
repeated .inference.ModelSequenceBatching.Control control = 2; -
getControlOrBuilderList
List<? extends ModelConfigOuterClass.ModelSequenceBatching.ControlOrBuilder> getControlOrBuilderList()@@ .. cpp:var:: Control control (repeated) @@ @@ The control value(s) that should be communicated to the @@ model using this model input. @@
repeated .inference.ModelSequenceBatching.Control control = 2; -
getControlOrBuilder
@@ .. cpp:var:: Control control (repeated) @@ @@ The control value(s) that should be communicated to the @@ model using this model input. @@
repeated .inference.ModelSequenceBatching.Control control = 2;
-