All Downloads are FREE. Search and download functionalities are using the official Maven repository.

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 - 2024 Weber Informatics LLC | Privacy Policy