Class BaseInference<TResult>

    • Constructor Detail

      • BaseInference

        public BaseInference​(String id,
                             InferenceJob job,
                             InferenceModel model,
                             InferenceFile file,
                             TResult result)
        Creates a new BaseInference instance.
        Parameters:
        id - Inference ID.
        job - Job the inference belongs to.
        model - Model info.
        file - File info.
        result - Result of the inference.
      • BaseInference

        public BaseInference()