Package tensorflow
Interface SavedObjectGraphOuterClass.FunctionSpecOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
SavedObjectGraphOuterClass.FunctionSpec,SavedObjectGraphOuterClass.FunctionSpec.Builder
- Enclosing class:
- SavedObjectGraphOuterClass
public static interface SavedObjectGraphOuterClass.FunctionSpecOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and Type Method Description Struct.StructuredValuegetFullargspec()Full arg spec from inspect.getfullargspec().Struct.StructuredValueOrBuildergetFullargspecOrBuilder()Full arg spec from inspect.getfullargspec().Struct.StructuredValuegetInputSignature()The input signature, if specified.Struct.StructuredValueOrBuildergetInputSignatureOrBuilder()The input signature, if specified.booleangetIsMethod()Whether this represents a class method.booleanhasFullargspec()Full arg spec from inspect.getfullargspec().booleanhasInputSignature()The input signature, if specified.Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasFullargspec
boolean hasFullargspec()Full arg spec from inspect.getfullargspec().
.tensorflow.StructuredValue fullargspec = 1;- Returns:
- Whether the fullargspec field is set.
-
getFullargspec
Struct.StructuredValue getFullargspec()Full arg spec from inspect.getfullargspec().
.tensorflow.StructuredValue fullargspec = 1;- Returns:
- The fullargspec.
-
getFullargspecOrBuilder
Struct.StructuredValueOrBuilder getFullargspecOrBuilder()Full arg spec from inspect.getfullargspec().
.tensorflow.StructuredValue fullargspec = 1; -
getIsMethod
boolean getIsMethod()Whether this represents a class method.
bool is_method = 2;- Returns:
- The isMethod.
-
hasInputSignature
boolean hasInputSignature()The input signature, if specified.
.tensorflow.StructuredValue input_signature = 5;- Returns:
- Whether the inputSignature field is set.
-
getInputSignature
Struct.StructuredValue getInputSignature()The input signature, if specified.
.tensorflow.StructuredValue input_signature = 5;- Returns:
- The inputSignature.
-
getInputSignatureOrBuilder
Struct.StructuredValueOrBuilder getInputSignatureOrBuilder()The input signature, if specified.
.tensorflow.StructuredValue input_signature = 5;
-