public static interface GetModelStatus.GetModelStatusRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Model.ModelSpec |
getModelSpec()
Model Specification.
|
Model.ModelSpecOrBuilder |
getModelSpecOrBuilder()
Model Specification.
|
boolean |
hasModelSpec()
Model Specification.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasModelSpec()
Model Specification. If version is not specified, information about all versions of the model will be returned. If a version is specified, the status of only that version will be returned.
.tensorflow.serving.ModelSpec model_spec = 1;Model.ModelSpec getModelSpec()
Model Specification. If version is not specified, information about all versions of the model will be returned. If a version is specified, the status of only that version will be returned.
.tensorflow.serving.ModelSpec model_spec = 1;Model.ModelSpecOrBuilder getModelSpecOrBuilder()
Model Specification. If version is not specified, information about all versions of the model will be returned. If a version is specified, the status of only that version will be returned.
.tensorflow.serving.ModelSpec model_spec = 1;