你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

VersionInfo 类

  • java.lang.Object
    • com.microsoft.azure.cognitiveservices.language.luis.authoring.models.VersionInfo

public class VersionInfo

应用程序版本的对象模型。

方法摘要

修饰符和类型 方法和描述
Map<String, String> assignedEndpointKey()

获取 assignedEndpointKey 值。

DateTime createdDateTime()

获取 createdDateTime 值。

Integer endpointHitsCount()

获取 endpointHitsCount 值。

String endpointUrl()

获取 endpointUrl 值。

Integer entitiesCount()

获取 entitiesCount 值。

Object externalApiKeys()

获取 externalApiKeys 值。

Integer intentsCount()

获取 intentsCount 值。

DateTime lastModifiedDateTime()

获取 lastModifiedDateTime 值。

DateTime lastPublishedDateTime()

获取 lastPublishedDateTime 值。

DateTime lastTrainedDateTime()

获取 lastTrainedDateTime 值。

TrainingStatus trainingStatus()

获取 trainingStatus 值。

String version()

获取版本值。

VersionInfo withAssignedEndpointKey(Map<String, String> assignedEndpointKey)

设置 assignedEndpointKey 值。

VersionInfo withCreatedDateTime(DateTime createdDateTime)

设置 createdDateTime 值。

VersionInfo withEndpointHitsCount(Integer endpointHitsCount)

设置 endpointHitsCount 值。

VersionInfo withEndpointUrl(String endpointUrl)

设置 endpointUrl 值。

VersionInfo withEntitiesCount(Integer entitiesCount)

设置 entitiesCount 值。

VersionInfo withExternalApiKeys(Object externalApiKeys)

设置 externalApiKeys 值。

VersionInfo withIntentsCount(Integer intentsCount)

设置 intentsCount 值。

VersionInfo withLastModifiedDateTime(DateTime lastModifiedDateTime)

设置 lastModifiedDateTime 值。

VersionInfo withLastPublishedDateTime(DateTime lastPublishedDateTime)

设置 lastPublishedDateTime 值。

VersionInfo withLastTrainedDateTime(DateTime lastTrainedDateTime)

设置 lastTrainedDateTime 值。

VersionInfo withTrainingStatus(TrainingStatus trainingStatus)

设置 trainingStatus 值。

VersionInfo withVersion(String version)

设置版本值。

方法详细信息

assignedEndpointKey

public Map assignedEndpointKey()

获取 assignedEndpointKey 值。

Returns:

assignedEndpointKey 值

createdDateTime

public DateTime createdDateTime()

获取 createdDateTime 值。

Returns:

createdDateTime 值

endpointHitsCount

public Integer endpointHitsCount()

获取 endpointHitsCount 值。

Returns:

endpointHitsCount 值

endpointUrl

public String endpointUrl()

获取 endpointUrl 值。

Returns:

endpointUrl 值

entitiesCount

public Integer entitiesCount()

获取 entitiesCount 值。

Returns:

entitiesCount 值

externalApiKeys

public Object externalApiKeys()

获取 externalApiKeys 值。

Returns:

externalApiKeys 值

intentsCount

public Integer intentsCount()

获取 intentsCount 值。

Returns:

intentsCount 值

lastModifiedDateTime

public DateTime lastModifiedDateTime()

获取 lastModifiedDateTime 值。

Returns:

lastModifiedDateTime 值

lastPublishedDateTime

public DateTime lastPublishedDateTime()

获取 lastPublishedDateTime 值。

Returns:

lastPublishedDateTime 值

lastTrainedDateTime

public DateTime lastTrainedDateTime()

获取 lastTrainedDateTime 值。

Returns:

lastTrainedDateTime 值

trainingStatus

public TrainingStatus trainingStatus()

获取 trainingStatus 值。

Returns:

trainingStatus 值

version

public String version()

获取版本值。

Returns:

版本值

withAssignedEndpointKey

public VersionInfo withAssignedEndpointKey(Map assignedEndpointKey)

设置 assignedEndpointKey 值。

Parameters:

assignedEndpointKey - 要设置的 assignedEndpointKey 值

Returns:

VersionInfo 对象本身。

withCreatedDateTime

public VersionInfo withCreatedDateTime(DateTime createdDateTime)

设置 createdDateTime 值。

Parameters:

createdDateTime - 要设置的 createdDateTime 值

Returns:

VersionInfo 对象本身。

withEndpointHitsCount

public VersionInfo withEndpointHitsCount(Integer endpointHitsCount)

设置 endpointHitsCount 值。

Parameters:

endpointHitsCount - 要设置的 endpointHitsCount 值

Returns:

VersionInfo 对象本身。

withEndpointUrl

public VersionInfo withEndpointUrl(String endpointUrl)

设置 endpointUrl 值。

Parameters:

endpointUrl - 要设置的 endpointUrl 值

Returns:

VersionInfo 对象本身。

withEntitiesCount

public VersionInfo withEntitiesCount(Integer entitiesCount)

设置 entitiesCount 值。

Parameters:

entitiesCount - 要设置的 entitiesCount 值

Returns:

VersionInfo 对象本身。

withExternalApiKeys

public VersionInfo withExternalApiKeys(Object externalApiKeys)

设置 externalApiKeys 值。

Parameters:

externalApiKeys - 要设置的 externalApiKeys 值

Returns:

VersionInfo 对象本身。

withIntentsCount

public VersionInfo withIntentsCount(Integer intentsCount)

设置 intentsCount 值。

Parameters:

intentsCount - 要设置的 intentsCount 值

Returns:

VersionInfo 对象本身。

withLastModifiedDateTime

public VersionInfo withLastModifiedDateTime(DateTime lastModifiedDateTime)

设置 lastModifiedDateTime 值。

Parameters:

lastModifiedDateTime - 要设置的 lastModifiedDateTime 值

Returns:

VersionInfo 对象本身。

withLastPublishedDateTime

public VersionInfo withLastPublishedDateTime(DateTime lastPublishedDateTime)

设置 lastPublishedDateTime 值。

Parameters:

lastPublishedDateTime - 要设置的 lastPublishedDateTime 值

Returns:

VersionInfo 对象本身。

withLastTrainedDateTime

public VersionInfo withLastTrainedDateTime(DateTime lastTrainedDateTime)

设置 lastTrainedDateTime 值。

Parameters:

lastTrainedDateTime - 要设置的 lastTrainedDateTime 值

Returns:

VersionInfo 对象本身。

withTrainingStatus

public VersionInfo withTrainingStatus(TrainingStatus trainingStatus)

设置 trainingStatus 值。

Parameters:

trainingStatus - 要设置的 trainingStatus 值

Returns:

VersionInfo 对象本身。

withVersion

public VersionInfo withVersion(String version)

设置版本值。

Parameters:

version - 要设置的版本值

Returns:

VersionInfo 对象本身。

适用于