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

ai.vespa.cloud.Cloud Maven / Gradle / Ivy

There is a newer version: 8.458.13
Show newest version
// Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
package ai.vespa.cloud;

/**
 * The cloud provider in which a cloud deployment may be running.
 *
 * This is "aws" when this runs in Amazon Web Services, "gcp" when this runs in Google Cloud Platform and
 * "azure" when this runs in Microsoft Azure.
 *
 * @author mpolden
 */
public record Cloud(String name) {
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy