VersionInfo Classe
- java.
lang. Object - com.
microsoft. azure. cognitiveservices. language. luis. authoring. models. VersionInfo
- com.
public class VersionInfo
Modelo de objeto de uma versão do aplicativo.
Resumo do método
Modificador e tipo | Método e descrição |
---|---|
Map<String, String> |
assignedEndpointKey()
Obtenha o valor assignedEndpointKey. |
DateTime |
createdDateTime()
Obtenha o valor createdDateTime. |
Integer |
endpointHitsCount()
Obtenha o valor endpointHitsCount. |
String |
endpointUrl()
Obtenha o valor endpointUrl. |
Integer |
entitiesCount()
Obtenha o valor entitiesCount. |
Object |
externalApiKeys()
Obtenha o valor externalApiKeys. |
Integer |
intentsCount()
Obtenha o valor intentsCount. |
DateTime |
lastModifiedDateTime()
Obtenha o valor lastModifiedDateTime. |
DateTime |
lastPublishedDateTime()
Obtenha o valor lastPublishedDateTime. |
DateTime |
lastTrainedDateTime()
Obtenha o último valorTrainedDateTime. |
Training |
trainingStatus()
Obtenha o valor trainingStatus. |
String |
version()
Obtenha o valor da versão. |
Version |
withAssignedEndpointKey(Map<String, String> assignedEndpointKey)
Defina o valor assignedEndpointKey. |
Version |
withCreatedDateTime(DateTime createdDateTime)
Defina o valor createdDateTime. |
Version |
withEndpointHitsCount(Integer endpointHitsCount)
Defina o valor endpointHitsCount. |
Version |
withEndpointUrl(String endpointUrl)
Defina o valor endpointUrl. |
Version |
withEntitiesCount(Integer entitiesCount)
Defina o valor entitiesCount. |
Version |
withExternalApiKeys(Object externalApiKeys)
Defina o valor externalApiKeys. |
Version |
withIntentsCount(Integer intentsCount)
Defina o valor intentsCount. |
Version |
withLastModifiedDateTime(DateTime lastModifiedDateTime)
Defina o valor lastModifiedDateTime. |
Version |
withLastPublishedDateTime(DateTime lastPublishedDateTime)
Defina o valor lastPublishedDateTime. |
Version |
withLastTrainedDateTime(DateTime lastTrainedDateTime)
Defina o valor lastTrainedDateTime. |
Version |
withTrainingStatus(TrainingStatus trainingStatus)
Defina o valor trainingStatus. |
Version |
withVersion(String version)
Defina o valor da versão. |
Detalhes do método
assignedEndpointKey
public Map
Obtenha o valor assignedEndpointKey.
Returns:
createdDateTime
public DateTime createdDateTime()
Obtenha o valor createdDateTime.
Returns:
endpointHitsCount
public Integer endpointHitsCount()
Obtenha o valor endpointHitsCount.
Returns:
endpointUrl
public String endpointUrl()
Obtenha o valor endpointUrl.
Returns:
entitiesCount
public Integer entitiesCount()
Obtenha o valor entitiesCount.
Returns:
externalApiKeys
public Object externalApiKeys()
Obtenha o valor externalApiKeys.
Returns:
intentsCount
public Integer intentsCount()
Obtenha o valor intentsCount.
Returns:
lastModifiedDateTime
public DateTime lastModifiedDateTime()
Obtenha o valor lastModifiedDateTime.
Returns:
lastPublishedDateTime
public DateTime lastPublishedDateTime()
Obtenha o valor lastPublishedDateTime.
Returns:
lastTrainedDateTime
public DateTime lastTrainedDateTime()
Obtenha o último valorTrainedDateTime.
Returns:
trainingStatus
public TrainingStatus trainingStatus()
Obtenha o valor trainingStatus.
Returns:
version
public String version()
Obtenha o valor da versão.
Returns:
withAssignedEndpointKey
public VersionInfo withAssignedEndpointKey(Map
Defina o valor assignedEndpointKey.
Parameters:
Returns:
withCreatedDateTime
public VersionInfo withCreatedDateTime(DateTime createdDateTime)
Defina o valor createdDateTime.
Parameters:
Returns:
withEndpointHitsCount
public VersionInfo withEndpointHitsCount(Integer endpointHitsCount)
Defina o valor endpointHitsCount.
Parameters:
Returns:
withEndpointUrl
public VersionInfo withEndpointUrl(String endpointUrl)
Defina o valor endpointUrl.
Parameters:
Returns:
withEntitiesCount
public VersionInfo withEntitiesCount(Integer entitiesCount)
Defina o valor entitiesCount.
Parameters:
Returns:
withExternalApiKeys
public VersionInfo withExternalApiKeys(Object externalApiKeys)
Defina o valor externalApiKeys.
Parameters:
Returns:
withIntentsCount
public VersionInfo withIntentsCount(Integer intentsCount)
Defina o valor intentsCount.
Parameters:
Returns:
withLastModifiedDateTime
public VersionInfo withLastModifiedDateTime(DateTime lastModifiedDateTime)
Defina o valor lastModifiedDateTime.
Parameters:
Returns:
withLastPublishedDateTime
public VersionInfo withLastPublishedDateTime(DateTime lastPublishedDateTime)
Defina o valor lastPublishedDateTime.
Parameters:
Returns:
withLastTrainedDateTime
public VersionInfo withLastTrainedDateTime(DateTime lastTrainedDateTime)
Defina o valor lastTrainedDateTime.
Parameters:
Returns:
withTrainingStatus
public VersionInfo withTrainingStatus(TrainingStatus trainingStatus)
Defina o valor trainingStatus.
Parameters:
Returns:
withVersion
public VersionInfo withVersion(String version)
Defina o valor da versão.
Parameters:
Returns:
Aplica-se a
Azure SDK for Java