Interface CreateWorkerSessionRequestOrBuilder

    • Method Detail

      • getSessionHandle

        java.lang.String getSessionHandle()
         Sessions are identified by a given handle.
         
        string session_handle = 1;
        Returns:
        The sessionHandle.
      • getSessionHandleBytes

        com.google.protobuf.ByteString getSessionHandleBytes()
         Sessions are identified by a given handle.
         
        string session_handle = 1;
        Returns:
        The bytes for sessionHandle.
      • hasServerDef

        boolean hasServerDef()
         Defines the configuration of a TensorFlow worker.
         
        .org.platanios.tensorflow.proto.ServerDef server_def = 2;
        Returns:
        Whether the serverDef field is set.
      • getServerDef

        ServerDef getServerDef()
         Defines the configuration of a TensorFlow worker.
         
        .org.platanios.tensorflow.proto.ServerDef server_def = 2;
        Returns:
        The serverDef.
      • getServerDefOrBuilder

        ServerDefOrBuilder getServerDefOrBuilder()
         Defines the configuration of a TensorFlow worker.
         
        .org.platanios.tensorflow.proto.ServerDef server_def = 2;
      • getIsolateSessionState

        boolean getIsolateSessionState()
         If true, any resources such as Variables used in the session will not be
         shared with other sessions.
         
        bool isolate_session_state = 3;
        Returns:
        The isolateSessionState.
      • getClusterDeviceAttributesList

        java.util.List<DeviceAttributes> getClusterDeviceAttributesList()
         The device attributes of all the devices in the cluster.
         
        repeated .org.platanios.tensorflow.proto.DeviceAttributes cluster_device_attributes = 4;
      • getClusterDeviceAttributes

        DeviceAttributes getClusterDeviceAttributes​(int index)
         The device attributes of all the devices in the cluster.
         
        repeated .org.platanios.tensorflow.proto.DeviceAttributes cluster_device_attributes = 4;
      • getClusterDeviceAttributesCount

        int getClusterDeviceAttributesCount()
         The device attributes of all the devices in the cluster.
         
        repeated .org.platanios.tensorflow.proto.DeviceAttributes cluster_device_attributes = 4;
      • getClusterDeviceAttributesOrBuilderList

        java.util.List<? extends DeviceAttributesOrBuilder> getClusterDeviceAttributesOrBuilderList()
         The device attributes of all the devices in the cluster.
         
        repeated .org.platanios.tensorflow.proto.DeviceAttributes cluster_device_attributes = 4;
      • getClusterDeviceAttributesOrBuilder

        DeviceAttributesOrBuilder getClusterDeviceAttributesOrBuilder​(int index)
         The device attributes of all the devices in the cluster.
         
        repeated .org.platanios.tensorflow.proto.DeviceAttributes cluster_device_attributes = 4;