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

org.opensearch.ml.common.input.Input Maven / Gradle / Ivy

/*
 * Copyright OpenSearch Contributors
 * SPDX-License-Identifier: Apache-2.0
 */

package org.opensearch.ml.common.input;

import org.opensearch.core.common.io.stream.Writeable;
import org.opensearch.core.xcontent.ToXContentObject;
import org.opensearch.ml.common.FunctionName;

public interface Input extends ToXContentObject, Writeable {

    FunctionName getFunctionName();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy