Class EndpointAPI
- java.lang.Object
-
- com.microsoft.rest.ExpandableStringEnum<EndpointAPI>
-
- com.microsoft.azure.cognitiveservices.language.luis.authoring.EndpointAPI
-
public final class EndpointAPI extends com.microsoft.rest.ExpandableStringEnum<EndpointAPI>
Defines values for LUIS endpoint API.
-
-
Field Summary
Fields Modifier and Type Field Description static EndpointAPI
ASIA_EAST
Static value ASIA_EAST for EndpointAPI.static EndpointAPI
ASIA_SOUTHEAST
Static value ASIA_SOUTHEAST for EndpointAPI.static EndpointAPI
AUSTRALIA_EAST
Static value AUSTRALIA_EAST for EndpointAPI.static EndpointAPI
BRAZIL_SOUTH
Static value BRAZIL_SOUTH for EndpointAPI.static EndpointAPI
EUROPE_NORTH
Static value EUROPE_NORTH for EndpointAPI.static EndpointAPI
EUROPE_WEST
Static value EUROPE_WEST for EndpointAPI.static EndpointAPI
US_EAST
Static value US_EAST for EndpointAPI.static EndpointAPI
US_EAST2
Static value US_EAST2 for EndpointAPI.static EndpointAPI
US_SOUTH_CENTRAL
Static value US_SOUTH_CENTRAL for EndpointAPI.static EndpointAPI
US_WEST
Static value US_WEST for EndpointAPI.static EndpointAPI
US_WEST_CENTRAL
Static value US_WEST_CENTRAL for EndpointAPI.static EndpointAPI
US_WEST2
Static value US_WEST2 for EndpointAPI.
-
Constructor Summary
Constructors Constructor Description EndpointAPI()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static EndpointAPI
fromString(String name)
Creates or finds a EndpointAPI from its string representation.static Collection<EndpointAPI>
values()
-
-
-
Field Detail
-
US_WEST
public static final EndpointAPI US_WEST
Static value US_WEST for EndpointAPI.
-
US_WEST2
public static final EndpointAPI US_WEST2
Static value US_WEST2 for EndpointAPI.
-
US_EAST
public static final EndpointAPI US_EAST
Static value US_EAST for EndpointAPI.
-
US_EAST2
public static final EndpointAPI US_EAST2
Static value US_EAST2 for EndpointAPI.
-
US_WEST_CENTRAL
public static final EndpointAPI US_WEST_CENTRAL
Static value US_WEST_CENTRAL for EndpointAPI.
-
US_SOUTH_CENTRAL
public static final EndpointAPI US_SOUTH_CENTRAL
Static value US_SOUTH_CENTRAL for EndpointAPI.
-
EUROPE_WEST
public static final EndpointAPI EUROPE_WEST
Static value EUROPE_WEST for EndpointAPI.
-
EUROPE_NORTH
public static final EndpointAPI EUROPE_NORTH
Static value EUROPE_NORTH for EndpointAPI.
-
ASIA_SOUTHEAST
public static final EndpointAPI ASIA_SOUTHEAST
Static value ASIA_SOUTHEAST for EndpointAPI.
-
ASIA_EAST
public static final EndpointAPI ASIA_EAST
Static value ASIA_EAST for EndpointAPI.
-
AUSTRALIA_EAST
public static final EndpointAPI AUSTRALIA_EAST
Static value AUSTRALIA_EAST for EndpointAPI.
-
BRAZIL_SOUTH
public static final EndpointAPI BRAZIL_SOUTH
Static value BRAZIL_SOUTH for EndpointAPI.
-
-
Method Detail
-
fromString
public static EndpointAPI fromString(String name)
Creates or finds a EndpointAPI from its string representation.- Parameters:
name
- a name to look for- Returns:
- the corresponding EndpointAPI
-
values
public static Collection<EndpointAPI> values()
- Returns:
- known CatalogCollationType values
-
-