EndpointAPI Class

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

public class EndpointAPI

Defines values for LUIS endpoint API.

Field Summary

Modifier and Type Field and Description
final EndpointAPI ASIA_EAST

Static value ASIA_EAST for EndpointAPI.

final EndpointAPI ASIA_SOUTHEAST

Static value ASIA_SOUTHEAST for EndpointAPI.

final EndpointAPI AUSTRALIA_EAST

Static value AUSTRALIA_EAST for EndpointAPI.

final EndpointAPI BRAZIL_SOUTH

Static value BRAZIL_SOUTH for EndpointAPI.

final EndpointAPI EUROPE_NORTH

Static value EUROPE_NORTH for EndpointAPI.

final EndpointAPI EUROPE_WEST

Static value EUROPE_WEST for EndpointAPI.

final EndpointAPI US_EAST

Static value US_EAST for EndpointAPI.

final EndpointAPI US_EAST2

Static value US_EAST2 for EndpointAPI.

final EndpointAPI US_SOUTH_CENTRAL

Static value US_SOUTH_CENTRAL for EndpointAPI.

final EndpointAPI US_WEST

Static value US_WEST for EndpointAPI.

final EndpointAPI US_WEST_CENTRAL

Static value US_WEST_CENTRAL for EndpointAPI.

final EndpointAPI US_WEST2

Static value US_WEST2 for EndpointAPI.

Method Summary

Modifier and Type Method and Description
EndpointAPI fromString(String name)

Creates or finds a EndpointAPI from its string representation.

Collection<EndpointAPI> values()

Field Details

ASIA_EAST

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

Static value ASIA_EAST for EndpointAPI.

ASIA_SOUTHEAST

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

Static value ASIA_SOUTHEAST for EndpointAPI.

AUSTRALIA_EAST

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

Static value AUSTRALIA_EAST for EndpointAPI.

BRAZIL_SOUTH

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

Static value BRAZIL_SOUTH for EndpointAPI.

EUROPE_NORTH

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

Static value EUROPE_NORTH for EndpointAPI.

EUROPE_WEST

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

Static value EUROPE_WEST for EndpointAPI.

US_EAST

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

Static value US_EAST for EndpointAPI.

US_EAST2

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

Static value US_EAST2 for EndpointAPI.

US_SOUTH_CENTRAL

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

Static value US_SOUTH_CENTRAL for EndpointAPI.

US_WEST

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

Static value US_WEST for EndpointAPI.

US_WEST_CENTRAL

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

Static value US_WEST_CENTRAL for EndpointAPI.

US_WEST2

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

Static value US_WEST2 for EndpointAPI.

Method Details

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 values()

Returns:

known CatalogCollationType values

Applies to