Class TrailInformation


  • public class TrailInformation
    extends java.lang.Object
    • Constructor Detail

      • TrailInformation

        public TrailInformation​(java.lang.String trailId,
                                ModelHyperparameter modelHyperparameter,
                                java.lang.String modelPath)
    • Method Detail

      • update

        public void update​(java.util.Map<java.lang.String,​java.lang.String> modelInfo)
      • getTrailId

        public java.lang.String getTrailId()
      • getModelPath

        public java.lang.String getModelPath()
      • serializeShowTrailResult

        public java.nio.ByteBuffer serializeShowTrailResult()
                                                     throws java.io.IOException
        Throws:
        java.io.IOException
      • serialize

        public void serialize​(java.io.DataOutputStream stream)
                       throws java.io.IOException
        Throws:
        java.io.IOException
      • serialize

        public void serialize​(java.io.FileOutputStream stream)
                       throws java.io.IOException
        Throws:
        java.io.IOException
      • deserialize

        public static TrailInformation deserialize​(java.nio.ByteBuffer buffer)
      • deserialize

        public static TrailInformation deserialize​(java.io.InputStream stream)
                                            throws java.io.IOException
        Throws:
        java.io.IOException