public static interface GetModelMetadata.GetModelMetadataRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getMetadataField(int index)
Metadata fields to get.
|
com.google.protobuf.ByteString |
getMetadataFieldBytes(int index)
Metadata fields to get.
|
int |
getMetadataFieldCount()
Metadata fields to get.
|
java.util.List<java.lang.String> |
getMetadataFieldList()
Metadata fields to get.
|
Model.ModelSpec |
getModelSpec()
Model Specification indicating which model we are querying for metadata.
|
Model.ModelSpecOrBuilder |
getModelSpecOrBuilder()
Model Specification indicating which model we are querying for metadata.
|
boolean |
hasModelSpec()
Model Specification indicating which model we are querying for metadata.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasModelSpec()
Model Specification indicating which model we are querying for metadata. If version is not specified, will use the latest (numerical) version.
.tensorflow.serving.ModelSpec model_spec = 1;Model.ModelSpec getModelSpec()
Model Specification indicating which model we are querying for metadata. If version is not specified, will use the latest (numerical) version.
.tensorflow.serving.ModelSpec model_spec = 1;Model.ModelSpecOrBuilder getModelSpecOrBuilder()
Model Specification indicating which model we are querying for metadata. If version is not specified, will use the latest (numerical) version.
.tensorflow.serving.ModelSpec model_spec = 1;java.util.List<java.lang.String> getMetadataFieldList()
Metadata fields to get. Currently supported: "signature_def".
repeated string metadata_field = 2;int getMetadataFieldCount()
Metadata fields to get. Currently supported: "signature_def".
repeated string metadata_field = 2;java.lang.String getMetadataField(int index)
Metadata fields to get. Currently supported: "signature_def".
repeated string metadata_field = 2;index - The index of the element to return.com.google.protobuf.ByteString getMetadataFieldBytes(int index)
Metadata fields to get. Currently supported: "signature_def".
repeated string metadata_field = 2;index - The index of the value to return.