EndpointAPI Klasse
- java.
lang. Object - com.
microsoft. rest. ExpandableStringEnum<EndpointAPI> - com.
microsoft. azure. cognitiveservices. language. luis. runtime. EndpointAPI
- com.
- com.
public class EndpointAPI
Definiert Werte für die LUIS-Endpunkt-API.
Feldzusammenfassung
Modifizierer und Typ | Feld und Beschreibung |
---|---|
final EndpointAPI |
ASIA_EAST
Statischer Wert ASIA_EAST für EndpointAPI. |
final EndpointAPI |
ASIA_SOUTHEAST
Statischer Wert ASIA_SOUTHEAST für EndpointAPI. |
final EndpointAPI |
AUSTRALIA_EAST
Statischer Wert AUSTRALIA_EAST für EndpointAPI. |
final EndpointAPI |
BRAZIL_SOUTH
Statischer Wert BRAZIL_SOUTH für EndpointAPI. |
final EndpointAPI |
EUROPE_NORTH
Statischer Wert EUROPE_NORTH für EndpointAPI. |
final EndpointAPI |
EUROPE_WEST
Statischer Wert EUROPE_WEST für EndpointAPI. |
final EndpointAPI |
US_EAST
Statischer Wert US_EAST für EndpointAPI. |
final EndpointAPI |
US_EAST2
Statischer Wert US_EAST2 für EndpointAPI. |
final EndpointAPI |
US_SOUTH_CENTRAL
Statischer Wert US_SOUTH_CENTRAL für EndpointAPI. |
final EndpointAPI |
US_WEST
Statischer Wert US_WEST für EndpointAPI. |
final EndpointAPI |
US_WEST_CENTRAL
Statischer Wert US_WEST_CENTRAL für EndpointAPI. |
final EndpointAPI |
US_WEST2
Statischer Wert US_WEST2 für EndpointAPI. |
Methodenzusammenfassung
Modifizierer und Typ | Methode und Beschreibung |
---|---|
EndpointAPI |
fromString(String name)
Erstellt oder sucht eine EndpointAPI aus seiner Zeichenfolgendarstellung. |
Collection<EndpointAPI> | values() |
Felddetails
ASIA_EAST
public static final EndpointAPI ASIA_EAST= fromString("eastasia.api.cognitive.microsoft.com")
Statischer Wert ASIA_EAST für EndpointAPI.
ASIA_SOUTHEAST
public static final EndpointAPI ASIA_SOUTHEAST= fromString("southeastasia.api.cognitive.microsoft.com")
Statischer Wert ASIA_SOUTHEAST für EndpointAPI.
AUSTRALIA_EAST
public static final EndpointAPI AUSTRALIA_EAST= fromString("australiaeast.api.cognitive.microsoft.com")
Statischer Wert AUSTRALIA_EAST für EndpointAPI.
BRAZIL_SOUTH
public static final EndpointAPI BRAZIL_SOUTH= fromString("brazilsouth.api.cognitive.microsoft.com")
Statischer Wert BRAZIL_SOUTH für EndpointAPI.
EUROPE_NORTH
public static final EndpointAPI EUROPE_NORTH= fromString("northeurope.api.cognitive.microsoft.com")
Statischer Wert EUROPE_NORTH für EndpointAPI.
EUROPE_WEST
public static final EndpointAPI EUROPE_WEST= fromString("westeurope.api.cognitive.microsoft.com")
Statischer Wert EUROPE_WEST für EndpointAPI.
US_EAST
public static final EndpointAPI US_EAST= fromString("eastus.api.cognitive.microsoft.com")
Statischer Wert US_EAST für EndpointAPI.
US_EAST2
public static final EndpointAPI US_EAST2= fromString("eastus2.api.cognitive.microsoft.com")
Statischer Wert US_EAST2 für EndpointAPI.
US_SOUTH_CENTRAL
public static final EndpointAPI US_SOUTH_CENTRAL= fromString("southcentralus.api.cognitive.microsoft.com")
Statischer Wert US_SOUTH_CENTRAL für EndpointAPI.
US_WEST
public static final EndpointAPI US_WEST= fromString("westus.api.cognitive.microsoft.com")
Statischer Wert US_WEST für EndpointAPI.
US_WEST_CENTRAL
public static final EndpointAPI US_WEST_CENTRAL= fromString("westcentralus.api.cognitive.microsoft.com")
Statischer Wert US_WEST_CENTRAL für EndpointAPI.
US_WEST2
public static final EndpointAPI US_WEST2= fromString("westus2.api.cognitive.microsoft.com")
Statischer Wert US_WEST2 für EndpointAPI.
Details zur Methode
fromString
public static EndpointAPI fromString(String name)
Erstellt oder sucht eine EndpointAPI aus seiner Zeichenfolgendarstellung.
Parameters:
Returns:
values
public static Collection
Returns:
Gilt für:
Azure SDK for Java