Interface EvaluationConfigOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    EvaluationConfig, EvaluationConfig.Builder

    public interface EvaluationConfigOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Detail

      • getDatasetsList

        List<InputDataset> getDatasetsList()
         Required. Datasets used for evaluation.
         
        repeated .google.cloud.dialogflow.v2.InputDataset datasets = 3 [(.google.api.field_behavior) = REQUIRED];
      • getDatasets

        InputDataset getDatasets​(int index)
         Required. Datasets used for evaluation.
         
        repeated .google.cloud.dialogflow.v2.InputDataset datasets = 3 [(.google.api.field_behavior) = REQUIRED];
      • getDatasetsCount

        int getDatasetsCount()
         Required. Datasets used for evaluation.
         
        repeated .google.cloud.dialogflow.v2.InputDataset datasets = 3 [(.google.api.field_behavior) = REQUIRED];
      • getDatasetsOrBuilderList

        List<? extends InputDatasetOrBuilder> getDatasetsOrBuilderList()
         Required. Datasets used for evaluation.
         
        repeated .google.cloud.dialogflow.v2.InputDataset datasets = 3 [(.google.api.field_behavior) = REQUIRED];
      • getDatasetsOrBuilder

        InputDatasetOrBuilder getDatasetsOrBuilder​(int index)
         Required. Datasets used for evaluation.
         
        repeated .google.cloud.dialogflow.v2.InputDataset datasets = 3 [(.google.api.field_behavior) = REQUIRED];
      • hasSmartReplyConfig

        boolean hasSmartReplyConfig()
         Configuration for smart reply model evalution.
         
        .google.cloud.dialogflow.v2.EvaluationConfig.SmartReplyConfig smart_reply_config = 2;
        Returns:
        Whether the smartReplyConfig field is set.
      • getSmartReplyConfig

        EvaluationConfig.SmartReplyConfig getSmartReplyConfig()
         Configuration for smart reply model evalution.
         
        .google.cloud.dialogflow.v2.EvaluationConfig.SmartReplyConfig smart_reply_config = 2;
        Returns:
        The smartReplyConfig.
      • getSmartReplyConfigOrBuilder

        EvaluationConfig.SmartReplyConfigOrBuilder getSmartReplyConfigOrBuilder()
         Configuration for smart reply model evalution.
         
        .google.cloud.dialogflow.v2.EvaluationConfig.SmartReplyConfig smart_reply_config = 2;
      • hasSmartComposeConfig

        boolean hasSmartComposeConfig()
         Configuration for smart compose model evalution.
         
        .google.cloud.dialogflow.v2.EvaluationConfig.SmartComposeConfig smart_compose_config = 4;
        Returns:
        Whether the smartComposeConfig field is set.
      • getSmartComposeConfig

        EvaluationConfig.SmartComposeConfig getSmartComposeConfig()
         Configuration for smart compose model evalution.
         
        .google.cloud.dialogflow.v2.EvaluationConfig.SmartComposeConfig smart_compose_config = 4;
        Returns:
        The smartComposeConfig.
      • getSmartComposeConfigOrBuilder

        EvaluationConfig.SmartComposeConfigOrBuilder getSmartComposeConfigOrBuilder()
         Configuration for smart compose model evalution.
         
        .google.cloud.dialogflow.v2.EvaluationConfig.SmartComposeConfig smart_compose_config = 4;