public interface EvaluationConfigOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
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];
| Name | Description |
index |
int |
| Type | Description |
InputDataset |
getDatasetsCount()
public abstract int getDatasetsCount()Required. Datasets used for evaluation.
repeated .google.cloud.dialogflow.v2.InputDataset datasets = 3 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
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];
| Type | Description |
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];
| Name | Description |
index |
int |
| Type | Description |
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];
| Type | Description |
List<? extends com.google.cloud.dialogflow.v2.InputDatasetOrBuilder> |
getModelSpecificConfigCase()
public abstract EvaluationConfig.ModelSpecificConfigCase getModelSpecificConfigCase()| Type | Description |
EvaluationConfig.ModelSpecificConfigCase |
getSmartComposeConfig()
public abstract EvaluationConfig.SmartComposeConfig getSmartComposeConfig()Configuration for smart compose model evalution.
.google.cloud.dialogflow.v2.EvaluationConfig.SmartComposeConfig smart_compose_config = 4;
| Type | Description |
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;
| Type | Description |
EvaluationConfig.SmartComposeConfigOrBuilder |
getSmartReplyConfig()
public abstract EvaluationConfig.SmartReplyConfig getSmartReplyConfig()Configuration for smart reply model evalution.
.google.cloud.dialogflow.v2.EvaluationConfig.SmartReplyConfig smart_reply_config = 2;
| Type | Description |
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;
| Type | Description |
EvaluationConfig.SmartReplyConfigOrBuilder |
hasSmartComposeConfig()
public abstract boolean hasSmartComposeConfig()Configuration for smart compose model evalution.
.google.cloud.dialogflow.v2.EvaluationConfig.SmartComposeConfig smart_compose_config = 4;
| Type | Description |
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;
| Type | Description |
boolean |
Whether the smartReplyConfig field is set. |