// Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. /** * Public API to the Vespa cloud, available when this container runs in a cloud. */ @ExportPackage @PublicApi package ai.vespa.cloud; import com.yahoo.api.annotations.PublicApi; import com.yahoo.osgi.annotation.ExportPackage;