Uses of Class
net.algart.executors.modules.opencv.matrices.ml.MLMetadataJson
Packages that use MLMetadataJson
-
Uses of MLMetadataJson in net.algart.executors.modules.opencv.matrices.ml
Methods in net.algart.executors.modules.opencv.matrices.ml that return MLMetadataJsonModifier and TypeMethodDescriptionprotected MLMetadataJsonstatic MLMetadataJsonMLMetadataJson.of(jakarta.json.JsonObject mlMetadataJson, Function<String, Optional<MLKind>> modelNameToKind) static MLMetadataJsonstatic MLMetadataJsonMLMetadataJson.readIfValid(Path mlMetadataJsonFile, Function<String, Optional<MLKind>> modelNameToKind) MLMetadataJson.setCreatedBy(String createdBy) MLMetadataJson.setModelKind(MLKind modelKind) MLMetadataJson.setParameters(jakarta.json.JsonObject parameters) MLMetadataJson.setVersion(String version)