CustomPrebuiltModel クラス
- java.
lang. Object - com.
microsoft. azure. cognitiveservices. language. luis. authoring. models. CustomPrebuiltModel
- com.
public class CustomPrebuiltModel
カスタムの事前構築済みモデル。
メソッドの概要
修飾子と型 | メソッドと説明 |
---|---|
String |
customPrebuiltDomainName()
customPrebuiltDomainName 値を取得します。 |
String |
customPrebuiltModelName()
customPrebuiltModelName 値を取得します。 |
UUID |
id()
id 値を取得します。 |
String |
name()
名前の値を取得します。 |
String |
readableType()
readableType 値を取得します。 |
List<Entity |
roles()
ロールの値を取得します。 |
Integer |
typeId()
typeId 値を取得します。 |
Custom |
withCustomPrebuiltDomainName(String customPrebuiltDomainName)
customPrebuiltDomainName 値を設定します。 |
Custom |
withCustomPrebuiltModelName(String customPrebuiltModelName)
customPrebuiltModelName 値を設定します。 |
Custom |
withId(UUID id)
id 値を設定します。 |
Custom |
withName(String name)
名前の値を設定します。 |
Custom |
withReadableType(String readableType)
readableType 値を設定します。 |
Custom |
withRoles(List<EntityRole> roles)
ロールの値を設定します。 |
Custom |
withTypeId(Integer typeId)
typeId 値を設定します。 |
メソッドの詳細
customPrebuiltDomainName
public String customPrebuiltDomainName()
customPrebuiltDomainName 値を取得します。
Returns:
customPrebuiltModelName
public String customPrebuiltModelName()
customPrebuiltModelName 値を取得します。
Returns:
id
public UUID id()
id 値を取得します。
Returns:
name
public String name()
名前の値を取得します。
Returns:
readableType
public String readableType()
readableType 値を取得します。
Returns:
roles
public List
ロールの値を取得します。
Returns:
typeId
public Integer typeId()
typeId 値を取得します。
Returns:
withCustomPrebuiltDomainName
public CustomPrebuiltModel withCustomPrebuiltDomainName(String customPrebuiltDomainName)
customPrebuiltDomainName 値を設定します。
Parameters:
Returns:
withCustomPrebuiltModelName
public CustomPrebuiltModel withCustomPrebuiltModelName(String customPrebuiltModelName)
customPrebuiltModelName 値を設定します。
Parameters:
Returns:
withId
public CustomPrebuiltModel withId(UUID id)
id 値を設定します。
Parameters:
Returns:
withName
public CustomPrebuiltModel withName(String name)
名前の値を設定します。
Parameters:
Returns:
withReadableType
public CustomPrebuiltModel withReadableType(String readableType)
readableType 値を設定します。
Parameters:
Returns:
withRoles
public CustomPrebuiltModel withRoles(List
ロールの値を設定します。
Parameters:
Returns:
withTypeId
public CustomPrebuiltModel withTypeId(Integer typeId)
typeId 値を設定します。
Parameters:
Returns:
適用対象
Azure SDK for Java