public static interface SavedObjectGraphOuterClass.FunctionSpecOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Struct.StructuredValue |
getFullargspec()
Full arg spec from inspect.getfullargspec().
|
Struct.StructuredValueOrBuilder |
getFullargspecOrBuilder()
Full arg spec from inspect.getfullargspec().
|
Struct.StructuredValue |
getInputSignature()
The input signature, if specified.
|
Struct.StructuredValueOrBuilder |
getInputSignatureOrBuilder()
The input signature, if specified.
|
boolean |
getIsMethod()
Whether this represents a class method.
|
boolean |
hasFullargspec()
Full arg spec from inspect.getfullargspec().
|
boolean |
hasInputSignature()
The input signature, if specified.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasFullargspec()
Full arg spec from inspect.getfullargspec().
.tensorflow.StructuredValue fullargspec = 1;Struct.StructuredValue getFullargspec()
Full arg spec from inspect.getfullargspec().
.tensorflow.StructuredValue fullargspec = 1;Struct.StructuredValueOrBuilder getFullargspecOrBuilder()
Full arg spec from inspect.getfullargspec().
.tensorflow.StructuredValue fullargspec = 1;boolean getIsMethod()
Whether this represents a class method.
bool is_method = 2;boolean hasInputSignature()
The input signature, if specified.
.tensorflow.StructuredValue input_signature = 5;Struct.StructuredValue getInputSignature()
The input signature, if specified.
.tensorflow.StructuredValue input_signature = 5;Struct.StructuredValueOrBuilder getInputSignatureOrBuilder()
The input signature, if specified.
.tensorflow.StructuredValue input_signature = 5;