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

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

There is a newer version: 2.17.1.0
Show newest version
/*
 * 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 - 2024 Weber Informatics LLC | Privacy Policy