org.mlflow.sagemaker.InvalidSchemaException Maven / Gradle / Ivy
package org.mlflow.sagemaker;
/** Exception indicating a problem with a serialized MLeap schema */
public class InvalidSchemaException extends RuntimeException {
InvalidSchemaException(String message) {
super(message);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy