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

org.opensearch.ml.common.spi.MLCommonsExtension Maven / Gradle / Ivy

The newest version!
/*
 * Copyright OpenSearch Contributors
 * SPDX-License-Identifier: Apache-2.0
 */

package org.opensearch.ml.common.spi;

import org.opensearch.ml.common.spi.tools.Tool;

import java.util.List;

/**
 * ml-commons extension interface.
 */
public interface MLCommonsExtension {

    /**
     * Get tool factories.
     * @return A list of tool factories
     */
    List> getToolFactories();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy