VersionInfo Class
- java.
lang. Object - com.
microsoft. azure. cognitiveservices. language. luis. authoring. models. VersionInfo
- com.
public class VersionInfo
Object model of an application version.
Method Summary
Modifier and Type | Method and Description |
---|---|
Map<String, String> |
assignedEndpointKey()
Get the assignedEndpointKey value. |
DateTime |
createdDateTime()
Get the createdDateTime value. |
Integer |
endpointHitsCount()
Get the endpointHitsCount value. |
String |
endpointUrl()
Get the endpointUrl value. |
Integer |
entitiesCount()
Get the entitiesCount value. |
Object |
externalApiKeys()
Get the externalApiKeys value. |
Integer |
intentsCount()
Get the intentsCount value. |
DateTime |
lastModifiedDateTime()
Get the lastModifiedDateTime value. |
DateTime |
lastPublishedDateTime()
Get the lastPublishedDateTime value. |
DateTime |
lastTrainedDateTime()
Get the lastTrainedDateTime value. |
Training |
trainingStatus()
Get the trainingStatus value. |
String |
version()
Get the version value. |
Version |
withAssignedEndpointKey(Map<String, String> assignedEndpointKey)
Set the assignedEndpointKey value. |
Version |
withCreatedDateTime(DateTime createdDateTime)
Set the createdDateTime value. |
Version |
withEndpointHitsCount(Integer endpointHitsCount)
Set the endpointHitsCount value. |
Version |
withEndpointUrl(String endpointUrl)
Set the endpointUrl value. |
Version |
withEntitiesCount(Integer entitiesCount)
Set the entitiesCount value. |
Version |
withExternalApiKeys(Object externalApiKeys)
Set the externalApiKeys value. |
Version |
withIntentsCount(Integer intentsCount)
Set the intentsCount value. |
Version |
withLastModifiedDateTime(DateTime lastModifiedDateTime)
Set the lastModifiedDateTime value. |
Version |
withLastPublishedDateTime(DateTime lastPublishedDateTime)
Set the lastPublishedDateTime value. |
Version |
withLastTrainedDateTime(DateTime lastTrainedDateTime)
Set the lastTrainedDateTime value. |
Version |
withTrainingStatus(TrainingStatus trainingStatus)
Set the trainingStatus value. |
Version |
withVersion(String version)
Set the version value. |
Method Details
assignedEndpointKey
public Map
Get the assignedEndpointKey value.
Returns:
createdDateTime
public DateTime createdDateTime()
Get the createdDateTime value.
Returns:
endpointHitsCount
public Integer endpointHitsCount()
Get the endpointHitsCount value.
Returns:
endpointUrl
public String endpointUrl()
Get the endpointUrl value.
Returns:
entitiesCount
public Integer entitiesCount()
Get the entitiesCount value.
Returns:
externalApiKeys
public Object externalApiKeys()
Get the externalApiKeys value.
Returns:
intentsCount
public Integer intentsCount()
Get the intentsCount value.
Returns:
lastModifiedDateTime
public DateTime lastModifiedDateTime()
Get the lastModifiedDateTime value.
Returns:
lastPublishedDateTime
public DateTime lastPublishedDateTime()
Get the lastPublishedDateTime value.
Returns:
lastTrainedDateTime
public DateTime lastTrainedDateTime()
Get the lastTrainedDateTime value.
Returns:
trainingStatus
public TrainingStatus trainingStatus()
Get the trainingStatus value.
Returns:
version
public String version()
Get the version value.
Returns:
withAssignedEndpointKey
public VersionInfo withAssignedEndpointKey(Map
Set the assignedEndpointKey value.
Parameters:
Returns:
withCreatedDateTime
public VersionInfo withCreatedDateTime(DateTime createdDateTime)
Set the createdDateTime value.
Parameters:
Returns:
withEndpointHitsCount
public VersionInfo withEndpointHitsCount(Integer endpointHitsCount)
Set the endpointHitsCount value.
Parameters:
Returns:
withEndpointUrl
public VersionInfo withEndpointUrl(String endpointUrl)
Set the endpointUrl value.
Parameters:
Returns:
withEntitiesCount
public VersionInfo withEntitiesCount(Integer entitiesCount)
Set the entitiesCount value.
Parameters:
Returns:
withExternalApiKeys
public VersionInfo withExternalApiKeys(Object externalApiKeys)
Set the externalApiKeys value.
Parameters:
Returns:
withIntentsCount
public VersionInfo withIntentsCount(Integer intentsCount)
Set the intentsCount value.
Parameters:
Returns:
withLastModifiedDateTime
public VersionInfo withLastModifiedDateTime(DateTime lastModifiedDateTime)
Set the lastModifiedDateTime value.
Parameters:
Returns:
withLastPublishedDateTime
public VersionInfo withLastPublishedDateTime(DateTime lastPublishedDateTime)
Set the lastPublishedDateTime value.
Parameters:
Returns:
withLastTrainedDateTime
public VersionInfo withLastTrainedDateTime(DateTime lastTrainedDateTime)
Set the lastTrainedDateTime value.
Parameters:
Returns:
withTrainingStatus
public VersionInfo withTrainingStatus(TrainingStatus trainingStatus)
Set the trainingStatus value.
Parameters:
Returns:
withVersion
public VersionInfo withVersion(String version)
Set the version value.
Parameters:
Returns: