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

org.opensearch.ml.common.output.Output Maven / Gradle / Ivy

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

package org.opensearch.ml.common.output;

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

public interface Output extends ToXContentObject, Writeable {

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy