public static interface Classification.ClassificationRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
InputOuterClass.Input |
getInput()
Input data.
|
InputOuterClass.InputOrBuilder |
getInputOrBuilder()
Input data.
|
Model.ModelSpec |
getModelSpec()
Model Specification.
|
Model.ModelSpecOrBuilder |
getModelSpecOrBuilder()
Model Specification.
|
boolean |
hasInput()
Input data.
|
boolean |
hasModelSpec()
Model Specification.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasModelSpec()
Model Specification. If version is not specified, will use the latest (numerical) version.
.tensorflow.serving.ModelSpec model_spec = 1;Model.ModelSpec getModelSpec()
Model Specification. If version is not specified, will use the latest (numerical) version.
.tensorflow.serving.ModelSpec model_spec = 1;Model.ModelSpecOrBuilder getModelSpecOrBuilder()
Model Specification. If version is not specified, will use the latest (numerical) version.
.tensorflow.serving.ModelSpec model_spec = 1;boolean hasInput()
Input data.
.tensorflow.serving.Input input = 2;InputOuterClass.Input getInput()
Input data.
.tensorflow.serving.Input input = 2;InputOuterClass.InputOrBuilder getInputOrBuilder()
Input data.
.tensorflow.serving.Input input = 2;