Interface EagerServiceOuterClass.RunComponentFunctionRequestOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      long getContextId()
      fixed64 context_id = 1;
      EagerServiceOuterClass.Operation getOperation()
      .org.platanios.tensorflow.proto.Operation operation = 2;
      EagerServiceOuterClass.OperationOrBuilder getOperationOrBuilder()
      .org.platanios.tensorflow.proto.Operation operation = 2;
      boolean hasOperation()
      .org.platanios.tensorflow.proto.Operation operation = 2;
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • getContextId

        long getContextId()
        fixed64 context_id = 1;
        Returns:
        The contextId.
      • hasOperation

        boolean hasOperation()
        .org.platanios.tensorflow.proto.Operation operation = 2;
        Returns:
        Whether the operation field is set.