Interface SavedObjectGraphOuterClass.FunctionSpecOrBuilder

    • Method Detail

      • hasFullargspec

        boolean hasFullargspec()
         Full arg spec from inspect.getfullargspec().
         
        .org.platanios.tensorflow.proto.StructuredValue fullargspec = 1;
        Returns:
        Whether the fullargspec field is set.
      • getFullargspec

        Struct.StructuredValue getFullargspec()
         Full arg spec from inspect.getfullargspec().
         
        .org.platanios.tensorflow.proto.StructuredValue fullargspec = 1;
        Returns:
        The fullargspec.
      • getFullargspecOrBuilder

        Struct.StructuredValueOrBuilder getFullargspecOrBuilder()
         Full arg spec from inspect.getfullargspec().
         
        .org.platanios.tensorflow.proto.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.
         
        .org.platanios.tensorflow.proto.StructuredValue input_signature = 5;
        Returns:
        Whether the inputSignature field is set.
      • getInputSignature

        Struct.StructuredValue getInputSignature()
         The input signature, if specified.
         
        .org.platanios.tensorflow.proto.StructuredValue input_signature = 5;
        Returns:
        The inputSignature.
      • getInputSignatureOrBuilder

        Struct.StructuredValueOrBuilder getInputSignatureOrBuilder()
         The input signature, if specified.
         
        .org.platanios.tensorflow.proto.StructuredValue input_signature = 5;