Class TensorFlow

    • Constructor Detail

      • TensorFlow

        public TensorFlow()
    • Method Detail

      • parameterServerCount

        public Integer parameterServerCount()
        Get the parameterServerCount property: Number of parameter server tasks.
        Returns:
        the parameterServerCount value.
      • withParameterServerCount

        public TensorFlow withParameterServerCount​(Integer parameterServerCount)
        Set the parameterServerCount property: Number of parameter server tasks.
        Parameters:
        parameterServerCount - the parameterServerCount value to set.
        Returns:
        the TensorFlow object itself.
      • workerCount

        public Integer workerCount()
        Get the workerCount property: Number of workers. If not specified, will default to the instance count.
        Returns:
        the workerCount value.
      • withWorkerCount

        public TensorFlow withWorkerCount​(Integer workerCount)
        Set the workerCount property: Number of workers. If not specified, will default to the instance count.
        Parameters:
        workerCount - the workerCount value to set.
        Returns:
        the TensorFlow object itself.