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];
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| 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];
| Returns | |
|---|---|
| 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];
| Returns | |
|---|---|
| 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];
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| 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];
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.dialogflow.v2.InputDatasetOrBuilder> |
|
getModelSpecificConfigCase()
public abstract EvaluationConfig.ModelSpecificConfigCase getModelSpecificConfigCase()| Returns | |
|---|---|
| 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;
| Returns | |
|---|---|
| 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;
| Returns | |
|---|---|
| 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;
| Returns | |
|---|---|
| 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;
| Returns | |
|---|---|
| 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;
| Returns | |
|---|---|
| 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;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the smartReplyConfig field is set. |