Package inference
Interface ModelConfigOuterClass.ModelInstanceGroup.SecondaryDeviceOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ModelConfigOuterClass.ModelInstanceGroup.SecondaryDevice,ModelConfigOuterClass.ModelInstanceGroup.SecondaryDevice.Builder
- Enclosing class:
ModelConfigOuterClass.ModelInstanceGroup
public static interface ModelConfigOuterClass.ModelInstanceGroup.SecondaryDeviceOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
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
-
getKindValue
int getKindValue()@@ .. cpp:var:: SecondaryDeviceKind kind @@ @@ The secondary device kind. @@
.inference.ModelInstanceGroup.SecondaryDevice.SecondaryDeviceKind kind = 1;- Returns:
- The enum numeric value on the wire for kind.
-
getKind
@@ .. cpp:var:: SecondaryDeviceKind kind @@ @@ The secondary device kind. @@
.inference.ModelInstanceGroup.SecondaryDevice.SecondaryDeviceKind kind = 1;- Returns:
- The kind.
-
getDeviceId
long getDeviceId()@@ .. cpp:var:: int64 device_id @@ @@ Identifier for the secondary device. @@
int64 device_id = 2;- Returns:
- The deviceId.
-