EndpointInfo Class
- java.
lang. Object - com.
microsoft. azure. cognitiveservices. language. luis. authoring. models. EndpointInfo
- com.
public class EndpointInfo
The base class "ProductionOrStagingEndpointInfo" inherits from.
Method Summary
Modifier and Type | Method and Description |
---|---|
String |
assignedEndpointKey()
Get the assignedEndpointKey value. |
String |
endpointRegion()
Get the endpointRegion value. |
String |
endpointUrl()
Get the endpointUrl value. |
String |
failedRegions()
Get the failedRegions value. |
Boolean |
isStaging()
Get the isStaging value. |
String |
publishedDateTime()
Get the publishedDateTime value. |
String |
region()
Get the region value. |
String |
versionId()
Get the versionId value. |
Endpoint |
withAssignedEndpointKey(String assignedEndpointKey)
Set the assignedEndpointKey value. |
Endpoint |
withEndpointRegion(String endpointRegion)
Set the endpointRegion value. |
Endpoint |
withEndpointUrl(String endpointUrl)
Set the endpointUrl value. |
Endpoint |
withFailedRegions(String failedRegions)
Set the failedRegions value. |
Endpoint |
withIsStaging(Boolean isStaging)
Set the isStaging value. |
Endpoint |
withPublishedDateTime(String publishedDateTime)
Set the publishedDateTime value. |
Endpoint |
withRegion(String region)
Set the region value. |
Endpoint |
withVersionId(String versionId)
Set the versionId value. |
Method Details
assignedEndpointKey
public String assignedEndpointKey()
Get the assignedEndpointKey value.
Returns:
endpointRegion
public String endpointRegion()
Get the endpointRegion value.
Returns:
endpointUrl
public String endpointUrl()
Get the endpointUrl value.
Returns:
failedRegions
public String failedRegions()
Get the failedRegions value.
Returns:
isStaging
public Boolean isStaging()
Get the isStaging value.
Returns:
publishedDateTime
public String publishedDateTime()
Get the publishedDateTime value.
Returns:
region
public String region()
Get the region value.
Returns:
versionId
public String versionId()
Get the versionId value.
Returns:
withAssignedEndpointKey
public EndpointInfo withAssignedEndpointKey(String assignedEndpointKey)
Set the assignedEndpointKey value.
Parameters:
Returns:
withEndpointRegion
public EndpointInfo withEndpointRegion(String endpointRegion)
Set the endpointRegion value.
Parameters:
Returns:
withEndpointUrl
public EndpointInfo withEndpointUrl(String endpointUrl)
Set the endpointUrl value.
Parameters:
Returns:
withFailedRegions
public EndpointInfo withFailedRegions(String failedRegions)
Set the failedRegions value.
Parameters:
Returns:
withIsStaging
public EndpointInfo withIsStaging(Boolean isStaging)
Set the isStaging value.
Parameters:
Returns:
withPublishedDateTime
public EndpointInfo withPublishedDateTime(String publishedDateTime)
Set the publishedDateTime value.
Parameters:
Returns:
withRegion
public EndpointInfo withRegion(String region)
Set the region value.
Parameters:
Returns:
withVersionId
public EndpointInfo withVersionId(String versionId)
Set the versionId value.
Parameters:
Returns:
Applies to
Azure SDK for Java