Interface EdgeModel.Builder

    • Method Detail

      • modelName

        EdgeModel.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

        EdgeModel.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.
      • latestSampleTime

        EdgeModel.Builder latestSampleTime​(Instant latestSampleTime)

        The timestamp of the last data sample taken.

        Parameters:
        latestSampleTime - The timestamp of the last data sample taken.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • latestInference

        EdgeModel.Builder latestInference​(Instant latestInference)

        The timestamp of the last inference that was made.

        Parameters:
        latestInference - The timestamp of the last inference that was made.
        Returns:
        Returns a reference to this object so that method calls can be chained together.