Interface EdgeModelStat.Builder

    • Method Detail

      • modelName

        EdgeModelStat.Builder modelName​(String modelName)

        The name of the model.

        Parameters:
        modelName - The name of the model.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • modelVersion

        EdgeModelStat.Builder modelVersion​(String modelVersion)

        The model version.

        Parameters:
        modelVersion - The model version.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • offlineDeviceCount

        EdgeModelStat.Builder offlineDeviceCount​(Long offlineDeviceCount)

        The number of devices that have this model version and do not have a heart beat.

        Parameters:
        offlineDeviceCount - The number of devices that have this model version and do not have a heart beat.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • connectedDeviceCount

        EdgeModelStat.Builder connectedDeviceCount​(Long connectedDeviceCount)

        The number of devices that have this model version and have a heart beat.

        Parameters:
        connectedDeviceCount - The number of devices that have this model version and have a heart beat.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • activeDeviceCount

        EdgeModelStat.Builder activeDeviceCount​(Long activeDeviceCount)

        The number of devices that have this model version, a heart beat, and are currently running.

        Parameters:
        activeDeviceCount - The number of devices that have this model version, a heart beat, and are currently running.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • samplingDeviceCount

        EdgeModelStat.Builder samplingDeviceCount​(Long samplingDeviceCount)

        The number of devices with this model version and are producing sample data.

        Parameters:
        samplingDeviceCount - The number of devices with this model version and are producing sample data.
        Returns:
        Returns a reference to this object so that method calls can be chained together.