Compartir a través de


EndpointAPI Clase

  • java.lang.Object
    • com.microsoft.rest.ExpandableStringEnum<EndpointAPI>
      • com.microsoft.azure.cognitiveservices.language.luis.runtime.EndpointAPI

public class EndpointAPI

Define valores para la API de punto de conexión de LUIS.

Resumen del campo

Modificador y tipo Campo y descripción
final EndpointAPI ASIA_EAST

Valor estático ASIA_EAST para EndpointAPI.

final EndpointAPI ASIA_SOUTHEAST

Valor estático ASIA_SOUTHEAST para EndpointAPI.

final EndpointAPI AUSTRALIA_EAST

Valor estático AUSTRALIA_EAST para EndpointAPI.

final EndpointAPI BRAZIL_SOUTH

Valor estático BRAZIL_SOUTH para EndpointAPI.

final EndpointAPI EUROPE_NORTH

Valor estático EUROPE_NORTH para EndpointAPI.

final EndpointAPI EUROPE_WEST

Valor estático EUROPE_WEST para EndpointAPI.

final EndpointAPI US_EAST

Valor estático US_EAST para EndpointAPI.

final EndpointAPI US_EAST2

Valor estático US_EAST2 para EndpointAPI.

final EndpointAPI US_SOUTH_CENTRAL

Valor estático US_SOUTH_CENTRAL para EndpointAPI.

final EndpointAPI US_WEST

Valor estático US_WEST para EndpointAPI.

final EndpointAPI US_WEST_CENTRAL

Valor estático US_WEST_CENTRAL para EndpointAPI.

final EndpointAPI US_WEST2

Valor estático US_WEST2 para EndpointAPI.

Resumen del método

Modificador y tipo Método y descripción
EndpointAPI fromString(String name)

Crea o busca un EndpointAPI a partir de su representación de cadena.

Collection<EndpointAPI> values()

Detalles del campo

ASIA_EAST

public static final EndpointAPI ASIA_EAST= fromString("eastasia.api.cognitive.microsoft.com")

Valor estático ASIA_EAST para EndpointAPI.

ASIA_SOUTHEAST

public static final EndpointAPI ASIA_SOUTHEAST= fromString("southeastasia.api.cognitive.microsoft.com")

Valor estático ASIA_SOUTHEAST para EndpointAPI.

AUSTRALIA_EAST

public static final EndpointAPI AUSTRALIA_EAST= fromString("australiaeast.api.cognitive.microsoft.com")

Valor estático AUSTRALIA_EAST para EndpointAPI.

BRAZIL_SOUTH

public static final EndpointAPI BRAZIL_SOUTH= fromString("brazilsouth.api.cognitive.microsoft.com")

Valor estático BRAZIL_SOUTH para EndpointAPI.

EUROPE_NORTH

public static final EndpointAPI EUROPE_NORTH= fromString("northeurope.api.cognitive.microsoft.com")

Valor estático EUROPE_NORTH para EndpointAPI.

EUROPE_WEST

public static final EndpointAPI EUROPE_WEST= fromString("westeurope.api.cognitive.microsoft.com")

Valor estático EUROPE_WEST para EndpointAPI.

US_EAST

public static final EndpointAPI US_EAST= fromString("eastus.api.cognitive.microsoft.com")

Valor estático US_EAST para EndpointAPI.

US_EAST2

public static final EndpointAPI US_EAST2= fromString("eastus2.api.cognitive.microsoft.com")

Valor estático US_EAST2 para EndpointAPI.

US_SOUTH_CENTRAL

public static final EndpointAPI US_SOUTH_CENTRAL= fromString("southcentralus.api.cognitive.microsoft.com")

Valor estático US_SOUTH_CENTRAL para EndpointAPI.

US_WEST

public static final EndpointAPI US_WEST= fromString("westus.api.cognitive.microsoft.com")

Valor estático US_WEST para EndpointAPI.

US_WEST_CENTRAL

public static final EndpointAPI US_WEST_CENTRAL= fromString("westcentralus.api.cognitive.microsoft.com")

Valor estático US_WEST_CENTRAL para EndpointAPI.

US_WEST2

public static final EndpointAPI US_WEST2= fromString("westus2.api.cognitive.microsoft.com")

Valor estático US_WEST2 para EndpointAPI.

Detalles del método

fromString

public static EndpointAPI fromString(String name)

Crea o busca un EndpointAPI a partir de su representación de cadena.

Parameters:

name - un nombre que se va a buscar

Returns:

endpointAPI correspondiente

values

public static Collection values()

Returns:

Valores conocidos de CatalogCollationType

Se aplica a