public static interface Logging.LogMetadataOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Model.ModelSpec |
getModelSpec()
.tensorflow.serving.ModelSpec model_spec = 1; |
Model.ModelSpecOrBuilder |
getModelSpecOrBuilder()
.tensorflow.serving.ModelSpec model_spec = 1; |
LoggingConfigOuterClass.SamplingConfig |
getSamplingConfig()
.tensorflow.serving.SamplingConfig sampling_config = 2; |
LoggingConfigOuterClass.SamplingConfigOrBuilder |
getSamplingConfigOrBuilder()
.tensorflow.serving.SamplingConfig sampling_config = 2; |
java.lang.String |
getSavedModelTags(int index)
List of tags used to load the relevant MetaGraphDef from SavedModel.
|
com.google.protobuf.ByteString |
getSavedModelTagsBytes(int index)
List of tags used to load the relevant MetaGraphDef from SavedModel.
|
int |
getSavedModelTagsCount()
List of tags used to load the relevant MetaGraphDef from SavedModel.
|
java.util.List<java.lang.String> |
getSavedModelTagsList()
List of tags used to load the relevant MetaGraphDef from SavedModel.
|
boolean |
hasModelSpec()
.tensorflow.serving.ModelSpec model_spec = 1; |
boolean |
hasSamplingConfig()
.tensorflow.serving.SamplingConfig sampling_config = 2; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasModelSpec()
.tensorflow.serving.ModelSpec model_spec = 1;Model.ModelSpec getModelSpec()
.tensorflow.serving.ModelSpec model_spec = 1;Model.ModelSpecOrBuilder getModelSpecOrBuilder()
.tensorflow.serving.ModelSpec model_spec = 1;boolean hasSamplingConfig()
.tensorflow.serving.SamplingConfig sampling_config = 2;LoggingConfigOuterClass.SamplingConfig getSamplingConfig()
.tensorflow.serving.SamplingConfig sampling_config = 2;LoggingConfigOuterClass.SamplingConfigOrBuilder getSamplingConfigOrBuilder()
.tensorflow.serving.SamplingConfig sampling_config = 2;java.util.List<java.lang.String> getSavedModelTagsList()
List of tags used to load the relevant MetaGraphDef from SavedModel.
repeated string saved_model_tags = 3;int getSavedModelTagsCount()
List of tags used to load the relevant MetaGraphDef from SavedModel.
repeated string saved_model_tags = 3;java.lang.String getSavedModelTags(int index)
List of tags used to load the relevant MetaGraphDef from SavedModel.
repeated string saved_model_tags = 3;index - The index of the element to return.com.google.protobuf.ByteString getSavedModelTagsBytes(int index)
List of tags used to load the relevant MetaGraphDef from SavedModel.
repeated string saved_model_tags = 3;index - The index of the value to return.