Interface EvaluationConfigOrBuilder (4.47.0)

public interface EvaluationConfigOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getDatasets(int index)

public abstract InputDataset getDatasets(int index)

Required. Datasets used for evaluation.

repeated .google.cloud.dialogflow.v2.InputDataset datasets = 3 [(.google.api.field_behavior) = REQUIRED];

Parameter
NameDescription
indexint
Returns
TypeDescription
InputDataset

getDatasetsCount()

public abstract int getDatasetsCount()

Required. Datasets used for evaluation.

repeated .google.cloud.dialogflow.v2.InputDataset datasets = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
int

getDatasetsList()

public abstract List<InputDataset> getDatasetsList()

Required. Datasets used for evaluation.

repeated .google.cloud.dialogflow.v2.InputDataset datasets = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
List<InputDataset>

getDatasetsOrBuilder(int index)

public abstract InputDatasetOrBuilder getDatasetsOrBuilder(int index)

Required. Datasets used for evaluation.

repeated .google.cloud.dialogflow.v2.InputDataset datasets = 3 [(.google.api.field_behavior) = REQUIRED];

Parameter
NameDescription
indexint
Returns
TypeDescription
InputDatasetOrBuilder

getDatasetsOrBuilderList()

public abstract List<? extends InputDatasetOrBuilder> getDatasetsOrBuilderList()

Required. Datasets used for evaluation.

repeated .google.cloud.dialogflow.v2.InputDataset datasets = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
List<? extends com.google.cloud.dialogflow.v2.InputDatasetOrBuilder>

getModelSpecificConfigCase()

public abstract EvaluationConfig.ModelSpecificConfigCase getModelSpecificConfigCase()
Returns
TypeDescription
EvaluationConfig.ModelSpecificConfigCase

getSmartComposeConfig()

public abstract EvaluationConfig.SmartComposeConfig getSmartComposeConfig()

Configuration for smart compose model evalution.

.google.cloud.dialogflow.v2.EvaluationConfig.SmartComposeConfig smart_compose_config = 4;

Returns
TypeDescription
EvaluationConfig.SmartComposeConfig

The smartComposeConfig.

getSmartComposeConfigOrBuilder()

public abstract EvaluationConfig.SmartComposeConfigOrBuilder getSmartComposeConfigOrBuilder()

Configuration for smart compose model evalution.

.google.cloud.dialogflow.v2.EvaluationConfig.SmartComposeConfig smart_compose_config = 4;

Returns
TypeDescription
EvaluationConfig.SmartComposeConfigOrBuilder

getSmartReplyConfig()

public abstract EvaluationConfig.SmartReplyConfig getSmartReplyConfig()

Configuration for smart reply model evalution.

.google.cloud.dialogflow.v2.EvaluationConfig.SmartReplyConfig smart_reply_config = 2;

Returns
TypeDescription
EvaluationConfig.SmartReplyConfig

The smartReplyConfig.

getSmartReplyConfigOrBuilder()

public abstract EvaluationConfig.SmartReplyConfigOrBuilder getSmartReplyConfigOrBuilder()

Configuration for smart reply model evalution.

.google.cloud.dialogflow.v2.EvaluationConfig.SmartReplyConfig smart_reply_config = 2;

Returns
TypeDescription
EvaluationConfig.SmartReplyConfigOrBuilder

hasSmartComposeConfig()

public abstract boolean hasSmartComposeConfig()

Configuration for smart compose model evalution.

.google.cloud.dialogflow.v2.EvaluationConfig.SmartComposeConfig smart_compose_config = 4;

Returns
TypeDescription
boolean

Whether the smartComposeConfig field is set.

hasSmartReplyConfig()

public abstract boolean hasSmartReplyConfig()

Configuration for smart reply model evalution.

.google.cloud.dialogflow.v2.EvaluationConfig.SmartReplyConfig smart_reply_config = 2;

Returns
TypeDescription
boolean

Whether the smartReplyConfig field is set.